• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EST 11:26
CET 17:26
KST 01:26
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
RSL Season 3 - RO16 Groups C & D Preview0RSL Season 3 - RO16 Groups A & B Preview2TL.net Map Contest #21: Winners12Intel X Team Liquid Seoul event: Showmatches and Meet the Pros10[ASL20] Finals Preview: Arrival13
Community News
[TLMC] Fall/Winter 2025 Ladder Map Rotation12Weekly Cups (Nov 3-9): Clem Conquers in Canada4SC: Evo Complete - Ranked Ladder OPEN ALPHA8StarCraft, SC2, HotS, WC3, Returning to Blizzcon!45$5,000+ WardiTV 2025 Championship7
StarCraft 2
General
Mech is the composition that needs teleportation t RotterdaM "Serral is the GOAT, and it's not close" RSL Season 3 - RO16 Groups C & D Preview [TLMC] Fall/Winter 2025 Ladder Map Rotation TL.net Map Contest #21: Winners
Tourneys
RSL Revival: Season 3 Sparkling Tuna Cup - Weekly Open Tournament Constellation Cup - Main Event - Stellar Fest Tenacious Turtle Tussle Master Swan Open (Global Bronze-Master 2)
Strategy
Custom Maps
Map Editor closed ?
External Content
Mutation # 499 Chilling Adaptation Mutation # 498 Wheel of Misfortune|Cradle of Death Mutation # 497 Battle Haredened Mutation # 496 Endless Infection
Brood War
General
SnOw's ASL S20 Finals Review FlaSh on: Biggest Problem With SnOw's Playstyle BW General Discussion What happened to TvZ on Retro? Brood War web app to calculate unit interactions
Tourneys
[Megathread] Daily Proleagues Small VOD Thread 2.0 [BSL21] RO32 Group D - Sunday 21:00 CET [BSL21] RO32 Group C - Saturday 21:00 CET
Strategy
PvZ map balance Current Meta Simple Questions, Simple Answers How to stay on top of macro?
Other Games
General Games
Path of Exile Stormgate/Frost Giant Megathread Nintendo Switch Thread Clair Obscur - Expedition 33 Beyond All Reason
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread SPIRED by.ASL Mafia {211640}
Community
General
Things Aren’t Peaceful in Palestine US Politics Mega-thread Russo-Ukrainian War Thread Artificial Intelligence Thread Canadian Politics Mega-thread
Fan Clubs
White-Ra Fan Club The herO Fan Club!
Media & Entertainment
Movie Discussion! [Manga] One Piece Anime Discussion Thread Korean Music Discussion Series you have seen recently...
Sports
2024 - 2026 Football Thread Formula 1 Discussion NBA General Discussion MLB/Baseball 2023 TeamLiquid Health and Fitness Initiative For 2023
World Cup 2022
Tech Support
SC2 Client Relocalization [Change SC2 Language] Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List
Blogs
Dyadica Gospel – a Pulp No…
Hildegard
Coffee x Performance in Espo…
TrAiDoS
Saturation point
Uldridge
DnB/metal remix FFO Mick Go…
ImbaTosS
Reality "theory" prov…
perfectspheres
Customize Sidebar...

Website Feedback

Closed Threads



Active: 2111 users

The Big Programming Thread - Page 647

