Author Topic: General Programming Megathread - New OP  (Read 30391 times)

I've never had an issue with smart tabbing in sublime. Also, at the guy who said notepad is better, notepad doesn't let you build and debug from the editor. It doesn't have syntax highlighting. It inform you of function arguments. For programming in TorqueScript notepad is absolutely more than acceptable, but when you're out in the real world trying to program in C++ the ability to not have to look at the documentation every 5 minutes is extremely helpful.

sublime probably just hates lua :c

sublime probably just hates lua :c
Search on Package Control for it.

Search on Package Control for it.
oh yay, i didn't know this existed

EDIT:



curly braces are still hilariously broken

but at lease elseifs work
« Last Edit: November 09, 2012, 11:45:38 PM by Kingdaro »

hurpadurp bump

moving platforms are cool bro as ever
edit: also put in R so if you hit R on your kb it restarts the level, but you have to move for it to begin. like it will be in freeze frame.
« Last Edit: November 10, 2012, 01:14:32 PM by Brian Smithers »

I'm want to learn how to use openGL with python

Where do I start

I'm want to learn how to use openGL with python

Where do I start
PyOpenGL
it's the best bindings and it's most commonly used and there are tons of documentations on it.

Ruby:

Well, I'm 1 step closer to getting programR functioning.

Currently, it was set up as a gem but I needed it portable so I edited all the files to choose relatives paths.

PyOpenGL
it's the best bindings and it's most commonly used and there are tons of documentations on it.
can you link me to a good tutorial?

can you link me to a good tutorial?
If you look around the examples they give you, you should figure most things out for yourself and just look up what you can't figure out on Stack Overflow. If you can't find it, just ask! Stack Overflow is a great place for any developer to find an answer to their problem.

Oh yeah, talking to Brian Smith made me remember that I didn't tell anyone here.

Yesterday I landed an internship programming/working with the Australian government's military satellites.
« Last Edit: November 10, 2012, 03:37:41 PM by Trinick »

Oh yeah, talking to Brian Smith made me remember that I didn't tell anyone here.

Yesterday I landed an internship programming/working with the Australian government's military satellites.
My grandfather used to work with the European Space Agency.





I've been modifying ProgramR so that it works. first step was to fix the crap that people would enter.

Using one line of code I've solved a lot of time. What are the errors of doing this:

string = string.scan(/\w+/).join(" ")

Oh yeah, talking to Brian Smith made me remember that I didn't tell anyone here.

Yesterday I landed an internship programming/working with the Australian government's military satellites.
australian government?

my condolences

australian government?

my condolences
It was that or working with JetBlue's on-plane satellite internet, so I picked the war machines.

internship as in you're actually coming here or is this some weird over internet thing?