dnedbaylo's Stars
gregghz/Watcher
Watcher is a daemon that watches specified files/folders for changes and fires commands in response to those changes. It is similar to incron, however, configuration uses a simpler to read yaml file instead of a plain text file. It's also written in Python, making it easier to hack.
dcolish/fusionsql
Python client for Fusion Tables
boto/boto
For the latest version of boto, see https://github.com/boto/boto3 -- Python interface to Amazon Web Services
bellbind/crxmake-python
python script for building google chrome extension crx
xolox/vim-shell
Improved integration between Vim and its environment (fullscreen, open URL, background command execution)
twitter-archive/gizzard
[Archived] A flexible sharding framework for creating eventually-consistent distributed datastores
pallets/flask
The Python micro framework for building web applications.
socketio/socket.io
Realtime application framework (Node.JS server)
catch/python-api
Catch Notes Python Intergration API
mathiasbynens/jquery-placeholder
A jQuery plugin that enables HTML5 placeholder behavior for browsers that aren’t trying hard enough yet
ether/pad
Etherpad Open-Source Repository
wil/gtornado
gevent + Tornado
orderthruchaos/tagsifter
TagSifter for firefox 3.6
superfeedr/feediscovery
Feed discovery to share :)
tpope/vim-pathogen
pathogen.vim: manage your runtimepath
hmarr/mongoengine
[Moved to mongoengine/mongoengine]
redis/redis-py
Redis Python client
ask/ghettoq
Ghetto Queue support for Celery/Carrot (discontinued; Use Kombu instead)
jashkenas/underscore
JavaScript's utility _ belt
simonw/django-signed
Signing utilities for Django, to try out an API which is being proposed for inclusion in Django core.
concurrence/concurrence
Concurrence is a framework for creating massively concurrent network applications in Python. It takes a Lightweight-tasks-with-message-passing approach to concurrency. The goal of Concurrence is to provide an easier programming model for writing high performance network applications than existing solutions (Multi-threading, Twisted, asyncore etc).
tornadoweb/tornado
Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
svetlyak40wt/pymongo-bongo
A higher level abstraction layer and some syntax sugar for pymongo.
montylounge/django-mingus
a Django blog engine leveraging reusable apps for all its features.
montylounge/django-sugar
Curated collection of all the sweet Django helpers/utilities developers create, and sometimes recreate too often.
samuraisam/django-json-rpc
JSON-RPC Implementation for Django
perifer/timePicker
A time picker control for textfields built using jQuery. Inspired by Google Calendar.
jcarbaugh/django-blogdor
Yet another blog app for Django
mmalone/django-multidb
Simple example of using Django to work with multiple databases.
simonw/django-html
A way of rendering django.forms widgets that differentiates between HTML and XHTML.