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
#!/bin/sh | |
# | |
# description: This script runs a node.js instance for a specific user & application. | |
# The idea is to allow multiple userland node.js instances. | |
# | |
# Run with /etc/init.d/node start USERNAME [USERHOME] | |
# Above will launch the node.js instance in HOME/app/app.js | |
# | |
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 | |
/** | |
* PhindItForMe - an IM, SMS, Twitter and Phone application that finds locations in Philadelphia. | |
* | |
* @copyright 2011 Mark J. Headd (http://www.voiceingov.org) | |
* @author Mark Headd | |
*/ | |
// Constants used to geocode an address. |