Tagged Questions

1
vote
3answers
39 views

Comparing ruby hashes

Hi I have two ruby hashes (which are essentially models) and am trying to find the differences between them, one is an old instance of an object where the other has new values ass …
0
votes
2answers
20 views

How do I compare an object with an NHibernate proxy object?

I'm using Compare .NET Objects to test whether my POCOs are persisted correctly to a test database. Let's take an example POCO: public class NoahsArk { public virtual Noah Noa …
0
votes
9answers
133 views

Find the closest time from a list of times

So, here's the scenario. I have a file with a created time, and I want to choose a time from a list of times that that file's created time is closest or equal too...what would be t …
4
votes
5answers
190 views

What is the right way to compare two filenames to see if they are the same file?

So I have two Windows filenames I need to compare to determine if they are the same. One the user gave me, one given to me by another program. So how should you compare: C:\Pro …
1
vote
7answers
271 views

iphone vs .net as career [closed]

I have recently join the IT industry, and am a bit confused about the career for the iPhone development or .Net development. Can you suggest to me, with terms of career length?
1
vote
4answers
49 views

C# - XML vs MySQL

In this program I'm writing, it would need frequent database communication, and at the moment I'm using just XML files. Is there really a benefit from using MySQL or SQL in general …
0
votes
4answers
74 views

Loop Until Condition Reached, iPhone

Hi there, I have a problem here... After a button is pressed I want a loop to run until a condition is reached: - (IBAction)buttonclick1 ... if ((value2ForIf - valueForIf) > …
2
votes
5answers
179 views

Why is Java’s Double.compare(double, double) implemented the way it is?

I was looking at the implementation of compare(double, double) in the Java standard library (6). It reads: public static int compare(double d1, double d2) { if (d1 < d2) …
0
votes
2answers
37 views

Javascript : To check if the fields in a form are not identical

Hi, I have the following problem. The following is the form i have <input type="text" name="email1" /> <input type="text" name="email2" /> <input type="text" name …
1
vote
1answer
63 views

PHP Comparison Operators and Data Types

I'm currently working through O'Reilly's "Programming PHP" and have come across this table titled "Type of comparison performed by the comparison operators": First Operand …
1
vote
6answers
235 views

Pointer equality in Haskell?

Is there any notion of pointer quality in Haskell? == requires things to be deriving Eq, and I have something which contains a (Value -> IO Value), and neither -> nor IO derive Eq. …
1
vote
2answers
27 views

nuSoap or Zend Soap?

Hello, I would like to know the differences between nusoap and ZendSoap, which is the best? what benefits and disadvantages of each? Anyone who has used both technologies could mak …
3
votes
2answers
56 views

How do I convert an object from Reflection to a generic collection?

I'm trying to write a Compare method to compare properties in some POCOs using Reflection to ensure that they've been persisted to the database correctly. For example, let's say I …
0
votes
2answers
119 views

IF Statement Seems To Work Fine On Simulator, But Not On Device!

Hi Guys, Ok, the problem is that when my app runs on the simulator it seems to work fine. On the device, however it does not update all the labels. I think the error is somewhere …
4
votes
2answers
118 views

Playframework and Django

I have worked with Django before and have recently seen the Play framework. Is this the Java community's answer to Django? Any experiences with it? Any performance comparisons wit …

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