I hereby claim:
- I am gerryeng on github.
- I am gerryeng (https://keybase.io/gerryeng) on keybase.
- I have a public key whose fingerprint is 7CF5 6600 1274 4369 D51F 7C5D 7413 1B9A 5A72 3D24
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
/* | |
Implements EIP20 token standard: https://github.com/ethereum/EIPs/blob/master/EIPS/eip-20.md | |
.*/ | |
pragma solidity ^0.4.18; | |
import "./EIP20Interface.sol"; | |
class DScan | |
def self.read_file | |
compare = 'Coinhako Technology Bitcoin' | |
top_words = [] | |
top_word_length = 0 | |
File.open('/usr/share/dict/words').each do |word| | |
word = word.gsub("\n", "") |
Under watch:
// Watches files for changes and runs tasks based on the changed files
watch: {
bower: {
files: ['bower.json'],
tasks: ['wiredep']
},
coffee: {
files: ['<%= yeoman.app %>/scripts/{,/}.{coffee,litcoffee,coffee.md}'],
require 'bitcoin' | |
module BlockCypher | |
V1 = 'v1' | |
BTC = 'btc' | |
LTC = 'ltc' | |
MAIN_NET = 'main' |
.container | |
.row | |
.col-sm-12 | |
%h2 Register | |
= form_for(resource, :as => resource_name, :url => registration_path(resource_name), class: 'form-horizontal', role: 'form') do |f| | |
= devise_error_messages! | |
.form-group.row | |
= f.label :email, class: 'col-sm-2 control-label' |
Command Line interface reference https://support.cloud.engineyard.com/entries/21009927-deploy-from-the-cli-engine-yard-cli-user-guide
Restoring or Loading a database https://support.cloud.engineyard.com/entries/20996676-Restore-or-Load-a-Database
if Rails.env == 'production' | |
# Directory where App is stored on the server | |
apps_root_dir = "/apps" | |
app_name = "tv" | |
threads 4,4 | |
bind "unix:///data/apps/#{app_name}/shared/tmp/puma/#{app_name}-puma.sock" | |
pidfile "/data/apps/#{app_name}/current/tmp/puma/pid" | |
state_path "/data/apps/#{app_name}/current/tmp/puma/state" |
config.autoload_paths += [ | |
"#{Rails.root}/app/contexts", | |
"#{Rails.root}/app/observers", | |
"#{Rails.root}/app/application", | |
"#{Rails.root}/app/workers", | |
] |