- Browserify makes it possible to write node syntax in javascript files
- Watchify is the watch mode for Browswerify
- Webpack is a module bundler that is almost exclusively used with Redux projects
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* EmptyCacheTask | |
* See also https://github.com/markguinn/sstools/blob/master/code/SSTasks.php for more like this | |
* | |
* | |
* @author Anselm Christophersen <[email protected]> | |
* @package titlelibs | |
* @subpackage tasks | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var pre = $('pre'); | |
$('body').remove(); | |
$('html').append(pre); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
php -r "echo date('Y-m-d h:i:s a', time());" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
iconv --from-code=ISO-8859-1 --to-code=UTF-8 old.txt > new.txt |
A collection of Linux commands and concepts I tend to forget
A collection of notes related to hosting
Postfix seems to work as soon as you add a domain via the MAMP admin.
OlderNewer