Search code examples
When is custom enumerable/collection useful?...

c#enumerabledesign-consideration

Read More
Merge two hashes together and performing computation...

ruby-on-railsrubyhashenumerable

Read More
How to deal with Parent/Child/GrandChild relationship?...

c#enumerable

Read More
Populate new_hash where the unique values from old_hash are the keys, and the keys from old_hash are...

rubyarrayshashenumerable

Read More
Differences between [1,2,3].to_enum and [1,2,3].enum_for in Ruby...

rubyenumerationenumerable

Read More
Reference .map return object (array) inside that .map code block?...

rubyarraysloopsiterationenumerable

Read More
Generate and repeat number in C#...

c#repeatenumerable

Read More
Ruby: Turn an array of arrays into a hash with 3 key value pairs...

rubyarrayshashenumerable

Read More
Counting multiple fields in a hash...

rubyenumerable

Read More
Ruby: How do you set an Enumerator's state?...

rubypermutationenumerationenumerableenumerator

Read More
c# Enumerable.Sum change return type...

c#typesenumerable

Read More
Overwriting #each; can I pass it args through #map, #select, etc?...

rubyenumerable

Read More
What does inject() do without arguments...

rubyinjectenumerable

Read More
Scheduling a IEnumerable periodically with .NET reactive extensions...

system.reactiveenumerable

Read More
Find set of objects in array that have same attributes...

rubyarraysenumerable

Read More
How many objects have the same attribute value?...

rubyenumerable

Read More
ruby facets map is to every as find is to?...

rubyenumerablefacet

Read More
Refer to anonymous array within each/block...

rubyarraysblockeachenumerable

Read More
Refer to caller object inside enumerable method block...

rubyenumerable

Read More
Find item in Ember ArrayController...

ember.jscontrollerenumerableember-old-router

Read More
How to get Alternate elements using Enumerable in C#...

c#linqlambdaenumerable

Read More
ArgumentError: comparison of NilClass with 1 failed min_by...

rubyenumerable

Read More
Equivalent of Ruby Enumerable.collect that returns an Enumerable?...

rubyenumerable

Read More
Why does Enumerable#detect need a Proc/lambda?...

rubylambdadetectenumerableproc

Read More
How do I recreate Enumerable's count method?...

rubyenumerable

Read More
What is shortest in code terms way for given N to output strings "1", "1 2"... &...

c#linqenumerable

Read More
How does map work in this context?...

rubymultithreadingenumerable

Read More
Remove Duplicates From BindingList...

c#distinctienumerableenumerablebindinglist

Read More
Enumerable OrderBy used to order collection by multiple optional fields...

c#linqenumerable

Read More
Ruby Counting chars in a sequence not using regex...

rubystringcountsequenceenumerable

Read More
BackNext