- Dresden, Germany
-
09:09
(UTC +01:00) - https://phip1611.de/
-
nixos-configs Public
My personal (public) NixOS configurations and common Nix(OS) modules, pkgs, and libs.
-
-
uart_16550 Public
Forked from rust-osdev/uart_16550Minimal support for uart_16550 serial output.
Rust MIT License UpdatedJan 21, 2026 -
cloud-hypervisor Public
Forked from cloud-hypervisor/cloud-hypervisorA Virtual Machine Monitor for modern Cloud workloads. Features include CPU, memory and device hotplug, support for running Windows and Linux guests, device offload with vhost-user and a minimal com…
Rust Apache License 2.0 UpdatedJan 20, 2026 -
nixpkgs Public
Forked from NixOS/nixpkgsNix Packages collection
Nix MIT License UpdatedJan 20, 2026 -
uart16550_driver Public archive
Low-level driver for 16550 UART devices, which function as serial ports and are accessible via x86 I/O port addresses. These ports are commonly referred to as COM ports.
-
-
Generic gpio driver for the tm1637 microcontroller written in Rust.
-
gitlab-timelogs Public
CLI utility to support you with your time logs in GitLab.
-
noto-sans-mono-bitmap-rs Public
Provides pre-rasterized characters from the "Noto Sans Mono" font in different sizes and font weights for multiple unicode ranges.
-
-
beat-detector Public
Audio beat detection library that supports different audio input devices as source. You can pass a callback for each found beat to the library.
-
audio-visualizer Public
Simple audio visualization library which is especially useful for developers to visually check audio algorithms against the waveform.
-
libbruteforce Public
A multithreaded bruteforce library written in Rust. PLEASE DO NOT use this software to harm someones privacy in any kind! This project was made for fun and for teaching myself new things about Rust.
-
uefi-serial-chat Public
A simple demo with UEFI using the serial device for a chat.
Rust UpdatedJan 2, 2026 -
fcntl-tool Public
Your small yet useful swiss army knife for the `fcntl` system call, specifically for acquiring and testing file locks, but not limited to those.
Rust Other UpdatedJan 2, 2026 -
wambo-web Public
Web-app to convert bin/oct/dec/hex, interpret data as float(IEEE-754), interpret as different integer types, and to show memory endianness.
-
tokio-js-set-interval Public
The crate `tokio-js-set-interval` allows you to use `setInterval(callback, ms)` and `setTimeout(callback, ms)` as in Javascript inside a `tokio` runtime (https://tokio.rs/).
-
tar-no-std Public
Library to read Tar archives (by GNU Tar) in `no_std` contexts with zero allocations. The crate is simple and only supports reading of "basic" archives, therefore no extensions, such as GNU Longname.
-
Docx4JSRUtil library helps you to search and replace text inside docx-Documents parsed by Docx4J.
-
ttfb Public
Library + CLI-Tool to measure the TTFB (time to first byte) of HTTP requests. Additionally, this crate measures the times of DNS lookup, TCP connect and TLS handshake.
-
cmake-catch2-ci-example Public
Minimal CMake-based project building a trivial C++ library with Catch2-based unit tests.
-
runs_inside_qemu Public
Small no_std-lib that checks if the binary is running inside a QEMU virtual machine. Only works on x86/x86_64 platform.
-
paging-calculator Public
CLI utility that helps you to calculate indices into the page table from a virtual address. For x86, it outputs the indices into the page tables for both, 32-bit and 64-bit paging.
-
bash-like-cpp-shell Public
A demo bash-like shell for educational purposes - shows basics about pipes, fork and a lot of other UNIX facilities.
-
wambo Public
All-in-one binary to convert decimal/bin/oct/hex + interpret data as i8-i64, u8-u64, and f32/f64 (IEEE-754).
-
-
spectrum-analyzer Public
An easy to use and fast `no_std` library (with `alloc`) to get the frequency spectrum of a digital signal (e.g. audio) using FFT.
-
linux-libc-auxv Public
A parser and builder for the Linux process initial stack layout - use it to decode or construct argc, argv, envp, and auxv (auxiliary vector).
-
qemu-debugcon-linux-driver Public
A Linux driver for the QEMU Debugcon device packaged in Nix.