Pinned Repositories
arena_allocators
bare_metal_threads
experimenting with some thread libraries
binary-decoder
Decode binary files of a specific format
buddy
buddy algorithm implementation
can-bus-notes
A few practical notes on CAN bus
concurrent-partial-differential-equation-solver
Concurrent partial differential equation solver
cruise-controller
A cruise controller implemented in micrium
doxygen-generate-documentation
Auto generate documentation for projects
green_threads
A simple implementation of green threads
micrium-de2-115
Some small projects utilizing micrium on the DE2-115 FPGA board
xyderos's Repositories
xyderos/binary-decoder
Decode binary files of a specific format
xyderos/can-bus-notes
A few practical notes on CAN bus
xyderos/doxygen-generate-documentation
Auto generate documentation for projects
xyderos/arena_allocators
xyderos/bare_metal_threads
experimenting with some thread libraries
xyderos/buddy
buddy algorithm implementation
xyderos/c-project-template
A minimal C project supporting make, unit testing and github workflows
xyderos/concurrency
A few notes on threads with focus on POSIX as well as a few exercises
xyderos/concurrent-partial-differential-equation-solver
Concurrent partial differential equation solver
xyderos/cpp-project-template
An easy to use, compatible with both emacs and vscode template for c++ projects
xyderos/cruise-controller
A cruise controller implemented in micrium
xyderos/green_threads
A simple implementation of green threads
xyderos/micrium-de2-115
Some small projects utilizing micrium on the DE2-115 FPGA board
xyderos/data-structures
Some simplistic data structures in c
xyderos/dough-lea-malloc
xyderos/event-based-communication
Some examples on asynchronous IO and event based communication based on epoll, libevent and liburing
xyderos/fit
*fit memory allocation algorithms
xyderos/functional-programming
a few exercises and mini projects in elixir and haskell
xyderos/leetcode-assignments
xyderos/loosing-chess
Loosing chess
xyderos/real-time-systems-ada
Some excercises in ada
xyderos/scheduling-simulations
Some simulations on some scheduling algorithms
xyderos/server-based-communication
A few examples on client-server communication based on POSIX sockets