Problem I am trying to return a value (a.tnAddress) from a custom class based on a lookup (foreach loop). Depending […]
Tag: lookup
Alphabetically-sorted word lookup
Problem The goal of this code is to save a list of 250000 words with a number that indicates its […]
Return Data and Update Row without Multiple Lookups?
Problem I have a stored procedure that looks up an article based on the article’s title. But I also need […]
Mapping arrays to ranges in Ruby
Problem I have a simple Rails app, which is used to run some clinical surveys. Participants answer sets of questions […]
Multiple criterias in a VLOOKUP in Excel VBA
Problem I have made the following custom defined function in Excel. It works somehow like VLOOKUP(), but it takes two […]
Create a re-usable class to get different values from enum attribute decorations
Problem I’m wanting to create a Reusable class to work on Enumerations so that I can decorate various Enums with […]
Converting a query result into an key=>value pairs for a lookup table
Problem My app has a number of lookup tables stored in a MySQL database that are used for various purposes […]
Comparison of lookup methods
Problem Background (these are the bits technically not for review, but feel free to point out any minor points) An […]
Multiple indexes over an in memory collection for faster search
Problem I have a big in-memory collection of following simplified class: public class Product { public int Id { get; […]
Tuple/Lookup conundrum
Problem I have a list of plans and a list of contacts, and I have to check whether contact.ProviderId matches […]
- 1
- 2