Showing 14 open source projects for "arraylist"

View related business solutions
  • The Most Powerful Software Platform for EHSQ and ESG Management Icon
    The Most Powerful Software Platform for EHSQ and ESG Management

    Addresses the needs of small businesses and large global organizations with thousands of users in multiple locations.

    Choose from a complete set of software solutions across EHSQ that address all aspects of top performing Environmental, Health and Safety, and Quality management programs.
    Learn More
  • 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
  • 1
    FlexiList.

    FlexiList.

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

    ...->Good Memory Locality: FlexiList nodes are stored in a contiguous block of memory, making it more cache-friendly than arrays. ->Faster Insertion and Deletion: FlexiList can insert or delete nodes at any position in the list in O(1) time, whereas ArrayList requires shifting all elements after the insertion or deletion point.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    VR Paged List GXS for C++ and more ...

    VR Paged List GXS for C++ and more ...

    Paged Lists & Iterators GXS for C++ Sources by Vincent Radio {Adrix.NT

    ...) - VR Generic Multi Dim Array Class - VR Generic MDArray List Mgr Class - VR Generic Adjacency (List | Matrix) Direct Graph Classes - VR List Interface with STL Support with some nice implementations (ArrayList, Paged-LIst) - Env Var Notes for sources for C++ Builder (Embarcadero) - Special DLLs Build - Embarcadero C++Builder VCL Test Application for Paged List - Dev-C++, Visual Studio Build Projects have fun another fine SunStorm release for more products write to ... Vincent Radio {Adrix.NT} adrixnt@hotmail.it
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    GoDS

    GoDS

    Implementation of various data structures and algorithms in Go

    GoDS, which means "Go Data Structures", is an implementation of various data structures and algorithms in Go. It provides a wide variety of containers (Sets, Lists, Stacks, Maps, Trees), sets (HashSet, TreeSet, LinkedHashSet), lists (ArrayList, SinglyLinkedList, DoublyLinkedList), stacks (LinkedListStack, ArrayStack), maps (HashMap, TreeMap, HashBidiMap, TreeBidiMap, LinkedHashMap), trees (RedBlackTree, AVLTree, BTree, BinaryHeap), comparators, and iterators. Containers are either ordered or unordered. All ordered containers provide stateful iterators and some of them allow enumerable functions. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4

    JILRuntime/JewelScript

    An object-oriented script language to embed in any application

    A general purpose, object-oriented script language that compiles into code for a register based virtual machine. The language is quite similar to object-oriented high-level languages like Java and C#. The library is entirely self-sufficient and ANSI C compliant. It's main purpose is to be embedded in any application to allow automation of that application through scripting. An integrated C++ binding code generator allows you to create bindings for your application's classes in seconds....
    Downloads: 0 This Week
    Last Update:
    See Project
  • Respond 100x faster, more accurately, and improve your documentation Icon
    Respond 100x faster, more accurately, and improve your documentation

    Designed for forward-thinking security, sales, and compliance teams

    Slash response times for questionnaires, audits, and RFPs by up to 90%. OptiValue.ai automates the heavy lifting, freeing your team to focus on strategic priorities with intuitive tools for seamless review and validation.
    Learn More
  • 5
    Java Google Alerts API

    Java Google Alerts API

    A java library allow user get, create, delete, update google alert.

    Java Google Alerts API provides you with a lightweight library especially designed to help developers create, delete and update Google alerts within their applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    POIRE

    POIRE

    Its a Microsoft Ms-office files(Excel, Word, Powerpoint) handling with

    Author: Ssire Kumar Puttagunta Its a Microsoft Ms-office file handling with Java with the help of the POI classes. This API was develop on the top of the POI library. Its has so many methods for working with the excel files. These methods will work on the both the Excel formats .xls and .xlsx files. In this i was included so many user friendly methods with the help of POI Library. This API will support all the excel formats like .xls and .xlsx with the help of the NPOIFSFileSystem &...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    I took a fork and ported to Lazarus The Delphi Containers library. I called it Containers library for Lazarus. DCL is a free library that provides ArrayList, LinkedList, Vector, HashMap, HashSet, ArraySet, Queue and Stack structures to Delphi/Kylix.It also provides algorithms like in STL (Apply, Found, CountObject, Copy, Generate, Fill, Reverse, Sort...).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    RoguePHP
    ...View templates are 100% valid XHTML documents. 20% faster than smarty templates on render and 100x faster on compile. Basic Log4J style logging with detailed log formatters. Basic internationalization support with tight view integration. Simple Java style Collections (ArrayList, HashMap), Observers and reusable Constraint system. MySQL DB support with detailed query profiling and local / distributed cache support. Very fast abstraction layer and easy to integrate on any project. Includes Network cache locking. video tutorials: http://www.youtube.com/user/foneyop/videos
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    A FreePascal library that provides dynamic arrays in a form of linked lists.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Captain Compliance - Data Privacy and Compliance Software Icon
    Captain Compliance - Data Privacy and Compliance Software

    Privacy Compliance Software - Avoid Fines and Prevent Lawsuits

    Captain Compliance handles your data privacy requirements so you can be privacy compliant. No more compliance stress, stop stressing over regulatory risks – just privacy protection managed by experts. Our user-friendly platform backed by privacy professionals simplifies the process of navigating regulations, giving your customers transparent choices, and building essential trust for your organization.
    Learn More
  • 10
    This project it's a Java Lib to read some html (a File or a URL) and get a table into that. This returns a ArrayList with the information inside this HTML table. To find the table you need to say a String index to find this table.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    This library mocks the Java's Collections Framework. A total of 7 classes(ArrayList, HashMap, HashSet, TreeMap, TreeSet, LinkedHashMap, LinkedHashSet) are available. Organize your JavaScript data in a faster and efficient manner.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    SWCollections is a port of the popular java.util classes to the SuperWaba platform. SuperWaba doesn't have Collections support by itself, but you will be able to use an ArrayList or a TreeMap as usual with this library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Phrame is a web development platform for PHP based on the design of Jakarta Struts. Phrame provides your basic Model-View-Controller architecture, and also takes a step further adding standard components such as: HashMap, ArrayList, Stack, etc...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    DCLX is a free library that provides ArrayList, LinkedList, Vector, HashMap, HashSet, ArraySet, Queue and Stack structures to Delphi/Kylix. It also provides algorithms like in STL (Apply, Found, CountObject, Copy, Generate, Fill, Reverse, Sort...).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB