Programming |
![]() ![]() « Citoyen » 1360755960000
| 0 | ||
Already on the second page. :C Bump! |
![]() ![]() « Citoyen » 1361158260000
| 0 | ||
Meh, it would be nice if someone can correct or help me finish an Alphabetizer. (Preferably correct, since I'm pretty desperate) a dit : I was going to add a "while" or "for" loop, but I ended up derping. I probably mixed up a lot things, in advance thanks... if someone decides to help, yep. |
0 | ||
Moepl a dit : How do you know it's impossible if you don't know everything about JS? I've never gotten into it, so I'm not sure how to make a bot myself to begin with, but I assume it's as simple as sending data, which could easily be done with websockets? If you can give me source code for a bot in whatever language you use, I could probably figure it out in JS. Unless it's more work than I'm willing to put forth for this game (the security bits). |
0 | ||
Magicallina a dit : Why are you writing your own comparison function? Your function should: a) Split the string into words using `split` b) Sort the words using `sort` c) Join the words back into a string using `join` You can get and set the form fields using the `value` property. |
![]() ![]() « Citoyen » 1361163360000
| 0 | ||
Fxie a dit : I lol'd |
0 | ||
Dingleberey a dit : If you'd like to elaborate, explain, or just plain contribute anything it'd be appreciated. |
0 | ||
Since when does JS have TCP sockets? If it doesn't, it's impossible to make a bot using only client side JS. WebSockets are different to TCP sockets. |
0 | ||
It would be nice if that clarification, along with further clarification was made considering this thread contains programmers of all levels and specializations. I work client-side and have only done anything with servers rushed and messily in the past, and if you're knowledgeable about it I think you should probably share instead of "lol" or merely assuming that if you know something, everyone must (which many people appear to do, and it comes off as very arrogant). To be honest, I don't know much of the terminology, but from a quick search it sounds like WebSockets is TCP-based. I'm not sure if that's what you mean, and if not can you clarify? |
0 | ||
WebSocket is a message passing protocol on top of TCP. You can't use JS to open a "raw" TCP socket to send and receive arbitrary bytes. If you could it would be a massive security problem. |
![]() ![]() « Citoyen » 1361238360000
| 0 | ||
Cptp a dit : Alright, thank you very much! o/ |
![]() ![]() « Citoyen » 1361347680000
| 0 | ||
Nice, I've read a lot from this threat althow Understood not so much as I read. I wana ask, what and where should I learn (Or atleast gain basics) to code a standalone like bafflers, or dualmouses? |
![]() ![]() « Citoyen » 1363046100000
| 0 | ||
Sonicherois a dit : Don't just simply pop out without knowing a lot and just make a program,Start to simply learn Java & C++ those I would say are the most important. Or they are to me,atleast. Contact me in Cheese.formice.com if you would like. I love this thread <3 |
![]() ![]() « Citoyen » 1363047660000
| 0 | ||
My grandmother is more knowledgeable about the computer than I am. Would someonly kindly brief and summarize programming to me, explaining how difficult you'd think programming would be for me to learn? |
![]() ![]() « Censeur » 1365708120000
| 0 | ||
Greekyogurt a dit : Kind of a necrobump, but if you haven't gotten your answer yet it's not that complicated to learn the basics. VB was what i started with and it was a breeze. |
![]() ![]() « Citoyen » 1366248300000
| 0 | ||
What other programming languages would be somewhere simple to start with? Or are Java and C++ the two major ones for newcomers into the field? I ask because this summer after Uni, I'll have about 4 months off to do...nothing. So learning some code would be nice :D |
![]() ![]() « Citoyen » 1373210340000
| 0 | ||
Please mute/warn me if needed .3. Anyway, I know HTML, CSS and PHP, I'll learn Javascript soon. Hopefully.. And Thunder, PhP is easy. You only need a knowledge of HTML. |
![]() ![]() « Citoyen » 1373212500000
| 0 | ||
writing stuff with html is easy |
![]() ![]() « Citoyen » 1373388360000
| 0 | ||
If you're into making desktop applications it's either java or a C based language. Java being the simplest to learn (syntax and codestyle wise) and C++ being the older and slightly more powerful variant, that is if you know what you're doing. If you're into making web-pages/applications you should consider using a combination of html and javascript and/or php. Everyone has their own taste in either language and/or coding style so there's really no point in argueing which/who is better. o/ Edit: As for some more random info I'm in the process of creating a 2D gaming engine solely written in Java. This includes both the client and server framework. For those in doubt of the powers of Java should know that you can do pretty much whatever you please for both windows and unix platforms. |
![]() ![]() « Citoyen » 1373597640000
| 0 | ||
Todorovski a dit : try codeacademy.com _________ Html is easy. Im learning python command line and javascript from Codeacademy Its completly free |
![]() ![]() « Citoyen » 1382990580000
| 0 | ||
Cheesehogga a dit : I learnt most of my coding from Codeacademy |