Showing 302 open source projects for "c-bus"

View related business solutions
  • Passwordless authentication enables a secure and frictionless experience for your users | Auth0 Icon
    Over two-thirds of people reuse passwords across sites, resulting in an increasingly insecure e-commerce ecosystem. Learn how passwordless can not only mitigate these issues but make the authentication experience delightful. Implement Auth0 in any application in just five minutes
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
  • 1
    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
  • 2
    An Open Source Community Debugger for the Unreal Development Kit. Designed as a free, open source alternative to nFringe.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    This is a simple software for debugging webservers. More details coming up soon.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Open-source tools, such as the ccompiler4pic32 compiler, related to Microchip Technology's PIC microcontrollers and dsPIC digital signal controllers. http://www.microchip.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • Multi-Site Network and Cloud Connectivity for Businesses Icon
    Multi-Site Network and Cloud Connectivity for Businesses

    Internet connectivity without complexity

    As your users rely more and more on Cloud and Internet-based technologies, reliable internet connectivity becomes more and more important to your business. With Bigleaf’s proven SD-WAN architecture, groundbreaking AI, and DDoS attack mitigation, you can finally deliver the reliable internet connectivity your business needs without the limitations of traditional networking platforms. Bigleaf’s Cloud Access Network and plug-and-play router allow for limitless control to and from anywhere your traffic needs to go. Bigleaf’s self-driving AI automatically identifies and adapts to any changing circuit conditions and traffic needs—addressing issues before they impact your users. Bigleaf puts you in the driver’s seat of every complaint and support call with full-path traffic and network performance data, delivered as actionable insights, reports, and alerts.
  • 5
    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
  • 6
    CeGCC is a cross-development environment for creating Windows CE (Pocket PC) applications, from a Linux, Cygwin, or MacOS-X host PC.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 7
    A suite of source and binary programs to test the capabilities of code analysis tools. A reference implementation of x86 binary analysis in C# is also included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    This project contains some test scripts and software for Analog Devices' DSP chip emulators. This verifies whether a particular emulator is working correctly with a particular PC and target board.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    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
  • AlertBot: Website Monitoring of Uptime, Performance, and Errors Icon
    AlertBot: Website Monitoring of Uptime, Performance, and Errors

    For IT Professionals and network adminstrators looking for a web application monitoring solution

    AlertBot monitors your website's full functionality around the clock so you can focus your time on more important things.
  • 10
    A userland debugger (featuring kernel memory access) capable of debugging x32 and native x64 bit applications. The Debugger is using SDL with the look and feel of a well known one
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Tools to incrementally build customised Forth Virtual Machines for embedded applications. Token compiler converts token description into C code templates. PC console application includes FVM, it is used to compile and debug bytecodes for target FVM.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    'inc' scans Progress files for included files and programs. It looks for included files and programs to enable Progress developers to easily analyse their code dependencies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A set of performance tools for Windows platform: memory leak detector and sampling profiler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    latrace is frontend for the glibc 2.4+ LD_AUDIT feature
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Implementing DTrace in Minix 3 OS which will enable debugging and various data recording actions, Destructive Actions and other subroutines.
    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: 28 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
    xacc.ide is a opensource IDE aimed at mainly .NET development. It has a code editor written in 100% C# code, which is faster than most commercial offerings.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    A C++ Development Tool for Linux
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    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
  • 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