Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Projects in Awesome Lists by csvancea
A curated list of projects in awesome lists by csvancea .
https://github.com/csvancea/gpu-hashtable
GPU-backed linear-probing hash table implemented in CUDA. Supports batch operations such as insert and retrieval.
Last synced: 19 Jan 2025
https://github.com/csvancea/matrix-multiply
Assignment: optimize memory/cache accesses as much as possible for a matrix multiplication. The optimized approach is then compared to BLAS (dedicated library for vector and matrix operations)
cache matrix-multiplication optimizations
Last synced: 19 Jan 2025
https://github.com/csvancea/cli-forums
CLI forums software with topic subscription support. Communications implemented with custom protocols over TCP & UDP.
Last synced: 19 Jan 2025
https://github.com/csvancea/distributed-text-processor
Text processor - parallel and distributed implementation across multiple MPI nodes.
Last synced: 19 Jan 2025
https://github.com/csvancea/sheriff-of-nottingham
A simple Java implementation of the ’Sheriff of Nottingham’ board game, including 3 different playing strategies
Last synced: 19 Jan 2025
https://github.com/csvancea/elfs-battlegrounds
Simulation of a battle royale game
Last synced: 19 Jan 2025
https://github.com/csvancea/cpl-hw
Compiler for: COOL (Classroom Object Oriented Language)
Last synced: 19 Jan 2025
https://github.com/csvancea/hardware-monitor
Graphical tool to read and monitor CPU and HDD temperature sensors.
Last synced: 19 Jan 2025
https://github.com/csvancea/book-bookkeeper
REST API client. The goal was to develop a basic HTTP client with support for cookies and custom headers (needed for authentication).
Last synced: 19 Jan 2025
https://github.com/csvancea/stegano
A program that encodes secrets into images using different techniques: XOR, LSB encoding, Morse. Developed in x86 assembly.
Last synced: 19 Jan 2025
https://github.com/csvancea/glyphointerpreter
An interpreter for Glypho - an esoteric programming language
Last synced: 19 Jan 2025
https://github.com/csvancea/race-skip-list
Race simulator. Example use case for Skip List - a probabilistic data structure
Last synced: 19 Jan 2025
https://github.com/csvancea/linux-ip-router
Linux IPv4 Router with ARP and ICMP support
Last synced: 19 Jan 2025
https://github.com/csvancea/prefix-ast
Arithmetic expression evaluator written in x86 assembly.
Last synced: 19 Jan 2025
https://github.com/csvancea/league-of-oop
Simulation of a League of Legends-style game with different types of heroes, abilities, strategies and spells.
Last synced: 19 Jan 2025
https://github.com/csvancea/fire-alarm
Smart Fire Alarm. Connects to the local WiFi network and notifies the owner's phone/PC in case of fire (smoke + flame detection).
Last synced: 19 Jan 2025
https://github.com/csvancea/marketplace
Slightly different version of the producer-consumer problem, solved in Python3.
Last synced: 19 Jan 2025
https://github.com/csvancea/uber-and-the-city
Uber simulator for an ever-changing city - example use case for multiple data structures such as: BST, Graph, Dictionary
Last synced: 19 Jan 2025