#include
int main()
{
printf("Macs are for n00bs.\n");
return 0;
}
Wednesday, May 28, 2008
Tuesday, May 27, 2008
Thursday, May 22, 2008
Ready for Rebound
DROP [that_bitch]
DUMP TRANSACTION [that_bitch] WITH NO_LOG
SET LANGUAGE us_english
PRINT N'Shutup Bitch';
DUMP TRANSACTION [that_bitch] WITH NO_LOG
SET LANGUAGE us_english
PRINT N'Shutup Bitch';
Sandwich.pl
#!/usr/bin/perl
use kitchen;
my @sandwich=qw(bread ham cheese more_bread);
$sandwich=join('mustard',@sandwich);
chomp($sandwich);
use kitchen;
my @sandwich=qw(bread ham cheese more_bread);
$sandwich=join('mustard',@sandwich);
chomp($sandwich);
Consoling Your Friend
DECLARE Edict varchar(25)
SET @Edict = "Forget-about-the-girl"
USE You
SELECT Empathy FROM You.YourStupidFace WHERE (YourName = (substring(Edict,1,1) & substring(Edict,8,1) & substring(Edict,18,1)))
SET @Edict = "Forget-about-the-girl"
USE You
SELECT Empathy FROM You.YourStupidFace WHERE (YourName = (substring(Edict,1,1) & substring(Edict,8,1) & substring(Edict,18,1)))
Subscribe to:
Posts (Atom)