Skip to content

Instantly share code, notes, and snippets.

@RamonElias
RamonElias / index.html
Last active December 15, 2015 15:09 — forked from andrewlphilpott/index.html
Loading
<strong class="loading">Loading…</strong>
@RamonElias
RamonElias / index.html
Created March 31, 2013 03:24 — forked from pixbit/index.html
Simple CSS loading graphic
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Simple CSS loading graphic &middot; CodePen</title>
<!--
Copyright (c) 2012 David Bond, http://codepen.io/davebond
Permission is hereby granted, free of charge, to any person obtaining
#!/bin/sh
### a command line tool to access https://gist.github.com
## by Jakukyo Friel <weakish@gmail.com> and licensed under GPL v2
## Ref:
# github API: https://develop.github.com/v3/
# gist API: https://developer.github.com/v3/gists/
# pygist: https://github.com/mattikus/pygist