Skip to content

Instantly share code, notes, and snippets.

@marano
marano / 0_reuse_code.js
Created April 5, 2016 16:11
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@marano
marano / Custom Feedzirra Flickr parser
Created June 12, 2010 17:19
Custom Feedzirra parsers
module Feedzirra
module Parser
class FlickrEntry
include SAXMachine
include FeedEntryUtilities
element :guid, :as => :id
element :link, :as => :url