samhuri.net/projects.json
2013-07-02 21:20:53 -07:00

45 lines
1.2 KiB
JSON

{ "projects" :
[ { "name" : "strftime"
, "description" : "strftime for JavaScript"
}
, { "name" : "bin"
, "description" : "~/bin"
}
, { "name" : "compiler"
, "description" : "an x86 compiler written in ruby"
}
, { "name" : "config"
, "description" : "important dot files (zsh, emacs, vim, screen)"
}
, { "name" : "format"
, "description" : "printf for JavaScript"
}
, { "name" : "gitter"
, "description" : "a GitHub client for Node (v3 API)"
}
, { "name" : "samhuri.net"
, "description" : "this site"
}
, { "name" : "ThePusher"
, "description" : "Github post receive hook router"
}
, { "name" : "lake"
, "description" : "A simple implementation of Scheme in C"
}
, { "name" : "mojo.el"
, "description" : "turn emacs into a sweet mojo editor"
}
, { "name" : "NorthWatcher"
, "description" : "cron for filesystem changes"
}
, { "name" : "batteries"
, "description" : "a general purpose node library"
}
, { "name" : "repl-edit"
, "description" : "edit Node repl commands with your text editor"
}
, { "name" : "cheat.el"
, "description" : "cheat from emacs"
}
]
}