Pinned Repositories
defcube_exceptionalsoup
A modified version of BeautifulSoup that adds a safe_find method which throws exceptions if nothing is found. Written in python.
defcube_locationsdb
A python package containing names of US states and (eventually maybe) countries.
defcube_memoized
A decorator library for memoizing(caching) the results of a function call. Written in python.
defcube_recent_list
An iterable, list-type class that auto-expires it's members. The original use for this is to support an error retry loop that must abort if there are too many errors in a short time period. Written in python.
django-ban
Simple middleware to ban users by IP or IP network
django-banners
Banner management app for django
django-db-log
Enables easy logging of exceptions and other information to your database
django-friends
friendship, contact and invitation management for the Django web framework
django-watermark
Quick and efficient way to apply watermarks to images in Django.
uwsgiFouine
UWSGI log analyzer inspired by pgFouine
defcube's Repositories
defcube/uwsgiFouine
UWSGI log analyzer inspired by pgFouine
defcube/defcube_locationsdb
A python package containing names of US states and (eventually maybe) countries.
defcube/django-unique-slugify
Automatically create a unique slug for a model.
defcube/async-http-load-tester
Python 3.4+ HTTP Load Tester
defcube/django-spreadsheet-reports
defcube/django-cachebuster
Django 1.3 ready web browser cache busting app
defcube/random-string
A function that generates random strings
defcube/bayesian
Naive Bayesian Classification for Golang.
defcube/chrono
Go library for passing time, such as waiting for a callback function to return true
defcube/defparallel
Similar to GNU parallel, but invented here
defcube/deftsdev
defcube/django-definition-tag
Allows easy creation of template tags that define a context variable
defcube/django-paypal
A pluggable Django application for integrating PayPal Payments Standard or Payments Pro
defcube/django-save-form
Encapsulate the common workflow of saving a form if submitted, displaying it if not.
defcube/django_configurable_inclusion_tag
A tag that works like normal inclusion tag but it allows the wrapped function to specify which template to use, or to abort althogether and return
defcube/expiringdict
Dictionary with auto-expiring values for caching purposes.
defcube/go-lang-idea-plugin
Google Go language IDE built using the IntelliJ Platform
defcube/gocyclo
Calculate cyclomatic complexities of functions in Go source code.
defcube/golearn
Machine Learning for Go
defcube/goproxy
An HTTP proxy library for Go
defcube/jQuery-contextMenu
contextMenu manager
defcube/leankitclient
a command line client for controlling leankit
defcube/memberlist
Golang package for gossip based membership and failure detection
defcube/redditimagescraper
defcube/safe-http-transmit
Performs a HTTP call, retrying if necessary.
defcube/string_conversion_tools
Convenience functions for converting unicode to ascii, etc.
defcube/testing
defcube/v8worker
Minimal golang binding to V8
defcube/webservice-proxy
A proxy that rate-limits HTTP posts. It is useful for returning errors when a service isn't responding, rather than letting your entire uWSGI pool wait for a service that isn't responding.
defcube/z-fish
A fork of http://github.com/rupa/z to port it to the Fish shell.