-
Updated
Jan 16, 2021 - Python
#
collections
Here are 825 public repositories matching this topic...
A curated list of awesome Python frameworks, libraries, software and resources
An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more.
android
ios
awesome
mobile
material-design
cross-platform
resources
mobile-app
reactive-programming
collections
awesome-list
flutter
mobile-development
dartlang
flutter-plugin
flutter-apps
flutter-plugins
flutter-examples
-
Updated
Jan 15, 2021 - Dart
A library of generic data structures.
-
Updated
Dec 25, 2020 - C
Community-curated topic and collection pages on GitHub
-
Updated
Jan 18, 2021 - Ruby
A curated list of awesome JupyterLab extensions and resources
-
Updated
Jan 5, 2021
nlp
data-science
machine-learning
data-mining
university
deep-learning
mooc
collections
neural-networks
russian
-
Updated
Jan 12, 2021
python
cli
library
awesome
utilities
python-library
pypi
data-structures
collections
awesome-list
utility-library
python-utilities
python-framework
python-libraries
best-of
best-of-list
-
Updated
Jan 16, 2021 - Python
An advanced, but easy to use, platform for writing functional applications in Java 8.
java
reactive
functional-programming
asynchronous
reactive-streams
streams
data-structures
monad
collections
java8
monoid
monad-transformers
streams-api
-
Updated
Dec 30, 2020 - Java
A complete, fully tested and documented data structure library written in pure JavaScript.
javascript
map
set
tree
collection
linked-list
stack
queue
dictionary
priority-queue
data-structures
collections
binary-search-tree
tree-structure
binary-heap
bag
binary-search
multimap
-
Updated
Dec 21, 2020 - JavaScript
-
Updated
Jun 3, 2019
Java Collections till the last breadcrumb of memory and performance
java
high-performance
annotation-processor
java-collections
koloboke
primitive-specializations
hashmap
collections
-
Updated
Feb 1, 2017 - Java
Open
Latency Compensation
3
veered
commented
Aug 17, 2015
I am modifying the modifier passed into a before.update hook and noticed that these changes are being passed to the update hook on the server. So the client and the server aren't processing the same modifier; the server only has the modifier outputted by the client side hook. This is related to the discussions here https://forums.meteor.com/t/meteor-collection-hooks-confused/748/7.
The solution
-
Updated
Oct 16, 2020 - Swift
Models and Collections for Vue
-
Updated
Jan 5, 2021 - JavaScript
A library of generic intrusive data structures and algorithms in ANSI C
c
linked-list
stack
queue
algorithms
datastructures
generic
hash-functions
collections
red-black-tree
hashtable
c89
ansi-c
iterative-algorithms
intrusive
cdsa
-
Updated
Jan 21, 2018 - C
Collection pipeline library for PHP
-
Updated
Jun 17, 2020 - PHP
-
Updated
Dec 20, 2020
Immutable persistent collections for Kotlin
-
Updated
Nov 30, 2020 - Kotlin
Google SEO研究及流量变现
search-engine
marketing
google
awesome
optimization
best-practices
seo
tips
collections
awesome-list
search-engine-optimization
semrush
google-seo
moz-seo
ahrefs-seo
seo-twitter
-
Updated
Jan 12, 2021
由淺入深的深度學習資源 Collection of deep learning materials for everyone
python
tools
deep-learning
tensorflow
jupyter-notebook
pytorch
generative-adversarial-network
gan
courses
collections
neural-networks
chinese
deeplearning
chinese-traditional
-
Updated
Jan 2, 2021
Set of 📝 with 🔗 to help those who are Data Science beginners 🤖
-
Updated
Nov 10, 2020
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).
c
set
bitset
json
list
tree
stack
queue
algorithms
string
dictionary
tuples
array
generic
priority-queue
hashmap
collections
lock-free
variant
memory-pool
-
Updated
Jan 18, 2021 - C
Improve this page
Add a description, image, and links to the collections topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the collections topic, visit your repo's landing page and select "manage topics."
We have
contains,containsAllandcontainsAllIterabletoday onRichIterable. The methodscontainsAny(Collection),containsNone(Collection),containsAnyIterable, andcontainsNoneIterablecan be implemented as default methods by fusinganySatisfyandnonSatisfywithcontains.