"Edit" symbolic links from your Linux desktop environment. Note: Links are not actually edited, but a GUI is provided to edit the link destination & save / replace the original link.
Updated 2026年01月12日 19:40:32 +01:00
Encode CCSDS telemetry packets from CSV files described in a custom JSON format.
--- Please don't upload to GitHub: https://nogithub.codeberg.page
Updated 2025年11月17日 13:21:54 +01:00
Demonstrate a standalone (master) SNMP agent in user space, collect and serve telemetry from an example application.
Updated 2025年10月11日 18:20:50 +02:00
playing around with the wxWidgets framework
Updated 2025年07月16日 00:55:54 +02:00
A POSIX-like implementation of message queues that work on the file system in user space, and can be used on cygwin64/Windows.
--- Please don't upload to GitHub: https://nogithub.codeberg.page
Updated 2025年04月30日 19:41:36 +02:00
LargeFifoBuffer
Template
Provide a random access FIFO buffer, whose total size is limited only by available space in the file system
- the buffer position index for random access is a continuously increasing uint64_t, with the data in the buffer being that between the write pointer and the read pointer
- the buffer implements a buffer page logic, with recently accessed pages being cached in memory and dumped to file system when overloaded with a new buffer page
- the buffer also supports direct disk access, without copying buffer pages to memory, for when the file system is mounted on a ramdisk
--- Please don't upload to GitHub: https://nogithub.codeberg.page
Updated 2025年03月19日 23:38:48 +01:00
A GNU Makefile example with instructions that can be used to detect the operating system platform based on gcc compiler predefined macros. This functionality can be used to build a cross-platform Makefile.
--- Please don't upload to GitHub: https://nogithub.codeberg.page
Updated 2025年01月27日 23:35:22 +01:00
A shell script to launch teams-for-linux in a firejail environment.
--- Please don't upload to GitHub: https://nogithub.codeberg.page
Updated 2025年01月27日 23:33:50 +01:00