View bars.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
████████████████████████████████████████████████ | |
████████████████████████████████████████████████ | |
████████████████████████████████████████████████ | |
████████████████████████████████████████████████ | |
████████████████████████████████████████████████ | |
████████████████████████████████████████████████ | |
████████████████████████████████████████████████ | |
████████████████████████████████████████████████ | |
████████████████████████████████████████████████ | |
████████████████████████████████████████████████ |
View gist:122e7a080b175fc4606e71020c0d27b1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying that "austinheap.id" is my Blockstack ID. https://onename.com/austinheap |
View gist:014a4e7cad8ed4fd562e63896a7dc4b6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IssuingNetwork,CardNumber | |
Visa,4556813893590535 | |
Visa,4485490948263453 | |
Visa,4024007152588629 | |
Visa,4716635922722368 | |
Visa,4166836240536895 | |
Visa,4907224096537867 | |
Visa,4716487387078260 | |
Visa,4485069647740225 | |
Visa,4916056526228496 |
View gist:408fc6e2599e8722008d
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying myself: My Bitcoin username is +austinheap. https://onename.io/austinheap |
View artisan.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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") | |
{ |