Pinned Repositories
bitstring.js
Read and write packed binary strings, bit-by-bit, in JavaScript
bunch
A Bunch is a Python dictionary that provides attribute-style access (a la JavaScript objects).
colorbrewer-python
Colors from ColorBrewer for easy use in Python.
connect-compiler
Development middleware to dynamically recompile derived files at serve-time.
guess-language
Attempts to determine the natural language of a selection of Unicode (utf-8) text (a clone of http://code.google.com/p/guess-language with package metadata)
limn
A GUI Visualization Toolkit
pyquery
A jQuery-like library for Python (fork of https://bitbucket.org/olauzanne/pyquery/)
Tab-Manager
The source code of the google chrome extension "Tab Manager"
timeseries.js
Utilities for working with a collection of data columns aligned along a common timeline
dsc's Repositories
dsc/trowl
A Python web-scraper framework.
dsc/path.py
Mirror of Jason Orendorff's path.py. Sadly, the PyPi link points at http://www.jorendorff.com/articles/python/path/, which has been unavailable for some time.
dsc/dsc.github.com
dsc.github.com
dsc/flashme
Flashing Rose.
dsc/griddle
A browser-based grid tool for games.
dsc/iTerm.tmbundle
TextMate support for iTerm
dsc/javascript-relative-time-helpers
Express past dates in relative terms with JavaScript
dsc/jquery
jQuery JavaScript Library
dsc/scm-scripts
Useful scripts when working with source control.
dsc/y-js
A functional javascript library for core type extension.
dsc/functional-javascript
Functional is a library for functional programming in JavaScript. It defines the standard higher-order functions such as map, reduce (aka foldl), and select (aka filter). It also defines functions such as curry, rcurry, and partial for partial function application; and compose, guard, and until for function-level programming.