Yay, it actually fucking worked

mtb0minime wrote:
Get back to us when it does something useful, other than brighten your day
Do some C++, and do C in unix if u can, hahah thats very very very basic though but yeah nice I guess lolOisín<3 wrote:
mtb0minime wrote:
Get back to us when it does something useful, other than brighten your day
I'm just happy it worked! I love messing with this shit though! xD
Last edited by blademaster (2009-10-09 11:40:50)
I wrote that myself!DeathUnlimited wrote:
Anyone can paste hello world source to some compiler though. It's a start at least
int main()King_County_Downy wrote:
Just wait until you get into the more advanced programming, like rock-paper-scissors...
Last edited by GC_PaNzerFIN (2009-10-09 11:56:47)
You forgot to include your librariesGC_PaNzerFIN wrote:
int main()King_County_Downy wrote:
Just wait until you get into the more advanced programming, like rock-paper-scissors...
{
cout << "Hey we didn't have that one " << endl;
return EXIT_SUCCESS;
}
I think you're cool regardless.Lucien wrote:
I made a rock paper scissors card game on my ti-84
Does that make me cool?
If people here treat you like shit, and you post shit like this, what circuit of logic tells you to keep coming here?
that he's just not very bright?Defiance wrote:
If people here treat you like shit, and you post shit like this, what circuit of logic tells you to keep coming here?
He must be bright. He made a computer program!baggs wrote:
that he's just not very bright?Defiance wrote:
If people here treat you like shit, and you post shit like this, what circuit of logic tells you to keep coming here?
TehMyke wrote:
as a script kiddie, im a fag lololol
Dauntless wrote:
TehMyke wrote:
as a script kiddie, im a fag lololol
#!/bin/bash orient=`xrandr -q | grep -o inverted | grep -c inverted` if [ $orient = 3 ]; then xrandr -o inverted xsetwacom set stylus Rotate half else xrandr -o normal xsetwacom set stylus Rotate none fi