Forum Index > General Forum
Post a Reply
Prev 1 645 646 647 648 649 1032 Next
Thread Rules
1. This is not a "do my homework for me" thread. If you have specific questions, ask, but don't post an assignment or homework problem and expect an exact solution.
2. No recruiting for your cockamamie projects (you won't replace facebook with 3 dudes you found on the internet and $20)
3. If you can't articulate why a language is bad, don't start slinging shit about it. Just remember that nothing is worse than making CSS IE6 compatible.
4. Use [code] tags to format code blocks.
Nesserev
Profile Blog Joined January 2011
Belgium2760 Posts
Last Edited: 2015-07-05 09:00:52
July 05 2015 08:29 GMT
#12921
--- Nuked ---
catplanetcatplanet
Profile Blog Joined March 2012
3830 Posts
July 05 2015 13:55 GMT
#12922
On July 05 2015 17:29 Nesserev wrote:
Show nested quote +
On July 05 2015 16:50 catplanetcatplanet wrote:
On July 05 2015 07:43 Cyx. wrote:
On July 05 2015 00:04 catplanetcatplanet wrote:
first of all now that i'm back on my os x laptop i'm sort of corralled into using xcode. for the course i just stuck to beloved vim and i've never really had to use a full ide so maybe that's part of my confusion. a bigger deal is that os x compatibility seems to be an issue for some things

I've never heard of anyone who really liked xcode. Macs were standard issue at work last summer and everyone used emacs or vim, you can use command line g++ to build simple things and make to build complicated things, if you try hard enough it's still a Unix system at heart with all the good tools :D

On July 05 2015 00:04 catplanetcatplanet wrote:
also i don't really get how to learn to download and learn to use libraries and APIs, seeing as my course just involved basic command line tools with the standard library. well say i want to learn a bit about opengl now. luckily the framework is in xcode, so i don't have to download anything. but os x just got 4.1 compatibility with mavericks, and all the tutorials i can find online either assume building on knowledge of older versions or are filled with lots of confuso computo lingo that i am unfortunately not yet familiar with. on the other hand java made it much easier to learn graphics as it had some graphics functionality in the standard API

http://learnopengl.com/ is a modern OpenGL resource which is nice, and geared towards beginners, I haven't checked it out in a few months but I think I remember pretty good intro lessons where they describe the process of setting up your build environment.

edit: those tutorials use Visual Studio which may not be great for you, but they also describe using CMake to set up your VS projects so you should be able to pretty easily generate a make project instead.

On July 05 2015 00:04 catplanetcatplanet wrote:
ALSO quick one, good IDE for python or java should I decide to take it easy?

thanks in advance, hope i described my confusion clearly

Most of the people I work with who write Python frequently either use https://www.jetbrains.com/pycharm/ or emacs/vim :D

thanks so much for the answers and the opengl site! i've successfully built the library and am on my way to finally learning some opengl

one more question, since I had to use cmake to generate files for the IDE (specifically xcode) is there a different way of getting this to work with a command line editor? and what exactly is a make project?

Both make and cmake are tools that allow a developer to write a 'script' (makefile) that can be used to build/manage projects (and other functionality) in an easy portable way.

For example, when a project starts to grow larger, compiling and linking all those files manually from the commandline would become unmanageable. Instead, you could write a simple makefile that acts as a recipe, in which you state which files are involved, what settings you want to use, etc. And, then you simply use 'make build' to build your project, instead of doing everything manually.

It also allows you to implement your own 'commands', for example:
- make build -> builds the project
- make clean -> removes all object files and executables
- make test -> builds the tests of the project
...

Here's an old example of a makefile that I used:

#COMPILER/LINKER
CC=g++
CFLAGS=-c -O3
LDFLAGS=

#SOURCES
SOURCES= ./include/sharedlib/EasyImage/EasyImage.cc \
./include/sharedlib/iniConfiguration/ini_configuration.cc \
./include/sharedlib/lparser/lparser.cc \
./include/sharedlib/others/conversions.cc \
./include/sharedlib/vector/vector.cc \
...


#OBJECTS
OBJECTS=$(SOURCES:.cc=.o)

#EXECUTABLE
EXECUTABLE=engine

all: $(SOURCES) $(EXECUTABLE)

$(EXECUTABLE): $(OBJECTS)
$(CC) $(LDFLAGS) $(OBJECTS) -o $@

.cc.o:
$(CC) $(CFLAGS) $< -o $@

#CLEAN: OBJECTS
clean:
rm -rf $(OBJECTS)

cleanall:
rm -rf $(OBJECTS) $(EXECUTABLE)


Now, if someone wants to build your project or do other stuff, he/she just has to use 'make', 'make clean', ...

cmake is a more modern version and portable version of make, and has some built-in features:
- automatically detects which files have to be recompiled, and which don't
- detection for whether or not a certain library is installed or available
- cleaner syntax, with recursive cmake files that allow for easy plug-and-use
- etc.

So, I would recommend taking a look at cmake, and doing the tutorial on their website.

thank you very much—this helped me better understand what i was doing when i was building the libraries.

thanks to you guys I have managed to build, compile and link libraries for the first time! it took me forever to figure out the process for xcode but now the example opengl code runs and I can finally code.
I think it's finally time to admit it might not be the year of Pet
phar
Profile Joined August 2011
United States1080 Posts
Last Edited: 2015-07-05 22:21:06
July 05 2015 22:20 GMT
#12923
On July 03 2015 11:25 Blisse wrote:
Show nested quote +
On July 03 2015 00:33 netherh wrote:
On July 02 2015 18:13 Blisse wrote:
Not really. Foreach loops are backed by Iterators anyways.

The language is Java if that helps.


What does your profiler say about what's taking up all the time?


the nested for loops costs about as much as the contains operations

turns out it was probably the algorithm efficiency, nested for loops are bad. we figured out a more effective solution, i'll share after the deadline passes if y'all are interested because it's actually pretty neat

n^2 is a bitch, especially if you were doing O(edge) algo not O(node). Glad to hear you sorted it out.
Who after all is today speaking about the destruction of the Armenians?
nunez
Profile Blog Joined February 2011
Norway4003 Posts
Last Edited: 2015-07-06 18:38:03
July 06 2015 18:13 GMT
#12924
+ Show Spoiler [OOP] +
[image loading]


i am working on a little program for capturing and editing image sequences via xlib (GetImage), and outputting to memeable format. this is taken at 40ms / frame from vlc, saved as gif.
movie is conspirators of pleasure, that guy is actually having the time of his life.

hopefully will finish it within the week (only a sideproject), and will post source.
conspired against by a confederacy of dunces.
Nesserev
Profile Blog Joined January 2011
Belgium2760 Posts
July 06 2015 18:26 GMT
#12925
--- Nuked ---
nunez
Profile Blog Joined February 2011
Norway4003 Posts
Last Edited: 2015-07-06 18:50:23
July 06 2015 18:35 GMT
#12926
i was struggling to find a fitting title that combined with the gif expresses my anguish.
OOP was more fitting than bad interface. the most fitting might be: 'bad OOP interface, unexpected use case'.

+ Show Spoiler [#ifdef _MANAGED] +
[image loading]

bahaha, same movie.
conspired against by a confederacy of dunces.
sabas123
Profile Blog Joined December 2010
Netherlands3122 Posts
July 06 2015 19:27 GMT
#12927
On July 05 2015 22:55 catplanetcatplanet wrote:
Show nested quote +
On July 05 2015 17:29 Nesserev wrote:
On July 05 2015 16:50 catplanetcatplanet wrote:
On July 05 2015 07:43 Cyx. wrote:
On July 05 2015 00:04 catplanetcatplanet wrote:
first of all now that i'm back on my os x laptop i'm sort of corralled into using xcode. for the course i just stuck to beloved vim and i've never really had to use a full ide so maybe that's part of my confusion. a bigger deal is that os x compatibility seems to be an issue for some things

I've never heard of anyone who really liked xcode. Macs were standard issue at work last summer and everyone used emacs or vim, you can use command line g++ to build simple things and make to build complicated things, if you try hard enough it's still a Unix system at heart with all the good tools :D

On July 05 2015 00:04 catplanetcatplanet wrote:
also i don't really get how to learn to download and learn to use libraries and APIs, seeing as my course just involved basic command line tools with the standard library. well say i want to learn a bit about opengl now. luckily the framework is in xcode, so i don't have to download anything. but os x just got 4.1 compatibility with mavericks, and all the tutorials i can find online either assume building on knowledge of older versions or are filled with lots of confuso computo lingo that i am unfortunately not yet familiar with. on the other hand java made it much easier to learn graphics as it had some graphics functionality in the standard API

http://learnopengl.com/ is a modern OpenGL resource which is nice, and geared towards beginners, I haven't checked it out in a few months but I think I remember pretty good intro lessons where they describe the process of setting up your build environment.

edit: those tutorials use Visual Studio which may not be great for you, but they also describe using CMake to set up your VS projects so you should be able to pretty easily generate a make project instead.

On July 05 2015 00:04 catplanetcatplanet wrote:
ALSO quick one, good IDE for python or java should I decide to take it easy?

thanks in advance, hope i described my confusion clearly

Most of the people I work with who write Python frequently either use https://www.jetbrains.com/pycharm/ or emacs/vim :D

thanks so much for the answers and the opengl site! i've successfully built the library and am on my way to finally learning some opengl

one more question, since I had to use cmake to generate files for the IDE (specifically xcode) is there a different way of getting this to work with a command line editor? and what exactly is a make project?

Both make and cmake are tools that allow a developer to write a 'script' (makefile) that can be used to build/manage projects (and other functionality) in an easy portable way.

For example, when a project starts to grow larger, compiling and linking all those files manually from the commandline would become unmanageable. Instead, you could write a simple makefile that acts as a recipe, in which you state which files are involved, what settings you want to use, etc. And, then you simply use 'make build' to build your project, instead of doing everything manually.

It also allows you to implement your own 'commands', for example:
- make build -> builds the project
- make clean -> removes all object files and executables
- make test -> builds the tests of the project
...

Here's an old example of a makefile that I used:

#COMPILER/LINKER
CC=g++
CFLAGS=-c -O3
LDFLAGS=

#SOURCES
SOURCES= ./include/sharedlib/EasyImage/EasyImage.cc \
./include/sharedlib/iniConfiguration/ini_configuration.cc \
./include/sharedlib/lparser/lparser.cc \
./include/sharedlib/others/conversions.cc \
./include/sharedlib/vector/vector.cc \
...


#OBJECTS
OBJECTS=$(SOURCES:.cc=.o)

#EXECUTABLE
EXECUTABLE=engine

all: $(SOURCES) $(EXECUTABLE)

$(EXECUTABLE): $(OBJECTS)
$(CC) $(LDFLAGS) $(OBJECTS) -o $@

.cc.o:
$(CC) $(CFLAGS) $< -o $@

#CLEAN: OBJECTS
clean:
rm -rf $(OBJECTS)

cleanall:
rm -rf $(OBJECTS) $(EXECUTABLE)


Now, if someone wants to build your project or do other stuff, he/she just has to use 'make', 'make clean', ...

cmake is a more modern version and portable version of make, and has some built-in features:
- automatically detects which files have to be recompiled, and which don't
- detection for whether or not a certain library is installed or available
- cleaner syntax, with recursive cmake files that allow for easy plug-and-use
- etc.

So, I would recommend taking a look at cmake, and doing the tutorial on their website.

thank you very much—this helped me better understand what i was doing when i was building the libraries.

thanks to you guys I have managed to build, compile and link libraries for the first time! it took me forever to figure out the process for xcode but now the example opengl code runs and I can finally code.



here is a good make tutorial I found.
The harder it becomes, the more you should focus on the basics.
Blisse
Profile Blog Joined July 2010
Canada3710 Posts
July 06 2015 19:49 GMT
#12928
On July 03 2015 17:50 sabas123 wrote:
Show nested quote +
On July 03 2015 11:25 Blisse wrote:
On July 03 2015 00:33 netherh wrote:
On July 02 2015 18:13 Blisse wrote:
Not really. Foreach loops are backed by Iterators anyways.

The language is Java if that helps.


What does your profiler say about what's taking up all the time?


the nested for loops costs about as much as the contains operations

turns out it was probably the algorithm efficiency, nested for loops are bad. we figured out a more effective solution, i'll share after the deadline passes if y'all are interested because it's actually pretty neat

You made me curious, so please share it


biggerNeighbours is an adjacency list where all the values in the adjacency list have larger values than the vertex

i.e.

1 -> 2 3 4 5
2 -> 3 4 5

not 2 -> 1 3 4 5

the sorted ordering means we can use two "pointers" to find all the common elements, which would be more space-efficient than nested for loops or hashing. hashing is what we had before and is theoretically faster, but not in reality.


private static List<Triangle> enumerateTriangles(final List<Integer>[] biggerNeighbours, int initialPosition, int step) {
final List<Triangle> triangles = new ArrayList<Triangle>();

for (int smallVertex = initialPosition; smallVertex < biggerNeighbours.length; smallVertex += step) {

List<Integer> smallNeighbours = biggerNeighbours[smallVertex];

for (int mediumVertex : smallNeighbours) {

// from sorted ordering and pre-processing, all elements in smallNeighbours are larger than smallVertex

List<Integer> mediumNeighbours = biggerNeighbours[mediumVertex];

// small and medium are sorted min->max
// iterate two pointers backwards from max->min searching for equal elements

Integer i_s = smallNeighbours.size()-1;
Integer i_m = mediumNeighbours.size()-1;

while (i_s >= 0 && i_m >= 0) {

final int check_s = smallNeighbours.get(i_s);
final int check_m = mediumNeighbours.get(i_m);

if (check_m <= smallVertex || check_s <= mediumVertex) {
break;
}

if (check_s < check_m) {
--i_m;
} else if (check_s > check_m) {
--i_s;
} else {
triangles.add(new Triangle(smallVertex, mediumVertex, check_m));
--i_s;
--i_m;
}
}
}
}

return triangles;
}

There is no one like you in the universe.
WoolySheep
Profile Blog Joined October 2010
Canada82 Posts
July 06 2015 22:31 GMT
#12929
Hey guys,

I have a bunch of questions for you, but I think I will just ramble so you can get some context. I'll bold my questions in my ramble.

About me:
I am a Java/C++ developer and have dabbled in HTML and CCS, JavaScript off and on. I really enjoy writing code, but I know a lot of companies use frameworks, drag and drop, etc.

Goals:
I'd like to get into web development and mobile development, but am having trouble finding a natural progression in this field.
I'd also like to maintain my own website. Currently made one on wordpress but the free version only lets you pick one type of font?

Can anyone recommend the natural progression I should be taking? I found a C# course (this may have no relevance) on Edx that I will probably take up and I just went through the first 3 projects on Dash. I really enjoyed Dash.

When I look at job postings for front end developers or android developers, there are so many languages, libraries and frameworks thrown around it makes my head spin and I just decide to go play a video game instead.

here is an example requirements I found for a front-end developer:

+ Show Spoiler +
Familiarity with open source CMS (Drupal, WordPress, Joomla)
Understanding of Object Oriented Programming (PHP, Java, GO)
HTML 5
CSS3
CSS Frameworks (Bootstrap, Foundation, Pure, Gumby)
JavaScript MVC Frameworks (Backbone, Angular, Ember)
JavaScript Libraries (Underscore, Lo-Dash, jQuery, Q)
NodeJS (Express, CommonJS)
Project build tools (Gulp, Grunt, Maven)

I've only used JavaScript and JQuery (minutely) before.


Here is an example of the requirements for an Android developer:
+ Show Spoiler +

Experience programming in Java
Experience developing Android native applications and/or libraries are a requirement. A portfolio including source code and screenshots from publicly available projects is ideal
Knowledge of the Android API, in particular UI implementation to comply with a strict design, is a requirement
Experience programming in other languages aside from Java. Particularly interesting: C++, Scala/Groovy, Haskell, Go, Python

Assets

Knowing how to design and architect scalable software is a major asset, ie: inheritance, type safety, design patterns, threading and synchronization, modularity, and automated unit tests
Experience with cross-platform mobile frameworks such as Appcelerator Titanium and PhoneGap
Some experience programming in Java on non-Android platforms
Some formal education in the IT sector

Again, I have experience in Java, as well as a formal education, but I have not heard of half the stuff they list!


If anyone could provide links or a natural progression into these things I would greatly appreciate it.
Acrofales
Profile Joined August 2010
Spain18117 Posts
July 06 2015 23:48 GMT
#12930
From Java to Android is about as natural a progression as it gets. Just download the Android Studio and start programming. It's about as easy a transition as I can think of (I did it without any training). I don't program for iOS, but I believe objective c is pretty easy to pick up if you know c++ or c#.

Web: forget about specific languages, because nobody cares and they change every few months anyway. Learn that on the job. Pick one framework and learn how to separate model-view-controller properly. Oh, and if you want front end, learn Javascript well, and CSS 3.
WoolySheep
Profile Blog Joined October 2010
Canada82 Posts
July 06 2015 23:57 GMT
#12931
On July 07 2015 08:48 Acrofales wrote:
From Java to Android is about as natural a progression as it gets. Just download the Android Studio and start programming. It's about as easy a transition as I can think of (I did it without any training). I don't program for iOS, but I believe objective c is pretty easy to pick up if you know c++ or c#.

Web: forget about specific languages, because nobody cares and they change every few months anyway. Learn that on the job. Pick one framework and learn how to separate model-view-controller properly. Oh, and if you want front end, learn Javascript well, and CSS 3.


Thanks. I figured Android programming would be easiest based on java background.
METATERREN
Profile Blog Joined June 2015
71 Posts
July 07 2015 00:11 GMT
#12932
Help!

I need to automate the following:

Contents of an email generated from survey information are placed into a certain table of my access database.

What's it take to make a thing like that?
@METATERREN
Chocolate
Profile Blog Joined December 2010
United States2350 Posts
Last Edited: 2015-07-07 00:26:49
July 07 2015 00:22 GMT
#12933
I would write a quick script (since they are emails, I would look into python and its requests library) that scans a file for the sequence of words before a keyword, For example, in

What is your name? Bob
What's your favorite color? Red

You are interested in the answers, Bob and red, so tell your script to save the words after name and color. Then, when you have all the results from an individual survey saved, have the script execute something in SQL to put the information in the database.

Hopefully that makes sense. Without knowing specific details about the survey information, format, and database, that's the best I could think of.
fmod
Profile Blog Joined November 2013
Cayman Islands330 Posts
July 07 2015 00:54 GMT
#12934
I recommend premake as a build tool over cmake, if only for it being completely lua instead of cmake's horrible scripting language.
I don't particularly like you.
METATERREN
Profile Blog Joined June 2015
71 Posts
Last Edited: 2015-07-07 01:25:15
July 07 2015 01:24 GMT
#12935
On July 07 2015 09:22 Chocolate wrote:
I would write a quick script (since they are emails, I would look into python and its requests library) that scans a file for the sequence of words before a keyword, For example, in

What is your name? Bob
What's your favorite color? Red

You are interested in the answers, Bob and red, so tell your script to save the words after name and color. Then, when you have all the results from an individual survey saved, have the script execute something in SQL to put the information in the database.

Hopefully that makes sense. Without knowing specific details about the survey information, format, and database, that's the best I could think of.


Thanks for your reply. I have a question. How would the python script navigate the email? Would it be able to look at this information through an email account on a webmail service (say, gmail) that is dedicated to the receipt of these survey questions? I am probably going to have to pay someone to develop this script, and I am trying to figure out my bearings and what kind of cost it will be to me to have the job done.
@METATERREN
RoyGBiv_13
Profile Blog Joined August 2010
United States1275 Posts
July 07 2015 04:55 GMT
#12936
On July 07 2015 09:54 fmod wrote:
I recommend premake as a build tool over cmake, if only for it being completely lua instead of cmake's horrible scripting language.


Cmake is more widely in use with large FOSS and Unix tools (LLVM, for example), so it's well understood by a wider variety of people. It's pretty good for a crufty wrapper on opaque tooling.
Any sufficiently advanced technology is indistinguishable from magic
Manit0u
Profile Blog Joined August 2004
Poland17432 Posts
Last Edited: 2015-07-07 10:51:47
July 07 2015 10:51 GMT
#12937
On July 07 2015 10:24 METATERREN wrote:
Show nested quote +
On July 07 2015 09:22 Chocolate wrote:
I would write a quick script (since they are emails, I would look into python and its requests library) that scans a file for the sequence of words before a keyword, For example, in

What is your name? Bob
What's your favorite color? Red

You are interested in the answers, Bob and red, so tell your script to save the words after name and color. Then, when you have all the results from an individual survey saved, have the script execute something in SQL to put the information in the database.

Hopefully that makes sense. Without knowing specific details about the survey information, format, and database, that's the best I could think of.


Thanks for your reply. I have a question. How would the python script navigate the email? Would it be able to look at this information through an email account on a webmail service (say, gmail) that is dedicated to the receipt of these survey questions? I am probably going to have to pay someone to develop this script, and I am trying to figure out my bearings and what kind of cost it will be to me to have the job done.


How would the survey work? People fill out the form on the web and the email is being sent to the server? If so, it's really easy since you can simply send the data as an attachment (or just drop it into the mail) formatted in yaml, xml, json or whatever. Then make the script to parse e-mails, save data in the db and move them to the 'parsed' directory in the mailbox or something. All you need after that is a simple cron that'll launch the script every now and then to parse the inbox.
Time is precious. Waste it wisely.
Isualin
Profile Joined March 2011
Germany1903 Posts
Last Edited: 2015-07-08 08:48:09
July 08 2015 08:44 GMT
#12938
I need to implement a subscription model, can you guys give me suggestions.
1-)There are multiple subscribers and a controller. Subscribers might join or leave the network at any time.
2-)Each node works on a different machine.
3-)They will communicate via rest requests.
4-)Controller will send a post request to all active subscribers to start a remote job on those machines. This request has no parameter or body, it is just a signal.

