Skip to content

Instantly share code, notes, and snippets.

View elliotec's full-sized avatar
😎

Mike Elliott elliotec

😎
View GitHub Profile
# This file should be at
export ZSH=/Users/melliot/.oh-my-zsh
ZSH_THEME="robbyrussell"
ENABLE_CORRECTION="true"
COMPLETION_WAITING_DOTS="true"
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
# Example format: plugins=(rails git textmate ruby lighthouse)
plugins=(git zsh-autosuggestions)
import express from 'express'
import es6Renderer from 'express-es6-template-engine'
import binanceApi from 'binance'
import http from 'http'
import path from 'path'
import socketIo from 'socket.io'
const state = {}
const binance = new binanceApi.BinanceWS()
const app = express()

Keybase proof

I hereby claim:

  • I am elliotec on github.
  • I am elliotec (https://keybase.io/elliotec) on keybase.
  • I have a public key ASBV1kTCkQZKJK1dLHS7oXJq5IXGRJQ0mwxJqqqCh_TrzAo

To claim this, I am signing this object:

" This file should be at ~/.config/nvim/init.vim
call plug#begin('~/.nvim/plugged')
" Autocomplete list functionality
Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins'}
" Autocomplete with tern for JavaScript
Plug 'carlitux/deoplete-ternjs'
" Automatically handle swapfiles
Plug 'gioele/vim-autoswap'
" Keep list of yanks, use Ctrl-p to scroll through
Plug 'vim-scripts/YankRing.vim'
" This file should be at ~/.config/nvim/init.vim
call plug#begin('~/.nvim/plugged')
" Autocomplete list functionality
Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins'}
" Autocomplete with tern for JavaScript
Plug 'carlitux/deoplete-ternjs'
" Automatically handle swapfiles
Plug 'gioele/vim-autoswap'
" Keep list of yanks, use Ctrl-p to scroll through
Plug 'vim-scripts/YankRing.vim'
Rails.application.routes.draw do
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
mount AffiliateManagement::Engine, at: "/affiliate_management"
mount Experiments::Engine, at: "/experiments"
mount MobileVersionManagement::Engine, at: "/mobile_version_management"
mount Margaritatown::Engine, at: "/margaritatown"
mount Margaritaville::Engine, at: "/margaritaville"
mount Riddler::Engine, at: "/riddler"
mount RelevantPaths::Engine, "/relevant_paths"
mount Switcher::Engine, at: "/feature-flags"
source "https://rubygems.org"
# Bundle edge Rails instead: gem "rails", github: "rails/rails"
gem "rails", "~> 5.1"
gem "activerecord-session_store"
# Use postgresql as the database for Active Record
gem "pg", "~> 0.19.0"
# Use Puma as the app server
gem "puma", "~> 3.0"
# Use SCSS for stylesheets
" This file should be at ~/.config/nvim/init.vim
call plug#begin('~/.nvim/plugged')
" Autocomplete list functionality
Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins'}
" Autocomplete with tern for JavaScript
Plug 'carlitux/deoplete-ternjs'
" Automatically handle swapfiles
Plug 'gioele/vim-autoswap'
" Keep list of yanks, use Ctrl-p to scroll through
Plug 'vim-scripts/YankRing.vim'
# This file should be at
export ZSH=/Users/melliot/.oh-my-zsh
ZSH_THEME="robbyrussell"
ENABLE_CORRECTION="true"
COMPLETION_WAITING_DOTS="true"
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
# Example format: plugins=(rails git textmate ruby lighthouse)
plugins=(git zsh-autosuggestions)
" This file should be at ~/.config/nvim/init.vim
call plug#begin('~/.nvim/plugged')
" Autocomplete list functionality
Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins'}
" Autocomplete with tern for JavaScript
Plug 'carlitux/deoplete-ternjs'
" Automatically handle swapfiles
Plug 'gioele/vim-autoswap'
" Keep list of yanks, use Ctrl-p to scroll through
Plug 'vim-scripts/YankRing.vim'