Pinned Repositories
jshashtable
A standalone JavaScript implementation of hash table with arbitrary keys
jshashtable-nodejs
Port of jshashtable as nodejs package. jshashtable is a standalone implementation of hash table in JavaScript. It associates keys with values, and allows any object to be used as the key (unlike JavaScript's built-in Object, which only allows strings as property names).
log4javascript2
Logging library for JavaScript, with an API based on log4j.
rangy
A cross-browser JavaScript range and selection library.
rangy-release
Release of Rangy for Bower. Main project: https://github.com/timdown/rangy
rangyinputs
Rangy Inputs
timdown's Repositories
timdown/rangy
A cross-browser JavaScript range and selection library.
timdown/rangyinputs
Rangy Inputs
timdown/jshashtable
A standalone JavaScript implementation of hash table with arbitrary keys
timdown/log4javascript2
Logging library for JavaScript, with an API based on log4j.
timdown/rangy-release
Release of Rangy for Bower. Main project: https://github.com/timdown/rangy
timdown/jshashtable-nodejs
Port of jshashtable as nodejs package. jshashtable is a standalone implementation of hash table in JavaScript. It associates keys with values, and allows any object to be used as the key (unlike JavaScript's built-in Object, which only allows strings as property names).
timdown/crusher
A simple script for compressing JavaScript, adapted from my JS1k 2012 entry
timdown/cdnjs
Our goal is to operate this CDN in a peer reviewed fashion.
timdown/js1k_2013
timdown/buildhelper
Build utility used by CodeMirror packages
timdown/codemirror-emacs
Emacs keybindings for CM6
timdown/codemirror-indentation-markers
A CodeMirror extension that renders indentation markers
timdown/codemirror-vim
Vim keybindings for CM6
timdown/codemirror5
In-browser code editor (version 5, legacy)
timdown/fontfaceonload
A simple utility to execute a callback when a webfont loads.
timdown/language
Language support infrastructure for the CodeMirror code editor
timdown/lint
Linting support for the CodeMirror code editor
timdown/Print.js
A tiny javascript library to help printing from the web.
timdown/sprockets-rails
Sprockets Rails integration
timdown/stringex
Some [hopefully] useful extensions to Ruby’s String class. It is made up of three libraries: ActsAsUrl [permalink solution with better character translation], Unidecoder [Unicode to Ascii transliteration], and StringExtensions [miscellaneous helper methods for the String class].
timdown/view
DOM view component for the CodeMirror code editor