apt-get update
apt-get ugrade
apt-get install build-essential
<?php | |
/** | |
* Named-Param vsprintf() | |
* | |
* positional-params based on key name, much the same as positional in sprintf() | |
* | |
* @link http://php.net/manual/en/function.sprintf.php | |
* @link http://www.php.net/manual/en/function.vsprintf.php | |
* | |
* @param string $str format string - replacements are in %KEY$x format |
=begin | |
.',,,. | |
...,,,,,. | |
..'',;;;:;'. | |
.,,,;;,,,;:c,' | |
... .,;,;:;,,,,;:c;,. | |
;c:;,'.... ..,:lc:::::;,,,,,;c:'. | |
.;'.'''...','. ..;coddo:ccc:::;,,,,;:c:'. | |
.'',''...',,'''.. ..''... ...;coxxxxoc:llc:::;;;;;::cl;. | |
.';;,'....',,;,,,,,.... ....';;;:oxxxxddol:,,:::c::coxkOOdlclollc::;;;;;;;;::'. |
/** | |
* fullscreenify() | |
* Stretch canvas to size of window. | |
* | |
* Zachary Johnson | |
* http://www.zachstronaut.com/ | |
* | |
* See also: https://gist.github.com/1178522 | |
*/ |