Static site generation
リポジトリ
jasonrbriggs のリポジトリ
📇 A little directory of people's personal sites
Proton is a simple, "code-less" engine for xml/xhtml templates. Code-less, because it uses 3 types of ID (attribute) in a template file, rather than snippets of code — this moves the complexity out of the template and into the application.
Code snippets from the second edition of Python for Kids (https://nostarch.com/python-kids-2nd-edition)
“stomp.py” is a Python client library for accessing messaging servers (such as ActiveMQ or RabbitMQ) using the STOMP protocol (versions 1.0, 1.1 and 1.2). It can also be run as a standalone, command-line client for testing.
experimental nim and python implementations of Tim Bray's topfew utility