Flog is a log generator commonly used for testing and benchmarking web server log analysis tools. It generates fake log data that mimics real-world logs such as Apache, RFC5424, Common...
Sniffnet is an open-source network monitoring tool designed to analyze and visualize internet traffic on a local device in real-time. It is known for being lightweight, user-friendly, and cross-platform. This...
Infer is a static analysis tool for Java, C, C++, Objective-C code. It analyzes code without running it (i.e., statically) and is particularly known for catching null pointer exceptions, memory...
Wasmer is a fast, secure, and open-source WebAssembly (Wasm) runtime that enables lightweight containers to run WebAssembly outside the browser, across a wide range of platforms - including desktops, servers...
ATAC (short for Arguably a Terminal API Client) is an open‑source, terminal-based API client tool such as Postman or Insomnia, but built for developers who prefer working entirely within the...
VLC media player is an open-source multimedia player developed by the VideoLAN project. It supports media streaming, playback customization, subtitle synchronization, and even file conversion, making it a powerful all-in-one...
LibreOffice is an open-source office productivity suite developed by The Document Foundation. It includes a range of applications such as Writer (word processing), Calc (spreadsheets), Impress (presentations), Draw (vector graphics...
OBS Studio is an open-source software application used for video recording and live-streaming. It allows users to capture and mix audio and video from multiple sources such as desktop screens...
WebP is a modern image format developed by Google that provides both lossless and lossy compression for images on the web, offering significantly smaller file sizes compared to traditional formats...
Clang-Tidy is a command line tool that performs static analysis on C and C++ source code to identify bugs, stylistic issues, and performance improvements. It helps enforce coding standards, catch...