Search Results for "c compiler vm" - Page 6

252 programs for "c compiler vm" with 1 filter applied:

  • 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
  • Automated RMM Tools | RMM Software Icon
    Automated RMM Tools | RMM Software

    Proactively monitor, manage, and support client networks with ConnectWise Automate

    Out-of-the-box scripts. Around-the-clock monitoring. Unmatched automation capabilities. Start doing more with less and exceed service delivery expectations.
  • 1
    Telesto is a general purpose programming language designed for ease of both reading and writing. Based on C++, Java, and Pascal! The compiler is currently in the planning stages; parts of the language are still being designed. Come help us out!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    zpm(c) is a Java client cooperating with database tables created by zpmd (z/VM Performance Monitor Daemon) software. It presents system usage and actual events.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    gPascal is a lightweight Pascal IDE written in C using GTK+ It makes use of the GNU Pascal Compiler, and the Windows Binaries come with the MinGW compiler set.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    A portable C++ framework for dynamic class loading. Allows creating and loading binary plugins created by different compilers and/or versions. A binary dynamic cast feature that works over compiler boundaries on a given platform is also provided.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Laboratory Information System Icon
    Laboratory Information System

    CGM LABDAQ empowers labs of all sizes to optimize revenue and improve customer retention by increasing efficiency and streamlining workflow

    CGM LABDAQ® from CompuGroup Medical is an advanced laboratory information system (LIS) that leverages a modern platform with decades of experience as the market-leading LIS.
  • 5
    s2vhdl extracts structural information from SystemC HDL programs. The output is in VHDL code and graphical diagrams. GCC compiler is used as a C++ frontend.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Newspeak is a simplified programming language, well-suited for the purpose of static analysis. The compiler c2newspeak tranforms C programs into Newspeak. Other utilities to manipulate Newspeak programs are also available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    A free compiler for the algo language used to describe and implement algorithms in EPITA, a French software engineering school. See (FR) http://nathalie.bouquet.free.fr/epita/algo/langage/structure.php for a detailed grammar description.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Cross compiler for a dialect of Component Pascal programming language targetting at the Intel 8051-like CPUs (and support tools for such a compiler).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    UfakPython is a small subset of Python programming language, for small embedded devices, like PICs. UfakPython sources are translated to C by UfakPython Compiler. Small Device C Compiler can then compile the C outputs to the target device's codes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Unified ERP Software for Business Icon
    Unified ERP Software for Business

    CRM and Business Management Software Manage Your Entire Organization with an All-In-One Solution

    SuiteMaster is a fully-integrated business platform. Clients select from hundreds of core business applications – CRM, Accounting, Operations, Ecommerce, Marketing, Inventory, HR, and many more.
  • 10
    An implementation of protothreads (extremely lightweight threads) that includes a UNIX-like scheduler, requires the GCC C compiler but no operating system. NOTE: This project is no longer being maintained here; see http://code.google.com/p/protothread/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    The pcre_cxx C++ class provides an easy and efficient way to use the PCRE regexp library in a C++ application. It uses the upcoming c++0x rvalue reference feature. So, if you use GCC compiler >= 4.3.3 version, use the "-std=c++0x" compiler option.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    UCC is an ANSI C compiler which supports Linux and Windows running on Intel x86 platform. Its compilation speed is fast and it is suitable for personal research and instructional use.
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • 13
    screng is a lgpl general purpose programming language interpreter, which aims to also become a bytecode compiler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A open source java card virtual machine implementation. And also some part of the VM code can be used as part of kinds of tools such as javacard bytecode disassembler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    sexpreader is a library which can be used by compiler or interpreter writers who want to read LISP-like constructs. This library can read in various tokens like integers, floats, symbols, strings, characters, booleans and parenthesis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Dingo is a pluggable Schema Compiler for .NET and will generate C# code. The goal is to provide a simple way to generate Domain Objects. .NET XSD currently only generates Data Objects. Dingo can delegate code generation with high granularity.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17
    YALC is a virtual architecture designed for educational purpose. It models a DLX-like processor and its set of ASM instructions, a compiler from a high level language (C-like), and an IDE with syntax checking and highlighting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Mouseth is a cross between the Mouse and Forth programming languages. The programs are compiled to a very compact, machine independant bytecode, which can then be run on its extremely small virtual machine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Psyco showed that it is possible to execute Python code at speeds approaching that of fully compiled languages, by "specialization". The project is now dead and replaced by PyPy: http://pypy.org/
    Downloads: 8 This Week
    Last Update:
    See Project
  • 20
    Platform Independet Library for Fortran 90/95 - The portable way for creating GUIs, doing file IO etc. This library is an attempt to build a platform and compiler independent library for Fortran 9x.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Zero Compiler
    The Zero Compiler is a hybrid of many computer languages incorporated into one. Push of the project is to move away from the over bloated size of .NET & other traditional compilers. Zero pushes to provide minimalism, speed & efficiency!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    rngcc is "really nice GNU C compiler" it's the GUI for the standard GCC on Unix systems rngcc is fully written in c
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    F- is an ANSish Forth that uses a VM generator to compile Forth into C-based VM suitable for living in a C-based (or assembly or HDL) microcontroller project. The VM supplies 32-bit math, I/O, multitasking and debugger in a ROM footprint as small as 4kB.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Pre-compiler for C programs with Embedded SQL (ESQL), with capability to target MySQL, PostgreSQL, ODBC, and others. Can be used for new systems, or to port existing applications that were written using ESQL on Oracle Pro*C, HP NonStop, IBM DB2, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    C++ build tasks for Ant, providing full control over compiler and linkers from Ant while still enabling uniform build scripts across multiple platforms.
    Downloads: 0 This Week
    Last Update:
    See Project