Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

 
Advanced search

877401 Posts in 32863 Topics- by 24302 Members - Latest Member: bookwish

May 19, 2013, 12:28:13 PM
TIGSource ForumsDeveloperTechnical (Moderators: Glaiel-Gamer, ThemsAllTook)Programmers poetry
Pages: 1 [2]
Print
Author Topic: Programmers poetry  (Read 1029 times)
_Madk
Level 10
*****


Love, love is a verb Love is a doing word ~♪


View Profile
« Reply #15 on: June 15, 2012, 04:03:29 PM »

Code:
while (currenttime.hour!=23){sleep(60000);}
stamina-=10;
for(int x=0;x<=many;x++;){library.process(volume[x]);}
sleep(100);
listen();
print("Only this, and nothing more.");
Logged

Maud'Dib Atreides
Level 4
****


Obsessed with space


View Profile WWW Email
« Reply #16 on: June 15, 2012, 05:38:12 PM »

Code:
while(alive){
  read_lame_posts_on_tigsource();
}
regret();

 Well, hello there!
How is one able to regret when he is not alive?
You clearly lack the skills for this complicated form of poetry  Giggle


its my poem, i can regret when i'm dead in it if want, I HAVE THAT RIGHT!EK!O!JKEPRJOP!R  Angry Angry Evil Cheesy Blink Shocked

[/quote]

Unless

Your life is a game within a game

Inception
Logged

Guy: Give me all of your money.
Chap: You can't talk to me that way, I'M BRITISH!
Guy: Well, You can't talk to me that way, I'm brutish.
Chap: Somebody help me, I'm about to lose 300 pounds!
Guy: Why's that a bad thing?
Chap: I'M BRITISH.
Mega
Level 1
*



View Profile Email
« Reply #17 on: June 15, 2012, 07:08:32 PM »

int main()
{

 int the_day, the_rain;

 OPEN fields;

 while(end=1)
 {
   plains
 }

------------------------------

void the_sky = #0000FF
nothing do while(this == true)
{
    for(;I=love && this == u;)
    {
      return true;
    }
}

 
}
Logged
Hedgehodg
Level 1
*


...


View Profile Email
« Reply #18 on: June 17, 2012, 01:34:41 AM »

I just wasted 10 minutes of my life.

Code:
static HashMap<String, HomeworkItem> homework = new HashMap<String, HomeworkItem>;

static boolean school = true;
static boolean alive = true;
static boolean eaten = false;

static const long day =  86400000;
static const long hour = 3600000;

public static void main(String[] args)  {
    while (alive)  {
        if (school)  {
             checkHomework();
             work();
        } else  {
            if (!eaten)  { eat(); }
            
            doHomework();
            code();
        }

        if (System.getMilliseconds() > 9 * hour && System.getMilliseconds() <= 15 * hour) {
            school = true;
            eat = true;
        } else {
            if (!eaten())  {
               eat = false;
            }        

            school = false;    
        }
    }
}

private static void doHomework()  {
    String[] keys = homework.keySet();

    for (int i = 0; i < keys.length; i++)  {
        homework.get(keys[i]).do();
        homework.remove(keys[i]);
    }
}

public static void checkHomework()  {
    if (School.hasHomework("darestium"))  {
        for (int i = 0; i < School.getAllHomework("darestium").toArray().length; i++)  {
            // School ".getHomework(String studentName)" pops the next homework task
            homework.put(School.getHomework("darestium"));
        }
    }
}

public static void code()  {
    System.out.println("10 PRINT \"I AM SO GUD @ DIS.\"");
    System.out.println("20 GOTO 10");
}

public static void work()  {
    System.out.println("Working...   :cavestory:");
}
« Last Edit: June 17, 2012, 02:07:35 AM by darestium » Logged

Previously known as "darestium"...
metaldemon
Level 0
**



View Profile
« Reply #19 on: June 17, 2012, 05:30:14 AM »

public static int boredom_due_to_coding = 0;
public static bool isgaming = false;


public void Update()
{
if ( isgaming == true )
{
boredom_due_to_coding--;
if ( boredom_due_to_coding == 0 )
   isgaming = false;
return;
}
boredom_due_to_coding++;
if ( boredom_due_to_coding > 20 )
{
VisualStudio.Dispose();
VisualStudio.Minimize();
string[] gamestoplay = new string[] { "justcause2.exe", "gta4.exe", "skyrimlauncher.exe", "Duke3d.exe" };

Random rand = new Random();
int gametoplay = rand.Next(0, gamestoplay.Length);
Playgame(gametoplay);
}


}

public void Playgame(string game)
{
isgaming = true;
}



Like this? thats probably working in my mind
Logged

games are the ultimate combination of art and technology - Todd Howard
Quarry
Level 10
*****



View Profile WWW
« Reply #20 on: June 17, 2012, 07:26:44 AM »

The code is bugged, you are not launching the game
Logged

 
metaldemon
Level 0
**



View Profile
« Reply #21 on: June 17, 2012, 08:05:38 AM »

The code is bugged, you are not launching the game

flagnimmit! you're right!  Hand Shake Left Epileptic Hand Shake Right
Logged

games are the ultimate combination of art and technology - Todd Howard
Hedgehodg
Level 1
*


...


View Profile Email
« Reply #22 on: June 17, 2012, 03:06:21 PM »

Code:
while (currenttime.hour!=23){sleep(60000);}
stamina-=10;
for(int x=0;x<=many;x++;){library.process(volume[x]);}
sleep(100);
listen();
print("Only this, and nothing more.");

The raven?
Logged

Previously known as "darestium"...
omgnoseat
Level 2
**



View Profile
« Reply #23 on: June 17, 2012, 03:46:54 PM »

Talking about your day or programming isn't poetry, noobs!

Take a look at this guy.

int main()
{

 int the_day, the_rain;

 OPEN fields;

 while(end=1)
 {
   plains
 }

------------------------------

void the_sky = #0000FF
nothing do while(this == true)
{
    for(;I=love && this == u;)
    {
      return true;
    }
}

 
}
Words like sky and love, thats the stuff.
Logged
_Madk
Level 10
*****


Love, love is a verb Love is a doing word ~♪


View Profile
« Reply #24 on: June 17, 2012, 06:14:57 PM »

Code:
while (currenttime.hour!=23){sleep(60000);}
stamina-=10;
for(int x=0;x<=many;x++;){library.process(volume[x]);}
sleep(100);
listen();
print("Only this, and nothing more.");

The raven?

nevermore
Logged

TaintedFork
Level 0
***



View Profile WWW Email
« Reply #25 on: June 17, 2012, 08:29:44 PM »

Code:
if(self.isProgrammingInLua) then
    self:feelLike("shit");
end

Lua is so unconventional. Mock Anger

Anyway, there's also this: http://moviesascode.net/
Logged
Pages: 1 [2]
Print
Jump to:  

Theme orange-lt created by panic