GitHub topics: enumerable
soenneker/soenneker.extensions.enumerable.async
A collection of helpful AsyncEnumerable extension methods
Language: C# - Size: 554 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 1 - Forks: 0

soenneker/soenneker.extensions.enumerable.tuple
A collection of useful IEnumerable<Tuple> extension methods
Language: C# - Size: 727 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 1 - Forks: 0

soenneker/soenneker.extensions.enumerable.string
A collection of helpful enumerable string extension methods
Language: C# - Size: 1.32 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

soenneker/soenneker.extensions.enumerable.entities.named
A collection of helpful Enumerable NamedEntity extension methods
Language: C# - Size: 107 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

soenneker/soenneker.extensions.enumerable.entities
A collection of helpful IEnumerable Entities extension methods
Language: C# - Size: 118 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

soenneker/soenneker.extensions.enumerable.document
A collection of helpful IEnumerable Document extension methods
Language: C# - Size: 133 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

emirpasic/gods
GoDS (Go Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more
Language: Go - Size: 706 KB - Last synced at: 6 days ago - Pushed at: 2 months ago - Stars: 16,880 - Forks: 1,804

stdlib-js/utils-define-memoized-configurable-read-only-property
Define a configurable memoized read-only object property.
Language: JavaScript - Size: 896 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 1 - Forks: 0

Cantido/int_set
A time- and memory-efficient data structure for positive integers.
Language: Elixir - Size: 375 KB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 10 - Forks: 1

hoshixlily/ts-collections
A simple data structures library for TypeScript
Language: TypeScript - Size: 6.77 MB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 2 - Forks: 0

stdlib-js/utils-nonenumerable-property-names
Return an array of an object's own non-enumerable property names.
Language: JavaScript - Size: 1010 KB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 3 - Forks: 0

stdlib-js/utils-nonenumerable-property-names-in
Return an array of an object's own and inherited non-enumerable property names.
Language: JavaScript - Size: 971 KB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 2 - Forks: 0

arogozine/LinqToTypeScript
LINQ to TypeScript
Language: TypeScript - Size: 3.63 MB - Last synced at: 13 days ago - Pushed at: 2 months ago - Stars: 148 - Forks: 18

stdlib-js/assert-is-enumerable-property
Test if an object's own property is enumerable.
Language: JavaScript - Size: 696 KB - Last synced at: 11 days ago - Pushed at: 28 days ago - Stars: 1 - Forks: 0

stdlib-js/utils-values-in
Return an array of an object's own and inherited enumerable property values.
Language: JavaScript - Size: 834 KB - Last synced at: 8 days ago - Pushed at: 28 days ago - Stars: 1 - Forks: 0

stdlib-js/utils-for-in
Invoke a function for each own and inherited enumerable property of an object.
Language: JavaScript - Size: 948 KB - Last synced at: 5 days ago - Pushed at: 28 days ago - Stars: 2 - Forks: 0

stdlib-js/utils-common-keys
Return the common own property names of two or more objects.
Language: JavaScript - Size: 993 KB - Last synced at: 6 days ago - Pushed at: 28 days ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-nonenumerable-property
Test if an object's own property is non-enumerable.
Language: JavaScript - Size: 630 KB - Last synced at: 29 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/utils-nonenumerable-property-symbols
Return an array of an object's own non-enumerable symbol properties.
Language: JavaScript - Size: 695 KB - Last synced at: 29 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/utils-nonindex-keys
Return an array of an object's own enumerable property names which are not integer indices.
Language: JavaScript - Size: 1000 KB - Last synced at: 28 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

Josue150598/soenneker.extensions.enumerable.entities.named
A collection of helpful Enumerable NamedEntity extension methods
Language: C# - Size: 29.3 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

ehmicky/redefine-property
Better `Object.defineProperty()`
Language: JavaScript - Size: 3.75 MB - Last synced at: 10 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

ehmicky/is-json-value
Check if a value is valid JSON.
Language: JavaScript - Size: 5.57 MB - Last synced at: 12 days ago - Pushed at: about 1 month ago - Stars: 6 - Forks: 0

ehmicky/safe-json-value
⛑️ JSON serialization should never fail
Language: JavaScript - Size: 7.46 MB - Last synced at: 5 days ago - Pushed at: about 1 month ago - Stars: 210 - Forks: 6

stdlib-js/utils-nonenumerable-property-symbols-in
Return an array of an object's own and inherited non-enumerable symbol properties.
Language: JavaScript - Size: 764 KB - Last synced at: 28 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

dblock/ruby-enum
A handy way to define enums in Ruby.
Language: Ruby - Size: 110 KB - Last synced at: 1 day ago - Pushed at: 9 months ago - Stars: 180 - Forks: 23

Dasync/AsyncEnumerable
Defines IAsyncEnumerable, IAsyncEnumerator, ForEachAsync(), ParallelForEachAsync(), and other useful stuff to use with async-await
Language: C# - Size: 363 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 446 - Forks: 56

stdlib-js/utils-keys-in
Return an array of an object's own and inherited enumerable property names.
Language: JavaScript - Size: 380 KB - Last synced at: 6 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/utils-inherited-nonenumerable-properties
Return an array of an object's inherited non-enumerable property names and symbols.
Language: JavaScript - Size: 1.08 MB - Last synced at: 29 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/utils-enumerable-property-symbols-in
Return an array of an object's own and inherited enumerable symbol properties.
Language: JavaScript - Size: 783 KB - Last synced at: 29 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

douglaslise/mongoid_enumerable
Mongoid Enumerable
Language: Ruby - Size: 59.6 KB - Last synced at: 5 days ago - Pushed at: over 1 year ago - Stars: 15 - Forks: 1

stdlib-js/utils-inherited-keys
Return an array of an object's inherited enumerable property names.
Language: JavaScript - Size: 1.21 MB - Last synced at: about 15 hours ago - Pushed at: 2 months ago - Stars: 3 - Forks: 0

stdlib-js/utils-define-configurable-read-only-accessor
Define a configurable read-only accessor.
Language: JavaScript - Size: 433 KB - Last synced at: 28 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

BitzArt/Pagination
A lightweight library to easily create pages of items. Works with (or without) EF Core to paginate db requests.
Language: C# - Size: 130 KB - Last synced at: 26 days ago - Pushed at: 2 months ago - Stars: 7 - Forks: 3

toy/in_threads
Run all possible enumerable methods in concurrent/parallel threads
Language: Ruby - Size: 193 KB - Last synced at: 21 days ago - Pushed at: 22 days ago - Stars: 38 - Forks: 0

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.
Language: C# - Size: 55.7 KB - Last synced at: about 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

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.
Language: C# - Size: 151 KB - Last synced at: 22 days ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

solsw/go2linq
Generic Go implementation of .NET's LINQ to Objects.
Language: Go - Size: 752 KB - Last synced at: 5 days ago - Pushed at: 3 months ago - Stars: 62 - Forks: 6

luvies/lazy 📦
A linq-like lazy-evaluation enumerable/iteration library that aims to support deno, node & browser
Language: TypeScript - Size: 945 KB - Last synced at: 4 days ago - Pushed at: about 3 years ago - Stars: 32 - Forks: 3

stdlib-js/utils-for-own
Invoke a function for each own enumerable property of an object.
Language: JavaScript - Size: 1.11 MB - Last synced at: 1 day ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/utils-define-configurable-write-only-accessor
Define a configurable write-only accessor.
Language: JavaScript - Size: 470 KB - Last synced at: 29 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

ljharb/define-data-property
Define a data property on an object. Will fall back to assignment in an engine without descriptors.
Language: JavaScript - Size: 92.8 KB - Last synced at: 9 days ago - Pushed at: 9 months ago - Stars: 3 - Forks: 0

stdlib-js/utils-inherited-enumerable-properties
Return an array of an object's inherited enumerable property names and symbols.
Language: JavaScript - Size: 999 KB - Last synced at: 7 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/utils-values
Return an array of an object's own enumerable property values.
Language: JavaScript - Size: 1.19 MB - Last synced at: 29 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

sabiwara/iter
A blazing fast compile-time optimized alternative to the `Enum` and `Stream` modules
Language: Elixir - Size: 97.7 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 64 - Forks: 3

stdlib-js/utils-keys
Return an array of an object's own enumerable property names.
Language: JavaScript - Size: 999 KB - Last synced at: 29 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 2

stdlib-js/utils-entries
Return an array of an object's own enumerable property key-value pairs.
Language: JavaScript - Size: 1.13 MB - Last synced at: 29 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

stdlib-js/utils-nonenumerable-properties
Return an array of an object's own non-enumerable property names and symbols.
Language: JavaScript - Size: 981 KB - Last synced at: 29 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

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`)
Language: C# - Size: 33.2 KB - Last synced at: 28 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

hqtsm/meek
Weak data collections without the limitations
Language: TypeScript - Size: 83 KB - Last synced at: 19 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

stdlib-js/utils-enumerable-properties
Return an array of an object's own enumerable property names and symbols.
Language: JavaScript - Size: 973 KB - Last synced at: 6 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

stdlib-js/utils-inherited-nonenumerable-property-symbols
Return an array of an object's inherited non-enumerable symbol properties.
Language: JavaScript - Size: 1.03 MB - Last synced at: 9 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

stdlib-js/utils-properties
Return an array of an object's own enumerable and non-enumerable property names and symbols.
Language: JavaScript - Size: 1000 KB - Last synced at: 6 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

stdlib-js/utils-inherited-property-names
Return an array of an object's inherited enumerable and non-enumerable property names.
Language: JavaScript - Size: 1.18 MB - Last synced at: 5 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

stdlib-js/utils-common-keys-in
Return the common own and inherited property names of two or more objects.
Language: JavaScript - Size: 373 KB - Last synced at: 20 days ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

stdlib-js/utils-inherited-nonenumerable-property-names
Return an array of an object's inherited non-enumerable property names.
Language: JavaScript - Size: 1020 KB - Last synced at: 5 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

stdlib-js/utils-property-names-in
Return an array of an object's own and inherited enumerable and non-enumerable property names.
Language: JavaScript - Size: 1.06 MB - Last synced at: 7 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

stdlib-js/utils-property-names
Return an array of an object's own enumerable and non-enumerable property names.
Language: JavaScript - Size: 1.01 MB - Last synced at: 11 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

stdlib-js/utils-enumerable-property-symbols
Return an array of an object's own enumerable symbol properties.
Language: JavaScript - Size: 664 KB - Last synced at: 4 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

stdlib-js/utils-inherited-enumerable-property-symbols
Return an array of an object's inherited enumerable symbol properties.
Language: JavaScript - Size: 1.08 MB - Last synced at: 8 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

stdlib-js/utils-define-memoized-read-only-property
Define a memoized read-only object property.
Language: JavaScript - Size: 892 KB - Last synced at: 3 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

stdlib-js/utils-entries-in
Return an array of an object's own and inherited enumerable property key-value pairs.
Language: JavaScript - Size: 817 KB - Last synced at: 10 days ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

wm123450405/linqjs
use linq and lambda in javascript on es6, can use linq function in an Object or an Array or a String value | 一个方便对数组、字典、树形数据进行操作、筛选等操作的工具库
Language: JavaScript - Size: 27.1 MB - Last synced at: about 20 hours ago - Pushed at: about 2 years ago - Stars: 21 - Forks: 4

ryanmorr/reduce
Array's reduce for all iterable and enumerable objects
Language: JavaScript - Size: 271 KB - Last synced at: 23 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

monitor1379/yagods
Generic data structure using parameterized types in Golang.
Language: Go - Size: 604 KB - Last synced at: about 1 month ago - Pushed at: about 3 years ago - Stars: 22 - Forks: 3

rubberduck203/VBEX 📦
VBA Extension Library
Language: Visual Basic - Size: 479 KB - Last synced at: 5 months ago - Pushed at: almost 9 years ago - Stars: 97 - Forks: 24

marchdev-tk/flinq
Extended capabilities for collections. It's a bunch of shortcuts to avoid unnecessary boilerplate work with collections.
Language: Dart - Size: 103 KB - Last synced at: 28 days ago - Pushed at: about 4 years ago - Stars: 12 - Forks: 1

lawrence-laz/zig-enumerable
Iterator tools for functional data processing.
Language: Zig - Size: 124 KB - Last synced at: about 1 month ago - Pushed at: 9 months ago - Stars: 16 - Forks: 0

tsdotnet/linq
A familiar set of functions that operate on JavaScript iterables (ES2015+) in a similar way to .NET's LINQ does with enumerables.
Language: TypeScript - Size: 1.41 MB - Last synced at: 6 days ago - Pushed at: 10 months ago - Stars: 42 - Forks: 2

andreww1011/jens
Java library for defining and using subsets. Simulate enum with common constants.
Language: Java - Size: 26.4 KB - Last synced at: 12 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

csrakowski/CSRakowski.AsyncStreamsPreparations
Quick helper library containing interfaces and classes to help you prepare for the C# 8 Async Streams feature.
Language: C# - Size: 117 KB - Last synced at: about 2 months ago - Pushed at: 12 months ago - Stars: 2 - Forks: 0

orbanbotond/ruby_exercise
Late night ruby exercise
Language: Ruby - Size: 85.3 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

RonnyAsanza/SocialSite
WEB API with .Net Core for a Tinder-type application.
Language: C# - Size: 38.1 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

joomoraes/Contract_Work_EnumType_CSharp
Enumerator Type In Csharp Example
Language: C# - Size: 26.4 KB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 0

ugurcsen/gods-generic Fork of emirpasic/gods
GoDS-Generic (Go Generic Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more
Language: Go - Size: 805 KB - Last synced at: 11 months ago - Pushed at: over 1 year ago - Stars: 61 - Forks: 6

michael-duke/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.
Language: Ruby - Size: 7.81 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

akarnokd/async-enumerable
Prototype Java 9 library based on the asynchronous enumerable concept (where moveNext() returns a task to compose over).
Language: Java - Size: 223 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 18 - Forks: 1

tsukinoko-kun/stream 📦
A library for working with streams of data.
Language: TypeScript - Size: 135 KB - Last synced at: 5 days ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

mob-sakai/UniIx
Interactive Extensions for Unity for Unity
Language: C# - Size: 71.3 KB - Last synced at: about 1 month ago - Pushed at: over 8 years ago - Stars: 7 - Forks: 4

zeisler/active_enumerable
ActiveRecord like query methods for Ruby enumerable collections.
Language: Ruby - Size: 47.9 KB - Last synced at: 17 days ago - Pushed at: almost 7 years ago - Stars: 74 - Forks: 0

DevL/Pyby
A library implementing certain Ruby-like behaviours in Python.
Language: Python - Size: 113 KB - Last synced at: 9 months ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

dgroup/enumerable4j
Amazing Ruby's "Enumerable" ported to Java
Language: Java - Size: 206 KB - Last synced at: 11 days ago - Pushed at: over 1 year ago - Stars: 29 - Forks: 4

pilotgeraldb/enumerablejs 📦
a fluent style JavaScript library that provides linq functionality on native JavaScript arrays
Language: JavaScript - Size: 305 KB - Last synced at: 23 days ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 1

lily4178993/RubyMList
RubyMList: A project demonstrating the use of the 'MyEnumerable' module within a Ruby class for advanced list manipulation and learning.
Size: 10.7 KB - Last synced at: about 9 hours ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

zachahn/decay
Rust-like enums for Ruby
Language: Ruby - Size: 33.2 KB - Last synced at: about 2 months ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 0

Skyppid/AbstractIteratableTree
Code for my article on implementation of an abstract enumerable & serializable tree.
Language: C# - Size: 20.5 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Corp-Soft/php-enum
PHP Enum implementation
Language: PHP - Size: 22.5 KB - Last synced at: 3 days ago - Pushed at: over 7 years ago - Stars: 5 - Forks: 0

NetFabric/NetFabric.Assertive
A fluent assertions library that performs full coverage on any enumerable type.
Language: C# - Size: 411 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 9 - Forks: 2

dataneek/demo-paginable-collections
This is a demo of PaginableCollections implemented using .NET Core 2.0 MVC.
Language: C# - Size: 1.04 MB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

bafiam/enumerable_module_gitflow
A Enumerable module project that gets mixed into the Array and Hash classes and provides handy iterator methods.
Size: 14.6 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

OybekKayumov/enumerable-ruby
This project uses ruby to implement an enumerable mixin.
Language: Ruby - Size: 12.7 KB - Last synced at: 18 days ago - Pushed at: almost 3 years ago - Stars: 5 - Forks: 0

kessie2862/Enumerable
This repo showcases the implementation of a custom module called MyEnumerable and a corresponding class called MyList.
Language: Ruby - Size: 17.6 KB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

maximilianMairinger/attachToPrototype
Attatch functions as non enumerable properties to the prototype of any object.
Language: JavaScript - Size: 35.2 KB - Last synced at: 10 days ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

csrakowski/AreThere
Are There?
Language: F# - Size: 121 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

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.
Language: Ruby - Size: 8.79 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

ahmetbozaci/Enumerable_Methods
Rebuild enumerable methods with ruby
Language: Ruby - Size: 131 KB - Last synced at: 29 days ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

tompazourek/Endless
🌌 Extensions that support the C# functional paradigm.
Language: C# - Size: 725 KB - Last synced at: 5 months ago - Pushed at: about 4 years ago - Stars: 65 - Forks: 4

kiizerd/ruby_enumerable
Remake of some essential Ruby Enumerable methods for The Odin Project curriculum
Language: Ruby - Size: 1.95 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

rahmatalhakam/enumerable-to-queryable-linq
Transforming Enumerable into Queryable with Linq: A How-To Guide on Concat, Union, and Troubleshooting EF Core 6 Errors
Language: C# - Size: 16.6 KB - Last synced at: 4 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

houfeng0923/babel-plugin-iterable-enum
make typescript enum iterable
Language: JavaScript - Size: 1.09 MB - Last synced at: 16 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0
