Skip to content

Instantly share code, notes, and snippets.

View ritchiey's full-sized avatar

Ritchie Young ritchiey

View GitHub Profile
@ritchiey
ritchiey / spec.rb
Created February 8, 2015 12:37 — forked from anonymous/spec.rb
describe Anonymity do
it "is great"
end
<link rel="import" href="../core-scaffold/core-scaffold.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-menu/core-menu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-menu/core-submenu.html">
<polymer-element name="my-element">
// Stupid comment
var a = 4;
@ritchiey
ritchiey / JRuby on Rails thread safe HOW-TO.md
Created January 4, 2012 14:13 — forked from nowhereman/JRuby on Rails thread safe HOW-TO.md
Thread-safe JRuby on Rails HOW-TO with the help of Warbler, Apache Tomcat and JNDI (WIP)