Showing 63 open source projects for "tree generator"

View related business solutions
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure 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.
  • 1
    tree-sitter

    tree-sitter

    An incremental parsing system for programming tools

    Tree-sitter is a parser generator tool and an incremental parsing library. It can build a concrete syntax tree for a source file and efficiently update the syntax tree as the source file is edited. General enough to parse any programming language. Fast enough to parse on every keystroke in a text editor. Robust enough to provide useful results even in the presence of syntax errors. Dependency-free so that the runtime library (which is written in pure C) can be embedded in any application. All...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    UglifyJS 3

    UglifyJS 3

    JavaScript parser, mangler, compressor, beautifier toolkit

    UglifyJS is a JavaScript compressor/minifier written in JavaScript. It also contains tools that allow one to automate working with JavaScript code. A parser which produces an abstract syntax tree (AST) from JavaScript code. A code generator which outputs JavaScript code from an AST, also providing the option to get a source map. A compressor (optimizer). it uses the transformer API to optimize an AST into a smaller one. A mangler, reduce names of local variables to (usually) single-letters...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 3
    ANTLR

    ANTLR

    Parser generator to read, process, or translate structured text

    ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files. It's widely used to build languages, tools, and frameworks. From a grammar, ANTLR generates a parser that can build and walk parse trees. It’s widely used in academia and industry to build all sorts of languages, tools, and frameworks. Twitter search uses ANTLR for query parsing, with over 2 billion queries a day. The languages for Hive...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 4
    LogViewer

    LogViewer

    Provides a log viewer for Laravel

    This package allows you to manage and keep track of each one of your log files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • ConnectWise Cybersecurity Management for MSPs Icon
    ConnectWise Cybersecurity Management for MSPs

    Software and support solutions to protect your clients’ critical business assets

    ConnectWise SIEM (formerly Perch) offers threat detection and response backed by an in-house Security Operations Center (SOC). Defend against business email compromise, account takeovers, and see beyond your network traffic. Our team of threat analysts does all the tedium for you, eliminating the noise and sending only identified and verified treats to action on. Built with multi-tenancy, ConnectWise SIEM helps you keep clients safe with the best threat intel on the market.
  • 5
    Metalsmith

    Metalsmith

    An extremely simple, pluggable static site generator for Node.js

    An extremely simple, pluggable static site generator for NodeJS. Metalsmith works with all the tools and data formats you already know and use: NodeJS, npm, markdown, json, yaml and the templating language of your choice. Metalsmith translates a directory tree to plain Javascript objects that you can manipulate effortlessly with your selection of plugins. You shouldn't have to bend your project needs to a specific framework or tool. Metalsmith gives you full control of how you want...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    jsf project generator

    Skelton of Springboot/JSF application with a crud generrator

    jsf project generator is a generator for Springboot jsf / primefaces web application. The project offers a skelton of a typical web app using the above technolgies and offers also a generator (a jar) for CRUD database operations. Users have only to write Entities or models, then the generator will do the whole the job by generating the view layer, the backing beans, services and dao classes. The generate tree by the generator have to be copied into the application folder. Jsf...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    SWIG

    SWIG

    A code generator for connecting C/C++ with other programming languages

    ...) are supported. SWIG is most commonly used to create high-level interpreted or compiled programming environments, user interfaces, and as a tool for testing and prototyping C/C++ software. SWIG is typically used to parse C/C++ interfaces and generate the 'glue code' required for the above target languages to call into the C/C++ code. SWIG can also export its parse tree in the form of XML.
    Leader badge
    Downloads: 35,712 This Week
    Last Update:
    See Project
  • 8
    LRSTAR parser generator for C++
    An LALR(1) and LALR(*) parser generator. Generates parsers up to 140 times the speed of ANTLR parsers, and 1/10th of the size or smaller. Contains the DFA lexer generator, 80% faster than flex lexers. Works with Visual Studio C++. Contains 27 grammars. Parsers build a symbol table. Parsers construct an abstract-syntax tree (AST). Parser are very fast and small. Reads ANTLR and YACC grammars, after making some changes. Accepts advanced EBNF grammar notation. Includes 4 sample...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    AUDio MEasurement System

    PC based Oscilloscope and Spectrum analyzer using sound card

    AUDio MEasurement System - a multi-platfrom system for audio measurement through sound card in the PC. It contains: generator, oscilloscope, audio spectrum analyzer (FFT) and frequency sweep plot. Compiles and works under Linux, Windows and MacOS. Source code is available in "git" and as ZIP snapshot. For more information see README.md
    Leader badge
    Downloads: 89 This Week
    Last Update:
    See Project
  • Intelligent network automation for businesses and organizations Icon
    Intelligent network automation for businesses and organizations

    Network automation for the hybrid multi-cloud era

    BackBox seamlessly integrates with network monitoring and NetOps platforms and automates configuration backups, restores, and change detection. BackBox also provides before and after config diffs for change management, and automated remediation of discovered network security issues.
  • 10

    qpwmc

    A graphical Password Manager Daemon client.

    QPwmc is a full featured graphical pwmd client using the Qt toolkit and libpwmd to edit a pwmd data file. The interface is similar to a file manager but rather than a tree of folders on a filesystem it edits a tree of XML elements and their attributes. It uses a PwmdDialog class to makes it easy to integrate into your own projects.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Ox: Attribute Grammar Compiling System

    Ox: Attribute Grammar Compiling System

    Ox is an attribute-grammar evaluator generator.

    Ox is an attribute grammar compiling system that augments Lex and Yacc specifications with definitions of synthesized and inherited attributes written in a combination of Ox and C/C++ syntax. From these augmented specifications, Ox generates ordinary Lex and Yacc specifications that build and decorate attributed parse trees. The user can specify parse-tree traversals for easy ordering of side effects such as code generation. Ox handles the tedious and error-prone details of writing code...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    nlg

    Natural language generator.

    Takes a grammar tree as a specification and generates an English language phrase or sentence with correct tense, person, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ... in the higher leve 5. removehierarchy : Verilog Hierarchy Removal Tool to ungroup all the instances in a given module 6. comparemoduleinterfaces - Diff module ports and parameter. Tool to compare the interfaces ( ports, parameters, SV interfaces ) between two versions of a Verilog module or two similar modules 7. Verilog Testbench Generator 8. VHDL Testbench Generator 9. Verilog Remove Assignments 10. Verilog Find Instances or Nets 11. Clock And Reset Tree Analyzer( Alpha)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    sled

    sled

    The champagne of beta embedded databases

    Serializable (ACID) transactions for atomically reading and writing to multiple keys in multiple keyspaces. Fully atomic single-key operations, including compare and swap. Forward and reverse iterators over ranges of items. A crash-safe monotonic ID generator capable of generating 75-125 million unique ID's per second. Zstd compression (use the compression build feature, disabled by default). Cpu-scalable lock-free implementation. Flash-optimized log-structured storage. Uses modern b-tree...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    LR Parser and Lexer Generators: Fortran

    LR parser generator and lexer generator for use in Fortran

    The generator for LR parsers uses Pager's method, augmented with Tom Pennello's Forward Move Algorithm for error recovery. The grammar specifies identifiers for nodes in the abstract syntax tree, and the identifiers for tokens. It generates Fortran declarations for tree node identifiers and named constants that represent the PDA. The lexer generator accepts regular expressions and generates a DFA. It generates Fortran declarations for character classes, recognized objects, named constants...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    PTree

    PTree

    Procedural Tree Generator

    Procedural Tree Generator (PTree) is an application that generates tree models based on various input parameters. Source code repository: https://github.com/jval1972/PTree
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17

    CTREE Graphic Tree Generator for C

    An analysis tool showing the structure of a C program

    CTREE is a command line utility providing analysis tools useful to software engineers tasked with tracking down problems or verifying a program's soundness. It is also an aid to understanding the structure of unfamiliar programs. As it works with standard C it finds most of its utility in embedded systems and older software. CTREE comes with a comprehensive manual. CTREE is is released by Cleveland Engineering Design, LLC - developer of the CoRTOS cooperative...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    DOOM TREE

    DOOM TREE

    A tool to generate Tree sprites and voxels for the Doom game

    DOOMTREE is tool that generates tree sprites and voxels for the Doom game. It is based on PTree https://sourceforge.net/projects/procedural-tree-generator/ Creates actor definitions out of the box for ZDoom & DelphiDoom family source ports. Source code repository: https://github.com/jval1972/DOOMTREE
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    XOR Tree Generator
    Program for creating Verilog synthesizable XOR trees for high performance designs. Supports creation of Hamming Code (ECC) generators, checkers, and GF2 Multipliers.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20

    XML Parsers and Utilities

    integrated set of C++ tools for manipulating XML schemas & data files

    ... types in one or a set of XML schema files •xmlSchemaAttributeConverter - rewrites an XML schema file, converting attributes to elements •xmlSchemaXpathChecker - checks that all paths in all constraints in a schema are possible, and reports those that do not exist •xmlSchemaPathFinder - generates all possible paths through an instance tree that contain components specified by the user
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A-Frame Low Poly

    A-Frame Low Poly

    Low poly add-ons for aframe virtual reality

    ... perturbations are applied to the vertex’s new position. Duplicate entire entities without repeating common HTML. For example, say you have a template tree and many trees in your environment. Simply create one tree, and use the clone attribute for the rest, changing the position and rotating as necessary. This keeps your code streamlined and eases development (e.g., changing tree trunks for all cloned trees involves a single-line change).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    ObjectBuilder2

    ObjectBuilder2

    C++ CASE tool, full life cycle code generator

    ObjectBuilder is a C++ code generation CASE tool (CASE, code generation, refactoring, documentation generation). It lets you create, manipulate and navigate classes, class relations, class members and class methods at a high level of abstraction. ObjectBuilder dramatically simplify work with C++ project architecture. I use it and think that tree OO interface targeted to C++ more fast and power than UML class diagrams. ObjectBuilder perfectly organize C++ header files with any level...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    UniCC LALR(1) Parser Generator

    UniCC LALR(1) Parser Generator

    Parser generator, targetting C, C++, Python, JavaScript, JSON and XML

    UniCC (UNIversal Compiler-Compiler) compiles an augmented grammar definition into a program source code that parses the described grammar. Because UniCC is intended to be target-language independent, it can be configured via template definition files to emit parsers in almost any programming language. UniCC comes with out of the box support for the programming languages C, C++, Python (both 2.x and 3.x) and JavaScript. Parsers can also be generated into JSON and XML.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    CLIck

    CLIck

    a CLI generator and and SW library

    CLIck allows you to create flat or hierarchical CLI (command line interfaces) in an extremely easy and quick way, supporting very popular features like history with command recalling, context-based auto-completion, tab-based command list, automatic command-line help, special characters, automatic structure builder, and much more. CLIck is written in ANSI C and tested on C and C++ applications on several architectures. It doesn't depend on any external library and uses only a very small...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25

    CoRTOS Simple Cooperative Embedded RTOS

    A truly simple cooperative RTOS for bare-metal embedded applications

    ... themselves, picking up where they left off after making a call to the OS. The intended audience includes: • Those needing a small footprint RTOS; • Students learning about real time systems; • Makers wanting to program "close to the metal." CoRTOS is released by Cleveland Engineering Design, LLC - developer of PRTOS pre-emptive RTOS https://sourceforge.net/projects/prtos-preemptive-rtos/ and the CTREE analysis tool https://sourceforge.net/projects/ctree-graphic-tree-generator/
    Downloads: 6 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next