RCSSmin is a CSS minifier. The implementation is based on the semantics of the YUI compressor, but aiming for speed instead of maximum compression so that it can be used at runtime rather than during a preprocessing step. rCSSmin does syntactical compression only (removing spaces, comments, and possibly semicolons). It does not provide semantic compression (like removing empty blocks, collapsing redundant properties etc). It does, however, support various CSS hacks (by keeping them working as intended).
snmpd-pyagentx provides Python3 bindings for AgentX extension of the snmpd part of the Net-SNMP project. It allows you to tie into snmpd, returning your own values for OIDs or whole OID trees right from the Python code. It consists of a thin C interface for snmp_agent_api(3), provided by net-snmp project libraries, and pure Python logic for handling forwarded requests. The C code is loosely based on the python-agentx project codebase by Bozhin Zafirov.
Minesweeper 3K is an original implementation of the classic game of Mines. Games can be saved and loaded. High scores are saved by level. The game is paused when the window loses focus. Several styles of the game are available, with the possibility to add new styles without having to change the code. The game is internationalized in five languages.
Pytilities offers AOP and monkey-patching features for Python 3. Pytilities also offers other features such as help in delegating calls to an inner object, function overloading, some special descriptors, geometry classes, event dispatching classes, and more. The AOP features allow you to make reusable Aspect classes, (un)apply multiple aspects to an instance or class, add new attributes to an instance, and apply advice to all attribute access of an instance or class.
A live CD for creating a secure, isolated working environment.