Programming Terms
Moderator: Coders of Rage
Re: Programming Terms
Oh well those were not my terms, They were Arce's. I just edited the last two.
Hyde from That 70's Show wrote:Woman are like muffins... Once you have a muffin you will do anything to have another muffin... And they know that.
Re: Programming Terms
I'm pretty sure anybody who wants to combine and alphabetize all said terms into a big list will get laid tonight. And if that's not enough incentive, you may even have a say in the gender.
<qpHalcy0n> decided to paint the office, now i'm high and my hands hurt
- MarauderIIC
- Respected Programmer
- Posts: 3406
- Joined: Sat Jul 10, 2004 3:05 pm
- Location: Maryland, USA
Re: Programming Terms
Hint: google alphabetizer. Also good luck formatting everything right.
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
Re: Programming Terms
I was already planning on redoing that list in a new thread with more organization.
Hyde from That 70's Show wrote:Woman are like muffins... Once you have a muffin you will do anything to have another muffin... And they know that.
Re: Programming Terms
Me too lol, I have like 3 or 4 notebooks of programming stuff filledAeolus wrote:Im a notetaker.
Re: Programming Terms
Ive been actively learning c++ everyday since January 15th (except jan 17th cause i worked 10 hours) and i have 18 pages front and back of notes so far.
Hyde from That 70's Show wrote:Woman are like muffins... Once you have a muffin you will do anything to have another muffin... And they know that.
Re: Programming Terms
nice man, my friends do that stuff, so they failAeolus wrote:Ive been actively learning c++ everyday since January 15th (except jan 17th cause i worked 10 hours) and i have 18 pages front and back of notes so far.
Re: Programming Terms
Wait your friends do what stuff? lol
Hyde from That 70's Show wrote:Woman are like muffins... Once you have a muffin you will do anything to have another muffin... And they know that.
- LuciDreamTheater
- Chaos Rift Newbie
- Posts: 39
- Joined: Tue Jan 20, 2009 2:18 am
- Location: Southern CA
- Contact:
Re: Programming Terms
Why don't you write a program to alphabetize everything? If you're good with regex, then you might even be able to feed this thread into the program and parse the list, which implies that a constantly updated version could exist. To do that, a format for adding terms would need to be agreed upon. Those who fail to follow the given structure should face the banhammer.Arce wrote:I'm pretty sure anybody who wants to combine and alphabetize all said terms into a big list will get laid tonight. And if that's not enough incentive, you may even have a say in the gender.
- dandymcgee
- ES Beta Backer
- Posts: 4709
- Joined: Tue Apr 29, 2008 3:24 pm
- Current Project: https://github.com/dbechrd/RicoTech
- Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
- Programming Language of Choice: C
- Location: San Francisco
- Contact:
Re: Programming Terms
First he has to write a banhammer program, since Falco's too lazy and Marauder's too nice.anothrguitarist wrote:Those who fail to follow the given structure should face the banhammer.
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches!
- MarauderIIC
- Respected Programmer
- Posts: 3406
- Joined: Sat Jul 10, 2004 3:05 pm
- Location: Maryland, USA
Re: Programming Terms
Banned. Edit: (6 hrs). Obviously I need to scare you guys back into shape :)dandymcgee wrote:First he has to write a banhammer program, since Falco's too lazy and Marauder's too nice.anothrguitarist wrote:Those who fail to follow the given structure should face the banhammer.
Edit2: AIM or email me to contest your ban. Ban contests must use the words 'Wyoming' 'Superhero' and 'cheesehat' or they will automatically be discarded.
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
- M_D_K
- Chaos Rift Demigod
- Posts: 1087
- Joined: Tue Oct 28, 2008 10:33 am
- Favorite Gaming Platforms: PC
- Programming Language of Choice: C/++
- Location: UK
Re: Programming Terms
Marauder has gone on a power trip...WE ARE DOOOOOOOMED!
Gyro Sheen wrote:you pour their inventory onto my life
IRC wrote: <sparda> The routine had a stack overflow, sorry.
<sparda> Apparently the stack was full of shit.
- LeonBlade
- Chaos Rift Demigod
- Posts: 1314
- Joined: Thu Jan 22, 2009 12:22 am
- Current Project: Trying to make my first engine in C++ using OGL
- Favorite Gaming Platforms: PS3
- Programming Language of Choice: C++
- Location: Blossvale, NY
Re: Programming Terms
You want to sort the words?
Well, make a word bank and set them on new lines.
Have your code read in the text file.
Split text into array with new line character.
Get the number value of the first character of every word.
Loop through and move the array order by the numbers.
Write the new array as string back to the text file.
Thats one way... I haven't got time to write it (on PS3 posting this) but if nobody does, I'll make it tomorrow.
Well, make a word bank and set them on new lines.
Have your code read in the text file.
Split text into array with new line character.
Get the number value of the first character of every word.
Loop through and move the array order by the numbers.
Write the new array as string back to the text file.
Thats one way... I haven't got time to write it (on PS3 posting this) but if nobody does, I'll make it tomorrow.
There's no place like ~/
- dandymcgee
- ES Beta Backer
- Posts: 4709
- Joined: Tue Apr 29, 2008 3:24 pm
- Current Project: https://github.com/dbechrd/RicoTech
- Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
- Programming Language of Choice: C
- Location: San Francisco
- Contact:
Re: Programming Terms
Haha?
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches!