I hereby claim:
- I am dereckson on github.
- I am dereckson (https://keybase.io/dereckson) on keybase.
- I have a public key whose fingerprint is 1E16 E1A7 0417 6257 76FA 944D 34A4 3097 536F 1E8D
To claim this, I am signing this object:
| Verifying that +dereckson is my blockchain ID. https://onename.com/dereckson |
I hereby claim:
To claim this, I am signing this object:
| all: idle-on idle-off | |
| idle-on: | |
| ${CC} -DIDLE idle_test.c -o idle-on | |
| idle-off: | |
| ${CC} idle_test.c -o idle-off | |
| clean: | |
| rm -f *.o idle-on idle-off |
| #!/usr/bin/env php | |
| <?php | |
| /** | |
| * Allows to get the content of a php-fpm environment configuration file | |
| */ | |
| class PhpFpmEnvironment { | |
| /** | |
| * The temporary directory, used in TMP, TEMP and TMPDIR environment variables | |
| * @var string |
| <?php | |
| /** | |
| * Nasqueron Tools | |
| * | |
| * Router script to use built-in PHP server | |
| * | |
| * @package NasqueronTools | |
| * @author Sébastien Santoro aka Dereckson <[email protected]> | |
| * @license http://www.opensource.org/licenses/bsd-license.php BSD |
| #!/bin/sh | |
| # | |
| # Nasqueron Tools deployment script | |
| # | |
| #Config | |
| GIT=/usr/local/bin/git | |
| WWW=/var/wwwroot/nasqueron.org/tools | |
| REPO=/home/dereckson/dev/nasqueron/tools/repo | |
| REPOUSER=dereckson |
| <?php | |
| /** | |
| * Provides access to MySQL improved instances connected to Wikimedia Tool Labs replication databases | |
| */ | |
| class ReplicationDatabaseFactory { | |
| /** | |
| * Hashtable of stored resources | |
| * | |
| * @var Array each item is a mysqli instance |
| <?php | |
| /** | |
| * Represents a systematic element name | |
| */ | |
| class SystematicElementName { | |
| /** | |
| * Gets the root matching the digit | |
| * | |
| * @param int $digit The digit |
| /* ------------------------------------------------------------- | |
| Keyboard shorcuts help | |
| Based on QuestionMark.js by Louis Lazaris | |
| http://impressivewebs.github.io/QuestionMark.js/ | |
| CC-BY 2.0 license with additional waiver 'no credit required' | |
| Port to Dojo 1.9 by Dereckson | |
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ |
| <?php | |
| /** | |
| * Finger client | |
| */ | |
| class FingerClient { | |
| /** | |
| * The finger remote server | |
| * @var string | |
| */ |