7 bookmarks for 2026-09-06

16.

Lua 5.1 Reference Manual

lua.org/manual/5.1/manual.html
14.

Monocypher manual

monocypher.org/manual

Monocypher is a cryptographic library. It provides functions for authenticated encryption, hashing, password hashing and key derivation, key exchange, and public key signatures.

12.

Unison manual

html-preview.github.io?url=https://raw.githubusercontent.com/bcpierce00/unison/documentation/unison-manual.html

Unison is a file-synchronization tool for POSIX-compliant systems (e.g. BSDs, GNU/Linux, macOS) and Windows. It allows two replicas of a collection of files and directories to be stored on different hosts (or different disks on the same host), modified separately, and then brought up to date by propagating the changes in each replica to the other.

(Also, this link uses html-preview.github.io, which seems to be a useful service in itself.)

11.

Built-in Functions

docs.python.org/3/library/functions.html

The Python interpreter has a number of functions and types built into it that are always available.

If what I'm looking for isn't here, it's probably in itertools.

10.

Python Built-in Types

docs.python.org/3/library/stdtypes.html

Built-in Types

The following sections describe the standard types that are built into the interpreter.

The principal built-in types are numerics, sequences, mappings, classes, instances and exceptions.

9.

Python library documentation: re

docs.python.org/3/library/re.html

The documentation for the re module. Since the re can be replaced with any module name, it's a useful springboard.

8.

Scribus Scripter API

impagina.org/scribus-scripter-api

Scribus Python interface module

This module is the Python interface for Scribus. It provides functions to control scribus and to manipulate objects on the canvas.