What's in your tool belt?

This page summarizes the projects mentioned and recommended in the original post on /r/C_Programming

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • clangd

    clangd language server

  • Clang LSP: Language server that gives good navigation and refactoring features for many editors.

  • w64devkit

    Portable C and C++ Development Kit for x64 (and x86) Windows

  • I maintain a small Windows development software distribution, w64devkit, with nearly everything I need when working with C. It includes a Mingw-w64 toolchain, Vim, GDB, GNU Make, and:

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • ctags

    A maintained ctags implementation

  • Universal Ctags: code navigation. This is the primary way I move around multiple source files in Vim.

  • American Fuzzy Lop

    Discontinued american fuzzy lop - a security-oriented fuzzer

  • On Linux afl is a very powerful bug-finding tool, and it's a great companion when doing code review. Composes well with ASan and UBSan.

  • busybox-w32

    WIN32 native port of BusyBox.

  • busybox-w32: standard unix utilities for Windows. It's a BusyBox port.

  • btree.c

    B-tree implementation in C

  • Here's a B-tree implementation that I find myself using fairly often.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts