Showing 28 open source projects for "wordlist generator windows"

View related business solutions
  • Manage Your Trip - Tour Operator software Icon
    Manage Your Trip - Tour Operator software

    Manage Your Trip (MYT SaaS) is ideal for tour operators and destination management companies.

    Key capabilities of MYT SaaS include back-office management, unique tourism CRM, marketing tools, a central reservation system, feedback management, operation management, contact database, real-time feedback, group registration, online tour booking, and more.
  • ScriptSure Cloud E-Prescribing Icon
    ScriptSure Cloud E-Prescribing

    For healthcare providers and clinical professionals looking for a clinical data management system solution for their practice needs

    ScriptSure Cloud ERX allows users to electronically send prescriptions to all retail and mail order pharmacies attached to the Surescripts electronic network.
  • 1
    Pocket Application Maker. Combination of a rapid GUI generator and a flexible "text generator/commander" to handle both design and logic of an application simply from a text file. All with SQL capability (sqlite integrated).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    SableCC is a parser generator which generates object-oriented frameworks for building compilers, interpreters and other text parsers. SableCC keeps a clean separation between machine and user code which leads to a shorter development cycle.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 3

    JILRuntime/JewelScript

    An object-oriented script language to embed in any application

    A general purpose, object-oriented script language that compiles into code for a register based virtual machine. The language is quite similar to object-oriented high-level languages like Java and C#. The library is entirely self-sufficient and ANSI C compliant. It's main purpose is to be embedded in any application to allow automation of that application through scripting. An integrated C++ binding code generator allows you to create bindings for your application's classes in seconds...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    XML-Parse library is a lightweight set of functions for parsing, checking, and creating xml files. It can support stream-oriented, SAX or DOM parsing styles, and includes an optional xsd schema validator and graphical schema generator.
    Downloads: 4 This Week
    Last Update:
    See Project
  • Property Management Software Icon
    Property Management Software

    We believe property management software should be as powerful as you need it to be, but also as easy to use as possible.

    Property Matrix is the world’s most customizable property management software solution. Powerful, user-friendly, and comprehensive, this cloud-based software solution can be accessed anytime and anywhere. Property Matrix offers a customizable reporting and class accounting system to help property managers run their businesses smoothly and cost-efficiently. From online rental postings and tenant screening to building maintenance and property accounting, property management just got easier with Property Matrix.
  • 5

    NaiveLanguageTools

    C# lexer and parser

    NLT is free, open-source C# lexer and GLR parser suite -- which translates to ability to parse ambiguous grammars. Grammar can be defined directly in code or (preferably) in separate file (lex/yacc-like) for included generator. If you understand/guess the meaning of grammar in C#: // scanning lexer.AddStringRule(")", match => SymbolEnum.RPAREN); // parsing prod_builder.AddProduction(SymbolEnum.exp, SymbolEnum.LPAREN, SymbolEnum.exp...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    The Junicon Project

    Java-based Dialect of the Unicon Programming Language

    Junicon is a Java-based implementation of Unicon, a very high level object-oriented goal-directed programming language that lives at Unicon.org. Junicon features seamless Java object access, interactive interpretation, and numerous cleanups and enhancements while retaining Unicon's core expression-evaluation semantics. Please see the Junicon Project Web Site for publications about Junicon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    C#Prolog

    C#Prolog -- A Prolog interpreter written in managed C#

    C#Prolog -- A Prolog interpreter written in C#. Can easily be integrated in C# programs. Characteristics: reliable and fairly fast interpreter, command line interface, Windows-interface, builtin DCG, XML- and JSON-predicates, SQL-predicates, extendible.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    PhpMyCodeGenerator is a code generator framework, which allows you to create code generators as PHP functions and provide input to the code generators through an Excel/Calc file. PhpMyCellScript allows you to write programs directly in Excel/Calc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    CSP embedded C-like scripting language

    C-like language parser, bytecode generator and a VM

    Project aims to implement a C-like language interpreter with small code and memory footprint for 32bit microcontrollers. At the time of writing, parser code size for Cortex-M3 is less than 10K and VM is less than 3K. RAM requirements mostly depend on code size and complexity, but few kilobytes should be enough to handle most reasonably simple cases. Parser and VM are written with code size priority, not security. Project should not be used to run code (and bytecode) from untrusted sources.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Intellibid Electrical Estimating Icon
    Intellibid Electrical Estimating

    IntelliBid is the most comprehensive estimating software for electrical, low voltage, and datacom

    Want to reduce your estimating time by 50% or more? Then IntelliBid Electrical Estimating software is designed for you. Produce estimates much faster and with greater accuracy with IntelliBid’s automated estimating processes and robust ‘out-of-the-box’ items and assemblies database.
  • 10

    iCodeGenerator

    a code generator for any programming language

    iCodeGenerator is a database centric template based code generator for any text(ascii) programming language like C, PHP, C#, Visual Basic, Java, Perl, Python... Supported databases are SQL Server, MySQL and PostgreSQL. Source Code Now at: https://github.com/VientoDigital/codegenerator
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    jAMOS

    jAMOS

    AMOS BASIC reimplementation in Java

    jAMOS is a cross platform, Java-based reimplementation of François Lionet's AMOS BASIC on the Amiga.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Waxeye is a parser generator based on parsing expression grammars (PEGs). It supports C, Java, Javascript, Python, Ruby and Scheme.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    I did what any real geek would do; I have written a compiler compiler. It is called Language Processor. A software that you can feed in a language definition with its semantic and you get an object that can run your program in your defined language.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14
    jAMAL
    jAMAL is a Java-based reimplementation of the AMOS Animation Language (AMAL).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A universal parsing tool and source code generator for generative programming. It extracts useful information by parsing (BNF parser generator) and generates source code by several techniques, by interpreting a scripting language for flexibility.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    Operno 5.50
    A dynamic and object-oriented programming language for developing extensions of modifiable applications. Features: OOP, flexible syntax, vectorial operations, dynamic linked lists, IDE, HTML generator, includeable DLL an so on.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Generate a parser at runtime from a collection of C++ objects. Concisely state a parser specification in ordinary C++ code. Learn from a parser generator with an object-oriented design.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    CL-BF - Brainf**k interpreter, virtual machine and code generator written in Common Lisp.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    lightJacc is a small but strong grammar parser generator. It adopts a parsing strategy of its own: dynamic concurrent parsing -- which made it much stronger than LR or LL family CCs (YACC, ANTLR, etc), but still keep good performance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    RoboTools is a collection of programs for use with the FIRST robotics competition. Currently, it includes a PBASIC emulator (RoboEmu), a program generator (RoboGUI), a controller (RoboCon), and a linux PBASIC IDE (RoboIDE).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    ParGeL is an LALR(k) parser generator, which allows creation of inheritable parsers in runtime and compile time environments. ParGeL is written 100% in Java.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22

    LIME Parser generator for PHP

    Complete LALR(1) parser generator and engine in PHP.

    Complete LALR(1) parser generator and engine (like BISON or YACC) but it's all done in PHP, and the input grammar is easier and more maintainable. Write your actions in PHP. Generate PHP output code. Drive your parser with PHP. Wanna make a language?
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Create a complete game or game components for external use. All apsects exposed through Scripting and COM, or playable in the built-in environment. Edit Graphics, Maps, Sprites, Paths, etc. Includes maze generator, automatic tile matching functionality
    Downloads: 13 This Week
    Last Update:
    See Project
  • 24
    Linear time, dynamic API for lexical analysis and parser generation. Allows for a text-based specification of formal languages with the well-known regular-expressions approach, and using Parsing Expression Grammars as the underlying engine.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    A runtime parser generator library, generates parsers for context-free grammars. Parsing scripting languages and communication protocol messages are typical use cases. The library is written in straight C++ and requires STL. Clean, correct, efficient.
    Downloads: 7 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next