Showing 2353 open source projects for "tree"

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

    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 security. Auth0 now, thank yourself later.
    Try free now
  • G-P - Global EOR Solution Icon
    G-P - Global EOR Solution

    Companies searching for an Employer of Record solution to mitigate risk and manage compliance, taxes, benefits, and payroll anywhere in the world

    With G-P's industry-leading Employer of Record (EOR) and Contractor solutions, you can hire, onboard and manage teams in 180+ countries — quickly and compliantly — without setting up entities.
    Learn More
  • 1
    Tree

    Tree

    tree is a library for working with nested data structures

    Tree (dm-tree) is a lightweight Python library developed by Google DeepMind for manipulating nested data structures (also called pytrees). It generalizes Python’s built-in map function to operate over arbitrarily nested collections — including lists, tuples, dicts, and custom container types — while preserving their structure. This makes it particularly useful in machine learning pipelines and JAX-based workflows, where complex parameter trees or hierarchical state representations are common. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    tree-sitter

    tree-sitter

    An incremental parsing system for programming tools

    ...Dependency-free so that the runtime library (which is written in pure C) can be embedded in any application. All of Tree-sitter’s parsing functionality is exposed through C APIs. Applications written in higher-level languages can use Tree-sitter via binding libraries like node-tree-sitter or the tree-sitter rust crate, which have their own documentation. To build the library on a POSIX system, just run make in the Tree-sitter directory. This will create a static library called libtree-sitter.a as well as dynamic libraries.
    Downloads: 41 This Week
    Last Update:
    See Project
  • 3
    kubectl tree

    kubectl tree

    kubectl plugin to browse Kubernetes object hierarchies as a tree

    kubectl tree is a kubectl plugin that lets you visualize Kubernetes object hierarchies as a tree by following the ownerReferences set on API objects. Instead of manually chasing which ReplicaSet owns which Pods or which higher-level controller is responsible for a given resource, it prints an ASCII tree that shows parent-child relationships at a glance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    ELisp Tree-sitter

    ELisp Tree-sitter

    Tree-sitter bindings for Emacs Lisp

    ...The author of Tree-sitter articulated its merits a lot better in this Strange Loop talk. The minor mode tree-sitter-mode provides a buffer-local syntax tree, which is kept up-to-date with changes to the buffer’s text. Run M-x tree-sitter-hl-mode to replace the regex-based highlighting provided by font-lock-mode with tree-based syntax highlighting.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Skillfully - The future of skills based hiring Icon
    Skillfully - The future of skills based hiring

    Realistic Workplace Simulations that Show Applicant Skills in Action

    Skillfully transforms hiring through AI-powered skill simulations that show you how candidates actually perform before you hire them. Our platform helps companies cut through AI-generated resumes and rehearsed interviews by validating real capabilities in action. Through dynamic job specific simulations and skill-based assessments, companies like Bloomberg and McKinsey have cut screening time by 50% while dramatically improving hire quality.
    Learn More
  • 5
    Tree Style Tab

    Tree Style Tab

    Tree Style Tab, Show tabs like a tree.

    ...Moreover, each tree will reflect a group of tabs on a similar topic.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Gradle Task Tree

    Gradle Task Tree

    Gradle plugin that adds a 'taskTree' task that prints task dependency

    A Gradle plugin that adds a taskTree task to your build. Running it prints out a hierarchical, easy‑to‑read task dependency tree, helping you visualize the build execution order.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    mobx-state-tree

    mobx-state-tree

    Full-featured reactive state management without the boilerplate

    Technically speaking, MobX-State-Tree (also known as MST) is a state container system built on MobX, a functional reactive state library. This may not mean much to you, and that’s okay. I’ll explain it like this: MobX is a state management "engine", and MobX-State-Tree gives it structure and common tools you need for your app. MST is valuable in a large team but also useful in smaller applications when you expect your code to scale rapidly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    nvim-tree.lua

    nvim-tree.lua

    A file explorer tree for neovim written in lua

    A file explorer tree for neovim written in Lua. nvim-web-devicons is optional and used to display file icons. It requires a patched font. Your terminal emulator must be configured to use that font, usually "Hack Nerd Font".
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Neo-tree.nvim

    Neo-tree.nvim

    Neovim plugin to manage the file system and other tree like structures

    Neo-tree is a Neovim plugin to browse the file system and other tree-like structures in whatever style suits you, including sidebars, floating windows, netrw split style, or all of them at once. The biggest and most important feature of Neo-tree is that we will never knowingly push a breaking change and interrupt your day. Bugs happen, but breaking changes can always be avoided.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
    Learn More
  • 10
    Dash Core staging tree

    Dash Core staging tree

    Reinventing cryptocurrency

    Dash is an experimental digital currency that enables instant, private payments to anyone, anywhere in the world. Dash uses peer-to-peer technology to operate with no central authority, managing transactions and issuing money are carried out collectively by the network. Dash Core is the name of the open-source software which enables the use of this currency. Ready to start making everyday purchases with digital cash? DashDirect makes it fast & easy with savings every time you spend! Grab a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    PostHTML

    PostHTML

    PostHTML is a tool to transform HTML/XML with JS plugins

    PostHTML is a tool for transforming HTML/XML with JS plugins. PostHTML itself is very small. It includes only an HTML parser, an HTML node tree API and a node tree stringified. All HTML transformations are made by plugins. And these plugins are just small plain JS functions, which receive an HTML node tree, transform it, and return a modified tree. PostHTML is a tool for transforming HTML/XML with JS plugins. PostHTML itself is very small. It includes only an HTML parser, an HTML node tree API and a node tree stringified.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Vcpkg

    Vcpkg

    C++ Library Manager for Windows, Linux, and MacOS

    ...With CMake, you will still need to find_package and the like to use the libraries. Check out the CMake section for more information, including on using CMake with an IDE. In classic mode, vcpkg produces an "installed" tree, whose contents are changed by explicit calls to vcpkg install or vcpkg remove. The installed tree is intended for consumption by any number of projects: for example, installing a bunch of libraries and then using those libraries from Visual Studio, without additional configuration. Because the installed tree is not associated with an individual project, it's similar to tools like brew or apt, except that the installed tree is vcpkg-installation-local, rather than global to a system or user.
    Downloads: 89 This Week
    Last Update:
    See Project
  • 13
    go-datastructures

    go-datastructures

    A collection of useful, performant, and threadsafe Go datastructures

    Go-datastructures is a collection of useful, performant, and threadsafe Go datastructures. Interval tree for collision in n-dimensional ranges. Implemented via a red-black augmented tree. Extra dimensions are handled in simultaneous inserts/queries to save space although this may result in suboptimal time complexity. Intersection determined using bit arrays. In a single dimension, inserts, deletes, and queries should be in O(log n) time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    CppSharp

    CppSharp

    Tools and libraries to glue C/C++ APIs to high-level languages

    ...Such an API can be used to consume an existing native library in your managed code or add managed scripting support to a native codebase. The supported target languages at present are C# and C++/CLI. It can also be used as a library to parse native code into a syntax tree with a rich declaration and type information model. Generates the glue binding code from a syntax tree of the native code. Provides APIs for parsing of C/C++ source code into a syntax tree. Mirrors the Clang's C/C++ AST and type system classes in C# APIs.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    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: 0 This Week
    Last Update:
    See Project
  • 16
    Laravel Nestedset

    Laravel Nestedset

    Effective tree structures in Laravel 4-8

    This is a Laravel 4-10 package for working with trees in relational databases. NSM shows good performance when the tree is updated rarely. It is tuned to be fast for getting related nodes. It'is ideally suited for building multi-depth menus or categories for shops. The nested set model is to number the nodes according to a tree traversal, which visits each node twice, assigning numbers in the order of visiting, and at both visits. This leaves two numbers for each node, which are stored as two attributes. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    QDirStat

    QDirStat

    Qt-based directory statistics

    Qt-based directory statistics: KDirStat without any KDE -- from the author of the original KDirStat. QDirStat is a graphical application to shows where your disk space has gone and to help you to clean it up. This is a Qt-only port of the old Qt3/KDE3-based KDirStat, now based on the latest Qt 5. It does not need any KDE libs or infrastructure. It runs on every X11-based desktop on Linux, BSD and other Unix-like systems and of course in a Docker container.
    Downloads: 20 This Week
    Last Update:
    See Project
  • 18
    dtreeviz

    dtreeviz

    Python library for decision tree visualization & model interpretation

    ...The visualizations are inspired by an educational animation by R2D3; A visual introduction to machine learning. Please see How to visualize decision trees for deeper discussion of our decision tree visualization library and the visual design decisions we made.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    One Dark Pro for Neovim

    One Dark Pro for Neovim

    Atom's iconic One Dark theme

    Atom's iconic One Dark theme. Cacheable, fully customizable, Tree-sitter and LSP semantic token support. Comes with variants.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Tendis

    Tendis

    Tendis is a high-performance distributed storage system

    A high-performance, persistent key-value store developed by Tencent, combining features of Redis with LSM-tree storage for durability.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    NERDTree

    NERDTree

    A tree explorer plugin for vim

    ...Visual cues and icons (via companion plugins) help you parse directory structure at a glance, improving orientation in large codebases. NERDTree can be configured to open automatically on startup or to reveal the current file, weaving the tree into your workflow. Despite its age, it remains a reliable staple thanks to its predictable behavior and broad ecosystem support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Warzone 2100

    Warzone 2100

    Free and open source real-time strategy game

    ...Play versus AI bots in local skirmishes (or as added teammates/enemies in multiplayer), and practice your skills with endless replayability. Over 400 different technologies yield an extensive tech tree with many paths to choose from. Customize your units with a flexible design system that allows for a wide variety of possible units and tactics. Supporting Windows, macOS, Linux, FreeBSD and more - all with cross-platform multiplayer support!
    Downloads: 21 This Week
    Last Update:
    See Project
  • 23
    RBush

    RBush

    High-performance JavaScript R-tree-based 2D spatial index

    ...Open web console to see benchmarks; click on buttons to insert or remove items; click to perform search under the cursor. An optional argument to RBush defines the maximum number of entries in a tree node. 9 (used by default) is a reasonable choice for most applications. Higher value means faster insertion and slower search, and vice versa.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Reactotron

    Reactotron

    Desktop app for inspecting your React JS and React Native projects

    ...View your application state, show API requests & responses, perform quick performance benchmarks, subscribe to parts of your application state, display messages similar to console.log, track global errors with source-mapped stack traces including saga stack traces! You can dispatch actions like a government-run mind control experiment, hot swap your app's state using Redux or mobx-state-tree, track your sagas, show image overlay in React Native, track your Async Storage in React Native, etc. You plug it into your app as a dev dependency so it adds nothing to your product builds. Reactotron, as an open source project, is free to use and always will be.
    Downloads: 39 This Week
    Last Update:
    See Project
  • 25
    Zed

    Zed

    Code editor from the creators of Atom and Tree-sitter

    ...Multibuffers compose excerpts from across the codebase in one editable surface. Evaluate code inline via Jupyter runtimes and collaboratively edit notebooks. Support for many languages via Tree-sitter, WebAssembly, and the Language Server Protocol. Fast native terminal tightly integrates with Zed's language-aware task runner and AI capabilities. First-class modal editing via Vim bindings, including features like text objects and marks. Zed is built by a global community of thousands of developers. Boost your Zed experience by choosing from hundreds of extensions that broaden language support, offer different themes, and more.
    Downloads: 10 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next