Skip to content

Instantly share code, notes, and snippets.

View skopp's full-sized avatar

Rashaad Essop skopp

View GitHub Profile
@skopp
skopp / gist:5558295
Created May 10, 2013 23:51 — forked from idan/gist:3135754
Sample gistfile template for gist.io

Hello there! This is a sample post for gist.io, a super-lightweight writing soapbox for hackers.

Now look up. Further. Above the post title. See that grey text with the gist ID?

Now back to me. That grey text is a link! Open that sucker in a new tab to see the source for this post. Also, I'm on a horse.

This is a major heading

If you peek at it with a web inspector, you'll see that it is a second-level heading. You can use first level headings, but they'll look just like the second level ones, and the gods of the HTML5 outlining algorithm will frown upon you.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<title>Primer Test</title>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.0.0/jquery.min.js" type="text/javascript"></script>
<script src="//gist.github.com/skopp/5558136/raw/1f70e32857082d10002880e283109e2139cde527/primer.js" type="text/javascript"></script>
<script type="text/javascript">
@skopp
skopp / primer.js
Created May 10, 2013 23:13
primer.js by @mojombo - just add jQuery and milk.
Primer = function(container, width, height) {
this.container = container
this.width = width
this.height = height
this.actions = []
this.init()
}
@skopp
skopp / markdown.pl
Created May 9, 2013 23:16
md perl - daringfireball
#!/usr/bin/perl
#
# Markdown -- A text-to-HTML conversion tool for web writers
#
# Copyright (c) 2004 John Gruber
# <http://daringfireball.net/projects/markdown/>
#
@skopp
skopp / me-online.md
Created May 9, 2013 20:09
all my profiles, accounts, links online - some may need to be cleaned up, revised; other wiped off the face of the earth. and others... obl8r8d
@skopp
skopp / #coderwall
Last active December 16, 2015 22:49
<!-- Coderwall Div -->
<div id="coderwall">
<h2>Coderwall</h2>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
<script src="http://dev.neosource.cl/javascripts/coderwall.js"></script>
</div><!-- End Coderwall Div -->
/*
*
* coderwall.js
*
* Code to display coderwall.com badges
*
*/
var coderwallJSONurl ="http://www.coderwall.com/hermanjunge.json?callback=?";
var height = 75;
@skopp
skopp / README.md
Last active December 16, 2015 21:10 — forked from przemoc/gitio
Bourne Again Shell and Git.io...bashio!

bashIO


Hey, the name sticks. Admit it.

SHell(it) + G(it) + IO

Other nominations:

  • bagoshit (git io bash shell)
  • shitbash... nah
@skopp
skopp / git_io
Last active December 16, 2015 21:10 — forked from shurizzle/gist:1223923
Turn a github.com URL into a git.io URL.
#gistflow - testing tag/label