Showing 175 open source projects for "jargs/gnu/cmdlineparser"

View related business solutions
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
  • Achieve perfect load balancing with a flexible Open Source Load Balancer Icon
    Achieve perfect load balancing with a flexible Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    Boost application security and continuity with SKUDONET ADC, our Open Source Load Balancer, that maximizes IT infrastructure flexibility. Additionally, save up to $470 K per incident with AI and SKUDONET solutions, further enhancing your organization’s risk management and cost-efficiency strategies.
  • 1

    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: 88,659 This Week
    Last Update:
    See Project
  • 2
    Small Device C Compiler (SDCC)

    Small Device C Compiler (SDCC)

    The Small Device C Compiler (SDCC), targeting 8-bit architectures

    SDCC is a retargettable, optimizing standard C (ANSI C89 / ISO C90, ISO C99, ISO C11 / C17, ISO C23) compiler that targets a growing list of architectures: STM8, MCS-51, DS390, HC08, S08, Z80, Z180, R800, Rabbit, SM83, eZ80 in Z80 mode, Z80N, TLCS-90, Padauk PDK14 and PDK15 microprocessors. There also is incomplete support for the Microchip PIC16 and PIC18 and the Padauk PDK13 and MOS 6502.
    Leader badge
    Downloads: 1,176 This Week
    Last Update:
    See Project
  • 3
    WinAVR
    WinAVR (tm) is a suite of executable, open source software development tools for the Atmel AVR series of RISC microprocessors hosted on the Windows platform. Includes the GNU GCC compiler for C and C++.
    Leader badge
    Downloads: 763 This Week
    Last Update:
    See Project
  • 4
    Decompiler

    Decompiler

    Binary executable decompiler

    Reko decompiler reads program binaries, decompiles them, infers data types, and emits structured C source code. Designed with a pluggable architecture, it currently has: - support for 68k, ARM, MIPS, PowerPC, Risc-V, Sparc, x86, Z80 processors and many more - support for EXE, Elf, AmigaOS Hunk executable formats and many more - support for MS-DOS, Win32, U*ix, AmigaOS , C64, ZX-81 Reko decompiler comes with a GUI and a command-line interface. Visit https://github.com/uxmal/reko for the...
    Leader badge
    Downloads: 364 This Week
    Last Update:
    See Project
  • Event Management Software Icon
    Event Management Software

    Ideal for conference and event planners, independent planners, associations, event management companies, non-profits, and more.

    YesEvents offers a comprehensive suite of services that spans the entire conference lifecycle and ensures every detail is executed with precision. Our commitment to exceptional customer service extends beyond conventional boundaries, consistently exceeding expectations and enriching both organizer and attendee experiences.
  • 5
    MinGW GCC For ARM

    MinGW GCC For ARM

    MinGW GCC cross development environment for ARM.

    This is a Windows command line based cross development environment for ARM built from the latest stable release of GCC (currently 13.1.0). I recently built 12.2.0 incorrectly so I've deleted it. Also included is Gnu make along with the necessary MinGW dlls to make it all work. I build this tool chain, from time to time, to use for testing Flash Insight, a device programmer that is available on my website. I want to make it available to the embedded development community since building gcc under...
    Downloads: 38 This Week
    Last Update:
    See Project
  • 6

    ACME Cross-Assembler

    multi-platform cross assembler for 6502/6510/65816 cpu

    ACME is a free cross assembler released under the GNU GPL. It can produce code for the following processors: 6502, 6510 (including illegal opcodes), 65c02 and 65816. ACME supports the standard assembler stuff like global/local/anonymous labels, offset assembly, conditional assembly and looping assembly. It can include other source files as well as binaries while assembling. Calculations can be done in integer or float mode. Oh, and it is fast.
    Leader badge
    Downloads: 26 This Week
    Last Update:
    See Project
  • 7
    Catalina C Compiler
    Catalina is a C compiler plus a set of C libraries and device drivers for use with the Parallax Propeller microcontroller. Catalina is a cross-compiler based on the retargetable C compiler "lcc". Catalina runs on Windows or Linux.
    Downloads: 26 This Week
    Last Update:
    See Project
  • 8

    ECMA-55 Minimal BASIC compiler

    BASIC Compiler and Interpreter

    John's Mutant contains several projects. The current project is an ECMA-55 Minimal BASIC compiler for Linux systems using AMD64 compatible CPUs. You can download the MinimalBASIC compiler source in the Files section.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 9
    Open source Algol 68 implementations

    Open source Algol 68 implementations

    Implementations for the Revised Report language

    This project offers open source implementations for UNESCO/IFIP's Algol 68 (the Revised Report language). The project offers two implementations: Implementation 1 is Algol68G: a recent checkout hybrid compiler/interpreter by Marcel van der Veer, supporting arbitrary arithmetic, partial parametrisation, complex numbers, POSIX threads, GNU plotutils, GNU scientific library, curses, sound, TCP sockets, RegEx and PostgreSQL. Inplementation 2 is algol68toc, a port by Sian Mountbatten...
    Leader badge
    Downloads: 11 This Week
    Last Update:
    See Project
  • Digital Payments by Deluxe Payment Exchange Icon
    Digital Payments by Deluxe Payment Exchange

    A single integrated payables solution that takes manual payment processes out of the equation, helping reduce risk and cutting costs for your business

    Save time, money and your sanity. Deluxe Payment Exchange+ (DPX+) is our integrated payments solution that streamlines and automates your accounts payable (AP) disbursements. DPX+ ensures secure payments and offers suppliers alternate ways to receive funds, including mailed checks, ACH, virtual credit cards, debit cards, or eCheck payments. By simply integrating with your existing accounting software like QuickBooks®, you’ll implement efficient payment solutions for AP with ease—without costly development fees or untimely delays.
  • 10
    ASUSTOR NAS GPL Source
    GPL source and toolchain for ASUSTOR NAS
    Downloads: 9 This Week
    Last Update:
    See Project
  • 11
    MinGW GCC for Power PC

    MinGW GCC for Power PC

    MinGW GCC cross development environment for Power PC.

    This is a Windows command line based cross development environment for Power PC built from the latest stable release of GCC (currently 13.1.0). I built 12.2.0 incorrectly so I've deleted it. Also included is Gnu make along with the necessary MinGW dlls to make it all work. I build tool chains for other targets, from time to time, to use for testing Flash Insight, a device programmer that is available on my website. Flash Insight doesn't currently support PowerPC but once I have the tool chain...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 12
    MinGW GCC For M68K

    MinGW GCC For M68K

    MinGW GCC cross development environment for M68K.

    This is a Windows command line based cross development environment for the M68K/ColdFire family of processors built from the latest stable release of GCC (currently 13.1.0). I recently incorrectly built 12.2.0 so have deleted it. Also included is Gnu make along with the necessary MinGW dlls to make it all work. I build this tool chain, from time to time, to use for testing Flash Insight, a device programmer that is available on my website. I want to make it available to the embedded development...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    Ancient Linux on Windows

    Ancient Linux on Windows

    Building and running ancient Linux on Windows

    While I may have started with Linux 0.11, I've expanded this to include several older relases of the Linux kernel that you can cross compile from Windows, and run on Qemu. I've managed to get the older versions of the software tools running on Windows, so that there is no major invasive source changes, outside of either broken drivers, or massaging the makefiles to find things in the new paths, and calling the appropriate tools where needed. Linux 0.10 is the first oldest version of Linux...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    GCC 1.30 x68000

    GCC 1.30 x68000

    Mariko's GCC for the x68000

    I've re-built Mariko's GCC 1.40 as a Win32 hosted compiler. It still relies on the x68000 HAS & HLK linkers along with the SHARP/Hudson includes & libraries
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    A20_sdk

    A simple armv7h sdk

    This is my sdk for usage with slackware on A20 devices like bananapi, cubietruck and olimex-som. For more info see https://github.com/tjohann/a20_sdk .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    crossdjgppv1

    crossdjgppv1

    Cross compiling environment to DJGPP v1

    Win32 hosted tools to cross compile to DJGPP v1 (go32) for MS-DOS. Now includes GCC 1.27 aka the first version available to support the i386 processor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    crossemx

    crossemx

    EMX compiler hosted on Win32

    I'm taking various older versions of the OS/2 based EMX port of GCC and re-hosting them on Win32. This way I can use multiple core machines to build my OS/2 side projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ebye

    ebye

    Embedded by examples

    Building of embedded systems from scratch including their cross-toolchain and using virtual and/or emulated machines as pratical examples.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Tiny Pascal for TI83p and TI84

    Full Pascal and Assembly language tool chain for Texas Instrument TI-

    Tiny Pascal for TI8x is a full Pascal and Assembly language tool chain for Texas Instrument TI-8x calculators. It allows production of programs and application for TI83+ and TI84 calculators. The benefits are : · All the features of assembly programs and applications are available without the inherent complexity on Z80 assembly programming · Programs will run much faster that TI-Basic equivalent · A standard library is available (gotoxy, ClrHome, flush, crlf, …), and it will be expanded...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    ; ---------------------------------------------------------------------------------------------------------------------- ; Programm: Transcode_PB2CSharp --- wandelt PureBasic Quellcode (*.pb, *.pbi) in C# Quellcode (*.cs) ; Version: 1.1 vom 2022-05-01 ; Autor: quj ; Lizenz: dieses Programm ist Open Source im Sinne der GNU General Public License Version 3 ; ---------------------------------------------------------------------------------------------------------------------- ; Anmerkungen...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    ATasm: 6502 cross-assembler

    ATasm is a 6502 command-line cross-assembler.

    ATasm is a 6502 command-line cross-assembler that is compatible with the original Mac/65 macro assembler released by OSS software. The aim of ATasm is to provide Atari home-brew coders with a comfortable and powerful toolset.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 22
    Fedora Cygwin

    Fedora Cygwin

    Cygwin cross-compiler for Fedora

    This project provides a Cygwin cross-compiler toolchain for current versions of Fedora Linux and RHEL6-compatible distributions, including a large selection of cross-compiled libraries. Also available are the mingw32 packages with static libraries required for building Cygwin's setup.exe installer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    crossdjgppv2

    crossdjgppv2

    Cross compiling environment to DJGPP v2

    Win32 hosted tools to cross compile to DJGPP v2 (CWSDPMI) for MS-DOS. The primary reason is to be able to cross compile Allegro 3.12 using GCC 2.7.2.3 & Binutils 2.8.1. Later versions of GCC / Binutils are unable to build Allegro which leads to people either compiling on DOSBox which is incredibly slow, or just giving up all together. So party like it's 1996!
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    Integrated Development Environment for some microcontrollers based on 8051(e.g. AT89S8253). Supported languages are Assembly and C. It has its own simulator, assembler, editor and many other tools. See the project web site for more details and the newest updates.
    Leader badge
    Downloads: 992 This Week
    Last Update:
    See Project
  • 25

    AVR-Ada

    Ada cross compiler and libraries for AVR µCs

    The AVR-Ada project provides the gcc based Ada compiler GNAT for the AVR 8-bit microcontrollers. This includes: - the Ada compiler - the Ada run time system and the AVR support library - documentation and some sample programs. The project is now superseded by the Alire crates - [AVRAda_RTS](https://github.com/RREE/AVRAda_RTS) - [AVRAda_MCU](https://github.com/RREE/AVRAda_MCU) - [AVRAda_Lib](https://github.com/RREE/AVRAda_Lib) -...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next