Jump to content

Home

$tk102++;


Jeff

Recommended Posts

  • Replies 50
  • Created
  • Last Reply

It is indeed dinner time! :D I'm going to skin this coon and serve it up with some taters.

 

It's been a high-intensity day and I love it. I swear the lights turned green for me all day and I even got a free lunch by chance. I very much appreciate the birthday wishes! You guys are top notch. And I just realized it's also my 5th anniversary here at LF as of last week. ;)

 

:cheers:

Link to comment
Share on other sites

<?php
$tk_bday = "04/02";
$date = date("d/m");

if($date > $tk_bday) $late = true;
if($late == false)
	echo "Happy Birthday tk!";
else
	die("glovemaster");

// Sorry it's late ;] Hope you had a good one.

// BTW these colours are terrible. XD
?>

dunno if you thought the title was supposed to be php or that's a reference to tk being a sysadmin but,

 

(12:53:42 AM) moel: jmac do you know what the syntax of printing stuff in perl is, i want to make a clever title for a tk102 birthday thread

(12:54:15 AM) me: http://www.perl.com/pub/a/2000/10/begperl1.html

(12:54:45 AM) me: say $tk102++

(12:55:23 AM) moel: good idea lol

(1:09:29 AM) me: hee obfuscated perl

(1:09:42 AM) moel: lol wut

(1:09:44 AM) me: it's such a ridiculous language

(1:09:57 AM) me: what i posted in tk's bday thread

(1:09:59 AM) me: that

(1:10:01 AM) me: is valid perl code

(1:10:02 AM) moel: yeah I don't know anything about it, I just remember that tk likes it

(1:10:07 AM) moel: oh i didn't see yet, let me look

(1:10:25 AM) moel: haha

(1:10:32 AM) me: swear to god it works

(1:10:48 AM) me: it prints out happy birthday

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...