Showing 371 open source projects for "dev-c"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Context for your AI agents Icon
    Context for your AI agents

    Crawl websites, sync to vector databases, and power RAG applications. Pre-built integrations for LLM pipelines and AI assistants.

    Build data pipelines that feed your AI models and agents without managing infrastructure. Crawl any website, transform content, and push directly to your preferred vector store. Use 10,000+ tools for RAG applications, AI assistants, and real-time knowledge bases. Monitor site changes, trigger workflows on new data, and keep your AIs fed with fresh, structured information. Cloud-native, API-first, and free to start until you need to scale.
    Try for free
  • 1
    Unit Test for C is a very useful and powerful software development tool for C and C++ programmers. It is designed to provide a great deal of functionality in a very small package and functions nearly identically on Windows and UNIX systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    JTAG interface library for FTDI chips. Linux port of the ftcjtag library from ftdi( http://bit.ly/98Vul3 ). Implementation relies on ftd2xx.so ( not libftdi.so ) which makes it windows compatible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    This is a simple software for debugging webservers. More details coming up soon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    dfhack
    DFhack is a library for cross-platform access to the memory of Dwarf Fortress.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Most modern and flexible cloud platform for MLM companies Icon
    Most modern and flexible cloud platform for MLM companies

    ERP-class software for multi-level marketing

    For direct selling (MLM) companies, from startup to well established enterprises with millions of distributors across the world
    Learn More
  • 5
    a tool to view real-time events record during execution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Provides interface for generating stack traces from within a program. Inspired by Java's ability to do a backtrace whenever an error occurs, this provides similar capability in C/C++. Very lightweight and portable, where available builds on execinfo.h.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Tool for using syntax highlighting, code competion, ect, in sd.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    A set of tools relating to an educational processor used in teaching Computer Architecture at the University of Ottawa. Currently includes a working assembler and a semi-functional emulator/debugger.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    CeGCC is a cross-development environment for creating Windows CE (Pocket PC) applications, from a Linux, Cygwin, or MacOS-X host PC.
    Downloads: 6 This Week
    Last Update:
    See Project
  • Field Sales+ for MS Dynamics 365 and Salesforce Icon
    Field Sales+ for MS Dynamics 365 and Salesforce

    Maximize your sales performance on the go.

    Bring Dynamics 365 and Salesforce wherever you go with Resco’s solution. With powerful offline features and reliable data syncing, your team can access CRM data on mobile devices anytime, anywhere. This saves time, cuts errors, and speeds up customer visits.
    Learn More
  • 10
    Bits and Pieces is an interactive 6502 disassembler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Free cross-platform debugger for C/C++. It is frontend for GNU Project Debugger (GDB). Has good looking interface based on Qt4. See http://beaverdbg.googlecode.com for more info.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Add symbolic debugging capability for gdb when it is used for debugging kernel without touching kernel source.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Edyuk is a free, open source, fast and lightweight development environment which supports C++ and Qt 4 out of the box and can be extended through plugins. It works under all platforms supported by Qt 4 (Linux, Mac, Windows, BSD, ...).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    TrueProgrammer by TrueTech is the first multi-platform, multi-language IDE/compiler for developers. The system works with BASIC, Tcl, Assembly, C++ and more. Currently, the project is in early production in TCL/TK.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    latrace is frontend for the glibc 2.4+ LD_AUDIT feature
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    cingb is an ATTEMPT to write a Gameboy-emulator for all kinds of platforms. It plays Gameboy and Gameboy Color ROMs, includes a debugger for step-by-step analysis of Gameboy programs and might be also interesting for educational purposes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    DUMA (Detect Unintended Memory Access) is a multi-platform memory debugging library. It can detect memory leaks and buffer overruns (or underruns) in a malloc() / new memory buffer. DUMA is a fork of Bruce Perens' Electric Fence library. sourceforge isn't maintained for many years! suggest you want to look at https://github.com/johnsonjh/duma
    Leader badge
    Downloads: 41 This Week
    Last Update:
    See Project
  • 18
    The dashx debugger is a program for tracing the execution of a target application. As code in the target is executed, the source code information is printed by dashx. The output includes the source file-name, line-number, and source line text.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A C++ Development Tool for Linux
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    This is a tool which have similar GUI to DOS "RU". All legacy BIOS mostly like this tool, because that they can view Memory Space, IO Space, and PCI Space under linux. Thus, they can debug BIOS and Resource setting under linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A logging utility for C++ applications. It supports levels of escalation and safety within multiple threads. Optional "ghost" output for specific messages to stream, in order to log and print to screen at the same time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    GDB patch for debugging embedded ARM system via JTAG debug interface. The embedded and extended Python interpreter make OS-aware debug session possible, and also provide flexible NOR/NAND flash utility.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    dbfi (Debuggable Brainfuck interpreter) is a fast interpreter and brainfuck compiler (for x86). The interpreter allows you to debug your program with the character !, which print the value of the cells and your current position.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Function call tracing in the Linux kernel and userspace applications. Dynamically sets probes (using VProbes, a KProbes variant) and displays the function call trace of a process calling kernel or application functions. The superior of strace and ltrace.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    H3xC4T reads binary files and show hexadecimal content ordered in columns... in the future, I'll add some features as such as plain binary conversion or disassembling...
    Downloads: 0 This Week
    Last Update:
    See Project