Journal
Fri 01 March 2024
2024-03-01
DuckDB Xonsh
DuckDB is a free, open-source, embedded, in-process, relational database management system (DBMS) designed specifically for analytical tasks.
Think …
Journal
Thu 08 December 2022
2022-12-08
Getting Data from a Remote Server to the Command Line in C (Libcurl)
LibCurl is the free C library that …
Journal
Wed 22 June 2022
2022-06-22
Libreoffice CSVTODO Database
LibreOffice provides a versatile developing tool and graphical interface for databases.
BASE, the name of the application …
Journal
Sat 25 September 2021
2021-09-25
CSVKIT and SQLITE
CSVKIT is a collection of command line tools that I find very useful when working with CSV …
Journal
Sat 21 August 2021
2021-08-21
A Python Compiler - NUITKA
Nuitka is a compiler that produces binary executables from source code written in Python. It generates …