Skip to content

Instantly share code, notes, and snippets.

View alex-phillips's full-sized avatar

Alex Phillips alex-phillips

View GitHub Profile

Keybase proof

I hereby claim:

  • I am alex-phillips on github.
  • I am alexphillips (https://keybase.io/alexphillips) on keybase.
  • I have a public key whose fingerprint is 5BF9 48EB 30B2 41D7 8A77 FF5C BD8E 652D 4BB0 38A7

To claim this, I am signing this object:

@alex-phillips
alex-phillips / titon.hh
Last active August 29, 2015 14:16
Sample Titon console app
<?hh
require_once('./vendor/autoload.php');
use Titon\Console\Kernel;
use Titon\Console\Console;
use Titon\Console\Input;
use Titon\Console\Output;
use Titon\Kernel\Middleware\Pipeline;
@alex-phillips
alex-phillips / 0_reuse_code.js
Last active August 29, 2015 14:11
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@alex-phillips
alex-phillips / TypeComparison.php
Last active August 29, 2015 14:09
PHP vs JS Loose Comparisons with '=='
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Problem, Boole?</title>
<style>
body {
font-family: Verdana, Geneva, sans-serif;
}