Skip to content

Instantly share code, notes, and snippets.

View austinheap's full-sized avatar
🌈

Austin Heap austinheap

🌈
View GitHub Profile
@austinheap
austinheap / bars.txt
Created October 25, 2016 16:33
Rainbow Pi-hole with screensaver for LCD screens
View bars.txt
████████████████████████████████████████████████
████████████████████████████████████████████████
████████████████████████████████████████████████
████████████████████████████████████████████████
████████████████████████████████████████████████
████████████████████████████████████████████████
████████████████████████████████████████████████
████████████████████████████████████████████████
████████████████████████████████████████████████
████████████████████████████████████████████████
View gist:122e7a080b175fc4606e71020c0d27b1
Verifying that "austinheap.id" is my Blockstack ID. https://onename.com/austinheap
View gist:014a4e7cad8ed4fd562e63896a7dc4b6
use_account_address_as_default
use_disabled_gateways
use_gateway_address
user_agent
user_id
username
uuid
validated_at
validation_state
vat_location_validation_enabled_at
View gist:7e336c1d9e1530e1c6d766241130e2c1
IssuingNetwork,CardNumber
Visa,4556813893590535
Visa,4485490948263453
Visa,4024007152588629
Visa,4716635922722368
Visa,4166836240536895
Visa,4907224096537867
Visa,4716487387078260
Visa,4485069647740225
Visa,4916056526228496
View gist:408fc6e2599e8722008d
### Keybase proof
I hereby claim:
* I am austinheap on github.
* I am austinheap (https://keybase.io/austinheap) on keybase.
* I have a public key ASCt81s-0UNfPy0WbR9dg40W_YQF_otGAhnOphC_IWuX1Qo
To claim this, I am signing this object:
View gist:8cdb901bb746c4e1ed09
Verifying myself: My Bitcoin username is +austinheap. https://onename.io/austinheap
@austinheap
austinheap / artisan.php
Last active August 29, 2015 13:58 — forked from duellsy/artisan.php
More polished version of @duellsy's mod to prompt for confirmation before running Laravel artisan commands on a specific environment (mainly production).
View artisan.php
<?php
// Adding this to your app/start/artisan.php file will
// do a quick confirmation that you really do want
// to run this command when in production environment
if (php_sapi_name() == "cli" &&
App::environment() == "production")
{