-
Converts-and-Encodings Public
The BaseConverter converts a number of any base into a number of another base. This also works with text.
C# GNU General Public License v3.0 UpdatedFeb 26, 2025 -
Games Public
The first classic strategy game I would like to publish here is Sudoku or XSudoku.
C# GNU General Public License v3.0 UpdatedFeb 21, 2025 -
Cryptography Public
A few examples used in Cryptography, as a Winform or Console Application.
-
Compress Public
Here are a few smaller projects that demonstrate the compression of texts. Starting with the Huffman Code and the Exponential Golomb Code (exp-golomb).
-
Mathematic Public
A few interesting mathematical tools that you can use again and again.
C# GNU General Public License v3.0 UpdatedSep 4, 2024 -
Integer-DataType Public
Simple 128/256/512 bit data structure for unsigned and signed integers.