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 | |
/* Welcome to Bones :) | |
This is the core Bones file where most of the | |
main functions & features reside. If you have | |
any custom functions, it's best to put them | |
in the functions.php file. | |
Developed by: Eddie Machado | |
URL: http://themble.com/bones/ | |
*/ |
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
/** | |
* Author: Oskar Hane | |
* Contact: [email protected] | |
* URL: http://oskarhane.com | |
* | |
* Dependenies: simple-xmpp and optimist. Install them via npm. | |
* | |
* Run with params | |
* -u username (e.g. [email protected]) | |
* -p password |
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
/** | |
Name: Node.js UDP server | |
Supported Platforms: Only tested on Linux | |
Date: 2013-03-28 | |
Author: Oskar Hane <[email protected]> | |
Website: http://oskarhane.com | |
Purpose: For Blocket's Easter Egg comptetition. A UDP server which replies all requests | |
with a binary representation of the string "$your_ip.$current_unix_timestamp" | |
Usage: | |
1. Install Node.js via Package: https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager |
NewerOlder