Skip to content

Instantly share code, notes, and snippets.

View sohocoke's full-sized avatar

sohocoke

View GitHub Profile
@sohocoke
sohocoke / SassMeister-input-HTML.html
Last active August 29, 2015 13:55
Generated by SassMeister.com.
<div class="page65">
<div></div>
<h2>section one</h2>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<div></div>
<h2>section two</h2>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, rema
@sohocoke
sohocoke / README.md
Created January 11, 2014 21:26
created by livecoding - http://livecoding.io/3419313
//
// NSObject+BlockObservation.h
// Version 1.0
//
// Andy Matuschak
// andy@andymatuschak.org
// Public domain because I love you. Let me know how you use it.
//
#import <Cocoa/Cocoa.h>
@sohocoke
sohocoke / gist:243025
Created November 25, 2009 20:58 — forked from alloy/gist:131803
require "irb"
IRB.init_config(__FILE__)
# Muchos hackos! I probably initialize IRB in the wrong way...
def IRB.CurrentContext
o = Object.new
def o.last_value
''
end