Pinned Repositories
a-tale-of-event-loops
Notes describing my understanding of how modern Python event loops work
aiotk
asyncio toolkit
cscgi
Streaming parser for SCGI requests in C.
cschannel
Streaming Microsoft SChannel wrapper for C.
git-archive-all.bat
Windows version of git-archive-all
httpxx
C++ wrapper for C-based HTTP parser
libgreen
Python-style asyncio for C
pcre
Git mirror for PCRE library.
pcrexx
C++ wrapper for the PCRE library
w32
Modern C++ bindings for the Win32 API.
AndreLouisCaron's Repositories
AndreLouisCaron/a-tale-of-event-loops
Notes describing my understanding of how modern Python event loops work
AndreLouisCaron/httpxx
C++ wrapper for C-based HTTP parser
AndreLouisCaron/pcrexx
C++ wrapper for the PCRE library
AndreLouisCaron/libgreen
Python-style asyncio for C
AndreLouisCaron/aiotk
asyncio toolkit
AndreLouisCaron/c4cast
A simple cash flow forecast application.
AndreLouisCaron/sqlalchemy-pool-recycle
Grokking SQLAlchemy's pool recycle
AndreLouisCaron/arq.py
ARQ implementations in Python, using Gevent
AndreLouisCaron/cmake-embed-python-demo
Minimalist cross-platform recipe for embedding CPython in C++ using CMake
AndreLouisCaron/coverage-behave-pytest
combined coverage for behave and pytest
AndreLouisCaron/dashex
Exchange monitoring dashboard configurations
AndreLouisCaron/Docker-ElasticSearch5-Demo
Show how to use ElasticSearch 5+ to centralize logs in Docker-Compose stack
AndreLouisCaron/docker-stream-event-log
How to stream a (secondary) event log with fluent-bit and logrotate
AndreLouisCaron/dotenvfile
Parser for .env files in Python
AndreLouisCaron/gitmesh
Experiment with distributed Git hosting.
AndreLouisCaron/gitmesh-deploy
Gitmesh plugin for deploying code when pushed
AndreLouisCaron/grafana-influx-demo
Demo of Grafana with InfluxDB back-end
AndreLouisCaron/nested-venv-bug
AndreLouisCaron/openssl-windows-binaries
Pipeline to build OpenSSL binaries for Windows
AndreLouisCaron/procfile
Procfile parser in Python
AndreLouisCaron/runwith
Poor man's shell operations
AndreLouisCaron/saladhappy.ca
SaladHappy: personal blog
AndreLouisCaron/smartmob
CLI for smartmob-agent
AndreLouisCaron/smartmob-agent
resident program to run procfile-based applications remotely
AndreLouisCaron/smartmob-demo
Demo for smartmob MVP
AndreLouisCaron/smartmob-filestore
Naive HTTP file server.
AndreLouisCaron/smartmob-rfc
smartmob project specifications
AndreLouisCaron/strawboss
AndreLouisCaron/strawboss-demo
Demo project for Strawboss process runner.
AndreLouisCaron/tox-bug-nested-venv
Attempt to reproduce an issue encountered with Tox.