wprzytula
Software Engineer at @scylladb, Teaching Assistant at @mimuw-jnp2-rust (University of Warsaw)
ScyllaDBWarsaw
Pinned Repositories
actors_system
Implementation of low-level concurrent actors system based on thread pool using pthreads
allezon
A university project on Practical Distributed Systems.
asm
Moderate assembly assignments
ca3dmm
Communication-Avoiding 3D Matrix Multiplication algorithm implementation in MPI.
cuda_clique_count
CUDA implementation of efficient clique counting algorithm
ELF_x64_to_i386_converter
Written as a university project, the tool can convert a 64-bit ELF binary into a 32-bit one. This is useful for compatibility purposes (e.g. when you only have access to already compiled 32-bit binary and you want to link it to modern, 64-bit libraries - then you may convert the library and enjoy working old [game, let's say].
Latte-compiler
A compiler for an educational-purpose language.
Nucleo-PCM-player
Music bare-metal player for STM32 microcontroller
scylla-rust-driver
Async CQL driver for Rust, optimized for Scylla!
tock
A secure embedded operating system for microcontrollers
wprzytula's Repositories
wprzytula/JNP_computer
4th C++ course task: templates, metaprogramming, etc.
wprzytula/JNP_encstrset
2nd C++ course task: integration with C.
wprzytula/JNP_function_maxima
5th C++ course task: smart pointers, exceptions, RAII, etc.
wprzytula/JNP_geometry
3rd C++ course task: classes, constructors, etc.
wprzytula/Notec_tests
Contains testing environment for Szesnastkator Notec - 2nd SO assignment, as well as a couple of Ayn Rand ideas.
wprzytula/Planner
Software Engineering Team Project
wprzytula/Screen-Worms
A simple online game created as an assignment for Computer Networking course.