Outlaw Programmer

4,304
reputation
585 views

Registered User

name Outlaw Programmer
member for 1 year
seen Dec 4 at 21:34
website
location New York City
age 26
Gametime.
Dec
5
accepted Making Java Tic Tac Toe Server Multithreaded
Nov
26
awarded  Popular Question
Nov
13
comment C++: max integer
For future reference, StackOverflow works best as a 1 Question -> Many Answer type of thing. If you have a question (and the one you bring up seems reasonable), feel free to post a brand new question. Here, it looks like you're trying to offer advice that others perseive as incorrect.
Nov
13
revised Java: Is there support for macros?
edited tags
Nov
13
comment Java: Is there support for macros?
That's not the craziest thing I've ever heard, but it's darn near close!
Nov
13
answered Java: Is there support for macros?
Nov
13
answered java swing repaint()
Nov
10
awarded  Good Answer
Nov
4
comment Java Polymorphism problem
Yup, but the way you phrased your answer ("You need to...") makes it seem like you're suggesting just adding that keyword will somehow trigger the polymorphic call to work.
Nov
4
comment Java Polymorphism problem
The annotation doesn't have any magic properties; it's just tells the compiler your intent. Overriding methods should work even if you don't include the annotation.
Nov
4
answered Java Polymorphism problem
Nov
4
comment Can I auto-generate my get/set methods in c#?
Seems like this is a Visual Studio question, not really a C# question. Also, if you have "LOADS" of fields that can be mutated by an outside client, it might be time to rethink your design.
Oct
15
answered Multiplication…
Oct
15
comment Java Fast Data Storage & Retrieval
-1 from me. You'll need to manually serialize the entire HashMap on each insert, which is obviously very slow.
Oct
14
accepted How to stop the execution of Executor ThreadPool in java?
Oct
13
comment Java setting values from a Map to a Set
Looks good but I think explicitly setting the initial capacity is a little overkill and might be confusing.
Oct
13
comment Excel: deleting blank columns/rows
Looking at the history it didn't seem like a programming related question anyway, so I won't bother restoring it.
Oct
13
answered Java swap two keys in a Map
Oct
13
comment Java setting values from a Map to a Set
Whoops, I renamed 'receiver' to 'dest' but looks like I missed that line.
Oct
13
comment Google Maps not functioning for me
What makes you think you're code is all "squared away and valid?" I get like 10 javascript errors by just loading the page.
Oct
13
answered Java setting values from a Map to a Set
Oct
13
comment Question About Deadlock Situation in Java
Incidentally, locking the class object would actually prevent the deadlock in this case!
Oct
13
comment Question About Deadlock Situation in Java
Looks like there are a lot of correct answers here, but I think it might be more helpful to format the responses into 2 separate columns, each representing a different thread. This will really drive home the fact that 2 sets of instructions can be running simultaneously.
Oct
13
comment Question About Deadlock Situation in Java
Nope, synchronized in a non-static method signature will only lock the current instance, not the class object.
Oct
13
comment How to stop the execution of Executor ThreadPool in java?
That seems to be a separate question. You can use something like 'jstack' or 'jconsole' to see which threads are running and what they're waiting for.
Oct
13
answered Making Java Tic Tac Toe Server Multithreaded
Oct
13
revised How to stop the execution of Executor ThreadPool in java?
added 482 characters in body
Oct
13
answered How to stop the execution of Executor ThreadPool in java?
Sep
24
comment Java method argument puzzle
The 'final' keyword will keep you from doing something stupid but there's no 'ref' keyword equivalent that will give the "expected" output.
Sep
10
revised Silent Printing of PDF From Within Java
added 1 characters in body
Sep
10
answered Basic Source control
Sep
10
comment Autocomplete Parameter names in Eclipse Without Source
Hey, it looks like you're right. It should be possible for the IDE to at least take a good guess at the parameters names.
Sep
10
comment Tomcat: Set cookie value multiple times for 1 request?
Yep, this is the solution I'm going with for now. In the long run, I think a better solution might be sticking with the HttpSession and configuring Tomcat's session clustering so that our app can scale to multiple servers.
Sep
10
answered Tomcat: Set cookie value multiple times for 1 request?
Sep
10
comment Tomcat: Set cookie value multiple times for 1 request?
I'm explicitly trying to avoid HttpSession. We are reworking the code so that it is scalable to multiple servers and we don't want to mess with session clustering.
Sep
10
answered Autocomplete Parameter names in Eclipse Without Source
Sep
10
revised Tomcat: Set cookie value multiple times for 1 request?
added 5 characters in body; added 471 characters in body
Sep
10
comment Tomcat: Set cookie value multiple times for 1 request?
Looks like Apache Tomcat/6.0.20
Sep
10
comment Tomcat: Set cookie value multiple times for 1 request?
I think this will tell the browser to delete the cookie. Remember, in my case, I'm trying to modify the cookie multiple times for one request; the browser isn't involved yet. Now, if there was some way to get Tomcat to delete the cookie from the response...
Sep
10
asked Tomcat: Set cookie value multiple times for 1 request?
Aug
31
comment Java println formatting so I can display a table?
Not if the values have different lengths.
Aug
28
comment A browser inside a browser
+1 from me. I think the question should probably be re-written as "How do I collect statistics from user activity on web pages." It seems like this is the ultimate intent of the OP.
Aug
28
comment C# Round up
Presumably the OP was smart enough to put this in a function already...
Aug
27
awarded  Popular Question
Aug
27
answered JDK-7 SwingWorker deadlocks?
Aug
25
awarded  Popular Question
Aug
16
awarded  Yearling
Jul
14
revised Vertical Align Image Centering with Overflow:hidden
edited title
Jul
8
awarded  Disciplined
Jul
8
awarded  Popular Question