Skip to content

Instantly share code, notes, and snippets.

@bwinton
bwinton / index.html
Last active August 29, 2015 14:24 — forked from mbostock/.block
<!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
margin: 0;
}
</style>
<body>
@bwinton
bwinton / README.md
Last active August 22, 2016 14:55 — forked from carsonfarmer/README.md
Text-Based Clock

Text-Based Clock

A simple text-based clock that can be used as a Mac OSX Dashboard Widget

How to make the widget

  1. Clone this gist or click "Download Gist" on the right and extract the archive
  2. Copy the folder and its contents to somewhere 'safe' (i.e., where you won't delete it)
  3. Double click index.html to open the webpage in Safari
  4. Click the 'File' menu, then click 'Open in Dashboard...'
  5. Your screen will dim, and you can select the area you want to display in the widget
@bwinton
bwinton / LICENSE
Last active August 22, 2016 14:58 — forked from kennelliott/.DS_Store
regular-polygons-with-brushing
Mozilla Public License, version 2.0
1. Definitions
1.1. "Contributor"
means each individual or legal entity that creates, contributes to the
creation of, or owns Covered Software.
1.2. "Contributor Version"
// Code written by Bryan Clark - merely pasted into a gist by Roland Tanglao
// Licenced under the Mozilla Public License, http://www.mozilla.org/MPL/MPL-1.1.html
// This code which is a JetPack for Mozilla Firefox doesn't work! It's prototype and proof of concept only
// See spec at https://wiki.mozilla.org/Thunderbird/Support/GetSatisfaction/Accelerator
var TOPICS = [];
var url = "http://www.getsatisfaction.com/mozilla_messaging/topics.rss"
$.get( url, function(xml){
var items = $(xml).find("item");