I thought of two ways to accomplish this.
First one is to send alive signals to controller from subscribers on launch. Wait and retry until a signal is sent succesfully. Then before sending update request from controller, check subscribers to see if they are alive and update the active subscribers list.

The second method i thought of is to send heartbeat signals from subscribers every few seconds. Store 'subscriber_ip:port' : 'last heartbeat date' as a map on the controller. And while updating subscribers, check that map to find active subscribers in last X seconds.

There is also a problem of sending subscribers ip:port/contextRoot to controller to get the update signal from controller later. I am open to all suggestions.
| INnoVation | The literal god TY | ByuNjwa | LRSL when? |
Gowerly
Profile Blog Joined July 2011
United Kingdom916 Posts
July 08 2015 13:14 GMT
#12939
Is there any reason you need to do this yourself? Something like RabbitMQ might be able to handle this kind of thing for you.
I will reduce you to a series of numbers.
Isualin
Profile Joined March 2011
Germany1903 Posts
Last Edited: 2015-07-08 14:04:06
July 08 2015 13:59 GMT
#12940
On July 08 2015 22:14 Gowerly wrote:
Is there any reason you need to do this yourself? Something like RabbitMQ might be able to handle this kind of thing for you.

I am already consuming an activemq queue on subscribers so it is a good idea. I might broadcast to another topic on activemq by controller for this.
Thanks by the way. This was the exactly reply i was hoping to get.
| INnoVation | The literal god TY | ByuNjwa | LRSL when? |
Prev 1 645 646 647 648 649 1032 Next
Please log in or register to reply.
Live Events Refresh
PSISTORM Gaming Misc
15:55
FSL teamleague CNvsASH, ASHvRR
Freeedom16
Liquipedia
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
SteadfastSC 306
LamboSC2 118
mcanning 69
MindelVK 15
EmSc Tv 11
StarCraft: Brood War
Britney 30168
Rain 2752
Horang2 1410
Jaedong 998
Shuttle 451
Stork 395
PianO 259
firebathero 221
Barracks 164
LaStScan 99
[ Show more ]
Shinee 98
ggaemo 82
Leta 80
Hyun 69
soO 39
Rock 32
Shine 29
Mong 28
JYJ25
ToSsGirL 23
HiyA 21
Movie 15
zelot 11
Dewaltoss 10
Oystein7
Dota 2
Gorgc6149
qojqva1841
Dendi1061
XcaliburYe123
LuMiX1
Counter-Strike
ScreaM961
Heroes of the Storm
Khaldor312
Liquid`Hasu172
Other Games
B2W.Neo1935
Mlord411
Beastyqt257
DeMusliM256
Lowko255
Hui .193
Fuzer 171
Trikslyr27
febbydoto6
Organizations
Dota 2
PGL Dota 2 - Main Stream7590
PGL Dota 2 - Secondary Stream4521
Other Games
EGCTV633
StarCraft 2
EmSc Tv 11
EmSc2Tv 11
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 19 non-featured ]
StarCraft 2
• StrangeGG 71
• HeavenSC 26
• OhrlRock 1
• IndyKCrew
• AfreecaTV YouTube
• sooper7s
• intothetv
• Kozan
• LaughNgamezSOOP
• Migwel
StarCraft: Brood War
• Michael_bg 5
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
Dota 2
• C_a_k_e 1840
• Ler52
League of Legends
• Nemesis2810
Other Games
• WagamamaTV345
• Shiphtur62
Upcoming Events
IPSL
34m
ZZZero vs rasowy
Napoleon vs KameZerg
OSC
2h 34m
BSL 21
3h 34m
Tarson vs Julia
Doodle vs OldBoy
eOnzErG vs WolFix
StRyKeR vs Aeternum
Sparkling Tuna Cup
17h 34m
RSL Revival
17h 34m
Reynor vs sOs
Maru vs Ryung
Kung Fu Cup
19h 34m
Cure vs herO
Reynor vs TBD
WardiTV Korean Royale
19h 34m
BSL 21
1d 3h
JDConan vs Semih
Dragon vs Dienmax
Tech vs NewOcean
TerrOr vs Artosis
IPSL
1d 3h
Dewalt vs WolFix
eOnzErG vs Bonyth
Replay Cast
1d 6h
[ Show More ]
Wardi Open
1d 19h
Monday Night Weeklies
2 days
WardiTV Korean Royale
2 days
BSL: GosuLeague
3 days
The PondCast
3 days
Replay Cast
4 days
RSL Revival
4 days
BSL: GosuLeague
5 days
RSL Revival
5 days
WardiTV Korean Royale
5 days
RSL Revival
6 days
WardiTV Korean Royale
6 days
Liquipedia Results

Completed

Proleague 2025-11-14
Stellar Fest: Constellation Cup
Eternal Conflict S1

Ongoing

C-Race Season 1
IPSL Winter 2025-26
KCM Race Survival 2025 Season 4
SOOP Univ League 2025
YSL S2
BSL Season 21
CSCL: Masked Kings S3
SLON Tour Season 2
RSL Revival: Season 3
META Madness #9
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025

Upcoming

BSL 21 Non-Korean Championship
Acropolis #4
IPSL Spring 2026
HSC XXVIII
RSL Offline Finals
WardiTV 2025
IEM Kraków 2026
BLAST Bounty Winter 2026
BLAST Bounty Winter 2026: Closed Qualifier
eXTREMESLAND 2025
ESL Impact League Season 8
SL Budapest Major 2025
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2025 TLnet. All Rights Reserved.