Emscripten SDK is a toolchain designed to compile C and C++ code into WebAssembly (Wasm), enabling native applications to run efficiently within web browsers. Emscripten translates traditional native code into...
Intel oneAPI DPC++/C++ Compiler is designed for C, C++, and Data Parallel C++ (DPC++) programming on Intel processor-based systems. It supports heterogeneous computing across CPUs, GPUs, and FPGAs, and is...
Clang is a compiler for the C, C++, Objective-C, and Objective-C++ programming languages. It is part of the LLVM project, which provides a collection of modular and reusable compiler and...
Locking the screen is a simple but essential step in protecting the system when stepping away. It is very useful when working in a shared space or just want to...
The bpftrace is a high-level tracing tool for Linux that allows developers and system administrators to write short scripts to investigate the behavior of the system, applications, or the kernel...
The uftrace is a tracing tool for Linux systems, particularly useful for tracing function calls in the applications. It helps developers understand the behavior of their applications by showing when...
Kyanos is a command line tool designed for real-time network traffic analysis using eBPF (Extended Berkeley Packet Filter) technology. It provides deep visibility into application-layer protocols such as HTTP, Redis...
Cppcheck is a static analysis tool for C and C++ code. It helps developers find bugs, undefined behavior, memory leaks, and other issues without actually running the program. Unlike compilers...
The NVIDIA Container Toolkit is a set of tools and libraries that enable GPU support in containerized applications, such as those run with Docker or other container runtimes. It allows...
Intel Software Development Emulator (Intel SDE) is a CPU emulator that allows developers to run and debug software using different generations of Intel CPUs. This is especially useful for validating...