Showing 34 open source projects for "ios58-64-v6176.wad"

View related business solutions
  • Intelligent network automation for businesses and organizations Icon
    Intelligent network automation for businesses and organizations

    Network automation for the hybrid multi-cloud era

    BackBox seamlessly integrates with network monitoring and NetOps platforms and automates configuration backups, restores, and change detection. BackBox also provides before and after config diffs for change management, and automated remediation of discovered network security issues.
  • PRTG Network Monitor | Making the lives of sysadmins easier Icon
    PRTG Network Monitor | Making the lives of sysadmins easier

    Stay ahead of IT infrastructure issues

    PRTG Network Monitor is an all-inclusive monitoring software solution developed by Paessler. Equipped with an easy-to-use, intuitive interface with a cutting-edge monitoring engine, PRTG Network Monitor optimizes connections and workloads as well as reduces operational costs by avoiding outages while saving time and controlling service level agreements (SLAs). The solution is packed with specialized monitoring features that include flexible alerting, cluster failover solution, distributed monitoring, in-depth reporting, maps and dashboards, and more.
  • 1
    RedtDec

    RedtDec

    RetDec is a retargetable machine-code decompiler based on LLVM

    The decompiler is not limited to any particular target architecture, operating system, or executable file format. ELF, PE, Mach-O, COFF, AR (archive), Intel HEX, and raw machine code supported. 32-bit: Intel x86, ARM, MIPS, PIC32, and PowerPC 64-bit: x86-64 supported. Demangling of symbols from C++ binaries (GCC, MSVC, Borland). Reconstruction of functions, types, and high-level constructs. Output in two high-level languages: C and a Python-like language. Generation of call graphs, control-flow...
    Downloads: 50 This Week
    Last Update:
    See Project
  • 2
    LFortran

    LFortran

    Official main repository for LFortran

    LFortran is a modern open-source (BSD licensed) interactive Fortran compiler built on top of LLVM. It can execute the user’s code interactively to allow exploratory work (much like Python, MATLAB or Julia) as well as compile binaries with the goal of running the user’s code on modern architectures such as multi-core CPUs and GPUs. LFortran is in alpha (it is expected to not work on third-party codes and users enthusiastically participate in bug reporting and fixing).
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    MIR

    MIR

    A lightweight JIT compiler based on MIR

    MIR means Medium Internal Representation. MIR project goal is to provide a basis to implement fast and lightweight interpreters and JITs. Plans to try MIR light-weight JIT first for CRuby or/and MRuby implementation. Each module can contain functions and declarations and data. Each function has a signature (parameters and return types), local variables (including function arguments) and instructions. Each local variable has a type which can be only a 64-bit integer, float, double, or long...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Selfie

    Selfie

    An educational software system of a tiny self-compiling C compiler

    An educational software system of a tiny self-compiling C compiler, a tiny self-executing RISC-V emulator, and a tiny self-hosting RISC-V hypervisor. Selfie is a project of the Computational Systems Group at the Department of Computer Sciences of the University of Salzburg in Austria. The Selfie Project provides an educational platform for teaching undergraduate and graduate students the design and implementation of programming languages and runtime systems. The focus is on the construction...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Create state-of-the-art conversational agents with Google AI Icon
    Create state-of-the-art conversational agents with Google AI

    Using Dialogflow, you can provide new and engaging ways for users to interact with your product.

    Dialogflow can analyze multiple types of input from your customers, including text or audio inputs (like from a phone or voice recording). It can also respond to your customers in a couple of ways, either through text or with synthetic speech. Dialogflow CX and ES provide virtual agent services for chatbots and contact centers. If you have a contact center that employs human agents, you can use Agent Assist to help your human agents. Agent Assist provides real-time suggestions for human agents while they are in conversations with end-user customers.
  • 5

    MinGW-w64 - for 32 and 64 bit Windows

    A complete runtime environment for gcc

    The mingw-w64 project is a complete runtime environment for gcc to support binaries native to Windows 64-bit and 32-bit operating systems.
    Leader badge
    Downloads: 112,982 This Week
    Last Update:
    See Project
  • 6
    Free Pascal Compiler

    Free Pascal Compiler

    Free 32/64/16-bit multi-platform Pascal and Object Pascal compiler

    A 32/64/16-bit Pascal compiler for Win32/64/CE, Linux, Mac OS X/iOS, Android, FreeBSD, OS/2, Game Boy Advance, Nintendo NDS and DOS; semantically compatible with Delphi, Borland Pascal and Mac Pascal (partially) with extra features, e.g. operator overloading.
    Leader badge
    Downloads: 5,152 This Week
    Last Update:
    See Project
  • 7

    open-watcom

    Open Watcom C/C++ compilers and tools Fork

    C/C++ compilers and tools to compile and build for targets DOS 16/32-bit, RDOS, Windows 16/32-bit, OS/2 16/32 bit, Linux 32-bit (x86), Netware running on host OS DOS, Windows 16/32/64-bit, OS/2, Linux 32/64-bit (x86/x64) Open Watcom is now completely moved to GitHub Open Watcom 2.0 https://github.com/open-watcom/open-watcom-v2#open-watcom-v2-fork Open Watcom 1.9 https://github.com/open-watcom/open-watcom-1.9
    Leader badge
    Downloads: 78 This Week
    Last Update:
    See Project
  • 8
    Vector Pascal is a language targeted at SIMD multi-core instruction-sets such as the AVX and SSE2 or x86-64-v3. It has a SIMD compiler which supports parallel vector operations, loop unrolling, common sub expression removal etc. It is implemented in Java.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    XPL compiler

    XPL compiler

    XPL to C translator

    XPL compiler as described in the book "A Compiler Generator" by McKeeman, Horning and Wortman. This compiler translates the XPL language to C source code allowing anyone with a working C compiler to run an XPL compiler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Nectar: Employee Recognition Software to Build Great Culture Icon
    Nectar: Employee Recognition Software to Build Great Culture

    Nectar is an employee recognition software built for the modern workforce.

    Our 360 recognition & rewards platform enables everyone (peer to peer & manager to employees alike) to send meaningful recognition rooted in core values. Nectar has the most extensive rewards catalog so users can choose from company branded swag, Amazon products, gift cards or custom reward types. Integrate with your other tools like Slack and Teams to make sending recognition easy. We support top organizations like MLB, SHRM, Redfin, Heineken and more.
  • 10
    MinForth

    MinForth

    A minimalistic but complete standard Forth compiler in C

    MinForth V3.4 is a classic Forth system with command-line interface. Development resource requirements are minimal. A source text editor and a C compiler are sufficient. By design no toolchain is required to adapt or rebuild MinForth. A complete rebuild takes only few seconds. Current sources are for Windows and Linux (32-bit or 64-bit). MinForth primitive definitions are written in mixed Forth and C language and are transpiled to pure C code. Main but not exclusive application...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    TDM-GCC Compiler

    TDM-GCC Compiler

    GCC for 32-bit and 64-bit Windows with a real installer & updater

    TDM-GCC is now hosted on Github at https://jmeubank.github.io/tdm-gcc/. The most recent stable releases from the GCC compiler project, for 32-bit and 64-bit Windows, cleverly disguised with a real installer & updater.
    Leader badge
    Downloads: 1,566 This Week
    Last Update:
    See Project
  • 12
    Turbo Pascal (With DOSBox)

    Turbo Pascal (With DOSBox)

    Free compiler and development environment for Pascal

    Turbo Pascal (With DOSBox) (TPWDB) is a free and open source compiler and Integrated Development Environment (IDE) for Pascal language on Windows 64 Bit and 32 Bit. Using basic Pascal programming, many functions, no need to install multiple steps and integrate some other tools.
    Leader badge
    Downloads: 1,081 This Week
    Last Update:
    See Project
  • 13

    Intel 486 XPL Compiler

    XPL Compiler for Intel 486 in 32-bit mode

    XPL is a dialect of PL/1 documented in the book "A Compiler Generator" by McKeeman, Horning and Wortman, published by Prentice-Hall, 1970, ISBN 13-155077-2. In 1996 David E. Bodenstab ported the compiler to the Intel 486 running on FreeBSD Unix. In 2020 Daniel E. Weaver ported the compiler to Linux. As of November 2020 the Linux port runs on both Linux and the Apple MAC. However Apple has deprecated the 32 bit mode of the Intel processors. This XPL compiler is not compatible with 64 bit...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    pltc

    Prolog to C compiler with runtime for DOS, Windows and Raspbian

    Prolog to C compiler with runtime for DOS (with Turbo C), Windows 10 64 bits and Raspbian (Raspberry Pi)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Harbour Minigui (MinGW edition)
    Harbour Minigui (MinGW Package) ----------------------------------------------------------------------- Harbour MiniGUI (Mingw Package) includes these main components: - Harbour 3.2.0dev (r1611161510) ( https://github.com/harbour/core ) - Harbour MiniGUI extended v.16.11 ( http://hmgextended.com/home.html ) - Mingw 6.2.0 (MinGW-w64 - for 32 and 64 bit Windows Compiler Suite for Windows) ( http://sourceforge.net/projects/mingw-w64/ ) For details about the above...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    An implementation of a light-weight stack-less jit compiler for x86 (32/64), ARM (32 [v5,v7,thumb2]/64), PowerPC (32/64), MIPS (32/64) and SPARC (32) architectures. It generates machine code from a platform independent (simplified) assembly language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    XPL PDP-10

    XPL PDP-10

    XPL compiler for the PDP-10

    This is an XPL compiler for the PDP-10 written by Richard L. Brisbey II and R. H. Hey in the mid 70's. This compiler was released into the public domain through DECUS. This source repository includes all the source and text files from the original DECUS release tape plus a port of the compiler that will run on more modern computers. The compiler port requires 64-bit hardware which is used to emulate the 36-bit data word of the PDP-10.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    builder

    Easily build software for your Linux distro repo

    ... focus on the more important parts of your project! Currently, builder can compile for AMD/Intel 32 and 64 bit along with ARM v6/7 (most notably for the Raspberry PI). The available profiles will successfully build for the XiniX and TC Linux distros, but contributions from others for those variants or others are welcomed and will be added to the database for all to use! Profiles can be found at: http://repo.cliquesoft.org/vanilla/1.1/builder/ [TC|XiniX]
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    TempleOS

    TempleOS

    64-BIt Operating System with Compiler

    TempleOS is a 64-bit kernel with compiler, graphics library and tools. It is not a Unix. It was made from scratch.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    brainfnord is a brainf*ck compiler for linux. It generates assembly, then assembles with nasm. Version 0.2 fixed an issue with 64 bit systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    pseudo-c-compiler

    Tiny education compiler that can compile itself

    Tiny (less then 1000 lines of code) education compiler that can compile itself. Implements small subset of C language without pointers, structures etc. Parameters and local variables also not implemented. To interface with OS Borland-style inline assembler are used (db directive only). Based on initial version of Tiny Context compiler (http://avhohlov.narod.ru/p1805en.htm). In order to simplicity compiler uses fixed source and target file names (C.C and C.COM). On Linux and any 64-bit operating...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 22
    JWasm is a Masm-compatible assembler. It supports 16-, 32- and 64-bit code, instructions up to AVX and various output formats. It's written in C.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 23

    Concurrent Object-Oriented Language

    An object oriented language for concurrent software development

    ... the interpreter to improve runtime performace. - Implementation of a Hotspot-Compiler for translating byte-code to x86 machine-code for native execution. - Overall optimizations of the runtime library. Supported platforms: - Windows 7 or above (32/64 bit) - x86 processor architecture COOL is designed and developed by Christian Weis since 2006. Development haltet as of 06/2015 indefinitely.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    MinGW-builds

    Dual-target(32 & 64-bit) MinGW-W64 compilers for 32 and 64-bit windows

    Projects joined MinGW-W64, and the new builds will be available on the MinGW-W64(https://sourceforge.net/projects/mingw-w64) site.
    Leader badge
    Downloads: 578 This Week
    Last Update:
    See Project
  • 25

    PBFC - Portable Brainfuck Compiler

    x86 & x64 Brainfuck Compiler

    Brainfuck compiler for x86 & 64 Linux. Assembles, compiles and links Brainfuck source code directly to executable files.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next