Topic: Songs In Code

There is a trend on Twitter at the moment to create song titles or lyrics using code syntax.  Here is the link to the Twitter search:

http://twitter.com/#search?q=%23songsincode

So I thought I would start a forum thread and post some of my favorite songs in code (with credits). I'll put the answers below each one.

public void DestroySweater() { while(me.Status == Status.WalkingAway) { this.Thread.Pull(); } }

Weezer - The Sweater Song

By @submitteddenied (http://twitter.com/submitteddenied/statuses/3551486527)

#clowns {float:left;} #jokers {float:right;} #me, #you {position:static;text-align:center;margin:auto;}

Stealers Wheel - Stuck in the Middle With You

By @whoojemaflip (http://twitter.com/whoojemaflip/status/3449001609)

try { this.touch() } catch (CantException e) {}

M.C. Hammer - Can't touch this.

By @lkesteloot (http://twitter.com/lkesteloot/statuses/3546322306)

stack.push('water');stack.push('smoke');

Deep Purple - Smoke On The Water

By @haayman (http://twitter.com/haayman/statuses/3542022256)

SELECT * FROM preferences WHERE i LIKE UPPER('butts') AND i <> 'lie';

Sir Mix-a-lot - Baby Got Back
By @ryantenney (http://twitter.com/ryantenney/statuses/3540804578)

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

And here are a few that I made up:

SELECT price FROM window.doggies WHERE tail="waggly" LIMIT 1;

How much is that doggie in the window.

By @philipnorton42 (http://twitter.com/philipnorton42/status/3536073015)

if ( $haze == #EE00EE ) { $this->brain($haze); $this->things('NOT same'); $this->act('funny'); $this->kiss('sky'); }

Jimmy Hendrix - Purple Haze

By @philipnorton42 (http://twitter.com/philipnorton42/status/3535358528)

$house = new Orleans(); $houes->setName('Rising run'); while(1=1){$house->ruin(new Boy());} $house->ruin(self::getInstance());

The Animals - House of the rising sun

By @philipnorton42 (http://twitter.com/philipnorton42/status/3542745384)

if ( $she->name == 'Lump' ) { $she->setLocation('Boggy Marsh'); $she->alone = true; $she->stop()->move('heart'); }

The Presidents Of The United States Of America - Lump

By @philipnorton42 (http://twitter.com/philipnorton42/status/3537285892)

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

Feel free to add your own to this post!