Projects in Awesome Lists tagged with enumerable
A curated list of projects in awesome lists tagged with enumerable .
https://github.com/emirpasic/gods
GoDS (Go Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more
avl-tree b-tree binary-heap data-structure enumerable go golang iterator list map queue red-black-tree set sort stack tree
Last synced: 09 Sep 2025
https://github.com/emirpasic/Gods
GoDS (Go Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more
avl-tree b-tree binary-heap data-structure enumerable go golang iterator list map queue red-black-tree set sort stack tree
Last synced: 12 Mar 2025
https://github.com/dasync/asyncenumerable
Defines IAsyncEnumerable, IAsyncEnumerator, ForEachAsync(), ParallelForEachAsync(), and other useful stuff to use with async-await
async async-streams asyncenumerator await csharp enumerable enumerator foreach linq parallel
Last synced: 12 Oct 2025
https://github.com/Dasync/AsyncEnumerable
Defines IAsyncEnumerable, IAsyncEnumerator, ForEachAsync(), ParallelForEachAsync(), and other useful stuff to use with async-await
async async-streams asyncenumerator await csharp enumerable enumerator foreach linq parallel
Last synced: 11 Apr 2025
https://github.com/ehmicky/safe-json-value
⛑️ JSON serialization should never fail
bigint circular cycle enumerable exception-handling exceptions getters javascript json library nodejs parsing serialization symbols tojson types typescript valid validate validation
Last synced: 04 Apr 2025
https://github.com/arogozine/LinqToTypeScript
LINQ to TypeScript
async async-await async-iteration enumerable es2019 javascript linq typescript
Last synced: 24 Mar 2025
https://github.com/rubberduck203/VBEX
VBA Extension Library
enumerable vba vba-library vbide
Last synced: 30 Jul 2025
https://github.com/zeisler/active_enumerable
ActiveRecord like query methods for Ruby enumerable collections.
enumerable hash objects querydsl rails rubygem
Last synced: 16 Jul 2025
https://github.com/sabiwara/iter
A blazing fast compile-time optimized alternative to the `Enum` and `Stream` modules
elixir enum enumerable metaprogramming performance stream
Last synced: 05 Apr 2025
https://github.com/solsw/go2linq
Generic Go implementation of .NET's LINQ to Objects.
enumerable generic generics go golang iterator linq linq-to-objects
Last synced: 03 Jan 2026
https://github.com/toy/in_threads
Run all possible enumerable methods in concurrent/parallel threads
concurrent enumerable parallel ruby threads
Last synced: 17 Mar 2025
https://github.com/luvies/lazy
A linq-like lazy-evaluation enumerable/iteration library that aims to support deno, node & browser
browser deno denoland enumerable enumeration iteration iterator lazy linq node node-js nodejs
Last synced: 28 Apr 2025
https://github.com/dgroup/enumerable4j
Amazing Ruby's "Enumerable" ported to Java
collection elegantobjects enumerable java java-collections java-collections-framework library ruby ruby-to-java streamex streams streams-api
Last synced: 30 Apr 2025
https://github.com/monitor1379/yagods
Generic data structure using parameterized types in Golang.
avl-tree b-tree binary-heap data-structure enumerable generic generic-programming go gods iterator list map red-black-tree set sort stack tree type-parameter
Last synced: 27 Jul 2025
https://github.com/akarnokd/async-enumerable
Prototype Java 9 library based on the asynchronous enumerable concept (where moveNext() returns a task to compose over).
Last synced: 11 Apr 2025
https://github.com/lawrence-laz/zig-enumerable
Iterator tools for functional data processing.
enumerable functional iterators itertools linq zig zig-package
Last synced: 25 Jul 2025
https://github.com/douglaslise/mongoid_enumerable
Mongoid Enumerable
enum enumerable mongodb mongoid ruby status
Last synced: 16 Jul 2025
https://github.com/marchdev-tk/flinq
Extended capabilities for collections. It's a bunch of shortcuts to avoid unnecessary boilerplate work with collections.
boilerplate collection collections dart dart-library dart-package dart3 dartlang enumerable extended-capabilities iterable linq linq-expressions linq-methods
Last synced: 29 Jul 2025
https://github.com/cantido/int_set
A time- and memory-efficient data structure for positive integers.
bitfield bitfields bittorrent collection elixir enumerable hacktoberfest set
Last synced: 10 Apr 2025
https://github.com/Cantido/int_set
A time- and memory-efficient data structure for positive integers.
bitfield bitfields bittorrent collection elixir enumerable hacktoberfest set
Last synced: 03 Apr 2025
https://github.com/netfabric/netfabric.assertive
A fluent assertions library that performs full coverage on any enumerable type.
assertions assertions-library async-enumerable coverage csharp dotnet enumerable enumerable-interfaces enumerator-implementations nuget-package unit-testing
Last synced: 12 May 2025
https://github.com/bitzart/pagination
A lightweight library to easily create pages of items. Works with (or without) EF Core to paginate db requests.
csharp dotnet efcore entity-framework-core enumerable pagination paging
Last synced: 16 Apr 2025
https://github.com/mob-sakai/uniix
Interactive Extensions for Unity for Unity
c-sharp enumerable interactive-extensions linq unirx unity
Last synced: 01 Aug 2025
https://github.com/ehmicky/is-json-value
Check if a value is valid JSON.
bigint circular cycle enumerable exception-handling exceptions getters javascript json library nodejs parsing serialization symbols tojson types typescript valid validate validation
Last synced: 19 Mar 2025
https://github.com/oybekkayumov/enumerable-ruby
This project uses ruby to implement an enumerable mixin.
enumerable mixins proc ruby yield
Last synced: 12 Jul 2025
https://github.com/natasha-ct/creating-an-enumerable
This is a project where I created the functionality of the popular Ruby Enumerable using a module inside a class object.The Enumerable implements the following methods: #all? , #any? , #filter.
classes enumerable modules rubocop ruby
Last synced: 08 Feb 2026
https://github.com/xeinebiu/ts-iterable
Iterables, streams for typescript
array enumerable enumeration filter first group iterable iterables iterator iterators javascript list map mapnotnull node nodejs sort typescript where wherenotnull
Last synced: 13 Apr 2026
https://github.com/virag-ky/my_enumerable
In this project I used a module inside a class. I created a class MyList and a module MyEnumerable. My module MyEnumerable implements a subset of the functionality of Enumerable.
Last synced: 28 Feb 2025
https://github.com/thadeu/acts_enum_translable
💎 ActiveRecord::Enum Translate with i18n
activerecorde-enum enum enum-native-rails enumerable enums rails rails4 rails5 translable
Last synced: 08 Oct 2025
https://github.com/laurabeatris/odd-list-filter
Elixir algorithm exercise to filter odd numbers from a given string list and return its quantity
algorithms-and-data-structures elixir enumerable functional-programming
Last synced: 07 Apr 2025
https://github.com/daudi13/enumerable
In this project we use a module inside the class. We created a class my_list and a module my_enumerable. The module my_enumerable implements a subset of the functionality of Enumerable.
Last synced: 10 Mar 2026
https://github.com/ljharb/define-data-property
Define a data property on an object. Will fall back to assignment in an engine without descriptors.
accessor configurable data define ecmascript enumerable javascript object property writable
Last synced: 13 Apr 2025
https://github.com/hoshixlily/ts-collections
A simple data structures library for TypeScript
collections enumerable linq typescript
Last synced: 27 Mar 2025
https://github.com/ehmicky/redefine-property
Better `Object.defineProperty()`
browser configurable define define-property defineproperty descriptor descriptors enumerability enumerable get-set javascript library nodejs object properties property readonly reflect typescript writable
Last synced: 27 Jul 2025
https://github.com/yunomisaki/ts-collections
A simple data structures library for TypeScript
collections enumerable linq typescript
Last synced: 10 Jun 2025
https://github.com/patrickroberts/enumerable-ts
A port of System.Linq.Enumerable from the .NET framework to TypeScript
deferred-tasks enumerable extension-methods iterable iterator prototype-chain typescript
Last synced: 14 Mar 2025
https://github.com/stdlib-js/utils-nonenumerable-property-names-in
Return an array of an object's own and inherited non-enumerable property names.
enumerable inherited javascript keys keys-in names node node-js nodejs non-enumerable obj object own properties props stdlib util utilities utility utils
Last synced: 06 Sep 2025
https://github.com/devl/pyby
A library implementing certain Ruby-like behaviours in Python.
Last synced: 26 Jun 2025
https://github.com/stdlib-js/utils-for-in
Invoke a function for each own and inherited enumerable property of an object.
enumerable for forin in inheritance inherited iterate javascript keys node node-js nodejs properties props prototype stdlib util utilities utility utils
Last synced: 06 Apr 2026
https://github.com/suntong/enum
Go enum and its string representation
enum enumerable go golang lib library
Last synced: 30 Oct 2025
https://github.com/phrolovia/ts-collections
A simple data structures library for TypeScript
collections enumerable linq typescript
Last synced: 03 May 2026
https://github.com/skyv26/ruby-enumerable
In Ruby, we call an object enumerable when it describes a set of items and a method to loop over each of them. The built-in enumerables get their enumeration features by including the Enumerable module, which provides methods like #include?, #count, #map, #select and #uniq.
enumerable rspec rubocop ruby ruby-gem
Last synced: 14 May 2026
https://github.com/gregswindle/enum-nom-nommer
Create a numeric or mixed enumeration (enum) from a plain-old JavaScript object.
enum enum-factory enumerable enumeration enumerator
Last synced: 19 May 2026
https://github.com/ijayabby/enumerable-methods
Ruby Enumerable Methods in action.
enumerable enumerable-methods ruby
Last synced: 29 Mar 2025
https://github.com/stdlib-js/utils-inherited-property-names
Return an array of an object's inherited enumerable and non-enumerable property names.
enumerable inherited javascript keys keys-in names node node-js nodejs non-enumerable obj object properties props prototype stdlib util utilities utility utils
Last synced: 03 Feb 2026
https://github.com/zachahn/decay
Rust-like enums for Ruby
enum enumerable enums ruby ruby-on-rails
Last synced: 21 May 2026
https://github.com/soenneker/soenneker.extensions.enumerable.tuple
A collection of useful IEnumerable<Tuple> extension methods
csharp dotnet enumerable extension tuple
Last synced: 02 Jan 2026
https://github.com/archergu/easy-property-retriever
A little tool used to get object properties.
enumerable object property typescript-library
Last synced: 28 Aug 2025
https://github.com/belsman/enumerable-methods
We created some custom enumerable methods to functionally match those found in the enumerable methods.
enumerable microverse-projects odin-project ruby
Last synced: 28 Mar 2025
https://github.com/stdlib-js/utils-property-names
Return an array of an object's own enumerable and non-enumerable property names.
enumerable javascript keys names node node-js nodejs non-enumerable obj object own properties props stdlib util utilities utility utils
Last synced: 26 Feb 2025
https://github.com/soenneker/soenneker.extensions.enumerable.async
A collection of helpful AsyncEnumerable extension methods
async asyncenumerable asyncenumerableextension csharp dotnet enumerable extension extensions
Last synced: 20 Nov 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: 28 Oct 2025
https://github.com/theophileaseh/my-enumerable
My Enumerable is an application built using Ruby that enables one to check the check the properties of items in an array.
Last synced: 24 Apr 2026
https://github.com/twocatmoon/react-template-helpers
Branching and iterative logic helpers for React, to help make your templates cleaner.
branching control-flow enumerable for if iterative react
Last synced: 26 Apr 2026
https://github.com/kanzatahreem/enumerable
In this project, we learned to use a module inside a class.
Last synced: 14 May 2026
https://github.com/imelgrat/object-properties-enumerability
Object properties enumerability - defineProperty() and defineProperties() methods
enumerable enumeration iteration javascript object-property objects property-descriptor
Last synced: 05 Oct 2025
https://github.com/devel0/netcore-csv
net core csv reader/writer
csv enumerable linq netcore reader scidata writer
Last synced: 02 Apr 2025
https://github.com/oneframelink/ofl.interactive.async
Utilities for working with async enumerables.
async async-enumerable enumerable
Last synced: 04 Jul 2025
https://github.com/ricardotondello/functionalenumerableextensions
These extensions are designed to enhance memory efficiency and make common operations more convenient. Whether you're converting to lists, arrays, or working with spans, these extensions aim to improve your code's performance and readability.
csharp dotnet dotnetcore enumerable extensions
Last synced: 21 Mar 2025
https://github.com/maheshkumar-novice/custom-enumerables
Rebuild of few Ruby enumerable module methods
Last synced: 12 Sep 2025
https://github.com/xotic750/get-own-enumerable-keys-x
Like Reflect.ownKeys but gets only enumerable properties.
browser enumerable javascript nodejs ownkeys reflect
Last synced: 18 May 2026
https://github.com/chocolateboy/enumerator
Generate a series of tuples in lexicographical order
alphabet cartesian-product combinatorics cross-product enumerable generator iterable lexicographic lexicographical n-tuple odometer permutation permutations sequence symbols tuple
Last synced: 30 Oct 2025
https://github.com/alipolatli/data-structures
Aimed at understanding the engineering behind by customizing built-in data structures in dotnet.
array enumerable hashset queue-stack recursive sortedlist tree
Last synced: 08 Jul 2025
https://github.com/i-rzr-i/mockasyncenumerable
A simple implementation for a list of data transforms to async enumerable, allowing the use of paginated grid results or any action or dynamic aggregated query using EF Core (`Microsoft.EntityFrameworkCore`) through Expressions (`System.Linq.Expressions`)
database db entity enumerable list mock model
Last synced: 09 Feb 2026
https://github.com/soenneker/soenneker.extensions.enumerable.string
A collection of helpful enumerable string extension methods
csharp dotnet enumerable extension string
Last synced: 26 Apr 2026
https://github.com/i-rzr-i/pagedlistresult
`PagedListResult` is a library designed to offer possibilities to get/return data from a dataset in small parts with multiple filter possibilities.
database db entity enumerable filter list model order page pagination result search
Last synced: 27 Feb 2026
https://github.com/german-one/uni_deque
C Deque Library, for any data type, also already specialized for common types
c deque doubly-linked-list enumerable sortable
Last synced: 12 Feb 2026
https://github.com/ktsu-dev/extensions
A collection of useful extension methods for .NET types including strings, collections, dictionaries, enumerables, and reflection.
batch collection csharp deep-clone dictionary dotnet enumerable extensions helper linq null-safety reflection shallow-clone string strong-strings utility
Last synced: 16 Jun 2026
https://github.com/kessie2862/enumerable
This repo showcases the implementation of a custom module called MyEnumerable and a corresponding class called MyList.
Last synced: 02 Apr 2025
https://github.com/oneframelink/ofl.linq
Extensions for working with enumerables in .NET, a-la LINQ.
Last synced: 07 Jun 2026
https://github.com/alphayowakarindi/enumerable
Project showcasing how to use a module inside a class.
Last synced: 17 Apr 2026
https://github.com/soenneker/soenneker.enumerables.commaseparated
High-performance, allocation-free CSV enumeration using ReadOnlySpan{char} — a drop-in alternative to string.Split(',') for hot paths.
comma commaseparated commaseparatedenumerable csharp csv dotnet enumerable enumerables object separated span string
Last synced: 22 Apr 2026
https://github.com/soenneker/soenneker.extensions.enumerable.document
A collection of helpful IEnumerable Document extension methods
csharp document dotnet enumerable enumerabledocumentsextension extension extensions ienumerable
Last synced: 22 Apr 2026
https://github.com/soenneker/soenneker.extensions.enumerable.entities.named
A collection of helpful Enumerable NamedEntity extension methods
csharp dotnet entities entity enumerable enumerablenamedentitiesextension enumerables extension extensions ientity named namedentity
Last synced: 06 Jun 2026
https://github.com/soenneker/soenneker.extensions.enumerable.entities
A collection of helpful IEnumerable Entities extension methods
csharp dotnet entities entity enumerable enumerableentitiesextension extension extensions ientity ienumerable
Last synced: 06 Jun 2026
https://github.com/adagio/because_python3
enum enumerable enums python-3 python3
Last synced: 05 May 2026
https://github.com/a7mdfre7at/masterly.extensions.core
Rich set of C# extensions methods
collection comparable csharp dictionaries dotnet enumerable extension-methods list object-oriented-programming reflection string string-manipulation types
Last synced: 11 Apr 2026
https://github.com/fabeuluci/js-enumerable
Simple lazy typescript enumerable at javascript arrays.
Last synced: 10 Mar 2026
https://github.com/maximilianmairinger/attachtoprototype
Attatch functions as non enumerable properties to the prototype of any object.
Last synced: 15 Mar 2025
https://github.com/lavspent/lavspent.taskenumerableextensions
async enumerable extension linq methods task
Last synced: 21 Aug 2025
https://github.com/xotic750/get-own-enumerable-property-symbols-x
Like Object.getOwnPropertySymbols but gets only enumerable properties.
browser enumerable getownpropertysymbols javascript nodejs object
Last synced: 30 Apr 2025
https://github.com/imelgrat/es3-object-properties-iteration
ES3 Object properties iteration with the for..in loop
enumerable enumeration iteration javascript object-property objects objects-and-scenes
Last synced: 21 May 2026