PhpStorm is an integrated development environment (IDE) specifically designed for PHP development, created by JetBrains. It's known for its deep understanding of the PHP language and its seamless integration with...
Exiv2 is a C++ library and command line tool for managing image metadata, specifically designed to handle EXIF, IPTC, and XMP data embedded in image files. It allows developers and...
ExifTool is a command line application used for reading, writing, and editing metadata in a wide variety of file types, especially images, audio, and video files. It supports numerous metadata...
C++ Insights is a command line tool that shows how high-level C++ code is transformed by the compiler into a more detailed, low-level form by revealing things like implicit constructors...
The gallery-dl is a command line tool designed to download image galleries and collections from various websites. It supports many popular image hosting platforms, art communities, and social media sites...
Meson is a modern open-source build system designed to be fast, user-friendly, and highly portable. It is primarily used to compile and manage software projects written in C, C++, Fortran...
The mold is a high-performance, drop-in replacement for traditional Unix linkers like GNU ld and LLVM lld. It achieves significant speed improvements in the linking phase of software builds by...
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...