$customer = array(
'type' => 'customer',
'email' => $customer_email
);
$fields = array(
'mailbox' => array( 'id' => $mailbox_id ),
'customer' => $customer,
'subject' => $subject,
View verify.txt
Verifying my Blockstack ID is secured with the address 16nb8L334gsV7t1cWLcvKBQeeZjeypBdjo https://explorer.blockstack.org/address/16nb8L334gsV7t1cWLcvKBQeeZjeypBdjo |
View test.md
View keybase.md
Keybase proof
I hereby claim:
- I am oknoorap on github.
- I am oknoorap (https://keybase.io/oknoorap) on keybase.
- I have a public key whose fingerprint is DF01 A8A6 2ECB 380A 3011 48E8 54C9 3EAF 81A1 D026
To claim this, I am signing this object:
View admin-redirect.php
/** | |
* WordPress snippet | |
* Admin page redirection | |
* Put this inside theme setup function | |
*/ | |
global $pagenow; | |
if ( is_admin() && 'themes.php' == $pagenow && isset( $_GET['activated'] ) ) { |
View index.js
var body = { | |
id: 'body', | |
elements: [{ | |
id: 'abc', | |
elements: [] | |
}, { | |
id: 'def', | |
elements: [{ | |
id: 'ghi', | |
elements: [{ |
View install-32.sh
#!/bin/bash | |
wget https://storage.googleapis.com/golang/go1.6.3.linux-386.tar.gz | |
tar go1.6.3.linux-386.tar.gz | |
sudo rm -rf /opt/go | |
sudo rm -rf /opt/gopkg | |
sudo mv go /opt/ | |
sudo mkdir -p /opt/gopkg | |
export GOPATH="/opt/gopkg" | |
export GOROOT="/opt/go" |
View htmr.md
As an example we have file "index.htmr" :
/* Variable Declarations */
@var {
assets: "/public/assets/";
};
/* Global Config */
@charset "utf8";