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

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 1
    Linux Sockets Library

    Linux Sockets Library

    Convenience sockets library for GNU/Linux

    libsockets - convenience sockets library for Linux. Takes care of all needed repetitive low-level initialization and allows you to quickly create the following types of sockets: * TCP server * TCP client * UDP unicast producer * UDP unicast consumer * UDP multicast producer * UDP multicast consumer * CAN socket CLI programs: * broadcast-hear - tests for incoming unicast/multicast traffic; * broadcast-roar - continuously sends user-specified...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    COOK tool

    COOK tool

    Software build-automation tool written in Common Lisp

    COOK is a software build-automation tool made with a goal of letting you, the programmer, to utilize the most powerful programming language - Common Lisp - for managing your software builds. You write a recipe file which describes what objectives must be constructed. COOK will load and process this file, then produce either a regular Makefile or a Bourne Shell script, which will actually perform the task of building and installing your targets. Supported implementations: *...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    This Project will administer an exam on an applet using 4 answer mutliple choice questions. Only one answer may be selected per question. Later we may improve this but for now this is the scope. We will use XML to read and write exams.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    The Common Lisp Reasoner extends the Common Lisp Object System (CLOS) to incorporate a powerful rule language suitable for all kinds of reasoning tasks, vanilla XML and RDF/XML interfaces, and support for a variety of AI-related applications, such as scheduling, planning and diagnosis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • 5

    oloman

    use OpenOffice/LibreOffice to create troff man pages

    oloman can assist in creating troff man pages from .odt files. It works by recognizing specially-named styles in the original document (such as "manpage section header" or "manpage hyperlink"). Only the names matter, not the styles themselves, so you can give the html, PDF, or other version any appearance you like. Procedure: (1) Create a man page in OpenOffice or LibreOffice using specially-named styles (2) Export as .xhtml (3) Run oloman to convert exported xhtml to troff.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    STMX

    High-performance transactional memory for Common Lisp

    STMX is a high-performance Common Lisp library for composable Transactional Memory (TM), a concurrency control mechanism aimed at making concurrent programming easier to write and understand. Instead of traditional lock-based programming, one programs with atomic memory transactions: if a memory transaction returns normally it gets committed, if instead it signals an error (Lisp slang for throwing an exception) it is rolled back. Memory transactions can safely run in parallel in...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Acheron is a Common Lisp (CL) to JavaScript (JS) compiler. Programs are written in a subset of CL and after compilation executed in a webbrowser. Acheron has native functions that are written in JS and are the bridge between CL and JS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Collection of Common Lisp Packages that may be useful to the average Common Lisp programmer which are not available elsewhere.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    gennf is a distributed version management system with code signing support written in Common Lisp incorporating ideas from Meta-CVS.
    Downloads: 0 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.
    Learn More
  • 10

    CL-FastWeb

    Web development framework for Common Lisp

    Web development framework for Common Lisp, based on FastCGI with integrated WiKi. It is tested mainly on SBCL, but should work on most Common Lisp implementations.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Common Lisp MVC web framework
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ABCL-web is a web-framework using Armed Bear Common Lisp as a Java Servlet
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Snow is a Lisp-based GUI description DSL for Swing. It supports declarative layout, data binding, event listeners implemented in Java or Lisp. NOTE: the project is now hosted on common-lisp.net.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    CL-BF - Brainf**k interpreter, virtual machine and code generator written in Common Lisp.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    The IEEE 1619 Committee open-source reference implementations of encryption algorithms, plus testing and certification suites, for each encryption algorithm included in the standard.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    GTK2 binding for common lisp, based on CFFI and CLOS
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ECL-READLINE provides top-level readline support for ECL (Embeddable Common-Lisp) in the form of an ASDF package. It does this by creating a CLOS input-stream that wraps the GNU Readline library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    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
  • 19
    Compiler of Lisp programs to a platform-idependent bytecode and the corresponding virtual machine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    LispSharp is a fully compiled lisp implementation for the .NET Framework. It uses a Lisp dialect similar to ISO Lisp, it has a Command-line toplevel compiler with Read Compile Print Loop.It references any .NET DLL and produces standard .NET assembly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Use the github project instead: https://github.com/BleuLlama/lithp2
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Soulski, an open source Soulseek client for Windows written in Common Lisp.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A portable and retargetable lexer/parser generator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Common Lisp extension that facilitates the use of infix notation for unary and binary operators. Includes arithmetic, logic, binary functions, assignment, sequencing. Allows to include s-exprs in an infix expr and vice versa. http://subx.sourceforge.net/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    CLearSharp is a clean C#-implementation of Common Lisp. The big goals are ANSI standard compliance, interoperability with Java and integration with scripting environments. This project is meant to be a sibling to CLearJ, with sharing of implementation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next