Showing 18 open source projects for "tree"

View related business solutions
  • Outgrown Windows Task Scheduler? Icon
    Outgrown Windows Task Scheduler?

    Free diagnostic identifies where your workflow is breaking down—with instant analysis of your scheduling environment.

    Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
    Download Free Tool
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 1
    Rapid YAML

    Rapid YAML

    Library to parse and emit YAML, and do it fast

    ...Serialization happens only at your direct request, after parsing / before emitting. Internally, the data tree representation stores only string views and has no knowledge of types, but of course, every node can have a YAML type tag. ryml makes it easy and fast to read and modify the data tree.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 2
    JSONViewer for Notepad++

    JSONViewer for Notepad++

    A JSON viewer plugin for Notepad++

    This plugin is meant to display a JSON string in a Treeview. It also marks the error position in case of parsing errors, and that's it. The plugin can be used in Notepad++.
    Downloads: 38 This Week
    Last Update:
    See Project
  • 3
    CBECC-Com

    CBECC-Com

    Nonresidential California Energy Commission Performance Compliance

    California Energy Commission software for nonresidential building energy code compliance analysis based on the performance path. License (modified BSD) for CEC Compliance Engine and CBECC-Com UI: https://sourceforge.net/p/cbecc-com/code/HEAD/tree/trunk/CBECC-Com13/License.txt License for embedded EnergyPlus software: https://sourceforge.net/p/cbecc-com/code/HEAD/tree/trunk/CBECC-Com13/License-EPlusUser.txt
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    CBECC-Res

    CBECC-Res

    Residential California Energy Commissiom Performance Compliance

    California Energy Commission software for residential building energy code compliance analysis based on the performance path. License (modified BSD) for CEC Compliance Engine and CBECC-Res UI: https://sourceforge.net/p/cbecc-res/code/HEAD/tree/trunk/CBECC-Res/License.txt
    Downloads: 0 This Week
    Last Update:
    See Project
  • Vibes don’t ship, Retool does Icon
    Vibes don’t ship, Retool does

    Start from a prompt and build production-ready apps on your data—with security, permissions, and compliance built in.

    Vibe coding tools create cool demos, but Retool helps you build software your company can actually use. Generate internal apps that connect directly to your data—deployed in your cloud with enterprise security from day one. Build dashboards, admin panels, and workflows with granular permissions already in place. Stop prototyping and ship on a platform that actually passes security review.
    Build apps that ship
  • 5
    DcmStoreService

    DcmStoreService

    A lightweight and robust Dicom server to archive medical images

    Dicom storage service - DcmStoreService is a lightweight and robust package for implementing the Dicom Storage SCP Service. The application (C++ compiled x86/x64) runs on computer as automatic MS Windows system service (24 hrs). It has a variety of customizable options.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6

    PoDoFo

    A PDF parsing, modification and creation library.

    ...It can parse and modify existing PDF files and create new ones from scratch. It also includes several tools to work with PDF files. It features an unique approach which provides access to PDF documents via an object tree. Therefore, PDFs can be created and or manipulated using a simple tree structure. Development of PoDoFo has been moved to GitHub: https://github.com/podofo/podofo Please raise new issues in the GitHub project.
    Leader badge
    Downloads: 85 This Week
    Last Update:
    See Project
  • 7
    LBRYcrd

    LBRYcrd

    The blockchain that provides the digital content namespace for LBRY

    ...The most salient feature of the LBRY blockchain is the association of a normalized string of characters (a “name”) with a structured set of metadata. This coupling is called a claim. The LBRY blockchain stores names and metadata in a parallel Merkle tree, separate from the tree used to store transaction data. This allows LBRY URLs to be trustfully resolved even without a full copy of the blockchain.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    HybridHL7 (HL7 File Viewer)

    Make reading of Hl7 Files Simple and easy.

    Hybrid HL7 is a hl7 file viewer that loads the file into a tree that breaks down the entire file into Segments, Components, and Sub-Components.It makes the reading of the files simple by making it so you don't need to count the pipes any more. I will be adding more features and improvements so please post some reviews and include ideas on features that would be nice to include.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    The library for utilization of Minimal Quadtree format for storing very large sparse matrices. Please see the paper referenced below for the description of a problem. Corresponding papers: Tree-based Space Efficient Formats for Storing the Structure of Sparse Matrices (I. Šimeček, D. Langr, P. Tvrdík), In Scalable Computing: Practice and Experience, volume 15, 2014. Space Efficient Formats for Structure of Sparse Matrices Based on Tree Structures (I. Šimeček, Daniel Langr, Pavel Tvrdík), In Proceedings of 15th International Symposium on Symbolic and Numeric Algorithms for Scientific Computing (SYNASC 2013), 2013. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 10
    loadngo Xml
    XPath XSLT Editor and XML Document Explorer for MSXML 6+ XML DOM Tree (Split View, Left DOM Tree, Right Tabbed XPath or XSTL Windows). Create XPath Statements and XSLT (stylesheet transforms).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Occursions

    Fast customizable time series web database for big data like log files

    Our goal is to create the world's fastest extendable, non-transactional time series database for big data (you know, for kids)! Log file indexing is our initial focus. For example append only ASCII files produced by libraries like Log4J, or containing FIX messages or JSON objects. Occursions was built by a small team sick of creating hacks to remotely copy and/or grep through tons of large log files. We use it to index around a terabyte of new log data per day. You can use it too. Who...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    hcxselect

    A CSS selector engine for C++

    hcxselect is a small and fast CSS selector engine for C++. It parses CSS selector expressions and applies them to a set of document nodes (or a whole tree) parsed via htmlcxx, a simple non-validating HTML parser. Thus, it allows you to use CSS selectors in your C++ program without much bloat.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Configuration markup language

    Human readable and human writable format for the config files

    ...But too much <tag></tag> everywhere make the XML for *.config or *.ini files almost human unreadable and uneditable. This library intended to read text of markup configurations files in uniform way. Text information from the file is loaded by your program as a structural tree. After slurping a *.config file we can supply the resulting objects to object instances of our program to let them configure themselves. So, it facilitates text information to supply configuration data to object-oriented software. Advantage - we can use markups to mark just the groups of the parameters only. And we do obliged not to keep markups for the every Name=Value pairs like XML does. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A C++ library for 'Simple Tree Format', a new file format rivaling with XML and JSON. It is JSON light. So if JSON is fat-free XML, STF is fat- and carbohydrate-free JSON.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    libarxx is a C++ archiver with advanced features, like data synchronization and merging of multiple archives. It provides an object-oriented view on a directory tree of data items and allows versioning, compressing and structuring in multiple ways.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    ...Software is developed utilizing ACE (Adaptive Communications Environment) which is a multi-platform middleware that handles communications, events and multi-threading. C-Tree database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Small footprint C++ library to extract an XPath 1.0 expression from an XML tree. Uses the TinyXML project to parse XML trees and store intermediate results. Runs on any platform. Optional use of STL. Overhead less than 100KB, including TinyXML.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    XML Tree Notes is a simple application that manages text notes attached to a tree structure (inside an XML document)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next