538 programs for "c-bus" with 2 filters applied:

  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • An All-in-One EMR Exclusively for Therapy and Rehab. Icon
    An All-in-One EMR Exclusively for Therapy and Rehab.

    Electronic Medical Records Software

    Managing your therapy and rehab practice is a time-consuming process. You spend hours on paperwork, billing, scheduling, and more. Raintree’s Therapy & Rehab EHR is here to help you manage your practice more efficiently. With our all-in-one solution, you’ll get the tools you need to streamline your therapy and rehab practice, improve patient care, and get back to doing what you love.
    Learn More
  • 1
    autotools-idl is a patch for automake and some autoconf scripts that adds support for IDL and C++ ORBs. It provides full support for compiling IDL files to C++ stubs and skeletons. The autoconf scripts provide unified detection of different C++ ORBs.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 2
    Ultima Realidad - RPG Development Engine
    Roll Playing Game development environment, made with PyGame, Ogre, wxPython.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    CooKit is Tcl interpreter with many extensions closed in single binary file. It lets end-users to run advanced Tcl applications using just this single file.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 4
    Integrated Development Environment Frameworks based on Internet and eXtensible technologies. The goal is to research in the development of interactive environments that facilitate distance programming and distance learning of programming languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • The Voice API that just works | Twilio Icon
    The Voice API that just works | Twilio

    Build a scalable voice experience with the API that's connecting millions around the world.

    With Twilio Voice, you can build unique phone call experiences with one API, to create, receive, control and monitor calls with just a few lines of code. Create an engaging voice experience that you can quickly scale and modify with a wide array of customization options and resources.
    Learn More
  • 5
    OpenSBE is a universal software building framework based on Autoconf, GNU Make, Perl and sh. The framework provides a build environment that is platform, language, and compiler independent.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    NAnt is a Ant like build tool for .NET
    Leader badge
    Downloads: 1,183 This Week
    Last Update:
    See Project
  • 7
    Custom Tasks for NAnt. All are welcome to Contribute...!
    Downloads: 8 This Week
    Last Update:
    See Project
  • 8
    LXRAD means Linux X11 Rapid Application Development, LXRAD is written in c++ and uses wxwidgets library. The LXRAD is a library and an RAD tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Premake

    Premake

    On GitHub now!

    We moved to GitHub. Please look at the new homepage for an accurate description of the project.
    Leader badge
    Downloads: 77 This Week
    Last Update:
    See Project
  • RMM Software | Remote Monitoring Platform and Tools Icon
    RMM Software | Remote Monitoring Platform and Tools

    Best-in-class automation, scalability, and single-pane IT management.

    Don’t settle when it comes to managing your clients’ IT infrastructure. Exceed their expectations with ConnectWise RMM, our MSP RMM software that provides proactive tools and NOC services—regardless of device environment. With the number of new vulnerabilities rising each year, smart patching procedures have never been more important. We automatically test and deploy patches when they are viable and restrict patches that are harmful. Get better protection for clients while you spend less time managing endpoints and more time growing your business. It’s tough to locate, afford, and retain quality talent. In fact, 81% of IT leaders say it’s hard to find the recruits they need. Add ConnectWise RMM, NOC services and get the expertise and problem resolution you need to become the advisor your clients demand—without adding headcount.
    Learn More
  • 10
    BSDBuild
    A self-contained and portable build system derived from the traditional 4.4BSD system. It implements Bourne configure script generation, concurrent building and it can compile IDE project files. It is portable to most operating systems and make flavors.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Hammer is a build tool for C/C++ aimed to be flexible, extensible and really fast.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    rapier-script

    rapier-script

    A simple to learn but powerful language

    A simple to learn but powerful language. The compiler is written in C. specs of the language are being worked on check the SVN or GIT for more info. the GIT is a mirror of the GitHub project repo.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    XML Unit

    XMLUnit provides assertions that help testing code that produces XML.

    XMLUnit 2.x Development Moved to GitHub XMLUnit provides help with testing code that creates or consumes XML. XMLUNit 2.x is available for both Java and .NET with a similar API. Development of this version has moved to a GitHub organization[1] with two git repositories for Java and .NET respectively. All discussion about XMLUnit independent of any version will happen on the XMLUnit general mailing list[2]. XMLUnit for Java 1.x is no longer maintained, please use the legacy...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15

    dBaseCompiler

    dBase2c++ Compiler

    converts dBase source files into C++ so you can compile it with gcc under Linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    dep-trace

    gdeptrace dependancy solver correct for pkg or make deps

    gdeptrace sorts an input dependancy list or table and prints it, and can do other actions. It's default operation is to act like tsort (1) except that it sorts by pure pkg / make dependancy (tsort sorts by grapical topology: see notes about differences). EXAMPLE: $ echo -e "b e\ne\nc b" | sort -k1,1 | gdeptrace [opts] e b c (b depends on e, c depends on b, e has no depends) (also: e has more items depending on it and is below anything it depends on; in this case...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    ckon

    automatic build tool for ROOT data analysis software

    ckon is a C++ program/tool which automatically takes care of compilation, dictionary generation and linking of programs and libraries developed for data analyses within the CERN ROOT analysis framework. This includes parsing include headers to figure out which libraries the main programs need to be linked to. It uses automake/autoconf to be platform independent and GNU install compliant. In addition, m4 macros are automatically downloaded and the according compiler flags included based...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    hbcxx

    Use "#!/usr/bin/env hbcxx" to make C++ source code executable

    hbcxx uses the Unix hashbang (or shebang) #!/path/to/interpreter technique to make C++ source code directly executable. Modern C++, meaning C++11 or even C++14, feels like another language. This is not because the language has been changed massively but because the new features encourage a different, and slightly higher level way to think about writing C++. It's faster, more fun, supports lambdas, has tools to simplify memory management and includes regular expressions in the standard...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Source Navigator NG is a source code analysis tool. With it, you can edit your source code, display relationships between classes and functions and members, and display call trees. You can navigate your source code and easily get to declarations or implementations of functions, variables and macros (commonly called "symbols") which helps you discovering and mapping unknown source code for enhancement or maintenance tasks.
    Downloads: 22 This Week
    Last Update:
    See Project
  • 20
    ** Deprecated ** Important! All of the software on this web site has been deprecated, and has not been maintained since 2014. All of this software is now being maintained on Github - and can be obtained from https://github.com/jpaulm . Changes and enhancements are still ongoing, and while older software should still work, newer features described in the literature will not be available in SourceForge. The old license was the Artistic license - the software is now in process of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    SkyEye

    a very fast full system simulator

    SkyEye is a very fast full system simulator which takes llvm as IR of dynmic compiled framework.. It can simulate series ARM, Coldfire,Mips, Powerpc, Sparc, x86, TI DSP and Blackfin DSP Processor. Also can simulate multicore system by the multicore of host. The commercial support is provided by DigiProto Co. (http://www.digiproto.com)
    Downloads: 24 This Week
    Last Update:
    See Project
  • 22

    CruiseControl.NET

    An automated continuous integration server for the .NET platform

    CruiseControl.NET is an automated continuous integration server for the .NET platform. It is a C# port of CruiseControl for Java.
    Downloads: 55 This Week
    Last Update:
    See Project
  • 23

    EzCMake Eclipse CDT CMake Plug-IN

    CMake Managed Build Support for the Eclipse CDT

    This project adds CMake support to the Eclipse C Development Tool Kit (CDT). CMake is cross-platform free and open-source software for managing the build process of software using a compiler-independent method. It is designed to support directory hierarchies and applications that depend on multiple libraries. It is used in conjunction with native build environments such as make, Apple's Xcode, and Microsoft Visual Studio. It has minimal dependencies, requiring only a C++ compiler on its own...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    cx_Freeze is a set of utilities for freezing Python scripts into executables using many of the techniques found in Thomas Heller's py2exe, Gordon McMillan's Installer and the Freeze utility that ships with Python itself
    Downloads: 24 This Week
    Last Update:
    See Project
  • 25
    ggcov
    ggcov is a GTK+ GUI for exploring test coverage data produced by C programs compiled with gcc --coverage. It's basically a GUI replacement for the gcov program that comes with gcc.
    Downloads: 1 This Week
    Last Update:
    See Project