Pinned Repositories
cookie
A library to interact with cookies.
db
A php include that defines a class that has a set of methods that assist with using mysqli for prepared statements.
django
The Web framework for perfectionists with deadlines.
django-cache-method-decorator
Custom version of lru_cache that is specific to Django.
django-convert-model-instance-to-dict
Utility function for Django that converts a model instance to a serializable dictionary.
gimp-batch-convert
A Python plugin for GIMP that adds a batch conversion function for converting image file types.
python-websocket-server
A Python websocket server with a json api.
sanitize
php function that recursively sanitizes generic user input.
split_sql_dump_file
Python script to split a single large sql dump file into separate files, one for each CREATE TABLE statement. Writes the files to a new folder that you specify. If no output folder is specified, creates a new folder with the same name as the dump file, in the same directory. Works line-by-line, without writing the file to memory first, so is great for large files.
ssl-proxy
A php script that takes external links and displays them as internal links.
kloddant's Repositories
kloddant/sanitize
php function that recursively sanitizes generic user input.
kloddant/split_sql_dump_file
Python script to split a single large sql dump file into separate files, one for each CREATE TABLE statement. Writes the files to a new folder that you specify. If no output folder is specified, creates a new folder with the same name as the dump file, in the same directory. Works line-by-line, without writing the file to memory first, so is great for large files.
kloddant/gimp-batch-convert
A Python plugin for GIMP that adds a batch conversion function for converting image file types.
kloddant/python-websocket-server
A Python websocket server with a json api.
kloddant/cookie
A library to interact with cookies.
kloddant/db
A php include that defines a class that has a set of methods that assist with using mysqli for prepared statements.
kloddant/django
The Web framework for perfectionists with deadlines.
kloddant/django-cache-method-decorator
Custom version of lru_cache that is specific to Django.
kloddant/django-convert-model-instance-to-dict
Utility function for Django that converts a model instance to a serializable dictionary.
kloddant/django-foxycart-form
An abstract form for use with FoxyCart.
kloddant/django-legacy-queryset
Provides a LegacyQuerySet class that can be used to support database versions that Django refuses to support anymore even though the underlying sql queries still work.
kloddant/django-s3direct
Add direct uploads to S3 with a progress bar to file input fields. Perfect for Heroku.
kloddant/ssl-proxy
A php script that takes external links and displays them as internal links.
kloddant/jsql
A javascript, client-only MySQL database-equivalent framework for working with data in memory.
kloddant/kloddant.github.io
kloddant/mybb
MyBB is a free and open source forum software.
kloddant/mybb-plugin-ssl_proxy
Makes all images in MyBB posts get requested by the server instead of by the client and upgrades all insecure requests.
kloddant/mybb-plugin-verify-ip
Checks the users ip address on login and only allows logging into an admin account from an ip from the admin ips list.
kloddant/php-paginator
A pagination class for php.
kloddant/webrtc-without-signaling-server
webrtc without signaling server. a stun server is still used if connecting over the internet. demo: https://webrtc-without-signalling-server.static.land/