David Norman

4,414
Reputation
296 views

Registered User

Name David Norman
Member for 1 year
Seen 5 hours ago
Website
Location Utah, USA
Age
Just another geek.
Nov
20
accepted Regular Expression to validate hex string
Nov
10
answered How do I get notification that the local Visual Studio build is complete?
Nov
6
awarded  Yearling
Nov
5
answered Generating a gaussian distribution with only positive numbers
Oct
31
accepted What is the best inline file comparer for Windows?
Oct
25
awarded  Enlightened
Oct
16
comment Data structure for quick time interval look up.
No memory constraints
Oct
16
asked Data structure for quick time interval look up.
Oct
14
revised Why do I need to use break?
FIx typo
Oct
2
comment convert a pointer to a reverse vector iterator in STL
I think you need more than this. Pred needs to be a strict weak ordering, e.g., like < not <=. If you negate a strict weak ordering you don't get another strict weak ordering: negating < turns into >= not >.
Oct
2
awarded  Nice Question
Sep
2
accepted WSDL best practices
Aug
19
comment boost.thread dead-lock and self-deletion
If you run the program in the debugger, what is happening in the various threads when it hangs?
Aug
18
comment Member function pointer calls copy constructor?
Could you post the exact error message you're seeing?
Aug
7
comment Least Squares solution to simultaneous equations
Least squares can handle m > 1 independent variables and n > 1 dependent variables. In my edition of Numerical Recipes its covered in section 15.4 General Linear Least Squares or look at the wikipedia article referenced above.
Aug
7
answered Least Squares solution to simultaneous equations
Aug
6
accepted Are there any good tutorials that describe how to use ANTLR to parse boolean search strings
Aug
3
answered What is the best inline file comparer for Windows?
Aug
1
comment Are there any good tutorials that describe how to use ANTLR to parse boolean search strings
Yes, but it would be more complicated. You'd have to look at adjacent tokens and decide where to put the ANDs, e.g, between two non-keywords, between a keyword and an opening paren, etc. The whole point of the text processing is that the syntax of the input is very similar to the syntax of the output.
Jul
31
answered Technical name for a region of memory with a fixed pattern for bounds checking?
Jul
30
answered Are there any good tutorials that describe how to use ANTLR to parse boolean search strings
Jul
30
comment Are there any good tutorials that describe how to use ANTLR to parse boolean search strings
Could you post an example or two of the input expression and the output SQL?
Jul
29
revised Sigma function in excel
Fix formatting
Jul
27
awarded  Popular Question
Jul
25
accepted Recursion/iteration troubles, transforming an array of words into phrases
Jul
25
answered Recursion/iteration troubles, transforming an array of words into phrases
Jul
24
answered What’s a good language for validating CSV files?
Jul
20
comment Operator Overloading for Objects in Multiple Classes
This means that you don't need the friend declarations at all. The comparison is comparing two Books, one of which happens to be in a library.
Jul
20
answered Operator Overloading for Objects in Multiple Classes
Jul
20
awarded  
Jul
13
answered Why is multiplying cheaper than dividing?
Jul
11
accepted What is the best way to use two keys with a std::map?
Jul
11
awarded  Nice Answer
Jul
11
answered What is the best way to use two keys with a std::map?
Jul
4
answered Why should I use asserts?
Jun
22
revised Change Input Type
Fix typo
Jun
6
answered Collection Values Changing in for loop