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

  • 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.
  • 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
  • 1
    Experimental extentions of the JAVA programming language
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Programming language dedicated for neural network. It will provide an easy way to create node,connections,network layer, and complex neural-net architectures. It will make it easy for users to create,explore, analyze different neural networks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    The OpenCL Kernel Compiler compiles OpenCL kernel files and presents any compilation errors in a form commonly used by "regular" C/C++ compilers. It is intended to be used as a supporting tool for application developers working with OpenCL. Version 0.3.0 adds additional features for saving compiled binaries and selecting platforms/devices.
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 4

    Dapar

    Parsing for everybody.

    Dapar is a universal parsing library written in C. It will interpret any grammar you give it in a BNF-like format, and constructs a matching expression tree for any given input. This makes developing a new parser for any language simple and reliable. Includes an ABNF parser, EBNF parser, XML parser and algebraic math parser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Run applications fast and securely in a fully managed environment Icon
    Run applications fast and securely in a fully managed environment

    Cloud Run is a fully-managed compute platform that lets you run your code in a container directly on top of Google's scalable infrastructure.

    Run frontend and backend services, batch jobs, deploy websites and applications, and queue processing workloads without the need to manage infrastructure.
  • 5
    several vaguely related projects worked on by me: a 3d engine with a javascript-like scripting language (pdsys); an older scheme dialect (vmsys); ... (2009-04-28: I have been gone for years, may try to put up some newer stuff...).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    a Java source to C code translator
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Kokogut is a compiler of the Kogut programming language, written in Kogut itself. Kogut is an experimental programming language which supports functional and scripting-style programming, and a non-traditional flavor of object-oriented programming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Script Decompiler/Compiler for Dune2 EMC Scripts
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    The GAA Argument Analyser helps programmers to analyze the arguments given to their program from the command line.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Case Management Software for Social Services Icon
    Case Management Software for Social Services

    For human services organizations looking for case management software

    Collaborate is customizable case management software for non-profits and social services agencies with teams of 5+ staff.
  • 10
    mspgcc4 is no longer supported. Please use the newer toolchain at the MSPGCC project. (This was a port of the GCC 4.x branch to the Texas Instruments MSP430 microcontroller core. It is based on the MSPGCC project that is stuck with GCC 3.2.3.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Lapg is the combined lexical analyzer and parser generator, which converts a description for a context-free LALR grammar into source file to parse the grammar. Generates code for Java, Javascript, C, C++ and C#.
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    COBOL Utilities Project
    COBOL Utilities Project collects free and open-source COBOL utilities, libraries, and test suites, which are independent of any specific COBOL compiler. COBOL-UP supports free and open development. A teamwork discussion group has been established. Threads will be focused, the forum open to any and all COBOL. Developers are encouraged to signal interest in write permissions, as this will be an open to all, COBOL utility project. Mainframe, mid-range, Mac, PC, Hercules,...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 13
    Prop is a pattern matching language based on C++. It implements algebraic datatypes, pattern matching and rewriting, and generates C++ code as output.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    The 'TIGCC for Linux' project aims to develop a C compiler for TI Graphing Calculators based on a M68000 processor. The target can be a TI89/89Ti/TI92+/V200 calculator. A such compiler already exists under Windows but this one is for Linux users.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    TinyCOBOL

    COBOL compiler for the PC x86-32 platform.

    An open source COBOL compiler for the PC x86-32 platform. Generates GNU assembler and requires GCC to produce a binary. Supports Linux, BSD and MinGW 32 bit platforms.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 16
    Based on boost. Thread:mutex-condition queue and map,ACE style thread and Glib style thread pool, loop task. Memory:memory pool. COM:COM object invocation. Language:compiler lexical and grammar analysis. Network:epoll reactor.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    This is a general purpose expression evaluator which has abilities to evaluate mathematical expressions having operators: +, -, *, /, < , <=, >, >=, ==, !=, &&, ||. The enhancement to support all the other arithmetic operators is under development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Unofficial LLVM development branch for the Itanium target.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A simple way to create a syntax highlighting editor for a custom language/grammar and/or create custom grammar parsers. This is a .NET project written in C#. See details here: http://acct001.com/wordpress/?p=190
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    This project will help you to expose C++ libraries to Python. pygccxml package is an object oriented framework for reading C++ declarations. pyplusplus package is an object-oriented framework for creating a code generator for boost.python library.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21
    ECL is a system-level specification language for HW/SW designs and is based on Esterel and C. The ECL compiler parses ECL, writes Esterel and C, and uses the Esterel compiler to produce an implementation. Originally developed at Cadence Berkeley Labs.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Python XML Serialization
    pyxser stands for python xml serialization and is a python object to XML serializer that validates every XML deserialization against the pyxser 1.0 XML Schema. pyxser is written entirely in C as a python extension.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    The software generates automatically concurrency control code based on a given specification. Specifications consist of a description of the concurrency constraints, a state machine description of the processes and/or threads that are to be coordinated, and the C code associated with each state of the state machines. The output of the software is a C program containing the implementation of the concurrency constraints and the segments of code given in the specification.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    xocc aims to be a retargetable / easy to port objC compiler/linker/assembler/preprocessor under a BSD-Style license.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This is my attempt to port the Cain/Hendrix Small C Compiler to Linux.
    Downloads: 0 This Week
    Last Update:
    See Project