Skip to content

Instantly share code, notes, and snippets.

View rlemon's full-sized avatar
🍋
Hanging around.

Robert Lemon rlemon

🍋
Hanging around.
  • Kitchener, Ontario. Canada.
View GitHub Profile
<h4>To Do</h4>
<ul class='paper'>
<li>Wake up</li>
<li>Deal with ducks in the bathroom</li>
<li>Shower</li>
<li>Eat Breakfast</li>
<li>Explain to tenant committee the ducks are not mine</li>
<li>Browse codepen.io for a half hour</li>
<li>Get Inspired</li>
<li>Prepare Lunch</li>
<h4>To Do</h4>
<ul class='paper'>
<li>Wake up</li>
<li>Deal with ducks in the bathroom</li>
<li>Shower</li>
<li>Eat Breakfast</li>
<li>Explain to tenant committee the ducks are not mine</li>
<li>Browse codepen.io for a half hour</li>
<li>Get Inspired</li>
<li>Prepare Lunch</li>
@rlemon
rlemon / index.html
Created September 26, 2012 23:49
This was inspired by the VS2012 installer. Enjoy!
<div class="loading">
<p class="loading-message">Loading Embarrassingly Large Library...</p>
<ul class="loading-animation">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div>
@rlemon
rlemon / index.html
Created September 27, 2012 00:36
This was inspired by the VS2012 installer. Enjoy!
<div class="loading">
<p class="loading-message">Loading Embarrassingly Large Library...</p>
<ul class="loading-animation">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div>
/*!
* Bootstrap v2.1.1
*
* Copyright 2012 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
*/
.clearfix {
I threw an exception from hell,
You ask me, I wouldn't tell,
I know jQuery real well,
The DOM is in my way.
I use a plugin called kiss,
It does nothing but piss,
I wasn't looking for this,
Resources are fucked anyway.
// ==UserScript==
// @name SO Chatbot auto-loader
// @author Robert Lemon
// @version 0.1
// @namespace http://rlemon.com
// @description Loads the chat bot automatically for the room you are in.
// @include http://chat.stackexchange.com/rooms/*
// @include http://chat.stackoverflow.com/rooms/*
// ==/UserScript==
@rlemon
rlemon / gist:3980520
Created October 30, 2012 14:32
class manipulation.
Element.prototype.addClass = function(c) {
if (!this.hasClass(c)) {
this.className += " " + c;
}
return this;
};
NodeList.prototype.addClass = function(c) {
for (var i = 0, l = this.length; i < l; i++) {
this[i].addClass(c);
}
this[ ((![]+[])[+!+[]]) + ((![]+[])[!+[]+!+[]]) + ((!+[]+[])[!+[]+!+[]+!+[]]) + ((!![]+[])[+!+[]]) + ((!![]+[])[+[]])](((![]+[])[+[]])+((!+[]+[][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!+[]+[])[+[]]+(!+[]+[])[!+[]+!+[]+!+[]]+(!+[]+[])[+!+[]]])[+!+[]+[+[]]])+((!+[]+[][(![]+[])[+[]]+([![]]+[][[]])[+!+[]+[+[]]]+(![]+[])[!+[]+!+[]]+(!+[]+[])[+[]]+(!+[]+[])[!+[]+!+[]+!+[]]+(!+[]+[])[+!+[]]])[+!+[]+[+[]]]))

End User License Agreement.

  1. You have no rights
  2. Please read carefully 1

Last updated November 1st, 2012.