Skip to content

Instantly share code, notes, and snippets.

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

Robert Lemon rlemon

🍋
Hanging around.
  • Dryer Moisture Systems Inc.
  • Kitchener, Ontario. Canada.
View GitHub Profile
@rlemon
rlemon / .htaccess
Created August 13, 2012 12:30
CI .htaccess file
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
#Removes access to the system folder by users.
#Additionally this will allow you to create a System.php controller,
#previously this would not have been possible.
#'system' can be replaced if you have renamed your system folder.
RewriteCond %{REQUEST_URI} ^system.*
RewriteRule ^(.*)$ /index.php?/$1 [L]
<!--
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░▄▄▄▄▀▀▀▀▀▀▀▀▄▄▄▄▄▄░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░█░░░░▒▒▒▒▒▒▒▒▒▒▒▒░░▀▀▄░░░░░░░░░░░░░░░░░░░░░░░░
░░░░█░░░▒▒▒▒▒▒░░░░░░░░▒▒▒░░█░░░░░░░░░░░░░░░░░░░░░░░
░░░█░░░░░░▄██▀▄▄░░░░░▄▄▄░░░░█░░░░░░░░░░░░░░░░░░░░░░
░▄▀▒▄▄▄▒░█▀▀▀▀▄▄█░░░██▄▄█░░░░█░░░░░░░░░░░░░░░░░░░░░
█░▒█▒▄░▀▄▄▄▀░░░░░░░░█░░░▒▒▒▒▒░█░░░░░░░░░░░░░░░░░░░░
█░▒█░█▀▄▄░░░░░█▀░░░░▀▄░░▄▀▀▀▄▒█░░░░░░░░░░░░░░░░░░░░
░█░▀▄░█▄░█▀▄▄░▀░▀▀░▄▄▀░░░░█░░█░░░░░░░░░░░░░░░░░░░░░
<!-- LE! Thore!
.-'`-.
/ | | \
/ | | \ /---------\
|___|_|__ | | I AM LE |
||<o>| <o>`| | THORE! |
|| J_ )| \---------/
`|`-'__`-'|/ /
javascript:var mapp={a:"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ?!".split(""),b:"a\u0360 \u00fe\u030c \u00e7\u030c d\u0311\u0362 e\u0311\u035d f\u035b\u036a g\u036b\u0365\u0368\u0356\u0349 h\u0489 i\u0302\u0341\u0329 j\u036b\u034f\u0319\u0324 k\u036b\u034f l\u0302 m\u0367\u033e\u036c n \u0314\u0309o p\u200b\u0305\u036b\u034f\u0319\u0324 q\u200b\u0305\u036b\u034f r\u034e\u0329\u0331\u0354 s\u0489 \u2020 \u00b5 v\u035a\u0316\u0354\u035a\u0316\u0354\u035a\u0316\u0354 w\u035a\u0316\u0354 \u00d7\u0367\u033e\u036c \u00a5\u0367\u033e\u036c z\u0344\u0302\u0344 A\u0360\u0321\u034a\u035d B\u0340 C\u036d\u030f\u0365\u036e\u035f \u00d0 E\u0367\u033e\u036c\u035b\u036a\u0344 F\u032d\u032f\u0337\u0319\u0332\u031d\u0356 G\u0489 H\u0368\u034a\u033d\u0305\u033e\u030e\u0321\u0338\u032a\u032f | J\u0341\u0329 K\u0360 L\u0351 M\u034a\u0312 N\u0310 \u0398 \u0360P\u032f\u034d\u032d Q\u200b\u0305\u036b\u034f\u0319\u0324 R\u0364\u0342\u033e\u0306\u0318\u031d\u0319 $\u0364\u0342\u033e\u0306\u031d T\u0344\u0302\u0344 U\u031
@rlemon
rlemon / Kill It!
Created August 20, 2012 13:07
GIF KILLER
javascript:function C(a){var b=a.target;"IMG"===b.nodeName&&(b.src="http://i.imgur.com/AM3Ae.png");B();a.preventDefault();a.stopPropagation();return!1}function A(){d.body.insertBefore(s,d.body.firstChild);d.addEventListener("click",C,!1)}function B(){d.body.removeChild(s);d.removeEventListener("click",C,!1)}var d=document,s=d.createElement("style");s.textContent="body * { cursor: crosshair; }";A();;
@rlemon
rlemon / gist:3637212
Created September 5, 2012 14:10
shoot myself.
▄︻┻═┳ - - - - - - - - - - - O
guess what? /|\
your code makes me want to shoot myself... / \
@rlemon
rlemon / gist:3724054
Created September 14, 2012 19:12
Load content via jQuery.load
$(function() {
var links = $("a[data-ajax]"),
spinner = $('<img src="assets/img/295.gif" />');
links.each(function(i, element) {
$(element).on('click', function() {
var content = $('#content'),
href = this.href,
$this = $(this);
spinner.css({
position: 'absolute',
@rlemon
rlemon / gist:3744729
Created September 18, 2012 18:07
Image Killer Bookmarklet.
javascript:function C(a){var b=a.target;"IMG"===b.nodeName&&(b.src="http://i.imgur.com/AM3Ae.png");B();a.preventDefault();a.stopPropagation();return!1}function A(){d.body.style.cursor="crosshair";d.addEventListener("click",C,!1)}function B(){d.body.style.cursor="default";d.removeEventListener("click",C,!1)}var d=document;A();;
@rlemon
rlemon / index.html
Created September 19, 2012 15:59
another css loading animation. kinda like the last. Different colours for kicks. Choosing no colour (not possible unless you edit the HTML or js) will result in a black dot.
<h1>CSS Loading</h1>
<ul class="drops blue">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
<ul class="nav">
@rlemon
rlemon / gist:3776533
Created September 24, 2012 15:29
Come Inside!
. .
) ( COME INSIDE!
_ _ _ _ _ _ _(.--.)
{{ { { { { { { ( '_') AND HAVE A NICE
>>>>>>>>>>>>>>>`--'> CUP OF TEA!