jkpubsrc
Experienced software developer :: Java, C#, Python, HTML/CSS/JS and similar :: Interested in software projects and information management in general.
Pinned Repositories
PyPine
A Python based build and processing framework.
python-module-jk-appmonitoring
This Python module contains components for analyzing the use of system resources by processes. It covers two use cases: a) monitoring other processes and b) monitoring one's own process.
python-module-jk-argparsing
A python module that provides an API for processing command line arguments. There is ``argparse`` of course, but this API is better. Better means: Simpler, more easy to use.
python-module-jk-cachefunccalls
This python module provides an annotation that caches results of function calls automatically.
python-module-jk-json
This python module provides parser and validator for JSON files and data structures.
python-module-jk-pwdinput
This python module provides the ability to read a password from STDIN. In contrast to typical password input for every character pressed an asterisk is displayed.
python-module-jk-pypiorgapi
An API for accessing Python packet information hosted on pypi.org
python-module-jk-simpleexec
Module to run shell programs in a very simple way.
python-module-jk-triologging
This is a logging framework. It is based on jk_logging but can be used with Trio.
throw_out_your_templates
This module is a rant (with code) encouraging Python developers to consider using pure Python for HTML generation rather than always using template languages. Read the module docstring for the rest of this rant. The temporary name is an ode to Ian Bicking's blog post 'Throw out your frameworks' (http://blog.ianbicking.org/2010/03/01/throw-out...). The ideas and code in it are an echo of what Stan, Breve, and various lisp libraries have been doing for a long time.
jkpubsrc's Repositories
jkpubsrc/throw_out_your_templates
This module is a rant (with code) encouraging Python developers to consider using pure Python for HTML generation rather than always using template languages. Read the module docstring for the rest of this rant. The temporary name is an ode to Ian Bicking's blog post 'Throw out your frameworks' (http://blog.ianbicking.org/2010/03/01/throw-out...). The ideas and code in it are an echo of what Stan, Breve, and various lisp libraries have been doing for a long time.
jkpubsrc/devilution
Diablo devolved - magic behind the 1996 computer game
jkpubsrc/experiment-python-flask-socketio
This is an attempt to implement asynchroneous communication between a python server process and web clients
jkpubsrc/freeablo
Modern reimplementation of the Diablo 1 game engine
jkpubsrc/gnash
The GNU SWF Player
jkpubsrc/pyShiva
Very easy 2d drawing library for python.