Skip to content

Instantly share code, notes, and snippets.

View dominikh's full-sized avatar

Dominik Honnef dominikh

View GitHub Profile
@dominikh
dominikh / analysis.draft.md
Created April 29, 2022 21:10 — forked from MattPD/analysis.draft.md
Program Analysis Resources (WIP draft)
@dominikh
dominikh / run.rb
Created May 27, 2011 13:05 — forked from basicxman/run.rb
Extended Mind, Wikipedia Philosophy Checker inspired by http://xkcd.com/903 alt text
#!/usr/bin/env ruby
# Extended Mind
# Wikipedia checker, the concept is that for any Wikipedia article you can
# eventually get to the article on Philosophy if you click the first link
# on the article.
# http://xkcd.com/903 (see alt text)
require 'open-uri'
require 'nokogiri'