Search Results for "php binary tree" - Page 10

Showing 368 open source projects for "php binary tree"

View related business solutions
  • 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
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 1
    A small binary tree library that is concentrates around binary tree algorithms. Currently it focuses on an binary tree with key-value(s) pairs and non-redundant keys. Current features: MaxHeap (Add, remove keys), Algorithms: Bubble-up, Bubble-down.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    SQLNote is a PHP based site for organizing text notes. It uses Tiny_MCE as the editor interface, allowing full WYSIWYG editing. All notes are stored in a MySQL database and are accessible as a tree/folder interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    NBBC is a high-speed, extensible, sophisticated, well-documented, easy-to-use validating BBCode parser written in PHP. ________________________ NOTE: THIS COPY OF NBBC HAS NOT BEEN UPDATED IN A LONG TIME. There are currently two active maintainers of NBBC: - Theyak (https://github.com/theyak/nbbc) has a copy of NBBC that still works with PHP 4, and is still more-or-less the 1.x source tree, but it has had some of the outstanding bugs fixed
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Syntax Desktop is a innovative publishing system to manage content website. It has an attractive GUI, with DHTML elements. With Syntax you can insert news, photos, document, tree data structures into your website.
    Downloads: 7 This Week
    Last Update:
    See Project
  • Financial reporting cloud-based software. Icon
    Financial reporting cloud-based software.

    For companies looking to automate their consolidation and financial statement function

    The software is cloud based and automates complexities around consolidating and reporting for groups with multiple year ends, currencies and ERP systems with a slice and dice approach to reporting. While retaining the structure, control and validation needed in a financial reporting tool, we’ve managed to keep things flexible.
    Learn More
  • 5
    Pixtreegen
    This is the gen. your tree view to all format -> xml / php / mysql / swf / xsl and you can make your template by the pixtemgen Pix Serial Software Morteza Zandieh
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Server++
    A free PHP based server monitoring script. The script is designed focussing on minimum memory usage and an attractive user interface. Server++ uses Google Chart API to provide server information in an easy to understand and an enhanced way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Light-weight CMS providing all basic functions with ExtJs-based UI (featuring folders tree view ) and easy extendable module architecture. Implements MVC and REST principles.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    This application is a tree algorithms visualizator. The user can create his own tree of a certain type (among binary, binary search, and red black), his algorithm and then can observe the execution in real time of his algorithm on his tree.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Max Editor
    Max Editor is an on-line editor which you can edit your text files using a web browser. Is made with Javascript and PHP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    ::OMLM:: is a modular multi-level (MLM) network marketing engine designed to handle core MLM business functionality. It's a binary 2xN structured application. It can automatically generate invoices, commissions, weekly reports, binary structure, se
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    QTreeViewer is a small application for working with binary search tree (BST). The main purpose was to take a closer look at Qt and to make smth interesting (but maybe not very useful) at the same time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    It is a lightweight db frontend framework for RIA developers. It is use ExtJS. You can configure your data entry forms and grids in json. It can manage tabs/windows and tree like menu. Backend is a very thin php, you can replace any other (java).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    sWIB ("Simple Web Information Base"). A web-interface to store and manage textual information such as passwords, addresses etc. in a tree-structure with the possibility to attach files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    The bulk of genealogy software is pedigree based. The Angkan project is a descendant-oriented family tree collection, maintenance and presentation system. Angkan is the Filipino/Tagalog word for Tribe.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Vernash: Stream cipher based on the Vernam cipher and Variable-Length Hashes
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    This is it, the silver bullet. A general algorithm for general data structure (tree).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A binary self-balancing tree which implements the features of an AVL tree where each operations (add, remove, search) cost O(log(n)) It uses Java Generics in order to manage any kind of java objects associated to a comparable unique key.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    C based self manageable and adaptable dictionary builder system. It uses "Binary Tree" as its main data structure to store .manage and delete words with their respected meanings. It has got interactive C-graphics based GUI to choose options.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Cotonti Persian
    Cotonti Persian - Agile Website Engine - Clean, Fast and Secure CMS to power your sites
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Projekt może być wykorzystany jako system plików zawarty w dowolnej bazie danych. Project of system of storage and displaing documents write in xml/xsl and stored in relational database. Project can be taken advantage as filesystem in database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Ajax / PHP application to convert string to binary code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    binreplace is a command line tool to search and replace binary sequences in a file. It can be very powerful when used together with grep and sed. It uses prefix tree internally to search. It's efficient even with millions of search terms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    GOZ is a website displaying a graph instead of tagclouds. a tree with leaves that represent all your website. All is very dynamic. no need to organise your site...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Genealogy of Life
    Controversial ideas of Williamson, Margulis & others suggest speciation by hybridizing might be more common than originally thought. Taking this concept to the nth degree & assuming that indeed, speciation mostly occurs by hybridizing events, not the accumulation of mutations or genetic drift, here is a catalogueoflife2gedcom converter. It allows the tree of life to be displayed as a human genealogy tree with hybridizing events depicted as "marriages." The idea then is that mutation...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Sphex is a light and easy to use OOP PHP 5 Framework using the AMF binary format as a gateway for your Flex or Flash applications and any PDO enabled database. This project is using Zend_AMF and the Doctrine ORM.
    Downloads: 0 This Week
    Last Update:
    See Project