Collections

Open-source projects categorized as Collections

Top 23 Collection Open-Source Projects

  • awesome-python

    An opinionated list of awesome Python frameworks, libraries, software and resources.

  • Project mention: How I do technology watch | dev.to | 2024-03-07

    Python: https://github.com/vinta/awesome-python

  • awesome-flutter

    An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more.

  • Project mention: In-Depth Perspective on Flutter: A Comprehensive Analysis and Practice Guide | dev.to | 2024-02-08

    Website: https://github.com/Solido/awesome-flutter

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • windows-kernel-exploits

    windows-kernel-exploits Windows平台提权漏洞集合

  • ai-collection

    The Generative AI Landscape - A Collection of Awesome Generative AI Applications

  • Project mention: AI tools apps in one place sorted by category | /r/ChatGPT | 2023-05-29
  • explore

    Community-curated topic and collection pages on GitHub

  • Project mention: GitHub profile of the day: Lincoln Colling with tech-stack icons | dev.to | 2023-12-20

    There isn't a lot going on there, but I like the way he added the little language and tech-stack icons to his GitHub profile using the images served by the GitHub Explore page as well.

  • best-of-python

    🏆 A ranked list of awesome Python open-source libraries and tools. Updated weekly.

  • Collections-C

    A library of generic data structures for the C language.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • Eclipse Collections

    Eclipse Collections is a collections framework for Java with optimized data structures and a rich, functional and fluent API.

  • Project mention: Yet another introduction to Functional Programming | dev.to | 2023-07-12

    eclipse-collections for Java.

  • sc

    Common libraries and data structures for C.

  • Project mention: A simple hash table in C | news.ycombinator.com | 2023-06-13
  • StreamEx

    Enhancing Java Stream API

  • awesome-seo

    Google SEO Research and Web Traffic Monetization

  • Project mention: 3 Github Repositories That Will Help To Side Hustle | dev.to | 2024-02-24

    awesome-seo: Link: awesome-seo Description: The author, madawei2699, is a Chinese developer. He has been organizing a checklist since a systematic study of Google SEO in 2019. The checklist undergoes periodic updates. Additionally, contributions in the form of PRs are welcome to his repo, along with the sharing of valuable links related to SEO. This repository contains guides and also curated list of tools related to SEO. At the time of this article, the repository got more than 2K stars.

  • awesome-devops

    A curated list of awesome DevOps platforms, tools, practices and resources

  • DevSecOps

    ♾️ Collection and Roadmap for everyone who wants DevSecOps. Hope your DevOps are more safe 😎 (by hahwul)

  • cyclops-react

    An advanced, but easy to use, platform for writing functional applications in Java 8.

  • buckets

    A complete, fully tested and documented data structure library written in pure JavaScript.

  • awesome-flake8-extensions

    :octocat: A curated awesome list of flake8 extensions. Feel free to contribute! :mortar_board:

  • Project mention: A Tale of Two Kitchens - Hypermodernizing Your Python Code Base | dev.to | 2023-11-12

    Ultimately we want to test our code with Flake8 and plugins to enforce a more consistent code style and to encourage best practices. When you first introduce flake8 or a new plug-in commonly you have a lot of violations that you can silence with a #noqa comment. When you first introduce a new flake8 plugin, you will likely have a lot of violations, which you silence with #noqa comments. Over time these comments will become obsolete because you fixed the. yesqa will automatically remove these unnecessary #noqa comments.

  • kotlinx.collections.immutable

    Immutable persistent collections for Kotlin

  • Project mention: Is there a way to atomically add to a list and return its index? | /r/Kotlin | 2023-12-08

    In Clojure, it is called an Atom. I created my own via AtomicReference and https://github.com/Kotlin/kotlinx.collections.immutable. It works really well in Kotlin. It works especially well if you use tons of coroutines.

  • awesome-pinescript

    A Comprehensive Collection of Everything Related to Tradingview Pine Script.

  • swift-nonempty

    🎁 A compile-time guarantee that a collection contains a value.

  • best-of-jupyter

    🏆 A ranked list of awesome Jupyter Notebook, Hub and Lab projects (extensions, kernels, tools). Updated weekly.

  • Project mention: Spreadsheet errors can have disastrous consequences – yet we keep making them | news.ycombinator.com | 2024-01-25

    What are some Software Development methods for reducing errors:

    1. AUTOMATED TESTS; test assertions

    To write spreadsheet tests:

    A. Write your own test assertion library for their macro language; write assertEqual() in VBscript and Apps Script.

    B. Use another language with a test library and a test runner; e.g. Python and the `assert` keyword, unittest.TestCase().assertEqual() or pytest.

    C. Test the spreadsheet GUI with something like AutoHotKey.

    From https://news.ycombinator.com/item?id=35896192 :

    > The Scientific Method is testing, so testing (tests, assertions, fixtures) should be core to any scientific workflow system.

    > awesome-jupyter#testing: https://github.com/markusschanta/awesome-jupyter#testing

    > ml-tooling/best-of-jupyter lists papermill/papermill under "Interactive Widgets/Visualization" https://github.com/ml-tooling/best-of-jupyter#interactive-wi...

  • mlib

    Library of generic and type safe containers in pure C language (C99 or C11) for a wide collection of container (comparable to the C++ STL).

  • Project mention: preprocessor stuff - compile time pasting into other files | /r/C_Programming | 2023-12-09

    This uses the preprocessing library

  • ChatGPT-Prompts

    ChatGPT and Bing AI prompt curation (by yokoffing)

  • Project mention: Mastering Your AI Coworker: A Developer's Guide to ChatGPT | dev.to | 2023-05-30

    Crafting prompts is an entire subject in itself, so you might want to do some more research here. A good starting point is the awesome-chatgpt-prompts repo or this ChatGPT-Prompts repo.

  • awesome-flutter

    💗 A curated list of awesome Flutter libraries, tools, tutorials, articles and more.. All you should know about Flutter development! (by nepaul)

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Collections related posts

Index

What are some of the best open-source Collection projects? This list will help you:

Project Stars
1 awesome-python 204,784
2 awesome-flutter 51,230
3 windows-kernel-exploits 7,712
4 ai-collection 6,595
5 explore 4,138
6 best-of-python 3,400
7 Collections-C 2,715
8 Eclipse Collections 2,354
9 sc 2,163
10 StreamEx 2,147
11 awesome-seo 2,100
12 awesome-devops 1,699
13 DevSecOps 1,619
14 cyclops-react 1,296
15 buckets 1,231
16 awesome-flake8-extensions 1,193
17 kotlinx.collections.immutable 1,081
18 awesome-pinescript 991
19 swift-nonempty 832
20 best-of-jupyter 829
21 mlib 790
22 ChatGPT-Prompts 765
23 awesome-flutter 600

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com