@Diplo, because the quotation sucks.
Actually, that avatar grosses me out pretty badly. And your content just makes it worse.
[QUOTE=diplo;22026693]pretty much every worthy programmer would say otherwise.[/QUOTE]
I don't rename my controls unless I'm interacting with them in-code.
[QUOTE=nullsquared;22030833]I don't rename my controls unless I'm interacting with them in-code.[/QUOTE]
I rename them when I know they will be used alot, or if it's important and I don't want to constantly check which one is which.
[QUOTE=nullsquared;22030833]I don't rename my controls unless I'm interacting with them in-code.[/QUOTE]
+1
[QUOTE=Loli;22029525]Anyone here still using Winforms? I only stopped the other day; WPF seems better, if not a little more awkward.[/QUOTE]
I don't like WPF. Designing forms in XML is horrible.
[QUOTE=nullsquared;22030833]I don't rename my controls unless I'm interacting with them in-code.[/QUOTE]
[QUOTE=diplo;22029390]well, you don't need to name every label and shit like that. it's a good idea to name anything that involves user input. anyone who disagrees obviously doesn't have enough insight to realize the confusion that can arise when writing code.[/QUOTE]
[QUOTE=diplo;22029686][/QUOTE]
Ok MR. Alt of banned user for flaming.
[QUOTE=Poodle;22031522]Ok MR. Alt of banned user for flaming.[/QUOTE]
you mad?
[QUOTE=diplo;22031639][img]http://www.facepunch.com/image.php?u=251262&dateline=1272846158[/img][/QUOTE]
Dude your avatar is disgusting. I am all for lesbian sex, but spitting cum into another person's mouth is gross. Maybe replace it with a naked girl.
[QUOTE=-Matt-94;22032997]Dude your avatar is disgusting. I am all for lesbian sex, but spitting cum into another person's mouth is gross. Maybe replace it with a naked girl.[/QUOTE]
You can adblock his avatar or write a greasemonkey script to replace it with another image.
[QUOTE=-Matt-94;22032997]Dude your avatar is disgusting. I am all for lesbian sex, but spitting cum into another person's mouth is gross. Maybe replace it with a naked girl.[/QUOTE]
Agree'd.
[QUOTE=-Matt-94;22032997]Dude your avatar is disgusting. I am all for lesbian sex, but spitting cum into another person's mouth is gross. Maybe replace it with a naked girl.[/QUOTE]
what? who said it was cum? they're just sharing some milk.
Yeah, me and my lesbo-girlfriend get bored so we spit our milk into each-others mouths. :rolleye:
[QUOTE=diplo;22033299]what? who said it was cum? they're just sharing some milk.[/QUOTE]
Cum flavored milk? I think not.
[editline]05:52PM[/editline]
[QUOTE=Chad Mobile;22033434]Yeah, me and my lesbo-girlfriend get bored so we spit our milk into each-others mouths. :rolleye:[/QUOTE]
[i]What?[/i]
What are you w-
Because of the recent posts, this image needs to go into the highlights when V11 is made.
[IMG]http://pix.motivatedphotos.com/2009/2/13/633701148177731310-omg.jpg[/IMG]
[highlight](User was banned for this post ("Dumb Demotivational" - SteveUK))[/highlight]
[QUOTE=i300;22033448][I]What?[/I][/QUOTE]
It was a joke mate.
That page was a complete waste. Can we stop with the useless, shitty posts and post something worthwhile? You know, something [i]on-topic[/i]?
I was going to suggest having the next version of this thread with the goal of no shitposting or flaming, but then I realised that was impossible.
Anyone know how to do enums in Lua?
[QUOTE=Ortzinator;22035322]Anyone know how to do enums in Lua?[/QUOTE]
If I remember correctly, tables/arrays are capable of having String-based indices in Lua.
It might not be perfectly like an enum, but it's nearly the same.
STATES["STATE_ON"] = 1;
STATES["STATE_OFF"] = 0;
Or something of that sort.
[IMG]http://i50.tinypic.com/30bmfb6.png[/IMG]
[IMG]http://i48.tinypic.com/1zcdeys.png[/IMG]
I just recently started C#, so I call this progress.
[editline]02:58AM[/editline]
And yes it's the external IP, not local.
[QUOTE=FoohyAB;22035462][IMG]http://i50.tinypic.com/30bmfb6.png[/IMG]
[IMG]http://i48.tinypic.com/1zcdeys.png[/IMG]
I just recently started C#, so I call this progress.
[editline]02:58AM[/editline]
And yes it's the external IP, not local.[/QUOTE]
May I ask how you're retrieving it? The only way I see is by parsing an external website that tells it to you.
[QUOTE=Xeon06;22035769]May I ask how you're retrieving it? The only way I see is by parsing an external website that tells it to you.[/QUOTE]
Well, I'm not sure how he's doing it, but if you use [url]http://whatismyip.org/[/url] you don't even have to parse it; it just gives you the IP in text format
Programmer art ahead...
[IMG]http://i49.tinypic.com/13zyf5x.png[/IMG]
[IMG]http://i46.tinypic.com/2zfpbar.png[/IMG]
A deferred renderer I've been working on. 20 completely dynamic lights at the moment but theres no hard-coded limit. I'll be working on adding normal mapping and shadows next.
Sorry, you need to Log In to post a reply to this thread.