Skip to content

Instantly share code, notes, and snippets.

@valguss
valguss / dev_test.php
Created March 16, 2012 10:29 — forked from davidalexander/index.php
Thoughts on best way to test subdomain
<?php
//faster using strpos
$staging_subdomains = array(
's1',
's2',
's3',
's4',
's5',
'mac',
'local',
@valguss
valguss / 0_reuse_code.js
Last active August 29, 2015 14:07
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