Here are
948 public repositories
matching this topic...
A curated list of awesome Python frameworks, libraries, software and resources
Updated
Aug 4, 2021
Python
An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more.
Updated
Aug 11, 2021
Dart
windows-kernel-exploits Windows平台提权漏洞集合
Community-curated topic and collection pages on GitHub
Updated
Aug 14, 2021
Ruby
A library of generic data structures.
A curated list of awesome JupyterLab extensions and resources
🏆 A ranked list of awesome Python open-source libraries and tools. Updated weekly.
Updated
Aug 12, 2021
Python
Enhancing Java Stream API
Updated
Aug 10, 2021
Java
📝 Подборка ресурсов по машинному обучению
Google SEO Research and Web Traffic Monetization
An advanced, but easy to use, platform for writing functional applications in Java 8.
A complete, fully tested and documented data structure library written in pure JavaScript.
Updated
Dec 21, 2020
JavaScript
📗 Introduce you amazing Windows apps🕶 READ ONLINE 👉
Java Collections till the last breadcrumb of memory and performance
A Collections library for PHP.
🎁 A compile-time guarantee that a collection contains a value.
Updated
Aug 10, 2021
Swift
A curated awesome list of flake8 extensions. Feel free to contribute!
🎓
Models and Collections for Vue
Updated
Aug 11, 2021
JavaScript
A library of generic intrusive data structures and algorithms in ANSI C
Immutable persistent collections for Kotlin
Updated
Jul 19, 2021
Kotlin
Collection pipeline library for PHP
由淺入深的深度學習資源 Collection of deep learning materials for everyone
1000+ Java Interview Questions
Updated
Jun 20, 2021
Java
An extensive set of Laravel framework helper functions and collection macros.
Immutable collections for Go
⚡ PHP7 / Laravel Multi-format Streaming Parser
🗃️ 收集看到的内容特别棒的技术文章并会配有一段个人短评
Set of 📝 with 🔗 to help those who are Data Science beginners 🤖
Improve this page
Add a description, image, and links to the
collections
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
collections
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
We have
contains
,containsAll
andcontainsAllIterable
today onRichIterable
. The methodscontainsAny(Collection)
,containsNone(Collection)
,containsAnyIterable
, andcontainsNoneIterable
can be implemented as default methods by fusinganySatisfy
andnonSatisfy
withcontains
.