Skip to content

Instantly share code, notes, and snippets.

@mccannf
mccannf / redmine.rb
Created October 12, 2012 14:20
Module to be used with Her ORM to parse XML REST API. Specifically for Redmine REST feed.
module Redmine
class Issue
include Her::Model
end
class ParseXML < Faraday::Response::Middleware
# Parse the response body
#
# @param [String] body The response body
# @return [Mixed] the parsed response
@mccannf
mccannf / README.markdown
Last active February 25, 2020 18:56
Line chart with tipsy tooltips
@mccannf
mccannf / README.markdown
Created January 17, 2012 22:36
D3 Drag Rectangle with drag handles

This is an example of the power of the D3 library and how you can use the drag behavior of D3 to control the position and shape of the SVG element.