Showing 585 open source projects for "collections"

View related business solutions
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
  • 1
    Doctrine Collections

    Doctrine Collections

    Collections abstraction library

    Doctrine Collections is a library that contains classes for working with arrays of data. Doctrine Collections provides an interface named Doctrine\Common\Collections\Collection that resembles the nature of a regular PHP array. That is, it is essentially an ordered map that can also be used like a list. A Collection has an internal iterator just like a PHP array. In addition, a Collection can be iterated with external iterators, which is preferable. To use an external iterator simply use...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Eclipse Collections

    Eclipse Collections

    Eclipse Collections is a collections framework for Java

    Eclipse Collections is the best Java collections framework ever that brings happiness to your Java development. Integrate it to your codebase today with your favorite build tools! Maximize the power of Java 8 Lambda expressions and method references with rich APIs directly available on your collections. Many container types include immutable collections, primitive collections, bimaps, multimaps and bags. You can make use of various container types, leveraging handy factory methods...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Magisk

    Magisk

    Suite of open source tools for customizing Android

    ... collections of tools for installation, daemons, and utilities for developers. Magisk contains MagiskSU, Magisk Modules and MagiskHide features.
    Downloads: 615 This Week
    Last Update:
    See Project
  • 4
    libGDX

    libGDX

    Desktop/Android/HTML5/iOS Java game development framework

    .... libGDX comes with batteries included. Write 2D or 3D games and let libGDX worry about low-level details. Heavy emphasis is put on avoiding garbage collection for ART/JavaScript by careful API design and the use of custom collections. libGDX is a well proven and reliable framework with a sound base and documentation. Furthermore, there are plenty of games built on top of libGDX, many of which are open source.
    Downloads: 58 This Week
    Last Update:
    See Project
  • AlertBot: Website Monitoring of Uptime, Performance, and Errors Icon
    AlertBot: Website Monitoring of Uptime, Performance, and Errors

    For IT Professionals and network adminstrators looking for a web application monitoring solution

    AlertBot monitors your website's full functionality around the clock so you can focus your time on more important things.
  • 5
    Bruno

    Bruno

    Opensource IDE For Exploring and Testing Api's

    Bruno is a Fast and Git-Friendly Opensource API client, aimed at revolutionizing the status quo represented by Postman, Insomnia, and similar tools out there. Bruno stores your collections directly in a folder on your filesystem. We use a plain text markup language, Bru, to save information about API requests. You can use git or any version control of your choice to collaborate over your API collections. Bruno is offline only. There are no plans to add cloud-sync to Bruno, ever. We value your...
    Downloads: 15 This Week
    Last Update:
    See Project
  • 6
    Thunder Client

    Thunder Client

    Thunder Client is a lightweight Rest API Client Extension for VS Code

    Thunder Client is a lightweight Rest API Client Extension for Visual Studio Code, hand-crafted by Ranga Vadhineni with simple and clean design. The source code is not open source. You can report any bugs or feature requests here. Lightweight Rest API Client for VS Code. Simple & Easy to use UI. Supports Collections and Environment variables. Scriptless Testing: Test API response easily with GUI based interface. Themes: The extension supports VS Code themes. Offline & Local Storage: Works...
    Downloads: 25 This Week
    Last Update:
    See Project
  • 7
    Guava

    Guava

    Google core libraries for Java

    Guava is a set of core libraries that includes new collection types (such as multimap and multiset), immutable collections, a graph library, and utilities for concurrency, I/O, hashing, primitives, strings, and more!
    Downloads: 15 This Week
    Last Update:
    See Project
  • 8
    Nerd Fonts

    Nerd Fonts

    Iconic font aggregator, collection, & patcher. 3,600+ icons

    Nerd Fonts patches developer targeted fonts with a high number of glyphs (icons). Specifically to add a high number of extra glyphs from popular ‘iconic fonts’ such as Font Awesome, Devicons, Octicons, and others. 50+ patched and ready-to-use programming fonts. 3600+ icons combined from popular sets. Iconic font aggregator, collection, & patcher. 3,600+ icons, 50+ patched fonts: Hack, Source Code Pro, more. Glyph collections: Font Awesome, Material Design Icons, Octicons, & more. Nerd Fonts...
    Downloads: 27 This Week
    Last Update:
    See Project
  • 9
    Pencil

    Pencil

    The Pencil Project's unique mission is to build a free tool

    ... is shipped with Android and iOS UI stencils pre-installed. This makes it even easier to start protyping apps with a simple installation. Starting from 2.0.2 Pencil has even more shape collections included by default. The list of built-in collections now includes general-purpose shapes, flowchart elements, desktop/web UI shapes, Android and iOS GUI shapes.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 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.
  • 10
    JsonCpp

    JsonCpp

    A C++ library for interacting with JSON

    JSON is a lightweight data-interchange format. It can represent numbers, strings, ordered sequences of values, and collections of name/value pairs. JsonCpp is a C++ library that allows manipulating JSON values, including serialization and deserialization to and from strings. It can also preserve existing comment in unserialization/serialization steps, making it a convenient format to store user input files. The branch 00.11.zis a new branch, its major version number 00 is to show...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 11
    Kavita

    Kavita

    Kavita is a fast, feature rich, cross platform reading server

    ... to your reading lists and collections. Serve up Manga/Webtoons/Comics (cbr, cbz, zip/rar, 7zip, raw images) and Books (epub, pdf). First-class responsive readers that work great on any device (phone, tablet, desktop). Dark mode and customizable theming support. Provide hooks into metadata providers to fetch metadata for Comics, Manga, and Books. Metadata should allow for collections, want-to-read integration from 3rd party services, genres. Ability to manage users, access, and ratings.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 12
    Swift Algorithms

    Swift Algorithms

    Commonly used sequence and collection algorithms for Swift

    Swift Algorithms is an open-source package of sequence and collection algorithms, along with their related types. Algorithms are powerful tools for thought because they encapsulate difficult-to-read and error-prone raw loops. The Algorithms package includes a host of powerful, generic algorithms frequently found in other popular programming languages. We hope this new package will help people embrace algorithms, improving the correctness and performance of their code. With the Algorithms...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 13
    Komga

    Komga

    Media server for comics/mangas/BDs/magazines/eBooks with API and OPDS

    A media server for your comics, mangas, BDs, magazines, and eBooks. Organize your CBZ, CBR, PDF, and EPUB files in different libraries, collections, or reading lists. Use the integrated Webreader, the Tachiyomi extension, any OPDS reader, or other integrations.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14
    Concordia

    Concordia

    Crowdsourcing platform for full text transcription and tagging

    Concordia is a platform for crowdsourcing transcription and tagging of text in digitized images. It was developed by the Library of Congress so that volunteers of all backgrounds could transcribe and tag digitized images of manuscripts and typed materials from the Library’s collections that could not otherwise be done by optical character recognition.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    Dynamic Data

    Dynamic Data

    Reactive collections based on Rx.Net

    Rx is extremely powerful but out of the box provides nothing to assist with managing collections. In most applications, there is a need to update the collections dynamically. Typically a collection is loaded and after the initial load, asynchronous updates are received. The original collection will need to reflect these changes. In simple scenarios the code is simple. However, typical applications are much more complicated and may apply a filter, transform the original dto and apply a sort...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Nakama

    Nakama

    Distributed server for social and realtime games and apps

    Distributed server for social and real-time games and apps. Users can connect with friends, and join groups. A built-in social graph to see how users can be connected. Extend the server with custom logic written in Lua, TypeScript/JavaScript, or native Go code. Build scalable games and apps with a production-ready server used by ambitious game studios and app developers all around the world.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17
    Milkman

    Milkman

    An extensible request/response workbench

    ... for request aspects (e.g. table-based editors for headers), importers, whatever it is, you can extend it. The core application only handles Workspaces with Environments, Collections, Requests, and their aspects. Several plugins are provided already that extend the core application to be a replacement for postman. Crafting and Executing Http/Rest requests with json highlighting. Support Proxy-server configuration and SSE.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    Librum

    Librum

    The Librum client application

    A clean and powerful way to read and manage your e-books on any device. Create your own personalized online library that you can access from any device, anytime, anywhere. Librum automatically saves everything you need to the cloud. Focus on what actually matters, using a simple and straight forward interface. Librum works out of the box, everywhere and at any time. Organize your library the way you want it to be using Librum's organization features. Add your books to collections, tag them...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    NVIDIA NeMo

    NVIDIA NeMo

    Toolkit for conversational AI

    NVIDIA NeMo, part of the NVIDIA AI platform, is a toolkit for building new state-of-the-art conversational AI models. NeMo has separate collections for Automatic Speech Recognition (ASR), Natural Language Processing (NLP), and Text-to-Speech (TTS) models. Each collection consists of prebuilt modules that include everything needed to train on your data. Every module can easily be customized, extended, and composed to create new conversational AI model architectures. Conversational AI...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    kafka-go

    kafka-go

    Kafka library in Go

    We rely on both Go and Kafka a lot at Segment. Unfortunately, the state of the Go client libraries for Kafka at the time of this writing was not ideal. sarama, which is by far the most popular but is quite difficult to work with. It is poorly documented, the API exposes low level concepts of the Kafka protocol, and it doesn't support recent Go features like contexts. It also passes all values as pointers which causes large numbers of dynamic memory allocations, more frequent garbage collections...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    Kotlin multiplatform

    Kotlin multiplatform

    Kotlin multiplatform / multi-format serialization

    Kotlin serialization consists of a compiler plugin, that generates visitor code for serializable classes, a runtime library with core serialization API, and support libraries with various serialization formats. Using Kotlin Serialization requires Kotlin compiler 1.4.0 or higher. Make sure you have the corresponding Kotlin plugin installed in the IDE, no additional plugins for IDE are required.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    NeoDB

    NeoDB

    NeoDB is a self-hosted server tracking what you read/watch/listen/play

    NeoDB is an open-source software and global community platform since 2021. It helps users to manage and explore collections, reviews, and ratings for various cultural products, including books, movies, music, podcasts, games, and performances. Additionally, users can share their collections, publish microblogs, and engage with others in the Fediverse. NeoDB integrates the functionalities of platforms like Goodreads, Letterboxd, RateYourMusic, and Podchaser, among others. It also supports self...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Collect

    Collect

    A Collections-only split from Laravel's Illuminate Support

    Import Laravel's Collections into non-Laravel packages easily, without needing to require the entire Illuminate\Support package. If you are a developer working on Collect and you're tasked with upgrading it to mirror a new version of Laravel, run ./upgrade.sh from the root directory. You can pass a parameter to target a specific Laravel version (e.g. ./upgrade.sh 5.7.10) or if you don't pass a parameter, the script will find the latest tagged release and run against that.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    WhatIf

    WhatIf

    Fluent syntactic sugar of Kotlin for handling single if-else statement

    Fluent Kotlin expressions for handling single if-else statements, nullable, collections, and boolean. WhatIf has been downloaded in more than 110k Kotlin and Android projects all over the world.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Jekyll Relative Links

    Jekyll Relative Links

    A Jekyll plugin to convert relative links to markdown files

    A Jekyll plugin to convert relative links to Markdown files to their rendered equivalents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next