Skip to content

Instantly share code, notes, and snippets.

@frankolson
frankolson / linkedin_industries.rb
Created July 14, 2018 00:04
Grab the list of LinkedIn industries.
# Updated version of the following gist:
# https://gist.github.com/stevenzeiler/1895583
#
# list = Linkedin::IndustryList.new
# industry = list.industries.first
#
# industry.description
# => "Accounting"
#
# industry.code
@frankolson
frankolson / macOS_setup_steps.md
Last active June 1, 2018 20:49
Steps I used to setup an macOS 10.12 web development machine.

macOS 10.12 Web Development Machine

Show Library folder

$ chflags nohidden ~/Library

Show hidden files

module MemoryLogger
def log_memory(&block)
begin
log_start
thread = create_memory_log_thread
yield
ensure
Thread.kill(thread)
log_finish
end

Keybase proof

I hereby claim:

  • I am frankolson on github.
  • I am thinkolson (https://keybase.io/thinkolson) on keybase.
  • I have a public key ASCWbFZQkdhgoAle3mAEG-d6HcN_NWtByfW5_PGjB-nXUwo

To claim this, I am signing this object:

@frankolson
frankolson / ubuntu_setup_steps.md
Last active August 24, 2017 21:07
Steps I used to setup an Ubuntu 16.04 Rails dev machine.

Ubuntu 16.04 Rails Development Machine

Setup Ubuntu

  1. Ubuntu Image install
  2. OpenVPN + PIA install
  3. System Upgrade
  4. Enable Workspaces

Setup Rails

@frankolson
frankolson / Contract Killer 3.md
Last active June 26, 2017 20:53 — forked from malarkey/Contract Killer 3.md
The latest version of my ‘killer contract’ for web designers and developers