An open API service indexing awesome lists of open source software.

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/dblock/ruby-enum

A handy way to define enums in Ruby.

enum enumerable enums ruby

Last synced: 16 May 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/akarnokd/async-enumerable

Prototype Java 9 library based on the asynchronous enumerable concept (where moveNext() returns a task to compose over).

asynchronous enumerable java

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/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/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/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/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.

enumerable rubocop ruby

Last synced: 28 Feb 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.

enumerable ruby

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/stdlib-js/utils-common-keys-in

Return the common own and inherited property names of two or more objects.

common enumerable inherited javascript keys names node node-js nodejs obj object own properties props shared stdlib util utilities utility utils

Last synced: 08 Jan 2026

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/yunomisaki/ts-collections

A simple data structures library for TypeScript

collections enumerable linq typescript

Last synced: 10 Jun 2025

https://github.com/stdlib-js/utils-entries-in

Return an array of an object's own and inherited enumerable property key-value pairs.

enumerable inherited javascript key node node-js nodejs obj object own properties props stdlib util utilities utility utils vals value values

Last synced: 27 Oct 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/devl/pyby

A library implementing certain Ruby-like behaviours in Python.

enumerable python3 ruby

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/yaairfernando/enumerables

Ruby enumerables methods

enumerable ruby

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/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/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.

enumerable rubocop ruby

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.

enumerable module ruby

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

enumerable ruby

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/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.

enumerable rubocop ruby

Last synced: 02 Apr 2025

https://github.com/oneframelink/ofl.linq

Extensions for working with enumerables in .NET, a-la LINQ.

enumerable linq

Last synced: 07 Jun 2026

https://github.com/alphayowakarindi/enumerable

Project showcasing how to use a module inside a class.

enumerable ruby

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/fabeuluci/js-enumerable

Simple lazy typescript enumerable at javascript arrays.

enumerable

Last synced: 10 Mar 2026

https://github.com/maximilianmairinger/attachtoprototype

Attatch functions as non enumerable properties to the prototype of any object.

attach enumerable prototype

Last synced: 15 Mar 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