pn-sequence
A Python library for testing pseudo-noise (PN) sequences. It checks a given sequence against Golomb's Randomness Postulates. If the sequence satisfies all three, it's a PN sequence.
Here are some noteworthy or interesting projects I have finished.
A Python library for testing pseudo-noise (PN) sequences. It checks a given sequence against Golomb's Randomness Postulates. If the sequence satisfies all three, it's a PN sequence.
Frugal Ethereal encRypted pastebiN. A simple paste bin tool in a single HTML file, uses LZMA compression and AES-GCM encryption using web Crypto API. Can be deployed or carried around like a portable program.
Yet another paste bin web app. Small and fast with no JS frameworks. Server-side encryption with AES-GCM-SIV. Optional client-side encryption with XChaCha20Poly1305.
A simple hangul recognition trainer inspired by gohoneko's kana trainer.