89 Replies - 10901 Views - Last Post: 11 January 2010 - 12:28 AM
#46
Re: You know you're a programer when...
Posted 09 July 2009 - 01:40 PM
...When you end up making the new school webpage
#47
Re: You know you're a programer when...
Posted 09 July 2009 - 10:48 PM
#48
Re: You know you're a programer when...
Posted 10 July 2009 - 12:26 AM
This post has been edited by Servatis: 10 July 2009 - 12:27 AM
#49
Re: You know you're a programer when...
Posted 10 July 2009 - 03:52 AM
#50
Re: You know you're a programer when...
Posted 10 July 2009 - 04:04 AM
#51
Re: You know you're a programer when...
Posted 10 July 2009 - 04:12 AM
#52
Re: You know you're a programer when...
Posted 23 July 2009 - 02:00 AM
#53
Re: You know you're a programer when...
Posted 23 July 2009 - 02:19 AM
ApocalypzAwesomeness said:
+1
...when you see someone have a heart attack and say 'It's the damn processor heatsink! Someone get me some metal to earth myself on!".
...when you write code on your folders at school (done that a few times!
...when you get pissed at your old laptop 'cause you don't have a c# compiler on it.
...when you get the flu and think about starting yourself in safe mode.
...when you think "end" to stop whatever you are doing.
...when you wish the laptops at school had some sort of compiler (like me
...when you want to press control-alt-delete to shut somebody up.
...when you hack the school proxy to get onto DIC.
That's all for now, folks.
This post has been edited by paperclipmuffin: 23 July 2009 - 02:21 AM
#54
Re: You know you're a programer when...
Posted 23 July 2009 - 03:59 AM
This post has been edited by NoBrain: 23 July 2009 - 04:01 AM
#55
Re: You know you're a programer when...
Posted 15 September 2009 - 12:57 AM
if (x>0 && x<100) {
p=90;
}
else if (x>0 && x<=1600) {
p=90-(0.01*x);
}
else if (x>1600){
p=75;
}
This is not what the professor is looking for, but it does make sense this way compared to the way the book shows it.
#56
Re: You know you're a programer when...
Posted 16 September 2009 - 02:33 AM
Quote
#57
Re: You know you're a programer when...
Posted 16 September 2009 - 06:55 AM
My Favorite to use is
Select * From tblUsers Where IIF([Clue]="1",'YAY', 'E.B.K.A.C') And Clue >0
Yes, most was this was gotten from a thinkgeek.com t-shirt, but I added some MS Access logic to it....sh!t I think I'm a geek!
This post has been edited by P4L: 16 September 2009 - 06:57 AM
#58
Re: You know you're a programer when...
Posted 16 September 2009 - 10:35 AM
[email protected], on 23 Jul, 2009 - 08:00 AM, said:
My old teachers actually used to come to me to teach the lessons when they didn't understand it.
This post has been edited by gabehabe: 16 September 2009 - 10:36 AM
#59
Re: You know you're a programer when...
Posted 16 September 2009 - 11:30 AM
When you #include <pantry.h> mentally when making a PB and J so you won't have to declare the ingredients individually...
when writing informal notes to non coders, the word "if" only shares a line with some set of condition and
if "else" appears
it's on it's own line... so it's easier to understand
else
you just say "else" instead of "otherwise" WAY too much
when you avoid using i, j, or k in math class as a variable when you can avoid it... just in case you need a loop later. (also you make sure to reset the values of any variable you do reuse in the first line of each problem)
#60
Re: You know you're a programer when...
Posted 17 September 2009 - 11:41 AM

New Topic/Question


MultiQuote










|