Functions
WebDev/*nix assorted functions & hacks
Search
find all
Array
-
Bash
-
Classes
-
Config
-
DateTime
-
Debug
-
dotjs
-
File
-
foooo
-
Git
-
HTML
-
Images
-
Javascript
-
Linux
-
Math
-
Misc
-
MySQL
-
OS X
-
Reading
-
Redis
-
Shell scripts
-
snippets
-
SQL
-
Strings
-
TextMate
-
Web
-
\(^o^)/ Fun!
-
_Misc hacks
-
_Pages
\(^o^)/ Fun!
* Readme
Alphanumeric images to ascii
Conway's Game of Life as TextMate command
Langton's Ant
Quine
Sierpiński Carpet
Sierpiński Triangle
Towers of Hanoi
8
found
auth
Name:
Category: \(^o^)/ Fun!
Body:
Go on. Save, chmod, run. #!/usr/bin/php <?php $x = 'IyEvdXNyL2Jpbi9waHAKPD9waHAKJHggPSAnJzsKCiR5ID0gYmFzZTY0X2RlY29kZSgkeCk7CiR5ID0gc3Vic3RyX3JlcGxhY2UoJHksICR4LCAyNywgMCk7CmVjaG8gJHk7Cgo/Pgo='; $y = base64_decode($x); $y = substr_replace($y, $x, 27, 0); echo $y; ?>
Footer