-
personal-website-source-code
- Description: Personal website source code: https://phantie.dev
- Repository: https://github.com/phantie/personal-website-source-code
-
snake
- Description: Singleplayer/multiplayer browser game on modern Rust stack and Websockets
- Repository: https://github.com/phantie/snake
-
wsite
- Description: Full stack website in Rust (old blog site in Yew)
- Repository: https://github.com/phantie/wsite
- advent-of-code-2023
- Description: Advent of Code 2023 in Rust, 2 stars for days from 1 to 18.
- Repository: https://github.com/phantie/advent-of-code-2023
-
ow_matchmaking_queue
- Description: Implementation of a matchmaking queue
- Repository: https://github.com/phantie/ow_matchmaking_queue
-
con
- Description: Exploratory project, with aim to define limits of using semantic connections between objects in systems.
- Repository: https://github.com/phantie/con
-
rs-raylib-game-examples
- Description: raylib examples reimplemented in Rust
- Repository: https://github.com/phantie/rs-raylib-game-examples
- multilayer-cache
- Description: Nano framework for implementing multilayered caching
- Repository: https://github.com/phantie/multilayer-cache
- Article: https://phantie.dev/articles/multilayer_cache
-
informative-disassembler
- Description: Reimplementation of dis.dis with enhanced informativity
- Repository: https://github.com/phantie/informative-disassembler
-
contests
- Description: Concise predicative testing of iterables
- Repository: https://github.com/phantie/contests
-
overloaded
- Description: Overloading of functions and methods (including static- and classmethods). Supports complex type hinting. Does not modify original functions, classes and methods.
- Repository: https://github.com/phantie/overloaded
-
yield-self
- Description: yield-self decorator forces classmethods, staticmethods and normal methods return a class/instance they are called on
- Repository: https://github.com/phantie/yield-self
-
take
- Description: Execute methods even if they do not return the object they are bound to, set attributes and execute functions over stored objects in one line
- Repository: https://github.com/phantie/take
-
ruption
- Description: Reliability utilities with good type hinting based on Rust's Option/Result
- Repository: https://github.com/phantie/ruption
-
mutable-string
- Description: Mutable, change-friendly, feature-rich String.
- Repository: https://github.com/phantie/mutable-string
-
cache-lru_cache
- Description: reimplemented & extended lru_cache
- Repository: https://github.com/phantie/cache-lru_cache
-
bound-sized-hash-map
- Description: Dictionary restricted in growth, FIFO
- Repository: https://github.com/phantie/bound-sized-hash-map
- python_io_parallel_processing_article
- Description: Article about parallel processing in python using asyncio, showing the common pitfalls and handling strategies
- Repository: https://github.com/phantie/python_io_parallel_processing_article