Open Source Software
RequireJS
RequireJS is a free and open-source JavaScript file and module loader. It is optimized for in-browser use, but it can be used in other JavaScript environments, like Node.js and Rhino.
knex.js
Knex.js is a free and open-source JavaScript query builder for relational databases. The query builder supports Postgres, MSSQL, MySQL, MariaDB, SQLite3, Oracle, and Amazon Redshift and is designed for easy-of-use and portability. Knex.js can be used with both callbacks and promises and supports transactions and connection pooling while providing async flow control, a stream interface, fully featured query and schema builders.
Numericalunits
Numericalunits is a Python package that lets you define quantities with units, which can then be used in almost any numerical calculation in any programming language. It provides a complete set of independent base units (meters, kilograms, seconds, coulombs, kelvins) are defined as randomly-chosen positive floating-point numbers. All other units and constants are defined in terms of those. In a dimensionally-correct calculation, the units all cancel out, so the final answer is deterministic, not random.
AntiX
antiX Linux is a fast, lightweight and easy to install systemd-free linux distribution based on Debian Stable for Intel-AMD x86 compatible systems. antiX offers users the "antiX Magic" in an environment suitable for old and new computers. antiX Linux is released as a free and open-source operating system and can be used to revive old computers, or spark life into new ones.
Vulkan
Vulkan is a new generation graphics and compute API that provides high-efficiency, cross-platform access to modern GPUs used in a wide variety of devices from PCs and consoles to mobile phones and embedded platforms.
dORM
dORM is a lightweight SQL query builder for Deno and PostgreSQL and is currently being expanded into a full-fledged object-relational mapping (ORM) tool. Its purpose is to make your life easier when making SQL queries and let you write queries in familiar Javascript/Typescript syntax and dot notation.