Skip to content

Instantly share code, notes, and snippets.

View icco's full-sized avatar
🏠
Working from home

Nat Welch icco

🏠
Working from home
View GitHub Profile
@icco
icco / httpbin.sh
Created March 3, 2018 19:28
A quick load throw at httpbin
#! /bin/bash
# Requires https://github.com/rakyll/hey
curl -sL https://httpbin-cabotage.cmh1.psfhosted.org/ | sed -n 's/.*href="\/\([^"]*\).*/\1/p' | xargs -L 1 $GOPATH/bin/hey https://httpbin-cabotage.cmh1.psfhosted.org
@icco
icco / Gemfile
Created September 13, 2017 15:59 — forked from miketheman/clouddns_to_route53.rb
Tool to migrate DNS records from Rackspace Cloud DNS to AWS Route53
source 'https://rubygems.org'
ruby '2.4.0'
gem "fog-aws"
gem "fog-rackspace"
gem "aws-sdk"
gem "pry"

Keybase proof

I hereby claim:

  • I am icco on github.
  • I am icco (https://keybase.io/icco) on keybase.
  • I have a public key whose fingerprint is 27E1 EC35 A2C3 8223 7909 4DB5 A931 B605 C4EE F77F

To claim this, I am signing this object:

@icco
icco / Gemfile
Last active January 4, 2016 23:06
source 'https://rubygems.org'
ruby '2.3.0'
gem 'fog'
gem 'fog-google', git: 'https://github.com/icco/fog-google', branch: 'new_storage_api'
gem 'google-api-client'
gem 'net-ssh'
@icco
icco / scrape.rb
Last active August 29, 2015 14:22
Scrape all of unsplash.com
#! /usr/bin/env ruby
require 'nokogiri'
require 'open-uri'
require 'net/http'
require 'typhoeus'
urls = []
(1...20).each do |i|
doc = Nokogiri::HTML(open("https://unsplash.com/grid?page=#{i}"))

Day 70 (RC 29)

Early morning coffee and bagel with Rohen in DUMBO. I hadn't been around there before, nice area.

Read through Who is hiring June 2015 on hn, just like I did last month. I was even less picky than I was last month. Basically if something in the job post caught my eye (location, technology, market, name, whatever) I tried to put them here. Link to their site, their Hn post, a short summary, and where they were hiring for. People still suck at describing what they do on their website.

Day 70 (RC 29)

Early morning coffee and bagel with Rohen in DUMBO. I hadn't been around there before, nice area.

Read through Who is hiring June 2015 on hn, just like I did last month. I was even less picky than I was last month. Basically if something in the job post caught my eye (location, technology, market, name, whatever) I tried to put them here. Link to their site, their Hn post, a short summary, and where they were hiring for. People still suck at describing what they do on their website.

Day 70 (RC 29)

Early morning coffee and bagel with Rohen in DUMBO. I hadn't been around there before, nice area.

Read through Who is hiring June 2015 on hn, just like I did last month. I was even less picky than I was last month. Basically if something in the job post caught my eye (location, technology, market, name, whatever) I tried to put them here. Link to their site, their Hn post, a short summary, and where they were hiring for. People still suck at describing what they do on their website.

Day 70 (RC 29)

Early morning coffee and bagel with Rohen in DUMBO. I hadn't been around there before, nice area.

Read through Who is hiring June 2015 on hn, just like I did last month. I was even less picky than I was last month. Basically if something in the job post caught my eye (location, technology, market, name, whatever) I tried to put them here. Link to their site, their Hn post, a short summary, and where they were hiring for. People still suck at describing what they do on their website.