Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 16 Dec 2024

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: 24 Oct 2024

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: 07 Nov 2024

https://github.com/dblock/ruby-enum

A handy way to define enums in Ruby.

enum enumerable enums ruby

Last synced: 19 Dec 2024

https://github.com/rubberduck203/VBEX

VBA Extension Library

enumerable vba vba-library vbide

Last synced: 04 Dec 2024

https://github.com/zeisler/active_enumerable

ActiveRecord like query methods for Ruby enumerable collections.

enumerable hash objects querydsl rails rubygem

Last synced: 24 Nov 2024

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: 18 Dec 2024

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: 14 Nov 2024

https://github.com/toy/in_threads

Run all possible enumerable methods in concurrent/parallel threads

concurrent enumerable parallel ruby threads

Last synced: 18 Dec 2024

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: 11 Nov 2024

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: 13 Oct 2024

https://github.com/lawrence-laz/zig-enumerable

Iterator tools for functional data processing.

enumerable functional iterators itertools linq zig zig-package

Last synced: 21 Nov 2024

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 dart2 dartlang enumerable extended-capabilities iterable linq linq-expressions linq-methods

Last synced: 14 Oct 2024

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: 12 Oct 2024

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: 04 Nov 2024

https://github.com/mob-sakai/uniix

Interactive Extensions for Unity for Unity

c-sharp enumerable interactive-extensions linq unirx unity

Last synced: 11 Nov 2024

https://github.com/oybekkayumov/enumerable-ruby

This project uses ruby to implement an enumerable mixin.

enumerable mixins proc ruby yield

Last synced: 20 Oct 2024

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: 31 Oct 2024

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 Nov 2024

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: 13 Nov 2024

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: 11 Dec 2024

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: 21 Dec 2024

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: 12 Nov 2024

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: 20 Nov 2024

https://github.com/ryanmorr/reduce

Array's reduce for all iterable and enumerable objects

array enumerable iterable javascript reduce

Last synced: 13 Nov 2024

https://github.com/suntong/enum

Go enum and its string representation

enum enumerable go golang lib library

Last synced: 19 Nov 2024

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: 09 Nov 2024

https://github.com/hoshixlily/ts-collections

A simple data structures library for TypeScript

collections enumerable linq typescript

Last synced: 30 Oct 2024

https://github.com/archergu/easy-property-retriever

A little tool used to get object properties.

enumerable object property typescript-library

Last synced: 13 Nov 2024

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: 07 Dec 2024

https://github.com/kanzatahreem/enumerable

In this project, we learned to use a module inside a class.

enumerable module ruby

Last synced: 11 Nov 2024

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: 18 Dec 2024

https://github.com/yaairfernando/enumerables

Ruby enumerables methods

enumerable ruby

Last synced: 08 Nov 2024

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: 11 Nov 2024

https://github.com/ijayabby/enumerable-methods

Ruby Enumerable Methods in action.

enumerable enumerable-methods ruby

Last synced: 09 Dec 2024

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: 27 Nov 2024

https://github.com/alphayowakarindi/enumerable

Project showcasing how to use a module inside a class.

enumerable ruby

Last synced: 10 Nov 2024

https://github.com/devel0/netcore-csv

net core csv reader/writer

csv enumerable linq netcore reader scidata writer

Last synced: 14 Dec 2024

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 Nov 2024

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: 19 Nov 2024

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: 17 Nov 2024

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: 17 Nov 2024

https://github.com/kessie2862/enumerable

This repository showcases the implementation of a custom module called MyEnumerable and a corresponding class called MyList.

enumerable rubocop ruby

Last synced: 15 Dec 2024

https://github.com/maximilianmairinger/attachtoprototype

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

attach enumerable prototype

Last synced: 21 Nov 2024

https://github.com/maheshkumar-novice/custom-enumerables

Rebuild of few Ruby enumerable module methods

enumerable ruby

Last synced: 05 Dec 2024