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

View related business solutions
  • Payroll Services for Small Businesses | QuickBooks Icon
    Payroll Services for Small Businesses | QuickBooks

    Save up to 50% on QuickBooks Online! Keep the Accounting and Book Keeping for your Small Business up to date!

    Easily pay your team and access powerful tools, employee benefits, and supportive experts with the #1 online payroll service provider. Manage payroll and access HR and employee services in one place. Pay your team automatically once your payroll setup is complete. We'll calculate, file, and pay your payroll taxes automatically.
    Learn More
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1
    VR Paged List for C# and more

    VR Paged List for C# and more

    VR Paged List for C# and more

    a collection of Vincent Radio {Adrix.NT} C# sources & build projects includes - Paged Lists & Iterators Library for C# - Multi Dimensional Array Library for C# - MDArray List Manager Library for C# - Adjacency (List | Matrix) Direct Graph Libs for C# - Range Check functions - VRMosaic (WinForms) - with Auto Resolver also includes - Source Files - Visual Studio Build Projects - Test Applics have fun adrixnt@hotmail.it
    Downloads: 11 This Week
    Last Update:
    See Project
  • 2
    Gemi

    Gemi

    PCR primers / probes design from multiple & degenerate sequences

    Gemi can be downloaded from the site (https://sites.google.com/site/haithamsobhy/software). Please, do not hesitate to contact Dr. Haitham Sobhy if you need help. Gemi, an automated, fast, and easy-to-use bioinformatics tool with a user-friendly interface to design primers and probes for polymerase chain reaction (PCR). Gemi accepts multiple aligned and long DNA and RNA sequences with degenerate nucleotide (non-A/C/G/T bases). Gemi can be used for quantitative, real-time and...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    libIdentity

    libIdentity

    generate pseudo unique int64 identifiers

    A simple library to generate pseudo unique long (int64) identifiers. Collisions are expected, they are usually under 0.20%.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Weight Vectors

    Weight Vectors

    Generate Weight Vectors for multi-objective optimization algorithms

    A handy tool with graphical interface that generate weight vectors for multi-objective optimization algorithms. source: https://github.com/ahmed-fathy/weight-vectors
    Downloads: 0 This Week
    Last Update:
    See Project
  • Auth0 Free: 25K MAUs + 5-Min Setup Icon
    Auth0 Free: 25K MAUs + 5-Min Setup

    Enterprise Auth, Zero Friction: Any Framework • 30+ SDKs • Universal Login

    Production-ready login in 10 lines of code. SSO, MFA & social auth included. Scale seamlessly beyond free tier with Okta’s enterprise security.
    Get Your API Keys
  • 5
    To give users the full control over the running application. This means that an application is working according to its purpose but the control over the whole interface is taken from developer and given to users. While an application is running, users can move, resize, and tune all the screen objects through which the communication with an application is going. Set of files includes the book (both in DOC and PDF formats), a big demonstration project with all its files available (all the...
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    CognitionMaster

    CognitionMaster

    object-based image analysis framework

    Wienert S, Heim D, Kotani M, Lindequist B, Stenzinger A, Ishii M, Hufnagl P, Beil M, Dietel M, Denkert C, Klauschen F. CognitionMaster: an object-based image analysis framework. Diagn Pathol 2013, 8:34
    Downloads: 10 This Week
    Last Update:
    See Project
  • 7

    CryptoLibraryRefImpl

    encapsulates secure crypto algorithms for easy use

    This library exposes security functionality to the programmer, such as random number generation, hashing, salted hashing, message authentication code, symmetric encryption, asymmetric encryption, hybrid encryption, digital signature and in-memory protection. The library is accompanied by a sophisticated reference implementation, that demonstrates how to make use of the CryptoLibrary.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    HH-Evolver

    A framework for domain-specific, hyper-heuristic evolution

    HH-Evolver is a framework for domain-specific, hyper-heuristic evolution. HH-Evolver automates the design of domain-specific heuristics for planning domains. Hyper-heuristics generated by our tool can then be used with combinatorial search algorithms such as A* and IDA* for solving problems of the given domain.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Generic optimization of on demand calculation. Generation of C# code for data model and computation code Definition of the xF language IDE: edition of xF project. Excel 2010 Addin available
    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
  • 10
    PopED (Population Experimental Design) is a software tool for computing optimal experimental designs. The software has been developed with an emphasis on drug trials based on population models (non-linear mixed effects models).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Analytic Toolkit
    The purpose of the project is summarising effort from a number of analytic libraries, adding interactive web-based user interface and making a free open source solution for risk analytics and stress testing. Feb 8, 2012 Paul Glasserman's Importance Sampling and Tail Approximations as well as plain Monte Carlo have been implemented for for the widely used normal copula model of portfolio credit risk. The package includes source code, examples, spreadsheet with results and references to the papers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Harmony

    Roommate Pairing

    Program for Residence Life staffs to aid in roommate pairing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    WordSort

    String Sorting algoritm

    WordSort is an algoritm written in c# specifically designed for string sorting with linear complexity. Based on partial hashing approach, provides higher performance than classical algorithms that use the comparison. WordSort includes a console application easy and intuitive to use to evaluate and compare algorithms performance. Only Ordinal sorting and non-case-sensitive sorting provided.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    JScriptCompiler

    JScript Compiler or Interpreter

    The class 'JSEvaluator' in this project allows us to interpret expressions in JScript, allowing us to use parameters in the server at runtime. For example: ({@ 1} + {@ 2}) / 100; Parameter {@ 1} : 36 Parameter {@ 2}: 45 Result of the expression: 0.81
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    OsmSharp

    OsmSharp

    OsmSharp - OpenStreetMap (OSM) Library and Tools developed in C#

    *** this project has moved to codeplex: http://osmsharp.codeplex.com/ ***
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Calculates the shortest path between a group of EVE-Online solar systems that contain assets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ARMR provides a foundation for creating an efficient in-memory database. Its unique list processing structures simplify programming logic and allow the developer to rapidly sort, group, and select data. Give your app a hypercard like capability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Shears is a C# library for list processing, combinatorial problems, and functional programming. It is intended to be useful for everyday coding, with an emphasis on producing brief, readable code. It's also lots of fun!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This project an efficient method of solving a scrabble board.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    This CPU Benchmark is written in .NET C# and use the Linpack and Whetstone algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Very basic cellular automaton implementation in C#. Based upon the "Togetherness" algorithm described at http://www.hermetic.ch/pca/tg.htm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    In this project we develop a software, that uses evolutionary algorithm to evolve a solution, that can drive a car on an arbitrari path.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Many people love programming contests. There are tons of contests or online judges like TopCoder, UVA, SPOJ, etc. This project's goal is to store and keep track of what a programmer have done and studied so far.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    .Net Implementation of the BIDI algorithm, as described in http://www.unicode.org/reports/tr9/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A .net implementation of a framework for genetic algorithms. This tool enables programmers to write the "core" of their problem and have a genetic algorithm immediately setup for solving it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next