01

3,237
Reputation
1119 views

Registered User

Name 01
Member for 1 year
Seen 2 hours ago
Website
Location Warsaw, Poland
Age 8
Nov
26
comment Using a “take-home” coding component in interview process
I have not met programmer that has done open source.
Nov
22
answered Comfortable Javadoc API in the browser (web application)
Nov
22
awarded  Enlightened
Nov
22
awarded  Nice Answer
Nov
21
revised Tracing the longest path using Bellman-Ford with negative edge weights.
edited tags
Nov
21
answered Java HashMap performance optimization / alternative
Nov
20
comment Where & How to start a career as a software developer
Wow and how should tester get the source? you think he should try to reverse engineering? but what if it web app? should he bribe someone? i never worked at place where anybody could just get source code.
Nov
20
comment What is the worst programming job you ever had and why?
I had that in my first job, now i really miss it. i could learn frameworks and do fun stuff at work. but also there was fear of being fired.
Nov
19
comment Java : How to create a function that can only accept object which is an Interface?
Daff has done it :P
Nov
18
comment Interviewers expect job candidates for application development jobs to know hexadecimal arithmetic
its not silly, its just stupid. he tells you that he knows nothing about .NET and will ask you about useless things he knowns. maybe try to talk with him about football or something.
Nov
16
comment Should I document my private methods?
You are right only if every comment you write is very useful in the future, however if comments are worst than code ...
Nov
16
comment Should I document my private methods?
I think many people disagree and javadoc for method calculateX that says "calculate the X" dont really help anybody.
Nov
16
comment Should I document my private methods?
good point Doug, what/why argument only makes sense for very complicated methods and people who write those dont even name it right.
Nov
10
comment Arguments Against Annotations
the only thing is example that might be configurable is @Secure("ROLE_ADMIN"), however knowing xml junkies they would even put @Method("GET") in xml.
Nov
10
comment Arguments Against Annotations
You are behind the times. XML programming is not cool anymore.
Nov
10
comment Code Golf: Hourglass
you could use static import for system.out and and field for boolean. true*4+false*3=16+15=31 static boolean b;+!b*4+b*3=17+8+3=28
Nov
9
comment From Java code to UML diagram
he got 7 up votes, thats why.
Nov
4
comment Potential employer asks to show previous code instead of detailed interview - how should we reply?
You do know that the code does not belong to you? its very weird example of software piracy.
Nov
4
comment Which of these pieces of code is faster in Java?
Wow, hardcore website. it should be called "Java 1.0 for hardcore C programmers".
Oct
29
comment What Is The Use Of Brainfuck
If only people would know about Wikipedia ...
Oct
28
comment Sharing Session object between different web applications
try OpenSSO for more general solution
Oct
26
comment Java Enums: List enumerated values from a Class<? extends Enum>
its static - reflection.
Oct
26
comment How often should applications be stress or load tested?
This should be community wiki - subjective.
Oct
25
comment recommendation for choosing a new web development stack
This should be community wiki. :D
Oct
25
comment The anti-goto, pro-one-return convention
This should be community wiki. :D
Oct
24
comment Java: When to make methods static v. instance
This should be community wiki.
Oct
24
comment Organize small utilities functions
i think people will have problem with his code - hes not using java conventions and stuff like that.
Oct
24
comment What are the things to remember when one designs a website
This should be community wiki.
Oct
24
comment Windows 7, A Good Platform for Developers?
This should be community wiki.
Oct
24
comment How can we convince the administration of our university that computer science is important enough to retain it as a discipline?
This should be community wiki.
Oct
23
comment Ways to fill a list in Java
This should be community wiki.
Oct
23
comment What is a rule-of-thumb ratio of alpha-developers, okay developers and newbies needed for a great web application team?
This should be community wiki.
Oct
23
comment What is the WORST commit message you have ever authored?
This should be community wiki.
Oct
23
awarded  Tumbleweed
Oct
23
awarded  Yearling
Oct
22
comment Is the Apache Commons Collections framework faster than the JDK collections framework?
many projects like hibernate are already using Commons Collections and you dont have to add extra jar to the project. thats the reason.
Oct
18
revised Is there any self-improving compiler around?
edited title
Oct
18
revised IE: why isn’t AJAX resulting HTML updated in DOM?
edited tags
Oct
17
comment Open source alternative to JavaRebel?
I never met person that sell their software, why you think he would lik to do that? we all work for some big companies that doesnt sell software.
Oct
16
asked How to pass paramater into code-template in eclipse-plugin
Oct
13
awarded  
Oct
9
asked compiling SQLJ with Ant
Oct
8
asked String capitalize - better way
Oct
7
answered Is there a Java library equivalent to Microsoft/.NET System.IO.Packaging?
Oct
4
awarded  Nice Answer
Oct
4
answered Recommended Practise to Externalize Queries in J2EE (Specific Seam)
Oct
2
answered Building Website With Video Upload Feature - Possible Implementations?!
Oct
1
awarded  Popular Question
Oct
1
answered What are the most commonly used runtime exceptions in java?
Sep
29
answered Ways to standardize logging in a large Java application