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

View related business solutions
  • The Voice API that just works | Twilio Icon
    The Voice API that just works | Twilio

    Build a scalable voice experience with the API that's connecting millions around the world.

    With Twilio Voice, you can build unique phone call experiences with one API, to create, receive, control and monitor calls with just a few lines of code. Create an engaging voice experience that you can quickly scale and modify with a wide array of customization options and resources.
  • Powerful small business accounting software Icon
    Powerful small business accounting software

    For small businesses looking for desktop accounting software

    With AccountEdge, business owners can organize, process, and report on their financial information so they can focus on their business. Features include: accounting, integrated payroll, sales and purchases, contact management, inventory tracking, time billing, and more.
  • 1
    systemd

    systemd

    The systemd system and service manager

    systemd is a suite of basic building blocks for a Linux system. It provides a system and service manager that runs as PID 1 and starts the rest of the system. systemd provides aggressive parallelization capabilities, uses socket and D-Bus activation for starting services, offers on-demand starting of daemons, keeps track of processes using Linux control groups, maintains mount and automount points, and implements an elaborate transactional dependency-based service control logic. systemd...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    libgit2

    libgit2

    A cross-platform, portable, linkable Git implementation library

    libgit2 is a portable, pure C implementation of the Git core methods provided as a re-entrant linkable library with a solid API, allowing you to write native speed custom Git applications in any language which supports C bindings. Libgit2 is developed with CMake, and this is be the easiest way to build a binary from the source. The CMake build system provides lots of options to configure the libgit2 build for your particular needs. It’s highly recommended that you build libgit2 as a static...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Code::Blocks

    Code::Blocks

    A free C, C++ and Fortran IDE

    Code::Blocks is a free, open-source, cross-platform C, C++ and Fortran IDE built to meet the most demanding needs of its users. It is designed to be very extensible and fully configurable. Finally, an IDE with all the features you need, having a consistent look, feel and operation across platforms. Built around a plugin framework, Code::Blocks can be extended with plugins. Any kind of functionality can be added by installing/coding a plugin. For instance, compiling and debugging...
    Leader badge
    Downloads: 81,722 This Week
    Last Update:
    See Project
  • 4

    gcc-win64

    x64 build of GCC for Windows

    x64 C/C++ compiler for Windows using: - gmp - mpfr - mpc - isl - cloog - mingw-w64 - gcc - seh You need at least core2 command set support to run this application.
    Leader badge
    Downloads: 7,010 This Week
    Last Update:
    See Project
  • Propelling Payments for Software Platforms Icon
    Propelling Payments for Software Platforms

    For SaaS businesses to monetize payments through its turnkey PayFac-as-a-Service solution.

    Exact Payments delivers easy-to-integrate embedded payment solutions enabling you to rapidly onboard merchants, instantly activate a variety of payment methods and accelerate your revenue — delivering an end-to-end payment processing platform for SaaS businesses.
  • 5
    FreeBASIC Compiler
    Open-source, free, multi-platform BASIC compiler, with syntax similar MS-QuickBASIC (including the GFX statements), that adds new features such as pointers, unsigned data types, inline assembly, a pre-processor and many others.
    Leader badge
    Downloads: 1,227 This Week
    Last Update:
    See Project
  • 6
    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: 798 This Week
    Last Update:
    See Project
  • 7
    Raspberry Pi GCC Toolchains

    Raspberry Pi GCC Toolchains

    CI maintained precompiled GCC ARM/ARM64 Toolchains for Raspberry Pi

    This project provides latest Raspberry Pi hardware optimized GCC Cross Compiler & Native (ARM & ARM64) automated Build-Scripts and Precompiled standalone Toolchains binaries, that will save you tons of time & thereby helps you get quickly started with software development on Pi.
    Leader badge
    Downloads: 247 This Week
    Last Update:
    See Project
  • 8
    XiaoLoong Dev-C++

    XiaoLoong Dev-C++

    An updated and improved fork of BloodShed/Orwell Dev-C++

    XiaoLoong Dev-C++ is An updated and improved fork of Orwell Dev-C++, which is a beginner-friendly integrated development environment (IDE) for C and C++ programming language. Several known bugs were fixed, components are updated, and some new features are added.
    Leader badge
    Downloads: 90 This Week
    Last Update:
    See Project
  • 9
    Cambridge Z88

    Cambridge Z88

    Software development for 4Mb portable, using Z80 CPU and AA batteries

    This project is for the portable computer "Cambridge Z88", produced by Sir Clive Sinclair (of ZX Spectrum fame). We continue to support software development (ROM, 3rd party apps on memory cards and desktop applications). We have moved to https://cambridgez88.jira.com/wiki (development, source code and documentation). However, we continue to publish files for download here.
    Leader badge
    Downloads: 29 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
  • 10
    eS

    eS

    Cross-platform IDE for developing embedded solutions and desktops

    Solution Editor (eS) is a free, lightweight, cross-platform, development environment (IDE) for Assembler, C or C++ programming, designed to interface with various compilers and debuggers (GDB,CDB). The environment allows you to develop and debug code for MIPS, ARM, AVR and any other processors for embedded solutions and desktop applications. It contains a minimum of settings for easy and convenient programming. The hardware debugging process is possible if you have the hardware and / or...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 11

    Cobxref

    Cobol Cross reference tool for GnuCobol written in Cobol

    CobXRef is a Cobol cross reference tool that reads a Cobol source program and produces a file suitable for printing 'as is' that contains all variables, procedure paragraphs and section names referenced where they are defined as well as where they are used throughout the program or module as well as lists of unreferenced data names and paragraph & section names. it is used as a stand alone program. This version includes the code from printcbl which takes in the copy books when used by...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    armadeus
    Armadeus is an OpenSource Hardware and Software project based on an ARM core (Freescale i.MX) and Linux. You can consult our wiki at http://www.armadeus.org to join our non profit association or our commercial website at http://www.armadeus.com .
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    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: 2 This Week
    Last Update:
    See Project
  • 14
    X11 Designer

    X11 Designer

    Create basic GUI windows for minimal Linux distros

    X11 Designer tool is used to design desktop independent basic GUI windows. A C code template source file is automatically generated after having performed a simple graphical editing. This is a simple way to create applications requiring only Xlib.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    Amake is a build tool, which adds automatic dependency analysis and target caching to GNU Make.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    The Odin System is a software build system that provides a simpler, more powerful, more efficient, and more reliable replacement for Make. It computes complete dependency information automatically, making the build scripts shorter and easier to manag
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    rhbtools

    rhbtools

    ad-hoc tool set for developers

    Ad hoc set of small tools for developers. Generally what can't be done in a shell script or batch file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Provides startup routine and library. For develop native programs with MinGW.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Featureless Linux Library

    Featureless Linux Library

    Linux Library on top of Libc focusing on long term support.

    When computer power increases, programmers generally add more "features", thus making any performance gains in new hardware negligible. This project is an attempt to develop a library above libc that breaks out of this terrible loop.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Tool to create SVF files from HEX files for Atmel microcontrollers, similar to the closed-source avrsvf.exe application available from Atmel. You should be able to compile the tool on any platform with a C compiler, like Linux, Mac OS X, FreeBSD.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    CodeLite

    CodeLite

    CodeLite: an open source, cross platform C/C++/PHP and JavaScript IDE

    codelite is an open-source, cross platform IDE for the C/C++/PHP and JavaScript programming languages (build and tested on Windows 7, 8, ubuntu >=14.04 plus debian, fedora and openSUSE, and Mac OSX 10.8.4). codelite is distributed under the terms of the GPLv2 license If you need help with codelite, please join our forums at: http://forums.codelite.org Visit our download page at: http://codelite.org/support.php The CodeLite Team
    Downloads: 63 This Week
    Last Update:
    See Project
  • 23
    guicobol
    a command line preprocessor to use gtk libraries with opencobol 1.1 with object orientation syntax giving it gui capabilites. Ultimate resource can be uploaded from www.opencobol.altervista.org the site contains a translator to get in your native language all details about guicobol. The incoming version will update within some weeks. it uses the AGAR GUI TOOLKIT. Do not forget to visit github to get latest changes... here will be uploaded less frequent as final version (expected...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A simple VHDL(VHSIC Hardware Description Language) preprocessor
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    X11workbench

    X11workbench

    X11 developer's 'workbench' and lightweight toolkit API

    (preliminary) X11 developer's 'workbench' application using a lightweight statically linked custom toolkit that is intended to be used by X11 applications built with the X11 Workbench. The primary goal of the toolkit is ease of use (short learning curve), lightweight self-contained executables, UI speed, cross platform compatibility, and minimal dependencies. The primary goal of the workbench is to provide an editor on X11 platforms that integrates development, provides rapid development...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next