Skip to content

Instantly share code, notes, and snippets.

View skopp's full-sized avatar

Rashaad Essop skopp

View GitHub Profile
@skopp
skopp / README.md
Created April 29, 2013 17:08
Coffee app

TO DO

@skopp
skopp / bootswatchrizr.js
Last active December 16, 2015 18:49
bootswatcherizr vanilla javascript and a bonus coffeescript flavour (converted to coffee with js2coffee) version. Project is currently alpha [not meant for serious use]
(function(e, a, g, h, f, c, b, d) {
if (!(f = e.jQuery) || g > f.fn.jquery || h(f)) {
c = a.createElement("script");
c.type = "text/javascript";
c.src = "http://ajax.googleapis.com/ajax/libs/jquery/" + g + "/jquery.min.js";
c.onload = c.onreadystatechange = function() {
if (!b && (!(d = this.readyState) || d === "loaded" || d === "complete")) {
h((f = e.jQuery).noConflict(1), b = 1);
return f(c).remove();
}
@skopp
skopp / presentation.js
Created April 28, 2013 23:28
Copied snippet and modified, with more mods in the pipeline. Use at your own risk, may break
// Hook up hash listener so we can jump from slide to slide.
$(
function(){
// Wrap the window object in a jQuery stack so we can trigger
// the hash change event later.
var jWindow = $( window );
// Store the previous hash for our location change comparisons.
var strLastHash = "";
from __future__ import print_function
import sublime
import sublime_plugin
import os
import sys
import json
import base64
import subprocess
import functools
import webbrowser
@skopp
skopp / Drone for Wikipedia
Last active December 16, 2015 18:29
Drone theme snippet for Wikipedia / MediaWiki. Source: [http://en.wikipedia.org/w/index.php?title=User:Chochem/myskin.css]
===Drone===
{{/details
|version = 0.1
|author = [[w:User:Chochem|Chochem]]
|download = w:User:Chochem/myskin.css
|description = A magazine-column-style skin with a clean and inviting look, equally inspired by the economist.com and last.fm designs. The simple, no-nonsense layout ensures greater focus and readability. Use of the [[w:Droid (font)|Droid Sans font]] is recommended for best results. Feedback goes [[w:User talk:Chochem|here]].
Released under the GPLv3.
@skopp
skopp / dabblet.css
Created April 28, 2013 16:07
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@skopp
skopp / dabblet.css
Created April 28, 2013 16:07
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@skopp
skopp / dabblet.css
Created April 28, 2013 16:07
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@skopp
skopp / dabblet.css
Created April 28, 2013 16:07
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@skopp
skopp / README.md
Last active December 16, 2015 18:20
enter the matrix by skopp