Oscar Reyes

12,243
reputation
1497 views

Registered User

name Oscar Reyes
member for 1 year
seen 12 mins ago
website
location Mexico city
age 31
Java Developer on Mexico city.

I stopped answering when I've got 10k points ( on march 23 2009 ).
Since then I'va made 1,850 pts. only with existing answers. I wonder how far would I get.

update:
Wow, it took me a year to get my first golden badge... geee.. I should have asked What's your favorite cartoon before!!
1d
awarded  Nice Question
Dec
6
awarded  Mortarboard
Dec
4
awarded  Popular Question
Nov
30
awarded  Popular Question
Nov
29
accepted How can I make a Enso style application in C#
Nov
3
revised “Always on Top” Windows with Java
make emphasis on the relevant code
Nov
3
revised How to serialize an object into a string
added 6 characters in body
Oct
28
revised Seam cache provider with ehcache null
edited title
Oct
17
revised “Always on Top” Windows with Java
adding screenshot; added 2 characters in body
Oct
15
awarded  Popular Question
Oct
15
comment “Always on Top” Windows with Java
Guess what. Now it does!! :) It brings you here! google.com/search?&q=java+application+always+…
Oct
14
revised SQL - table alias scope.
s/extist/exists
Oct
13
awarded  Popular Question
Oct
4
awarded  Guru
Sep
29
comment java.lang.UnsatisfiedLinkError in Linux.
It works just great with Ubuntu 9.0.4. The problem was I was using an old version of linux
Sep
23
awarded  Yearling
Sep
22
comment How to pass a session between tomcat and php.
:-o Just out of curiosity, who ask you for this? Your project leader? Or your manager? :)
Sep
22
comment Worst UI You’ve Ever Used
@Jason: Yeap, probably that's a bit unfair, I accept it. But it is just to make a point. It is a good IDE yes, but the user interface get's in the way too many times!!...
Sep
8
comment What is the best UI you’ve ever used?
It seems to be good, but is not. If you are doing something else than simply launching ( let's say selecting a path to a file ) and for some reason you have a typo, forget it! you have to start all over again. I really hate that.
Sep
8
comment Worst UI You’ve Ever Used
Don't mess up with vim, here's an stone for you.. !.. but wait, I must admit it. It took me like forever to learn the basic commands. Since I really needed to learn them I spend a week or so practicing. Since then I have never forgotten those commands ( or what is worst , learned new ones!!! ) I don't even think about them, they just flow out of my fingers. I can split the window with the content of a buffer and switch the position of the split and even swap the buffers, but I just don't know how to do it, nor what are the keyboard combinations ( except for split with is :sp )
Sep
7
comment Do I have to learn Objective-C for professional Mac Development?
As for the square brackets, this might be helpful: stackoverflow.com/questions/142476/…
Sep
3
accepted How to serialize an object into a string
Sep
3
awarded  Nice Answer
Aug
29
awarded  Notable Question
Aug
28
revised Understanding JavaScript - Resource
edited tags
Aug
28
revised What do you think of “RubyMine”.
cw
Aug
27
awarded  Great Answer
Aug
19
awarded  Necromancer
Aug
19
comment Programatically closing currently displayed Java Swing JDialog box
Do you have the source code? Can you spot where the dialog is being displayed? If so, prior to display the second dialog invoke the "dispose" method on the first. Just like "nos" have answered
Aug
18
comment Worst UI You’ve Ever Used
@amischiefr: Wow!! Did you take your breakfast today?!!! .. Relaax, be happy. Take your breakfast every day. Sleep well. Now, once you're relaxed, READ again the post. Read the picture caption. Eclipse UI is very counterintuitive, the fact all windows are treated the same doesn't help. For instance, editing windows IS the most important while coding. Output windows IS the most important when running the code. Eclipse doesn't care about that. You always have to intervene to make the UI flow. If you think calling me retard makes the GUI any better well... I think there's a perception problem.
Aug
15
awarded  Taxonomist
Aug
14
comment Your views about the gap between naming convention of field names in Java bean and database
The sad face of this is when mapping tools interpret your column name USERFIRSTNAME as setUserfirstname() getUserfirstname() I HATE IT!
Jul
31
awarded  Nice Answer
Jul
28
revised Java: Class entirely run in second thread / IllegalMonitorStateException
Feel free to rollback if you didn't like my edit. It is a bit easier to follow for me now.
Jul
14
revised Java Strings: “String s = new String(”silly”);”
Adding references to this pattern: String.intern, Boolean.valueOf and Integer.valueOf(int)
Jul
8
awarded  Notable Question
Jul
8
awarded  Disciplined
Jun
26
comment Best way to use svn for web development
Again Rich B? :-/
Jun
25
revised Java synchronize statement around a lock
improve readability
Jun
25
comment What are five things you hate about your favorite language?
@both: The NPE is shown in the first line of the stack trance. It contains ( most of the time ) class,java file name, and line number like: "at your.faulty.code.Instance( Intance.java:1234 )" Then you just open that file, go to that line and there it is, a variable which has nothing assigned to it.
Jun
25
revised RegEx in Java not working as I expected
edited title
Jun
25
revised Language showdown: how do you make a system call that returns the stdout output as a string?
it may work, but I'm not sure :)
Jun
25
comment Language showdown: how do you make a system call that returns the stdout output as a string?
@hlovdal: The posted article dates 2000, when Java 1.2 was the main installation and Java 1.3 had a few months released ( and everyone complain java being very slow - and it was indeed - ) 9 yrs have passed, I hope that situation doesn't show up anymore. Still your point is valid, I can't guarantee this is 100% safe. I guess we should stress it for a while :)