Speak in Code

Feb 19

Feb 18

Just purchased these. Green is my new sh*t.

Just purchased these. Green is my new sh*t.

Feb 16

Due Date

$due_date = strtotime('02/16/2012');
$today = strtotime(date('m/d/Y'));

if ($today < $due_date) {
     print 'Coming soon...';
}
elseif ($today == $due_date) {
     print 'Today *should* be the day!';
}
else {
     print 'This baby is overdue :)';
}

iamthegreek:

beautiful.

iamthegreek:

beautiful.

Dec 07

Days go by

lifefunc:

<?php

$days = date(“t”);

days_go_by($days);

function days_go_by($days, $us=”us”, $you=”you”){

do{

if(strstr($us, $you)){

break;

}

$day++;

} while($day <= $days);

}

?>

Days go by - Dirty Vegas

Mo’ Money, Mo’ Problems

$money = 0;
$problems = 0;

do {
    $money += 1;
    $problems += 1;
} while ($money >= 0);

Nov 16

Jeff Goldblum and Biz Markie on Late Night with Jimmy Fallon -

cdevroe:

With Conan back on the air and Jimmy Fallon approaching his prime late night television is at its finest in years. Here, please, enjoy Jeff Goldblum and…

Sep 02

listening to "Radiohead - Video Tapez (Ft. Del the Funky Homosapien)" -

This song is fantastic. Haven’t heard this Del track yet. Nice.

Aug 23

No news

No news is good news from the HQ bathroom.

Aug 07

How to: Use the Viddler API with CodeIgniter -

cdevroe:

A very simple workflow to include PHP Viddler as a library in your Code Igniter application.

Aug 03

FreeWheelin’ It!

function your_brain_is($str)
{
     print "Your brain is " . $str;
}

//In Hours
$max = 8;
$arr = array("jello", "dead", "mush", "frozen");
if ($freewheelin_it > $max) {
     $rand = rand(0, count($arr)-1);
     your_brain_is($arr[$rand]);
}

cdevroe:

vinh:
Chewbika (buy)
WANTS. $24 is a bit pricey for tshirts nowadays though.

cdevroe:

vinh:

Chewbika (buy)

WANTS. $24 is a bit pricey for tshirts nowadays though.

Jul 31

It’s raining, it’s pouring

function the_old_man_is($str)
{
     print $str;
}

do {
     the_old_man_is("snoring");
} while ($its_raining && $its_pouring);

Jul 30

[video]