Skip to content

Instantly share code, notes, and snippets.

@zeiv
zeiv / tio-affiliate-partner-leads.md
Last active August 1, 2018 14:06
trade.io Affiliate Partner Leads API

Introduction

Please Note: The current state of the documentation is written with ICO clients in mind, to be used for roadshow events. Examples and clarifications are given to reflect this.

Authentication

Requests should be authenticated using a bearer token which we will provide, like Authorization: Bearer TOKEN_HERE

API Host

@zeiv
zeiv / tio-affiliate-partner-conversion.md
Last active July 25, 2018 14:13
trade.io Affiliate Partner API Conversion Endpoint

Introduction

Please Note: The current state of the documentation is written with ICO clients in mind, to be used for roadshow events. Examples and clarifications are given to reflect this.

Authentication

Requests should be authenticated using a bearer token which we will provide, like Authorization: Bearer TOKEN_HERE

API Host

@zeiv
zeiv / AtomOneDark.js
Created April 6, 2018 21:05
Blink shell Atom One Dark theme
black = '#282c34';
red = '#e06c75'; // red
green = '#98c379'; // green
yellow = '#d19a66'; // yellow
blue = '#56b6c2'; // blue
magenta = '#c678dd'; // pink
cyan = '#56b6c2'; // cyan
white = '#d0d0d0'; // light gray
lightBlack = '#808080'; // medium gray
lightRed = '#e06c75'; // red
@zeiv
zeiv / .hyper.js
Created January 5, 2018 18:02
Hyper.js Config
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// default font size in pixels for all tabs
fontSize: 20,
// font family with optional fallbacks
@zeiv
zeiv / refined-custom.zsh-theme
Created January 5, 2018 17:34
Xavier's Custom Oh My ZSH Theme (based on Refined)
#!/usr/bin/env zsh
# ------------------------------------------------------------------------------
#
# Pure - A minimal and beautiful theme for oh-my-zsh
#
# Based on the custom Zsh-prompt of the same name by Sindre Sorhus. A huge
# thanks goes out to him for designing the fantastic Pure prompt in the first
# place! I'd also like to thank Julien Nicoulaud for his "nicoulaj" theme from
# which I've borrowed both some ideas and some actual code. You can find out
@zeiv
zeiv / .zshrc
Created January 5, 2018 17:30
.zshrc
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH=/Users/xavier/.oh-my-zsh
# Set name of the theme to load. Optionally, if you set this to "random"
# it'll load a random theme each time that oh-my-zsh is loaded.
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
ZSH_THEME="refined-custom"
@zeiv
zeiv / twitter-exporter.js
Created October 10, 2017 22:16
twitter-friends-to-xlsx-exporters
/*
Twitter Exporter - Save Friends to XLSX
-------------------------------------------------
© 2017 Xavier Bick under the MIT License
Usage via Command Line:
$ node twitter-exporter.js <consumer_key> <consumer_secret> <access_token_key> <access_token_secret> <twitter_handle_to_export>
@zeiv
zeiv / cols.css
Created August 7, 2017 03:39 — forked from kanakiyajay/cols.css
Seven Equal Columns in bootstrap.
@media (min-width: 768px) {
.seven-cols .col-md-1,
.seven-cols .col-sm-1,
.seven-cols .col-lg-1 {
width: 100%;
}
}
@media (min-width: 992px) {
.seven-cols .col-md-1,