Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Projects in Awesome Lists tagged with set
A curated list of projects in awesome lists tagged with set .
https://github.com/unixjunkie/slist
Skip list implementation in OCaml
delete find insert ocaml-library randomized-binary-search-trees randomized-data-structure set set-operations skip-list
Last synced: 15 Oct 2024
https://github.com/danielrbradley/collection-fns
Functions for working with built-in collection types
array collections iterable javascript javascript-library map set typescript typescript-library
Last synced: 12 Oct 2024
https://github.com/theodesp/go-shuffled-queue
A priority queue that shuffles elements with the same priority. Written in Go and inspired by https://github.com/mafintosh/shuffled-priority-queue.
golang priority-queue queue random set
Last synced: 19 Oct 2024
https://github.com/elliotwutingfeng/asciiset
asciiset is an ASCII character bitset.
ascii bitmask bitset bitwise byte data-structures hacktoberfest set string
Last synced: 11 Nov 2024
https://github.com/kubikowski/set-utilities
High performance set theory - functional utilities which operate on arbitrary input sets.
difference disjoint equivalence intersection math set set-theory sets subset superset typescript union
Last synced: 21 Dec 2024
https://github.com/shinnn/readdir-sorted
Like `fs.promises.readdir()`, but sorts the result based on `String#localeCompare()`
alphabetical asynchronous javascript locale-awareness nodejs promise readdir set sort
Last synced: 07 Dec 2024
https://github.com/ecederstrand/py-syncset
Extension of Python set() which is useable for comparing two sets of objects using custom comparison logic. Like merging dicts, except you decide whether the left or right value wins, when keys are equal.
Last synced: 13 Oct 2024
https://github.com/shinnn/list-directories
List all directories in a given directory
async-await directory filesystem iterable javascript list nodejs promise set
Last synced: 07 Dec 2024
https://github.com/robusgauli/cset.h
Typesafe, Generic & Fastest Set Data structure implementation in C
c data-structures generic hash hashmap set
Last synced: 02 Jan 2025
https://github.com/lambdalisue/deno-set-operations
π¦ Deno module which provides basic set operations
Last synced: 23 Oct 2024
https://github.com/royalicing/boxset
Work with sets and maps without friction in TypeScript
collection javascript map set typescript
Last synced: 18 Nov 2024
https://github.com/aratz-lasa/webgraph
Given an initial url, it produces a graph showing how it links to other pages, and those pages to others, and so on...
async beautifulsoup4 graph neo4j python python3 redis set trio
Last synced: 28 Dec 2024
https://github.com/grnydawn/setbuilders.jl
Julia Package for Predicate and Enumerable Sets
Last synced: 12 Oct 2024
https://github.com/deno911/serialize
π¦ Serialize JS/TS without losing support for Date, BigInt, RegExp, Map, and much more.
bigint date deno json-superset map regexp serialize serialize-typescript set structured-data symbol
Last synced: 28 Nov 2024
https://github.com/fabiospampinato/infinity-set
A Set that doesn't throw if you put more than 16 million items in it. Because that's what the native `Set` object does for some reason.
infinite infinity limitless set
Last synced: 02 Dec 2024
https://github.com/fatiq123/oop_kotlin
Complete OOP and Collections in Android Kotlin
abstraction arraylist encapsulation inheritance interface kotlin listof map object-oriented-programming oop oop-kotlin polymo set
Last synced: 20 Nov 2024
https://github.com/ehmicky/set-array
Set array items declaratively
algorithm append array array-manipulations array-methods data-structures functional functional-programming insert javascript library merge node nodejs omit patch set slice splice typescript
Last synced: 27 Oct 2024
https://github.com/jaydattpatel/python-programming
Python Programming
coding-ninjas count-index-in-python doctest file-handling-in-python lamda-function-in-python list-comprehensions loops-python online-manipal-bca python python-3-programming random-in-python range rest-api set slice-operator-in-python string-in-python tupel turtle unit-testing zip-in-python
Last synced: 17 Nov 2024
https://github.com/pyrustic/probed
Probed collections
collection dict event library list probed-dict probed-list probed-set python set
Last synced: 20 Nov 2024
https://github.com/pharo-containers/Containers-OrderedSet
A Set where an order of elements matters or an OrderedCollection with no duplicates. Supports the complete API of Set and OrderedCollection
collection containers data-structures pharo set
Last synced: 17 Nov 2024
https://github.com/tcrouch/multiset.cr
Multiset (bag) implementation in Crystal
bag crystal data-structures multiset set
Last synced: 23 Dec 2024
https://github.com/lvntky/ccontainer
Comprehensive STB style header-only library of data structures implemented in C
b-tree binary-search-tree bloom-filter c99 collections containers data-structures doubly-linked-list dynamic-array graph hashmap heap linked-list priority-queue queue red-black-tree set stack trie
Last synced: 12 Oct 2024
https://github.com/kouts/vue-path-store
A simple state management solution for Vue, that uses the dot notation path syntax.
dot dot-notation set state state-management store vue vuex
Last synced: 28 Oct 2024
https://github.com/alexrintt/flutter-shared-tools
A set of Flutter tools that I often use in my projects.
common flutter secretvault set tools utils
Last synced: 15 Jan 2025
https://github.com/1j01/techy-playing-cards
π‘ Very technical, you probably.. would understand...
card card-game card-game-generator card-games card-set cards deck pack playing-cards set tabletop-simulator tech technical techy techy-maybe
Last synced: 10 Nov 2024
https://github.com/sleekpanther/set-game
Algorithm to find possible sets in the game Set using an iterative implementation of n choose 3 for combinations
combination combinations combinatorics n-choose-k noah noah-patullo noahpatullo pattullo pattulo patullo patulo set set-game sets
Last synced: 15 Jan 2025
https://github.com/inspect-js/is-weakset
Is this value a JS WeakSet? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
collection ecmascript javascript js-weakset map set weakmap weakset
Last synced: 05 Nov 2024
https://github.com/torokmark/slender
:snake: Enhanced, chainable list, set, dictionary for efficient work!
datastructures dictionary enhanced-list list python3 set slender tuple
Last synced: 14 Oct 2024
https://github.com/inspect-js/is-weakmap
Is this value a JS WeakMap? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
ecmascript is javascript map set weakmap weakset
Last synced: 05 Nov 2024
https://github.com/inspect-js/is-set
Is this value a JS Set? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
collection ecmascript es6 is javascript map set
Last synced: 05 Nov 2024
https://github.com/debapriyo007/leetcode-questions
Explore my DSA-Questions GitHub repository. . Each question is documented with clear explanations, aiding understanding and skill development. Whether you're honing your problem-solving abilities or preparing for coding interviews, this repository is your guide. Together, let's embark on a journey.
advance-data-structure binary-search dsa java leetcode maps recursion set
Last synced: 28 Dec 2024
https://github.com/daninet/n-set
Allows to put arrays into sets. Works similarly like ES6 Sets.
es6 javascript multiple pairs set sets tuple tuples values
Last synced: 17 Dec 2024
https://github.com/strikeentco/set
Set nested values on an object using a dot path or custom separator
deep dot dot-path dot-prop fast javascript lodash lodash-set nested-value nodejs object object-path path set set-deep small value
Last synced: 03 Dec 2024
https://github.com/danielkucal/rx-collections
Reactive implementations of ES6 Collections - Set and Map
es6-collections map rxjs set typescript
Last synced: 18 Dec 2024
https://github.com/nodef/extra-bit
The bit is a basic unit of information in information theory, computing.
bit bitwise count extra get get-as interleave manipulation merge operation parity reverse rotate scan scan-reverse set set-as sign-extend swap toggle
Last synced: 27 Nov 2024
https://github.com/gozeloglu/set
Thread(Safe/Unsafe) Set data structure for Go.
data-structure go golang hash hash-se set thread-safe thread-safety
Last synced: 09 Nov 2024
https://github.com/beizhedenglong/js-lens
Safely accessing and updating nested object with functional features.
accessing compose immutable nested-objects ramda set
Last synced: 15 Oct 2024
https://github.com/corentinb/txtoredis
:fire: Push each line of a text file, to a Redis set
data datascience dataset go golang redis set
Last synced: 17 Nov 2024
https://github.com/thelartians/indexset
A class for manipulating large sets of indices with optimal performance and memory use
cpp fast high-performance indices low-memory set
Last synced: 05 Jan 2025
https://github.com/kleinfreund/reverse-iterable-set
A reverse-iterable set implementation based on the built-in Set object.
iterable iterator reverse-iterable set
Last synced: 13 Jan 2025
https://github.com/ljharb/define-accessor-property
Define an accessor property on an object. Will either throw, or fall back to assignment in loose mode, in an engine without descriptors.
accessor define descriptors get getter property set setter
Last synced: 16 Jan 2025
https://github.com/fraxken/frequencyset
A set that keeps the frequency of occurrences.
ecmascript es6 frequencyset set
Last synced: 27 Oct 2024
https://github.com/gastonpereyra/get-unique-objects
Get unique objects from array of objects (can be normalize)
Last synced: 30 Dec 2024
https://github.com/ahmad-nour-haidar/x-unique-list
A Flutter - Dart package that provides a list with unique elements based on a custom uniqueness condition.
collections dart dart-package data-structures elements flutter flutter-package list package-management set unique uniqueness
Last synced: 13 Oct 2024
https://github.com/emik03/emik.sourcegenerators.choices
Source generates highly performant and flexible disjoint unions.
disjoint-sets disjoint-unions forwarder inference roslyn roslyn-analyzer roslyn-generator set source-generator union
Last synced: 13 Jan 2025
https://github.com/lue-bird/elm-keysset
lookup for multiple arbitrary keys. safe. log n
avl-tree dict dictionary elm multi-key set
Last synced: 14 Dec 2024
https://github.com/iricartb/university-cybersecurity
Ivan Ricart Borges - Cybersecurity Course
auditor csrf cve cybersecurity dmz dnsmap exploits iptables-firewall iso22301 iso27001 metasploit-framework mitm nessus nmap pilar risk-management set social-engineering sql-injection virtualbox
Last synced: 14 Jan 2025
https://github.com/jamashita/lluvia
Collection classes that have the same interface
array collection map set typescript
Last synced: 27 Oct 2024
https://github.com/achrafelkhnissi/ft_containers
Implementation of a few container types of the C++ standard template library.
1337 1337cursus 1337school 42 42born2code 42cursus 42projects 42school cpp cpp98 map set stack stl-containers vector
Last synced: 19 Nov 2024
https://github.com/lablnet/php-cookie-manipulation-class
PHP Cookie manipulation class This package can provide easily manipulation of cookie
check class cookie delete free handler manipulation mit oop open-source php set
Last synced: 20 Nov 2024
https://github.com/xotic750/collections-x
ES6 collections fallback library: Map and Set.
browser collections ecmascript6 es6 map nodejs set
Last synced: 17 Nov 2024
https://github.com/gzixnine/data_structure_c
This section of the repository serves as a comprehensive exploration of a wide range of data structures and algorithms. From the foundational arrays to the complexities of graphs and trees, with a commitment to clarity, depth, and practicality, this repository is designed to be your go-to resource for mastering data structures and algorithms.
array breadth-first-search bubble-sort count-sort data-structures graph hashtable heap heap-sort insertion-sort linked-list map merge-sort queue quick-sort radix-sort selection-sort set stack tree
Last synced: 18 Nov 2024
https://github.com/osamaayub/python
basics of python language
camelcase class inheritence iterators json lists-python modules set tuple userinput
Last synced: 17 Jan 2025
https://github.com/georgegkas/data-structures
Personal repository, containing implementations and notes about data structures.
Last synced: 25 Dec 2024
https://github.com/lykmapipo/mongoose-autoset
mongoose plugin to allow set referenced object id from instances(DEPRECATED)
mongodb mongoose mongoose-autoset mongoose-plugin objectid set
Last synced: 10 Jan 2025
https://github.com/loveinsky100/common4go
common method for golang, such like number format, future task, basic collections
common common4go future gocommon golang hashmap list set threadpool
Last synced: 04 Jan 2025
https://github.com/tarunbatra/rangr
Manage ranges and overlaps between them
leetcode overlapping range set
Last synced: 12 Jan 2025
https://github.com/sorgazb/java_cycling_championship
Program developed in Java, cycling championship simulator
arraylist comparable comparator enums hashmap java poo set simulation
Last synced: 12 Jan 2025
https://github.com/busterc/uniqueue
:snowflake: only queue unique items and retrieve them only once
crawl crawling queue queues set unique uniqueness walking
Last synced: 12 Dec 2024
https://github.com/chocolateloverraj/map-get-or-set
Gets a value for a given key in a map, setting the fallback value if it doesn't exist.
esmodule get javascript map mocha set typescript
Last synced: 26 Nov 2024
https://github.com/jaydattpatel/standard-template-library
Standard Template Library (STL) in C++
containers cpp deque list map multimap multiset oop-in-cpp queue set stack standard-template-library stl-containers template vector
Last synced: 17 Jan 2025
https://github.com/tsukasaoishi/figure_set
FigureSet is the library which treats set operation.
Last synced: 11 Oct 2024
https://github.com/zenorachi/s21-containers
The "S21-Containers" project is a collection of container implementations similar to the containers in the C++ Standard Library.
algorithms avl-tree cpp list makefile map queue set stack stl-containers tree
Last synced: 24 Dec 2024
https://github.com/nazar-pc/array-map-set
Just like regular Map and Set, but treats different ArrayBufferView's with the same values as equal
Last synced: 24 Nov 2024
https://github.com/carlosfrontend/hashmap
Project that creates a HashMap with Javascript
arrray hash javascript linkedlist map set
Last synced: 30 Dec 2024
https://github.com/shinnn/enumerate-files
List all files in a given directory
asynchronous enumeration filesystem javascript list nodejs promise readdir set
Last synced: 07 Dec 2024
https://github.com/adaog0n/42_born2beroot
This project focuses on setting up and managing a Linux server in a virtual environment. It aims to enhance system administration skills through practical tasks like user management, service installation, and automation scripting.
2be 42 born born2beroot debian how iso linux machine piscine root school set shell to virtual vm
Last synced: 18 Dec 2024
https://github.com/naridal/javasetmap.ts
Java-style Set and Map collections (on `{ hashCode(): int, equals(x: any): boolean}` objects) written in TypeScript.
Last synced: 18 Dec 2024
https://github.com/alansastre/java-collections-generics
Framework Collections y Tipos GenΓ©ricos en Java
collections-framework collections-java generics generics-in-java java list map set
Last synced: 13 Jan 2025
https://github.com/stdlib-js/utils-define-memoized-configurable-read-only-property
Define a configurable memoized read-only object property.
configurable define descriptor enumerable javascript node node-js nodejs object prop property read-only set stdlib util utilities utility utils value writable
Last synced: 12 Oct 2024
https://github.com/mskelton/setup
AR experience for playing the card game Set.
Last synced: 19 Dec 2024
https://github.com/eujinnlucashow/goit-js-hw-05
Educational tasks π JS-HW-05
get javascript js set static this
Last synced: 19 Dec 2024
https://github.com/pktcodes/javascript-ecmascript-basics
JavaScript ES6+ Basics
array-method arrow-functions block-scope const default-parameters destructuring ecmascript function-scope hoisting javascript john-smilga let object-methods rest-operator set spread-operator tagged-template-literals template-strings this var
Last synced: 02 Jan 2025
https://github.com/jessemao/data-structure
This package groups basic data structures in Javascript ES6.
avl-tree binary-search-tree circular-linked-list data-structures doubly-linked-list es6 graph hashtable javascript linked-list map priority-queue queue set stack
Last synced: 17 Jan 2025
https://github.com/grimdork/set
A generics-based set implementation for Go.
Last synced: 02 Dec 2024
https://github.com/fabiospampinato/mild-set
A WeakSet that supports any value, it holds strong references to primitives, and weak references to objects.
Last synced: 02 Dec 2024
https://github.com/xotic750/is-set-x
Detect whether or not an object is an ES6 SET.
browser ecmascript6 es6 nodejs set
Last synced: 17 Nov 2024
https://github.com/netromdk/cods
Collection of Data Structures (vanilla C++14)
bitset cpp cpp-library cpp14 data-structures deque hashmap pair priority-queue queue ring-buffer set stack template-library vector
Last synced: 29 Dec 2024
https://github.com/alexpreynolds/nearest-transcripts
Return nearest per-gene transcripts within N bases of some set of regions
bioinformatics set set-operations
Last synced: 26 Dec 2024