Jump to content

FUNNY variable names

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
19 replies to this topic

#1
marwex89

marwex89

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 10,720 posts
Well, I just created a variable s_hCloseButUp and figured a thread like this could be entertaining... Post any funny variable name (with type if necessary) ;)

short circuit;

Hey! Check out my new Toyota keyboaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

#2
Vswe

Vswe

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 9,552 posts
Should we just come up with funny variable names or should we post funny variable names we have used in our codes before?

#3
marwex89

marwex89

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 10,720 posts
Both are okay, but if you create one in code, make sure to remember this thread!
Hey! Check out my new Toyota keyboaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

#4
Vswe

Vswe

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 9,552 posts
I found a very strange one in an old program:

Private exitquit As Boolean = True

What the hell will that one do? :P

#5
marwex89

marwex89

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 10,720 posts
lol I can't imagine..

I had an error code variable called

ohnoshiit

Hey! Check out my new Toyota keyboaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

#6
Guest_Jordan_*

Guest_Jordan_*
  • Guests
bool containsCussWords ( $****tyText ) {...

#7
amrosama

amrosama

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 8,674 posts
oysten once told me this

String G;

yo homie i heard you like one-line codes so i put a one line code that evals a decrypted one line code that prints "i love one line codes"
eval(base64_decode("cHJpbnQgJ2kgbG92ZSBvbmUtbGluZSBjb2Rlcyc7"));
www.amrosama.com | the unholy methods of javascript

#8
marwex89

marwex89

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 10,720 posts
lol, did I?

Consider this C code..

long Rick;
long* pRick;

Hey! Check out my new Toyota keyboaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

#9
Guest

Guest

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 3,414 posts
unsigned contract;
struct d na=double helix;
I thought of both of these myself after thinking for a couple of minutes
Edit: Here are some more:
double trouble;
long division;
sizeof(yourmom)
log(cabin);
short oncash;
throw(long boomerang)
{
   return boomerang;
}
short man=midget;
int number_of_horns_on_a_unicorn=1; //Just a reminder
if (erection==sizeof(long))
double wifepleasure;
else
short marriage;
thequestion=2b||!2b;
/* DO NOT REMOVE THE FOLLOWING TWO LINES
THEY ARE VERY IMPORTANT!!!!!!!!!!111!!one!number of horns on a unicorn!!!!!1  */
if (x==x)
x=x;

Edited by Guest, 14 October 2009 - 07:59 PM.

Root Beer == System Administrator's Beer
Download the new operating system programming kit! (some assembly required)

#10
tossy

tossy

    Programmer

  • Members
  • PipPipPipPipPip
  • 202 posts
I came across the "stranget"
Microsoft: "You've got questions. We've got dancing paperclips

#11
marwex89

marwex89

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 10,720 posts
LOL those are some nice ones Guest :lol:
Hey! Check out my new Toyota keyboaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

#12
Guest

Guest

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 3,414 posts
Thanks Marwex. Which one is your favorite?
Root Beer == System Administrator's Beer
Download the new operating system programming kit! (some assembly required)