|
On Wed, 13 May 2009 19:38:57 -0700 (PDT), "jehugaleahsa@gmail.com" <jehugaleahsa@gmail.com
Hello:
Quick design question: should a derived class be expected to provide a
custom exception to the super class?
We caught ourselves writing the same ...
Started by jehugaleahsa@gmail.com on
, 12 posts
by 5 people.
Answer Snippets (Read the full thread at omgili):
On Wed, 13 May 2009 19:53:10 -0700, "Peter Duniho" <Ā pm, "Peter Duniho" <NpOeStPe...@nnowslpianmk.comwrote:
It's my understanding that exceptions 2009 23:06:24 -0700, "....
To be mindful, but not dogmatic (as Peter said).
|
|
Related to:
Query Windows Search from Java
But this time to use OSX's spotlight
I would like to consume OSX spotlight service from Java. Is there an API available?
Thanks.
Started by Oscar Reyes on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
* * @author Peter Eastman */ public class Spotlight) results.add(new File(line)); return results; } /** * Get a map containing all searchable metadata.
* For details, see the documentation for mdfind.
|
|
On Tue, 5 May 2009 09:07:29 -0700 (PDT), Nick <nickle@gmail.com
I have a requirement to read a CSV file. Normally, no problem, just
import CSV and slurp the file up.
However, in this case I want to filter out lines that have fields set
to particular...
Started by Nick on
, 8 posts
by 5 people.
Answer Snippets (Read the full thread at omgili):
Peter
, self.name, {})
i = 0
for row in rows:
results.add (row:30 +0200, Peter Otten <__peter__@web.de
You can simplify that a bit:....
):
results.add(row, i)
in idiomatic Python.
|
Ask your Facebook Friends