Skip to content

Instantly share code, notes, and snippets.

View nybblr's full-sized avatar
🌱
I help developers craft their best work, achieve goals, and never stop growing.

Jonathan Lee Martin nybblr

🌱
I help developers craft their best work, achieve goals, and never stop growing.
View GitHub Profile
@nybblr
nybblr / README.md
Created January 13, 2015 17:00
Fancy angled tags

Extracted by SnappySnippet.

# Live cells with:
# < 2 living neighbors dies to underpop
# > 3 living neighbors dies to overpop
# Otherwise, lives!
#
# Dead cells with exactly 3 living neighbors is born
#
# . 0 .
# . 0 .
# . 0 .
# Gemfile
ruby '2.1.1'
gem 'nokogiri'
gem 'pry'
# scrapey.rb
require 'rubygems'
require "net/http"