Skip to content

Instantly share code, notes, and snippets.

View skopp's full-sized avatar

Rashaad Essop skopp

View GitHub Profile
@skopp
skopp / blogspot_to_jekyll.rb
Created May 14, 2012 18:54 — forked from kennym/blogspot_to_jekyll.rb
Migrate your blogger blog posts to jekyll. [forked from https://gist.github.com/kennym]
#!/usr/bin/env ruby
#
# Convert blogger (blogspot) posts to jekyll posts
#
# Basic Usage
# -----------
#
# ./blogger_to_jekyll.rb feed_url
#
# where `feed_url` can have the following format:
@skopp
skopp / dabblet.css
Created August 28, 2012 18:39 — forked from dgmid/dabblet.css
skuda's iso test
/**
* skuda's iso test
*/
@font-face {
font-family: 'LeagueGothicRegular';
src: url('http://www.midwinter-dg.com/blog_demos/css-text-shadows/fonts/league_gothic-webfont.eot');
src: url('http://www.midwinter-dg.com/blog_demos/css-text-shadows/fonts/league_gothic-webfont.eot?iefix') format('eot'),
url('http://www.midwinter-dg.com/blog_demos/css-text-shadows/fonts/league_gothic-webfont.woff') format('woff'),
url('http://www.midwinter-dg.com/blog_demos/css-text-shadows/fonts/league_gothic-webfont.ttf') format('truetype'),
@skopp
skopp / dabblet.css
Created August 29, 2012 22:57
skuda flexperiment / using flex jquery
/**
* skuda flexperiment / using flex jquery
*/
body {
font-family: 'News Cycle', sans-serif;
margin: 3;
}
@skopp
skopp / dabblet.css
Created August 29, 2012 23:55
skuda flexperiment / using flex jquery, fittext and random others.
/**
* skuda flexperiment / using flex jquery, fittext and random others.
*/
body {
background: #0caaff;
color: #f4f1de;
font-size: 100%;
font-family: "proxima-nova-1","proxima-nova-2", 'Arial', sans-serif;
@skopp
skopp / gridster.html
Created August 30, 2012 21:11 — forked from vieron/gridster.html
gridster.js setup - I
<script type="text/javascript" src="libs/jquery.js"></script>
<script type="text/javascript" src="jquery.gridster.js"></script>
@skopp
skopp / dabblet.css
Created August 31, 2012 01:16
the github paradox
/**the github paradox
* gist#3547242
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
@skopp
skopp / dabblet.html
Created August 31, 2012 23:07
the github social coding paradox
<!-- content to be placed inside <body>…</body> -->
<ul><ul><ul><ul>|| GIST_____#________| 356 0 714 ||
<h1>The GitHub Paradox</h1></ul>
<br />
<p>Github is supposed to be about <strong><q>social coding</q></strong> and this aspect must be rather high on their priorities list &mdash;<ul>I mean, it's <em><strong>on the official Github logo</strong></em>.
</p>There is currently (1 September 2012, at time of writing) a sort of paradox in this regard. <br />
<br />
I think I'll illustrate by means of copy/pasted text from actual comment 'threads' of arbitrary issue-tickets of arbitrary repos.</ul><br />
<ul><code><q><strong>With...</strong><br />[continues to describe issue status]... <br />... <strong>is an addition to issue #111</q></strong>
<br /></code><br />
@skopp
skopp / dabblet.css
Created August 31, 2012 23:45 — forked from LeaVerou/dabblet.css
skuda rmx - Dabblet logo
/**
* skuda rmx - Dabblet logo
*/
@font-face {
font-family: 'Dabblet';
src: url(/img/dabblet.ttf);
}
html { background: white }
@skopp
skopp / dabblet.css
Created September 1, 2012 00:04
the github social coding paradox
/**
* the github social coding paradox
*/
background-width:960px;
background-color: #fff;
background: linear-gradient(-30deg, #fff, lightgray, #fff);
max-height: 100%;
font-family: helvetica;
font-style: sans-serif;
font-shadow: #fff;
@skopp
skopp / dabblet.css
Created September 9, 2012 18:23
the github social coding paradox
/**
* the github social coding paradox
*/
background-width:960px;
background-color: #fff;
background: linear-gradient(-30deg, #fff, lightgray, #fff);
max-height: 150%;
font-family: helvetica;
font-style: sans-serif;
font-shadow: #fff;