Yuval A

15,315
reputation
994 views

Registered User

name Yuval A
member for 1 year
seen 15 hours ago
website
location Tel Aviv, Israel
age 25
\0
Dec
17
comment JAVA : simple usecase for interface usage and why interface ?
also: stackoverflow.com/questions/240152/…
Dec
17
comment JAVA : simple usecase for interface usage and why interface ?
dupe, discussed to death...
Dec
16
comment Is there a portable way for Java to check the maximum amount of RAM?
This might work sporadically. I wouldn't count on it given different JVMs and OSs.
Dec
16
answered Is there a portable way for Java to check the maximum amount of RAM?
Dec
16
comment What’s the best Linux backup solution?
I know we didn't have serverfault 18 months ago, but this should really be there...
Dec
12
answered What is the difference between object-oriented langauges and non object-oriented languages?
Dec
12
comment Best way to test for total reachability
@Pascal - it is even linear in E
Dec
12
awarded  Nice Question
Dec
11
awarded  Enlightened
Dec
11
awarded  Nice Answer
Dec
8
awarded  Enlightened
Dec
8
accepted Convert a String to an Enum ?
Dec
6
awarded  Mortarboard
Dec
2
revised How to catch divide-by-zero error in Visual Studio 2008 C++?
deleted 42 characters in body
Dec
2
answered How to catch divide-by-zero error in Visual Studio 2008 C++?
Dec
2
comment Java Illegal class modifiers Exception code 0x209
Can you post which modifiers class FooBar has?
Dec
1
comment Convert a String to an Enum ?
reflection? total overkill...
Dec
1
awarded  Nice Answer
Nov
30
awarded  Nice Answer
Nov
30
awarded  Popular Question
Nov
30
revised Convert a String to an Enum ?
added 224 characters in body; added 254 characters in body; added 7 characters in body
Nov
30
answered Convert a String to an Enum ?
Nov
29
comment How do I check the index of a an element in a list? (Python)
No downvoting - but this is not pythonic. See Nick's answer for the right way of doing this.
Nov
29
comment Need to write interrupt based java module
Cool. Good luck. </sarcasm>
Nov
29
comment Please help me understand Big-O?
-1. No. No one will solve your homework for you. Show us your steps and where you got stuck and we can point in the right direction.
Nov
29
revised Please help me understand Big-O?
edited tags; added 3 characters in body; added 4 characters in body
Nov
28
awarded  Nice Answer
Nov
27
answered Using Clients IP as the Servers IP
Nov
27
awarded  Nice Answer
Nov
26
comment Applying a symbol as a procedure
@Ben - you missed the part where the + is quoted, hence, it is not directly a procedure until it is evaluated.
Nov
26
comment Can we convert a byte array into an InputStream in Java?
+1 - Enjoy your new 10K status :)
Nov
26
comment Joda Time: First day of week??
Dupe: stackoverflow.com/questions/835895/…
Nov
25
revised Working around Java JIT bug
added 81 characters in body
Nov
25
comment Working around Java JIT bug
@omer - nice suggestion. +1
Nov
25
revised Working around Java JIT bug
added 299 characters in body; added 43 characters in body; added 305 characters in body; added 31 characters in body; added 165 characters in body
Nov
25
answered Recognising tone of the audio
Nov
25
answered Working around Java JIT bug
Nov
25
comment virtual function - vtable
Idan - I tried to make your question more readable, please elaborate if I got it wrong.
Nov
25
revised virtual function - vtable
added 19 characters in body
Nov
25
revised virtual function - vtable
added 85 characters in body
Nov
25
revised virtual function - vtable
added 58 characters in body
Nov
25
answered virtual function - vtable
Nov
22
comment JSP not compiling on GODADDY
please upload your JSP file
Nov
21
comment What kind of algorithms have shortened running time for longer inputs?
you are talking about O(1/n) algorithms, closing as dupe
Nov
21
answered Redirect to new blog using jquery or javascript
Nov
21
revised Applying a symbol as a procedure
added 6 characters in body
Nov
21
comment Applying a symbol as a procedure
So simple, dunno how I missed that out. Thx! :)
Nov
21
asked Applying a symbol as a procedure
Nov
21
revised Converting Unformatted String Of Objects Into An Array
edited title
Nov
20
accepted When to use try/catch blocks?