Skip to content

Instantly share code, notes, and snippets.

View hypomodern's full-sized avatar

Matt Wilson hypomodern

View GitHub Profile
/* for dkastner: PHP inject... but not really. ;) */
$whats_a_block = 0;
foreach (array(3, 3, 3, 3) as $i) {
$whats_a_block += $i;
}
echo $whats_a_block; // => 12
#!/bin/bash
while [ true ] ; clear; do ls -la $1; sleep 1; done
#!/bin/bash
while [ true ] ; clear; do ls -la $1; sleep 1; done