Pinned Repositories
alpaka
Abstraction Library for Parallel Kernel Acceleration :horse:
Awesome-Embedded
A curated list of awesome embedded programming.
awesome-hdl
Hardware Description Languages
awesome-high-performance-computing
A curated list of awesome high performance computing resources
awesome-lockfree
A collection of resources on wait-free and lock-free programming
cavOS
💾 Amd64 operating system in C. Trying to make a full OS, with a simple and readable codebase!
cf4ocl
C Framework for OpenCL
mbencik's Repositories
mbencik/alpaka
Abstraction Library for Parallel Kernel Acceleration :horse:
mbencik/Awesome-Embedded
A curated list of awesome embedded programming.
mbencik/awesome-high-performance-computing
A curated list of awesome high performance computing resources
mbencik/awesome-lockfree
A collection of resources on wait-free and lock-free programming
mbencik/cavOS
💾 Amd64 operating system in C. Trying to make a full OS, with a simple and readable codebase!
mbencik/cmake-examples
Useful CMake Examples
mbencik/ConcurrencyFreaks
mbencik/CPUEngine
A graphics engine designed to run on a single thread on CPU.
mbencik/drm_doc
How to write a Linux DRM application
mbencik/gdstk
Gdstk (GDSII Tool Kit) is a C++/Python library for creation and manipulation of GDSII and OASIS files.
mbencik/ghdl
VHDL 2008/93/87 simulator
mbencik/KernelDev101
Comprehensive beginner's guide to kernel development: Dive into core concepts, hands-on tutorials, and best practices. Whether you're a novice or looking to refresh your skills, this repository offers essential resources to start your kernel programming journey
mbencik/kms-glsl
CLI that runs OpenGL fragment shaders using the DRM/KMS Linux kernel subsystem
mbencik/lkmpg
The Linux Kernel Module Programming Guide (updated for 5.0+ kernels)
mbencik/nanopb
Protocol Buffers with small code size
mbencik/ocl
OpenCL for Rust
mbencik/open-simulation-interface
A generic interface for the environmental perception of automated driving functions in virtual scenarios.
mbencik/OpenCL-101
Learn OpenCL step by step.
mbencik/Programming-Language-Benchmarks
Yet another implementation of computer language benchmarks game
mbencik/programming-scala-book-code-examples
The code examples used in Programming Scala, 2nd and 3rd (forthcoming) Editions (O'Reilly)
mbencik/qemu
Xilinx's fork of Quick EMUlator (QEMU) with improved support and modelling for the Xilinx platforms.
mbencik/raylib
A simple and easy-to-use library to enjoy videogames programming
mbencik/Reverse-Engineering-Practice
A bunch of reverse engineering Binaries dedicated to practice.
mbencik/reverseengineering-reading-list
A list of Reverse Engineering articles, books, and papers
mbencik/Rust-learning
Small projects bout learning rust
mbencik/Rust-Learning-Rendering
learning how to use crate such as glium to utialize OpenGL in rust lang. Eventually i would love to learn low level api such as WGPU or GFX
mbencik/shell-scripting-tutorial
A complete begineers guide to learn shell scripting from scratch which includes Videos, Practice scenarios and project idea.
mbencik/snuffy
Snuffy is a simple command line tool to inspect SSL/TLS data.
mbencik/ssl-config
SSL configuration logic, extracted from Play's WS (for use in Akka et al).
mbencik/xv6-public
xv6 OS