-
hugo-theme-console
Minimal and responsive Hugo theme inspired by the system console, crafted for optimal performance with an average page load time of under one second.
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
gcodepreview
OpenPythonSCAD library for moving a tool in lines and arcs so as to model how a part would be cut using G-Code or described as a DXF.
I've found that Literate Programming suits how I think/approach projects, and it has worked for some quite large projects in the past for me.
I've been maintaining a list of programs published as books and resources for Literate Programming at:
https://www.goodreads.com/review/list/21394355-william-adams...
esp. see:
https://www.pbrt.org/
and
https://mruckert.userweb.mwn.de/understanding_mp3/index.html
My current project is:
https://github.com/WillAdams/gcodepreview
which uses a LaTeX package for this which I put together with a bit of help from tex.stackexchange --- the big advantage to it is that it allows editing the documentation/code with "normal" syntax highlighting, the disadvantage is that the .sty file has to be edited/updated to match the files which are being output and I still don't have a good setup for the readme.md
I find having the typeset PDF w/ its hyperlinked ToC and marginalia and indices helps a lot in having a "nice" version which I can look through to remind myself of what was intended at a given point, and most importantly, to find _where_ that was written down. Working on a re-write now --- we'll see if this holds up for that.
-
crawl4ai
🚀🤖 Crawl4AI: Open-source LLM Friendly Web Crawler & Scraper. Don't be shy, join here: https://discord.gg/jP8KfhDhyN
I missed adding the link to the example - https://github.com/unclecode/crawl4ai/issues/126