Showing 50 open source projects for "avl"

View related business solutions
  • Automated RMM Tools | RMM Software Icon
    Automated RMM Tools | RMM Software

    Proactively monitor, manage, and support client networks with ConnectWise Automate

    Out-of-the-box scripts. Around-the-clock monitoring. Unmatched automation capabilities. Start doing more with less and exceed service delivery expectations.
  • Cybersecurity Management Software for MSPs Icon
    Cybersecurity Management Software for MSPs

    Secure your clients from cyber threats.

    Define and Deliver Comprehensive Cybersecurity Services. Security threats continue to grow, and your clients are most likely at risk. Small- to medium-sized businesses (SMBs) are targeted by 64% of all cyberattacks, and 62% of them admit lacking in-house expertise to deal with security issues. Now technology solution providers (TSPs) are a prime target. Enter ConnectWise Cybersecurity Management (formerly ConnectWise Fortify) — the advanced cybersecurity solution you need to deliver the managed detection and response protection your clients require. Whether you’re talking to prospects or clients, we provide you with the right insights and data to support your cybersecurity conversation. From client-facing reports to technical guidance, we reduce the noise by guiding you through what’s really needed to demonstrate the value of enhanced strategy.
  • 1
    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. Bitarray used to detect existence without having to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Traccar (GPS tracking system)

    Traccar (GPS tracking system)

    Open source system for GPS tracking devices

    Open source server for GPS trackers. It includes support for popular devices: TK101, TK102, TK103, TK201, TK202, TK203, TK206, GPS-103, GL100, GL200, AVL-05, AVL-08, Mini MT, GT30i, GT60, VT300, VT310, VT400, PST-AVL01, PT60, PT300X, PT30, MVT340, MVT380, MVT600, GT30, GT30X, MT80, GT200, GT300, GT500, Datamax, ST210, ST900, ST910 and many others. Application includes embedded web server to track devices on map. Official web page: https://www.traccar.org/ Demo: https://www.traccar.org...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 3
    ... its own "big num" library named cint - use AVL trees to organize information - use Lanczos Block, a pure C iterative matrix eigenvalues finder algorithm - use Pollard's Rho algorithm to answer under 64 bits The Microsoft Windows executable is included in the zip, the readme.md gives you details. Small and larger RSA numbers have been factored by the software, such as the 100 decimal digit number RSA-100. The software factored the 321-bit RSA number relating to the "bank card case".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    avldb

    avldb

    Simple struct storage system, database library and engine.

    Very simple struct storage system, AVL and red-black tree based database library - database engine. You can define indexes over C struct.
    Downloads: 0 This Week
    Last Update:
    See Project
  • All-in-One Payroll and HR Platform Icon
    All-in-One Payroll and HR Platform

    For small and mid-sized businesses that need a comprehensive payroll and HR solution with personalized support

    We design our technology to make workforce management easier. APS offers core HR, payroll, benefits administration, attendance, recruiting, employee onboarding, and more.
  • 5
    libtdata

    libtdata

    Libtdata is a C library implements trees, index allocation and bit ops

    Libtdata is a small and portable C library implements a set of various search data structures, bit operations and index allocation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Advanced C/C++ library(ACL) for UNIX-like OS and WIN32 OS, including sync/async/ssl iostream for net/file, thread pool, process pool, db pool, server framework, event, memory, string, array/hash/ring/list, xml and json parser, http/smtp/icmp protocol, SSL/TLS, C unit test, etc
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    CL4fpc

    Containers library for fpc

    Some generic container library Red-Black tree, AVL tree, Decart tree, Weight-balanced tree - persistent and nonpersistent version HashMaps, FIFO, ResPool and other
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ALEPH-w

    ALEPH-w

    Data structures and Algorithms library

    Aleph-w is a library of data structures and algorithms implemented in and for C++. It contains the main data structures: single and double lists, special arrays (dynamic and of bits), many types of trees: multitrees, binary search trees, avl, red-black, randomized, treaps, splay and other interesting types. Several types of hash tables are implemented: separated chaining, open adressing with linear probing and double function hash; this last one has a garbage colector mechanism...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    treedb

    on-disk memory library

    treedb can implement malloc functionality, and much more! Need a heap that allocates from a fixed size chunk of memory? No problem. But where treedb comes into its own is when it comes to allocating from a mmap()ed disk file - the memory becomes persistent. If you follow the tests/examples, you too can store dictionaries, trees, lists or whatever you can think of in disk-based memory, just an open() and mmap() away. Treedb comes with an AVL tree, doubly-linked-list and variable-entry...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Eptura Workplace Software Icon
    Eptura Workplace Software

    From desk booking and visitor management, to space planning and office utilization data, Eptura Workplace helps your entire organization work smarter.

    With the world of work changed forever, it’s essential to manage your workplace and assets together to effectively create a high-performing environment. The Eptura experience combines the power of workplace management software with asset management, enabling you to effectively operate your building and facilitate hybrid work.
  • 10

    meta-treedb

    on-disk memory library using meta-data

    meta-treedb can implement malloc functionality, and much more! Need a heap that allocates from a fixed size chunk of memory? No problem. But where treedb comes into its own is when it comes to allocating from a mmap()ed disk file - the memory becomes persistent. If you follow the tests/examples, you too can store dictionaries, trees, lists or whatever you can think of in disk-based memory, just an open() and mmap() away. Meta-treedb comes with an AVL tree, doubly-linked-list...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Combustion analysis of internal combustion engine in-cylinder pressure data. For use in the development, calibration and modelling of internal combustion engines. Compatible with data recorded with AVL Indiwin/Indimaster/Indiset I-File format. Go to www.catool.org to download the latest version
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A library written in C that provides a sorted list (based on an AVL or Red-Black tree) for sorting large amounts of data without using up all the physical memory. Uses disk if there is more data in the sorted list than there is memory available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    STAVL-05

    STAVL-05, It is a firmware for Automatic Vehicle Location (AVL)

    STAVL-05, It is a firmware for Automatic Vehicle Location (AVL) initially compatible with AVL-02 , AVL-03 , AVL-05 devices. STAVL-05 send binary frames to the server, for reduce the tcp/udp traffic.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Immutable Sparse Wave Trees (WaveTree)

    Realtime bigdata tool for bit strings up to 2^63 based on AVL forest

    Realtime bigdata tool at the bit level based on immutable AVL forest which can be run in memory or, in future versions, as a merkle forest like a blockchain. Main object is a sparse bit string (Bits) that efficiently scales up to 2^63 bits normally compressed as forest has duplicated substrings. Bits objects support reading bit, byte, short, int, or long (Java primitives) at any bit index in 64 bit range. Example: instead of building a class to hold a header and then data, represent all...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    generic_search_sort

    generic lists, indexing, avl trees etc

    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Text Analyzer

    Text analyzing software

    An application developed in C using the list and the AVL tree data structures, which analyzes a text (.txt file) giving the following information as an output: 1. the total occurrences of every word in the text 2. the exact line of every occurrence of every word 3. the exact position in the line of every occurrence of every word 4. the exact paragraph of every occurrence of every word 5. the exact sentence of every occurrence of every word The output is also written in a .txt...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    CLAW is a C++ Library providing various tools in different domains, like a Tweener framework, Bézier curves manipulation, a map with multiple value types, a binary search tree container implemented as an AVL and an implementation of the sockets as std::stream. The library also includes a set of classes to easily load and write png, jpeg, gif files and other image formats. Finally, a part of the library is devoted to artificial intelligence in games and includes a generic alpha-beta...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This application's purpose is to visualize 5 common in computer science, tree data structures as well as visualizing their insertion, deletion, search and traversal operations. Supported trees: AVL, Red-Black, Splay, Treap, AB. Multilingual. Enjoy!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    GAD_Tool

    GAD_Tool

    Kleines Lerntool zur Visualisierung von Datenstrukturen

    ... abarbeitung aller Algorithmen - Sortieralgorithmen - Dynamische Arrays - Binär und Binomial Heaps - AVL Bäume - (a,b) Bäume - Hashing In Planung: - Graphen - O-Notation Wichtiger Hinweis: Auch wenn dieses Programm aufzeigen soll wie einige der bekanntesten Algorithmen und Datenstrukturen effizient realisiert werden, sind diese, vorwiegend, aufgrund von Einschränkungen durch die schrittweise Visualisierung, nicht effizient implementiert
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Arvore AVL
    Arvore AVL. Linguagem C. Estruturas de Dados II - FATEC - POA.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This is a recursive AVL that I wrote up in a few hours. I didn't like how my previous one worked so I decided to rewrite it. This was the project that really set my mind into recursive thinking.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Projeto de arvore binária AVL, para cadastro de karts e pilotos.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    libssdi

    Data structure library

    Library to implement popular data structures in C which doesn't need any modification to existing structures. SSDI stands for Store, Search, Delete, Iterate. Data structures which implement these will be added in this. Inspired by the ease in which a list can be created in Perl. Hope to bring such easy programmability using this library. Currently, sorted linked list, binary tree, AVL tree are implemented. Packaging not implemented.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A library of standard data structures in C, similar to STL in C++. Includes variable-length arrays, deques, hashtables, avl trees, binary heaps, and many other useful structures, with a simple and intuitive interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    the c prototyping tools library provides thread-safe linked list, priority queue, hash table, hash list, AVL tree and trie implementations, as well as a thread pool and thread management framework, a tcp and http socket api, and a dbms abstraction layer.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next