Tagged Questions

1
vote
8answers
282 views

Is there a way to improve the speed or efficiency of this lookup? (C/C++)

I have a function I've written to convert from a 64-bit integer to a base 62 string. Originally, I achieved this like so: char* charset = " 0123456789abcdefghijklmnopqrstuvwxyzABC …
0
votes
1answer
93 views

Access objects through JNDI from an external JVM in Atg Dyanmo Application Server

Hi Everyone, I am trying to access some objects using JNDI from an external JVM in Atg Dyanmo Application Server. I am using the following code - import java.util.Hashtable; …
7
votes
4answers
402 views

What is a practical way to model lookup tables in Domain Driven Design (DDD)?

I'm just learning DDD (Eric Evans book is open in front of me) and I've come across a problem that I can't find an answer for. What do you do in DDD when you're just trying to get …
0
votes
1answer
18 views

Axapta: Lookup field display the string value instead of the ID?

When AX generates forms and grids, all the lookups are populated properly, but the ID of the lookup item is displayed in the form. The only way to see values that make sense is to …
-2
votes
1answer
31 views

Any FREE whois lookup APIs? [closed]

Possible Duplicate: Who provides a WHOIS API? Any FREE whois lookup APIs?
0
votes
2answers
37 views

Linq Lookup dynamic list

Hi, I have a List of objects (string filename, BitmapImage image) to use as a cache of images. private static readonly List<ImageData> imageCache = new List<ImageData&gt …
1
vote
1answer
26 views

Why is ToLookup() dependent on load options in Linq2Sql?

Lets say I have 3 tables Posts, PostTags and Tags defining a many-to-many relationship. I want to get a lookup table that will give me all the Posts related to a given tag so I use …
2
votes
4answers
138 views

Template lookup in class?

It's hard to get a word for this. Sometimes I see a class like this: template <typename T> class Wrapper { public: Wrapper(const T& t) : t_(t) {} Wrapper(const W …
1
vote
2answers
228 views

Algorithm/steps to find Longest Prefix search in Patricia Trie

Hello, I am implementing Patricia tries for IP prefix lookup, I could get the code working for complete key match, but facing problems with prefix search, when there are keys whi …
0
votes
3answers
124 views

SharePoint List Items with Lookup Fields - moving/copying to different site collection

Here is the scenario. Our SharePoint custom job archives list items (based on ceratin crteria) and copies/moves the items to a different site collection. In this scenario, if the l …
0
votes
1answer
34 views

Can I create a lookup field that only returns “Current” list items?

I'm working with Sharepoint 2.0 (WSS2) and need to create a lookup field that draws the name of an Issue from an Issue List. The trouble is, it does not appear that I can filter t …
0
votes
3answers
37 views

Display and pipe only a specific line of text from a stream

Here is a command line script for a dictionary lookup using Wordnet: #!/bin/bash # Command line look up using Wordnet - command line dictionary echo "Type in your word:" read wor …
0
votes
3answers
52 views

Using google as a dictionary lookup via bash, How can one grab the first definition?

#!/bin/bash # Command line look up using Google's define feature - command line dictionary echo "Type in your word:" read word /usr/bin/curl -s -A 'Mozilla/4.0' 'http://www.goog …
2
votes
1answer
58 views

How do I wrangle python lookups: make.up.a.dot.separated.name.and.use.it.until.destroyed = 777

I'm a Python newbie with a very particular itch to experiment with Python's dot-name-lookup process. How do I code either a class or function in "make.py" so that these assignment …
1
vote
1answer
67 views

What algorithms do DNS servers use for faster lookups?

DNS servers have to be fast in order to avoid latency. What algorithms do DNS Servers use to reduce latency? Are they any caching mechanisms that could be effectively used to impro …

1 2 3 4 5 6 next
15 30 50 per page