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
████████████████████████████████████████████████
████████████████████████████████████████████████
████████████████████████████████████████████████
████████████████████████████████████████████████
████████████████████████████████████████████████
████████████████████████████████████████████████
████████████████████████████████████████████████
████████████████████████████████████████████████
████████████████████████████████████████████████
████████████████████████████████████████████████
Verifying that "austinheap.id" is my Blockstack ID. https://onename.com/austinheap
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
IssuingNetwork,CardNumber
Visa,4556813893590535
Visa,4485490948263453
Visa,4024007152588629
Visa,4716635922722368
Visa,4166836240536895
Visa,4907224096537867
Visa,4716487387078260
Visa,4485069647740225
Visa,4916056526228496
### 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:
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).
<?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")
{