Showing 53 open source projects for "linked lists"

View related business solutions
  • 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.
  • 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.
  • 1
    vimwiki

    vimwiki

    Personal Wiki for Vim

    Vimwiki is a personal wiki for Vim, interlinked, plain text files written in a markup language. Organize notes and ideas and quickly create links between them, manage todo-lists, and write a diary. VimWiki is a personal wiki for Vim, a number of linked text files that have their own syntax highlighting. See the VimWiki Wiki for an example website built with VimWiki! Three markup syntaxes supported, Vimwiki's own syntax, Markdown, MediaWiki. Export everything to HTML, link to other wiki pages...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    Simple components for Ada

    Simple components for Ada

    A software components library

    The Simple components for Ada library provides implementations of smart pointers for automatically collected objects (using reference counting), object persistence, unbounded and bounded arrays of smart pointers, generic unbounded arrays of private objects and plain pointers, generic sets, maps, B-trees, directed graphs, directed weighted graphs, stacks, and storage pools. It also includes table management, string editing, IEEE 754 support, and infix expression parsing tools. Implementations...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    libHX is a C library (with some C++ bindings available) that provides data structures and functions commonly needed, such as maps, deques, linked lists, string formatting and autoresizing, option and config file parsing, type checking casts and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    D-List

    D-List

    An extensive list subsystem, written in C

    D-List is an extensive, production quality, and robust list management subsystem written in C that can be used as a shared library or compiled directly into your project. D-List provides access to 3 classes of lists, and allows extensive manipulation and customization of these lists. D-List lists can also be easily incorporated as primitives into larger treed, or nested data management systems. D-List implements a comprehensive set of linked list primitives that provides multiple forms...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Business Continuity Solutions | ConnectWise BCDR Icon
    Business Continuity Solutions | ConnectWise BCDR

    Build a foundation for data security and disaster recovery to fit your clients’ needs no matter the budget.

    Whether natural disaster, cyberattack, or plain-old human error, data can disappear in the blink of an eye. ConnectWise BCDR (formerly Recover) delivers reliable and secure backup and disaster recovery backed by powerful automation and a 24/7 NOC to get your clients back to work in minutes, not days.
  • 5
    FlexiList.

    FlexiList.

    FlexiList is a Java data structure that combines the benefits of array

    FlexiList is a Java data structure that combines the benefits of arrays and linked lists. Like an array, it allows for efficient access to elements by index. Like a linked list, it allows for efficient insertion and deletion of elements at any position in the list. Benefits Over Arrays and ArrayList ->Efficient Insertion and Deletion: FlexiList can insert or delete nodes at any position in the list in O(1) time, whereas arrays require shifting all elements after the insertion or deletion...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    jmusicplayer2

    jmusicplayer2

    Music player written in Java

    Java music player. * Supported formats: - mp3 - ogg - wav * m3u play lists * 5 band equalizer * 5 band graphical equalizer * random mode * continuous play * option to stop playing after the end of the current song. * Shows the image associated to the song. * You can filter the songs of the list * Drag and drop music files from the file exporer. * Multilanguage * Zoom * Dark mode * JDK-17 compatibility The most significant new code features...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    C++ Complex Calculator

    C++ complex calculator with arrays, matrices, eigenvectors, functions

    ... polynomial. A hash table is used to do fast variable and function lookup (they are entries in the same table). Collisions are handled in the hash table by making each entry a linked list. Written as C++ classes using the STL libraries <complex> and <vector>. The Numerical Recipes routines zroots and laguer rewritten in C++ find the complex roots of a polynomial with complex coefficients.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Quaternion Lorentz

    Complex quaternion calculator with Lorentz boosts and rotations

    C++ code to perform the Lorentz boosts and rotations of special relativity using complex quaternions The interface is a complex quaternion console-based calculator with operations + - * / and functions for Lorentz boosts and rotations. THEORY Complex quaternions have form q = A + B * I + C * J + D * K A, B, C, D complex I * I = -1 J * J = -1 K * K = -1 I * J = K J * I = -K J * K = I K * J = -I K * I = J I * K = -J Transpose T takes I into -I, J into -J, K into...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Pedaba 2.8

    Pedaba 2.8

    General purpose DataBase application for Linux 64bit.

    Pedaba 2.8 is an application for designing and managing personal databases! It combines your data (texts, images, numbers, arithmetic and dates) to create databases NOT of general form but of your personal taste, which are stored in your hard drive . It also has the ability to combine your data (inside pedaba) with several well-known Linux applications (web,multimedia,text and graphics applications). Υou can export anything you want as common ascii text files. Actually pedaba-2 creates...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Finance Automation that puts you in charge Icon
    Finance Automation that puts you in charge

    Tipalti delivers smart payables that elevate modern business.

    Our robust pre-built connectors and our no-code, drag-and-drop interface makes it easy and fast to automatically sync vendors, invoices, and invoice payment data between Tipalti and your ERP or accounting software.
  • 10

    listes

    Implementation of circular doubly linked list

    Implementations of circular doubly linked lists with improvements. For example we use multi-allocation and a trace list to access elements in a quicker way
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    clzw

    clzw

    Implementation of LZW compression algorithm in C

    Simple, fast implementation of LZW (Lempel–Ziv–Welch) data compression algorithm in C. - Console encoder/decoder tools - OS independent - Could be used in embedded projects - Works with raw code-stream LZW features: - Hardcoded dictionary size - Variable code size - Code search is performed by hash table and embedded in dictionary linked lists (encoder) - No dynamic memory allocation
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    StructPie

    StructPie

    A set of C libraries to implement data structures and algorithms

    Struct-Pie (Structures Pie) is a set of C shared libraries to implement data structures and algorithms so that they can be used/integrated easily into C projects. LIFO & FIFO Stack, Binary Search Tree, Priority Queue and a Hash Table are implemented and included in this package. Future releases will have many other data structures. The hash table in this package uses separate chaining to avoid collision. In the "hash_table" directory, the hash table implementation uses linked lists...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Data Algorithm/leetcode/lintcode

    Data Algorithm/leetcode/lintcode

    Data Structure and Algorithm notes

    This work is some notes of learning and practicing data structures and algorithms. Part I is a brief introduction of basic data structures and algorithms, such as, linked lists, stack, queues, trees, sorting and etc. This book notes about learning data structure and algorithms. It was written in Simplified Chinese but other languages such as English and Traditional Chinese are also working in progress.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14

    ctoolbox

    A place to drop some c routines - strings, array, linked lists, etc

    A place to drop some c routines - strings, array, linked lists, etc (not ready for prime time).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    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
  • 16

    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
  • 17
    This program is used by the hotel staff to store and organize data related to hotel reservations. The program used linked lists to add, delete, edit, and print out a reservation. Also, the program can generate bills, take meal orders for room services etc.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 18
    This project will be offering a bank management system program that will offer the users of the bank management an easier way of dealing with customers in a variety of 8 different options . the main abstract data type used is linked lists,
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    schoolmanagerds

    GUI C++ Program for managing a school

    a C++ program with a graphical user interface that is used to manage the data of a school. It uses a data structure (linked lists) to manage the data and it saves the database into text files and loads them back when it launches. Instructions manual + source code + example text files are included
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Relinx

    Relinx

    Yet another .NET-like LINQ library in C++ with lazy evaluation.

    Yet another .NET-like LINQ library that supports lazy evaluation (or evaluation on demand). The Relinx library implements almost all .NET LINQ methods. Some of them are lazy and some of them are not. Also, the library contains a couple of methods that are not standard LINQ methods. The library uses forward-only iterators (input iterators) and can be used for single-linked lists (forward_list). Source code contains doxygen blocks. So, some documentation can be generated using doxygen.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Java DSA extensions

    Java datastructures and algorithms extensions

    DSA extensions contains classes similar in purpose to the classes provided in java.util. Currently, it contains sortable Lists and Maps, as well as a balanced binary search tree and a binary array search algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    imamLL

    imamLL

    linked list for C prgramming language

    ImamLL is a elegant linked list library for C programming language. It is designed to be efficient and programmers friendly by minimizing number of variables required for allocating memory from the heap. It is created in a hope that it will help developers to store arbitrary information in the programs easily.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    JSnake 2015

    Snake written in Java, utilizing reflection and linked lists.

    A final project for a computer science class, this is the classic game Snake written in Java (JRE 1.7) demonstrating reflection, linked lists and a simple bubble sort. Fully commented with JavaDocs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Object Relations

    Object Relations

    Flexible database for storing object relations

    A database solution for storing objects, it's properties and relations between them. Add, edit objects, properties, types, relations and quickly jump between related objects and it's properties. Create and follow up on issues, relate issues to objects. Please checkout code from svn. The Wiki contains some basic instructions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Immutable Collections for Java

    Immutable/Persistent Collections Library

    Library providing immutable/persistent collection classes for Java. While collections are immutable they provide methods for adding and removing values by creating new modified copies of themselves. Each copy shares as much as possible of its structure with other copies to minimize memory consumption. The library includes a singly linked (cons/cddr style) list/stack, an integer trie based indexed list, a 2-3 tree based random access indexed list, a 2-3 tree based map, a hash trie based map...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next