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
| /** | |
| * INSTALLATION: | |
| * | |
| * All these modules are core modules except for redis. To install that, just | |
| * type 'npm install redis'. | |
| * | |
| * To run, 'node app.js <port number>'. | |
| * | |
| * USAGE: | |
| * |
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
| #!/usr/bin/env perl | |
| # | |
| # Copyright (c) 2009 Michelle Steigerwalt <msteigerwalt.com> | |
| # All rights reserved. | |
| # | |
| # Handy-dandy tea brewing timer for Maccies and Irssi. | |
| # | |
| # OSX Requirements: | |
| # | |
| # Uses Growl for messaging. Requires the Growl Perl modules. This could be |
NewerOlder