Skip to content

Instantly share code, notes, and snippets.

View leongersing's full-sized avatar

Leon Gersing leongersing

  • South Florida
View GitHub Profile
@leongersing
leongersing / something.md
Last active August 29, 2015 14:01
Bullets

this is a markdown file.

  • this
  • is
  • a
  • bulleted
  • list
  1. this
  2. is
@leongersing
leongersing / tardis.md
Last active August 29, 2015 14:01
Look ma! I'm a TARDIS!

#Placeholder

###
### this is a comment
double = (n)->
n*2
testing.
@leongersing
leongersing / keybase.md
Last active August 29, 2015 13:57
keybase.md

Keybase proof

I hereby claim:

  • I am leongersing on github.
  • I am leongersing (https://keybase.io/leongersing) on keybase.
  • I have a public key whose fingerprint is C95A 91B3 58D6 34E3 0DC9 B47F 098B F145 57EC 1906

To claim this, I am signing this object:

@leongersing
leongersing / bar.md
Last active August 29, 2015 13:57
cmd+click test.
ツツツツツツツツツツツツツツツツツツツツツツツツツツツツツツ
@leongersing
leongersing / gdi-lesson2.js
Created March 7, 2012 00:28
gdi-lesson2.js
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
.completedItems > li { text-decoration: line-through; }
</style>
<script type="text/javascript" src="jquery.min.js"></script>
<script>
$(function(){
var newToDoFieldEl = $("#newToDoField");
// I needed a basis with which to mock.
function CanYouMockMe(){
this.i_want_stubbed = function(){ return false; };
this.say = function(){ console.log(arguments[0] || "hi!"); };
};
// new Object def.
function Foo() {
this.do_something_interesting = function() {
//hard coded dependency... like my ex-wife. :P