Showing 22 open source projects for "run 3"

View related business solutions
  • Employee monitoring software with screenshots Icon
    Employee monitoring software with screenshots

    Clear visibility and insights into how employees work. Even remotely.

    Stay productive working at any distance from anywhere with Monitask.
  • Find out just how much your login box can do for your customer | Auth0 Icon
    Find out just how much your login box can do for your customer | Auth0

    With over 53 social login options, you can fast-track the signup and login experience for users.

    From improving customer experience through seamless sign-on to making MFA as easy as a click of a button – your login box must find the right balance between user convenience, privacy and security.
  • 1
    GnuCOBOL

    GnuCOBOL

    A free COBOL compiler

    ... Windows. GnuCOBOL has also been built on HP/UX, z/OS, SPARC, RS6000, AS/400, along with other combinations of machines and operating systems. Copyright 2001-2024 Free Software Foundation, Inc. The cobc compiler is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the FSF; either version 3, or (at your option) any later version. The libcob run time support source tree is licensed under the GNU LGPL.
    Leader badge
    Downloads: 655 This Week
    Last Update:
    See Project
  • 2

    Ofront+

    Oberon family of languages to C translator for ARM, x64 and x86 archit

    Ofront+ is a tool that translates programs in Oberon dialects into semantically equivalent C programs. Full error analysis is performed on the Oberon input program and in case of no errors up to three files are generated as output. Ofront+ does not invoke the C compiler or linkage editor. This may be done in separate shell scripts or make files and is inherently dependent on the C compiler and linkage editor being used. Although normally not read by the user, the C code generated by Ofront...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    MANOOL

    MANOOL

    Programming language with expressive power and a simple implementation

    ...!"]} Explicitly stated design priorities of MANOOL: 1. implementation simplicity; 2. expressive power, usability, and general utility, attention to syntax and semantics details; 3. correctness, security, and overall quality of implementation, run-time reliability; 4. run-time performance and scalability; 5. consistency, completeness, orthogonality of features, and language elegance, conceptual economy and purity. MANOOL strives to satisfy all of the above goals, better than existing alternatives!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    ctalk

    Object Oriented Language

    IMPORTANT: Please refer to the Ctalk wiki, available from the tab above, for important release information. Ctalk is a compact object oriented language that works closely with C. That means you can use Ctalk for GUI, network, client-server, and systems programs as well as traditional object oriented simulations, with all of the advantages of a true object oriented language, like class and method inheritance, and rapid prototyping. Ctalk includes a just-in-time compiler, a compact run-time...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 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.
  • 5

    SPL Compiler

    A low-level system programming language with high-level syntax

    A new system programming language designed to occupy the same niche C is currently holding, that allows for easier development of large platform-independent systems. The aims are to: * Keep all of C's system programming strengths. * Be as efficient as C (at run-time) and as high-level as possible for the programmer. * Promote modularity and ease the development of large-scale component-based software. * Enable programming-by-contract and other high-level features (as long as they incur...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    PyInstaller Extractor

    Extract contents of a Windows executable file created by pyinstaller

    MIGRATED TO GITHUB https://github.com/extremecoders-re/pyinstxtractor This is a python script to extract the contents of a PyInstaller generated Windows executable file. The contents of the pyz file (usually pyc files) present inside the executable are also extracted. The pyc files are made valid so that a python bytecode decompiler will recognise it. Script can run on both python 2.x and 3.x Pyinstaller versions 2.0, 2.1, 3.0, 3.1 and 3.2 are supported
    Leader badge
    Downloads: 361 This Week
    Last Update:
    See Project
  • 7

    gcc_build

    cross gcc build

    Fast building last version cross toolchain. $ TARGET=... ./run
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Py4Calc

    Py4Calc

    Python for calculators

    Python4Calculators - Brings Python programming language to calculators. It turns simple scripts into programs for TI 83/84 and HP 49/50g series calculators. The language is a basic subset of Python, with access to the calculator's built in functions.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 9
    A modest extension to C, XMTC allows representing parallel (PRAM) algorithms as parallel programs, and run XMTC code using a compiler and cycle accurate simulator of the University of Maryland explicit multi-threaded (XMT) many-core architecture.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Recruit and Manage your Workforce Icon
    Recruit and Manage your Workforce

    Evolia makes it easier to hire, schedule and track time worked by frontline in medium and large-sized businesses.

    Evolia is a web and mobile platform that connects enterprises with 1000’s of local shift workers and offers free workforce scheduling and time and attendance solutions. Is your business on Evolia?
  • 10
    RES is a pure Java based Open Source Cobol to Java translator. It creates maintainable Java code for a subset of VS Cobol syntax. It has been developed with JDK, JTB and Javacc.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    allspice is a set of java libraries that allow you to easily create (or extend) programming languages that run on top of the JVM for seamless integration with java. Code written in one language is indistinguishable from another.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Asylum will build and run all the commands needed to build songbird. With little user input needed. This tool will be for both beginners and advanced users. This will do those cumbersome commands for you! All you have to know to use this is just English!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Tedir is a general purpose top-down parser library for java. Unlike a parser generator, it allows efficient parsers to be constructed at run-time, rather than at compile-time, and allows parsers to be extended while running.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This is a scripting language for the .NET platform, similar to Python. Previously, it had a nice IDE and could run Python code unchanged. This is a from-scratch reimplementation using the dynscript-net project. I hope to reimplement all the old features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    PHP4Mono is a compiler that enables Mono to run PHP code. It translates PHP scripts to Common Intermediate Language (CIL). Like that PHP scripts can be executed as console applications on Mono. You can even build GUIs directly from within a PHP script!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    The project aims at creating an C weaver for use with Aspect Orientated Programming, it involves Java, C and Scheme writing. The paltform it will run on can vary, but we assure Windows, Linux and Sun.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Macro Scipting Language (MSL) is a light weight perl-like scripting language that is intended to be added to existing or new applications to provide macro support. It can also run standalone as well. The syntax is very close to perl and c.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    The XPS is a scalable platform for meta-programming and domain engineering. It provides a virtual machine, compiler, and runtime library that make it possible to efficiently develop, debug, and run programs based on XPL (eXtensible Programming Language)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    OpenCLX, an open-source run-time, visual, and database library for Borland Kylix compatible with FreeCLX.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Luna is a Scheme compiler and run time environment for .NET - it is written in C# and Scheme, and provides a useful superset of the R5RS standard.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The fast, flexible parsing engine. Parse anything in 4 steps: (1) define a grammar, (2) load the grammar into ClearParse, (3) call the engine to parse the source, and (4) traverse the parsing tree. You can even change your grammar at run time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    XSLTC is an XSLT stylesheet compiler, based on TransforMiix. XSLTC takes as input an XSLT stylesheet, and generates C++ code. The executable generated from this code is expected to behave the same as the source stylesheet when run through an XSL processo
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next