-
Corgi.jl
Julia
Jun. 2022 - Present
Machine Learning Library from scratch.
-
Dwarfs
Julia
Nov. 2024 - Present
A collection of Pluto.jl notebooks.
-
Fossil.cr
Crystal
Jul. 2025 - Present
A framework for developing REST APIs in Crystal influenced by FastAPI. Shard (a package of Crystal code) provides an `HTTP::Server' wrapper with a nice endpoints' handler. Good utilization of all abilities of Crystal's macro system allows users to forget about operating directly on requests and responses by generating this complex code from user-defined methods.
-
ExtendedLaurentPolynomials.jl
Julia
Sep. 2022 - Present
Laurent polynomials with basic arithmetic, evaluation and substitution. Library is useful for wavelet analysis and was developed during a university course on the subject.
-
SimplePolynomialRing.jl
Julia
Sep. 2022 - Present
Polynomial ring with basic arithmetic, parsing, formatting, prime tests and generating. % Library is useful for error-correcting coding and was developed during a university course on the subject.
-
cregex
C
Apr. 2021 - Jun. 2021
Regular Expressions in pure C.
-
docsync
Go (cobra, promptui)
Jul. 2023 - Present
Tool for synchronizing your multilingual documentation.
-
Wavelet Neural Networks
Python (PyTorch)
Feb. 2025 - Present
Implementation of neural network modules for discrete wavelet transform (DWT). Package provides PyTorch modules for 1D and 2D DWT which can be trained via special loss functions.
-
Yet Another Peer‑to‑Peer Network
Rust
Mar. 2023 - Present
Library that proposes a new P2P network topology that enables users to connect multiple devices to one peer. The topology provides an opportunity to implement distributed applications over it.