Skip to content

Instantly share code, notes, and snippets.

/*
This widget shows Recent Posts on your Tumblr blog.
Its dependency is jQuery.
Usage:
1) Add html:
<div id="recent-posts"></div>
2) Download this script and upload it on your server.
@tkawa
tkawa / Gemfile
Last active December 19, 2015 03:39 — forked from mislav/example.rb
Fetch full Atom feed from Google Reader
source 'https://rubygems.org'
gem 'curb'
gem 'nokogiri'
gem 'addressable'