Skip to content

Instantly share code, notes, and snippets.

-webkit-box-shadow: 0 -1px 80px 80px rgba(255,255,255,0.6);
box-shadow: 0 -1px 80px 80px rgba(255,255,255,0.6);
/*
* Syntax highlighting
*/
.hll { background-color: #ffffcc }
/*{ background: #f0f3f3; }*/
.c { color: #999; } /* Comment */
.err { color: #AA0000; background-color: #FFAAAA } /* Error */
.k { color: #006699; } /* Keyword */
.o { color: #555555 } /* Operator */
@achalv
achalv / README.md
Last active August 29, 2015 14:17 — forked from nikcub/README.md
@achalv
achalv / jsbin.labotiri.html
Created June 30, 2014 03:50 — forked from anonymous/jsbin.labotiri.html
fetch names of repos you've contributed to.
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-2.1.0.min.js"></script>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
</body>
data:text/html, <style type="text/css">#e{position:absolute;top:0;right:0;bottom:0;left:0;}</style><div id="e"></div><script src="http://d1n0x3qji82z53.cloudfront.net/src-min-noconflict/ace.js" type="text/javascript" charset="utf-8"></script><script>var e=ace.edit("e");e.setTheme("ace/theme/monokai");e.getSession().setMode("ace/mode/ruby");</script>
// New ideas for a better syntax based on conversation with Zef
print! "Hello World"
// Comments will actually be lua style
// but for now I'll use JS to keep the highlighting working.
// Implementation of if using assert
if := {cond fn|
assert cond! // Abort returning nil if cond! returns a falsy value
fn! // tail call fn