Look up is related to indexes and hash tables. It is the action of accessing fastly to an item in a large collection thanks to a index (a so-called lookup table).
0
votes
3answers
15 views
MS Excel (2003) Find value in col 2 based on the row with col 1 having a value of x
Is it possible to do this in excel? Say I have a table like this:
-------------------
| foo | 1 | 2 | 3 |
-------------------
| Bar | 4 | 5 | 6 |
-------------------
| Bat | 7 | 8 | 9 |
...
2
votes
1answer
25 views
Finding a set in a Dictionary fitting a certain criteria
I have a dictionary. If V is in DICT[K] then someFunc(k, v) and someFunc(v, k) both return true (and K is in DICT[V]). The dictionary could look like this:
{
1: [2, 3, 5],
2: [3, 1, 5],
3: [1, 2],
5: ...
1
vote
1answer
22 views
(.Net) Optimal data structure to find union of words between a sentence and dictionary
I am trying to find the most optimal way to compare words in a collection (hashset, list) to a document (like an essay, blog) for finding matching words.
For example - I have the following ...
0
votes
0answers
4 views
sample to get the http response status as 200 /ok using libcurl in c#
This is my sample program to get the response for particular site e.g google.com.
In the below code i am getting 301 status code.
Please advice me, if anything missing in my code.
I want to get the ...
1
vote
1answer
30 views
Caused by: java.lang.ClassCastException Wrapper cannot be cast to
I am trying to run Remote EJB running on a glassfish 3.1 container with a Javafax 2.2 client and I throw an exeption when I "lookup" the remote EJB.
The purpose of my Application is to get/put with ...
0
votes
1answer
23 views
Lookup item selection in Dynamics
I have a custom lookup on a Dynamics 2011 form. I also have a javascript library to do a variety of basic validations. My question is, how do I point to a value in the lookup with javascript? The ...
0
votes
2answers
77 views
How to populate related lookup field CRM 2011
I want to create an auditing plugin that whenever a "contact" entity is changed, a "historical contact" entity is created that had all the data of the old "contact" entity before the change.
My ...
0
votes
1answer
15 views
Rails Gem Geocoder Lookup method not obeying /config/initializers/geocoder.rb
I dont know exactly why but the gem is working properly except by the fact that it appears to not obbey the configuration file.
When I test its initialization with a 'puts' command it show in the ...
0
votes
1answer
26 views
How to do a double array enum lookup
I've declared an enum of id and description and double array for coordinates.
public enum Location {
GRASS(0, "Green Grass"),
CHURCH(1, "A church");
private int locationId;
public ...
4
votes
1answer
42 views
complicated list and dictionary lookup in python
I have a list of tuples and a dictionary of lists as follows.
# List of tuples
lot = [('Item 1', 43), ('Item 4', 82), ('Item 12', 33), ('Item 10', 21)]
# dict of lists
dol = {
...
0
votes
1answer
34 views
Lookup Combo that supports remote data - load data only after user wants to
I'm building a VCL c++ builder application. I would like to see if anyone knows of a component that can load data in the lookup upon drop down only after a user has typed a few letters to limit the ...
0
votes
1answer
41 views
How to get a Lookup from nested dictionaries
I have a nested dictionary from which I want to derive a Lookup. Example data of the dictionary is following:
var binary_transaction_model = new Dictionary<string, Dictionary<string, ...
0
votes
1answer
59 views
look up for master data in R
i have a a problem with the following topic.
After using Excel, the workload of doing this is to high. Now i want to do it with R in a automatic way.
I have different Models of washing machines:
...
0
votes
1answer
41 views
django - get the latest one if duplicate, if not, take it
I am trying to achieve this:
I have 2 tables: Location and Rate. Location can have multiple rates. Now what I want is, look up in the database and take the rate if no duplicate foreignkey, but if ...
0
votes
0answers
24 views
CAML query - How to compare Lookup Value of DateTime
I need a CAML query to compare the Lookup Value and not ID. My Lookup Value is of DateTime. The startTime and endTime are both DateTime.
Something is wrong with the code below.
I searched through ...
0
votes
1answer
41 views
Lookup a specific IP address entered by form
I have a script that use api to get ip informations of an ip address. When a visitor enter it only shows the default informations about visitor ip, but I want to make a form so the visitor can lookup ...
1
vote
2answers
49 views
How to vectorize matrix whose index is matrix in MATLAB?
I have two for-loops embedded in a code that is repeated many times. I want to speed things up:
for i = 1:10
for j = 1:10
A(i,j) = B(i,j,D(i,j))*C(i,j);
end
end
Here D consist of integers ...
0
votes
0answers
29 views
XSLT is it possible to have a lookup table in non-xml format? Like excel?
Greeting, all!
Curious if there is a way to have an excel file for lookup instead of xml? Obviously the excel spreadsheet is much easier to update than xml file.
Currently, I have an Employee lookup ...
0
votes
0answers
7 views
Getting information from one Table to a Form (Access 2013)
I'm creating an inventory program for my Grandmother's business (Perfumes) in which there is a Perfume DB (Done) and a Report (looks from a Form) that states all of the Perfumes sold to look for them ...
0
votes
1answer
29 views
Map range (min-max) to a single value and if a value is in a range return the value mapped in java
I need to map different interval to different single value.
The interval is type long and formed by min and max. The value is a short.
The intervals are not overlapped, but can be consecutive.
I ...
0
votes
0answers
70 views
SharePoint 2010 lookup column not displaying
I have encountered a strange bug with a listview webpart. On a 'city' lookup column, the data will not display when I have a 'Full Toolbar'. It will display when I change it to 'Summary Toolbar' or ...
3
votes
3answers
31 views
How to store and lookup data, based on multiple xml attributes?
I am querying an xml file and returning 3 attributes per selection (each entry that meets my criteria will return 3 attributes details). I need to store these values, and then later look up the first ...
1
vote
3answers
52 views
Assigning a large number of variables (from a lookup table?)
I have a two-column lookup table with names in the first column and non-sequential numbers in the second column:
Name Number
ArcBo 16
ArcGl 41
BorSa 534
EleGr 121
GadMa 249
GadMo ...
1
vote
2answers
169 views
EXCEL: Need to find a value in a range of cells from another worksheet and return value from adjacent cell
I am trying to find the formula that will search in column A (of worksheet "ABC") to find a value matching G4 in worksheet "XYZ" Once that value is found, return the value of the cell adjacent (column ...
1
vote
0answers
188 views
Return values from lookup field in a SharePoint list using CAML
I am trying to call in values from a SharePoint list using JQuery, which I have done many times before using similar code to below, but this time I am trying to call a lookup field and having little ...
0
votes
2answers
52 views
R idiom for vector lookup
Here is a function which I wrote:
lookup <- function (keys, values, key, default) {
found <- which(keys == key)
if (length(found) == 1) return(values[found])
if (length(found) == 0) ...
0
votes
1answer
33 views
Looking up value in one table to update another
I have one table that has user IDs, another table that as AD groups; certain AD groups tell you whether the client is a member of VIP, Pilot, Remote Access etc groups.
When trying to create a view ...
0
votes
0answers
32 views
SharePoint Online - Use Site Column Lookup Value In Workflow [migrated]
I am trying to generate a unique ID for items in a document library based on values from other fields. I have several lists located at the root of my site, and have created lookup site columns for ...
0
votes
0answers
72 views
Create Lookup (DropDown) Component On C# for Windows Form
I'm Looking For Design a Component such as CompoBax:
This Component has a Control Property that You Can link Component To Each Tools on Form.
this Component has a DataSource and You Can Specify ...
1
vote
1answer
50 views
Dynamics crm - including other columns in product lookup search > is it possible?
I have customized my product lookup view to include manufacturer which is a new field however when typing into the search box it will not look in this column for matches.
Is it possible to include ...
1
vote
2answers
54 views
Make a lookup on an array literal in PHP
Making a lookup on an array is simple:
$array = array(0 => 'Zero', 1 => 'One', 2 => 'Two');
$text = $array[2]; // $text = 'Two'
But if I don't want the intermediate $array variable, is ...
-1
votes
1answer
68 views
Host name lookup failure in send mail [closed]
I am sending mail via Sendmail. But it gives error in maillog "Name server: mail.example.com: host name lookup failure." What might be the problem?
0
votes
0answers
10 views
using ForeignKeyRawIdWidget without admin privilege
In Django, I have a modelform which has one field that is a ForeignKey value to a model which has 300k rows. A SelectBox does not work on this scale.
the raw_id_fields/ForeignKeyRawIdWidget in admin ...
0
votes
1answer
73 views
SharePoint Advanced List Relations
Ok - so here's the preface. I realize that SharePoint isn't really the best solution for this, and if I have to use SharePoint, then coding this would be preferable. However, my wings are clipped ...
2
votes
2answers
111 views
Excel: Search column for specified value, return value in same row different column
here's my problem:
I have a system-generated report that I can update easily. However, the report is very long and complex and I'm trying to use the complex report to consolidate it to a simpler ...
0
votes
0answers
7 views
External Workbook Lookup and Match
VBA friends.
I'm looking for some VBA code that will do the following:
In my active workbook(Sheet1), I have ~ 10K email addresses in column #6. In column #23 I have either a 1 or a 0, and in column ...
0
votes
1answer
71 views
MVC web application dropdown data from session or database
We've an ASP.Net MVC3 based web app. We've those typical master data tables in my database - We've to lookup these table data (and some views) while populating dropdown and auto-completes from my SQL ...
0
votes
0answers
26 views
Does JNDI lookup-name supported on tomcat?
I have multiple wars that are exposing the same JNDI properties in web.xml
I need to access those properties in my shared library jar.
For example, I have multiple wars, each will expose its JNDI ...
0
votes
1answer
38 views
Removing unwanted items from solr autosuggester
I am trying to implement auto suggest from a huge set of paragraphs that are indexed. But I would want to filter out certain unwanted words appearing in auto suggest. For example words like "and", ...
0
votes
1answer
95 views
MS Dynamics-CRM How can I find GUID of the existing view by “Display Name” using JS?
I have category 1, category 2, and category 3. Cat1 is parent of cat2. Cat2 is parent of cat3. View for every category filtered by parent.
Problem: category 3 doesn't get filtered if cat2 is not ...
1
vote
1answer
72 views
If/And statements and lookup in Excel
My question is about VBA excel code.
I want to maybe write a macro but i'm not very familiar with coding so I was looking for some guidance.
Basically I have an excel spreadsheet with a table with ...
1
vote
2answers
49 views
how are javascript properties added to and looked up on objects?
When adding properties to a JavaScript object are they added in an ordered way (alphabetical etc). And if so does that mean when you lookup a property on a JavaScript object that a quick algorithm is ...
1
vote
0answers
183 views
How to build lookup table for inverse perspective mapping? OpenCV
I want to build a lookup table to use with inverse perspective mapping. Instead of applying warpPerspective() with the transform matrix on each frame, I want to use a lookup table (LUT).
Right now I ...
0
votes
1answer
104 views
Java - Netbeans application - How to use Lookup to transfer data?
After discovering the Lookup library in the Netbeans Platform (7.3), I wondered : (how) are objects removed from lookup ? Is there any garbage-collecting or something ?
I noticed that each time ...
0
votes
1answer
71 views
crm 2011 lookup autocomplete on a go
In dynamics CRM 2011 on a lookup you have an autocomplete feature.
My question is - can you change the (and if yes how) following things in that:
Fire it while you typing, not only when it looses ...
0
votes
0answers
15 views
Trying to retrieve local IP address for a geoIP look up
Im using a small script i found on stackoverflow and the result from using the script is ::1.
what am i doing wrong?
function get_ip_address()
{ foreach (array('HTTP_CLIENT_IP', ...
1
vote
0answers
14 views
automatically updating a SP Foundation list
I'm REALLY hoping someone can help me here... I'm developing a database for my employer using SharePoint Foundation. The database contains 26 columns and around 100,000 rows (a Business Contacts ...
0
votes
1answer
45 views
Get all CDI beans
I want to retrieve all CDI beans from container as map which bean names as keys and beans as values. How could I achieve this?
I need this to add CDI beans to thymeleaf expression resolver.
1
vote
1answer
32 views
Django : Update fields from lookup in a single .update() call
I'd like to know if there's a way to perform a batch update of a field in a model with a value from a lookup.
Assume this model:
class Product(models.Model):
price = models.DecimalField(... ...
9
votes
2answers
179 views
Making a grid-like data type in haskell
Problem
I've been wondering how this could be done efficiently for a while, but for some reason I have been unable to do it. I need to model a rectangular grid, where each field contains some data.
...
