Skip to content

Instantly share code, notes, and snippets.

View qraccess's full-sized avatar

Cindy Ryan qraccess

View GitHub Profile
// Website you intended to retrieve for users.
const upstream = 'api.openai.com'
// Custom pathname for the upstream website.
const upstream_path = '/'
// Website you intended to retrieve for users using mobile devices.
const upstream_mobile = upstream
// Countries and regions where you wish to suspend your service.
@qraccess
qraccess / AEQ.sol
Created August 8, 2018 01:46
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.4.24+commit.e67f0147.js&optimize=true&gist=
pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
// Symbol : AEQ
// Name : Around Earth Qualite
// Total supply: 210000000.000000
// Decimals : 6
// ----------------------------------------------------------------------------
@qraccess
qraccess / AEQ.sol
Created August 2, 2018 02:36
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.4.24+commit.e67f0147.js&optimize=false&gist=
pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
// Symbol : AEQ
// Name : Around Earth Qualite
// Total supply: 210000000.000000
// Decimals : 6
// ----------------------------------------------------------------------------
@qraccess
qraccess / AEQ.sol
Created May 18, 2018 03:24
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.4.24+commit.e67f0147.js&optimize=false&gist=
pragma solidity ^0.4.18;
// ----------------------------------------------------------------------------
// Symbol : AEQ
// Name : Around Earth Qualite
// Total supply: 210000000.000000
// Decimals : 6
// ----------------------------------------------------------------------------