Skip to content

Instantly share code, notes, and snippets.

@scottaj
scottaj / tag_scraper.rb
Created November 6, 2012 08:38
HTML Tag Scraper
## Make sure you install nokogiri: 'gem install nokogiri'
require 'nokogiri'
require 'set'
HTML5_TAGS = [
"section", "nav", "article",
"aside", "hgroup", "header",
"footer", "figure", "figcaption",
"data", "time", "mark",
"ruby", "rt", "rp",
@sleepynate
sleepynate / androids_under_the_stairs.md
Last active November 8, 2016 12:08
Androids Under the Stairs: Mobile Scala

Blurb

Scala is a sometimes-intimidating programming language that is Object-Oriented, functional, statically typed and wicked badass. It comes batteries-included, featuring a rich collections API, Type inference, and dead-simple concurrency. Perhaps most poignantly though, it's also a 30MB JVM library that can compile to dalvik.

Come take a heads first dive into crafting an APK with glorious, nutritionally