Eddie

11,358
reputation
1039 views

Registered User

name Eddie
member for 10 months
seen 7 hours ago
website
location Chicagoland
age 44

Physicist by training, now a programmer by choice. My languages of preference are Java and C, although I am also skilled in C# and many assembly languages, and competent in Perl, general shell scripting, and a handful of other languages I use less often. I can speak basic SQL. I write my HTML by hand and prefer table-free page layout.

NOTE: I never do retaliatory downvotes or anything petty like that. I am here to learn as well as to teach. If something I write is worthy of a downvote, please leave a comment to let me know why. If I am incorrect, I want to know!

I use Linux by preference, but also develop extensively under Windows. I've developed under various embedded and custom OS's and RTOS's (primarily Microware OS-9 and VxWorks), assorted UNIXes, VAX/VMS, and assorted Windows releases. I've played with RSTS/E and a few other operating systems that are unknown today.

My home website is pretty sparse, but will some day be populated. Really.

Dec
6
awarded  Mortarboard
Nov
16
accepted To be CS grad with a few Industry Questions.
Nov
2
awarded  Popular Question
Oct
12
awarded  Popular Question
Oct
4
awarded  Nice Answer
Sep
26
revised Are Web Operating Systems practical yet?
People will expect "webos" to refer to the Palm "webos," so I clarified the question to avoid confusion
Sep
11
comment Can I use resources licenced under the Apache Public License in my commercial app?
This was worth a -1? There's no way that "lot of countries don't have lawyers who have any knowledge of software license law." Maybe there aren't MANY, but only countries without law would have NO lawyers versed in the law. As to whether or not my answer is practical -- that may depend on circumstances and where you are located. But a company that cannot afford a lawyer has much bigger problems than intellectual property law. In any case, no legal answer on SO is going to be or can be authoritative. This is the wrong place to look for anything other than very general advice about the law.
Sep
9
revised How can I list for each Windows TCP socket the status of SO_LINGER?
Add
Sep
9
accepted Java stack trace on Windows
Sep
9
revised Can a Tomcat web app programmatically change the jsp servlet’s “development=true” parameter?
Clarify and expand the question
Sep
9
accepted Is there a JDK class to do HTML encoding (but not URL encoding)?
Sep
9
answered Is there a JDK class to do HTML encoding (but not URL encoding)?
Sep
9
asked How can I list for each Windows TCP socket the status of SO_LINGER?
Aug
26
accepted Sources for learning Java as a programmer.
Aug
25
accepted Keeping i18n resources synced
Aug
20
awarded  Enlightened
Aug
20
awarded  Nice Answer
Aug
10
awarded  Popular Question
Jul
30
awarded  Nice Answer
Jul
23
awarded  Nice Answer
Jul
22
accepted XML Schema - getting around unique tag constraint
Jul
22
answered toString() in Java
Jul
15
awarded  Taxonomist
Jul
11
revised How can a Vista toolbar ignore or figure out the border padding setting?
Make the link more readable
Jul
11
comment How can a Vista toolbar ignore or figure out the border padding setting?
+1. Removing WS_THICKFRAME solved it for me.
Jul
10
comment How can a Vista toolbar ignore or figure out the border padding setting?
The negative points are not from me. I have not yet voted on any of these answers. People downvote for all sorts of silly and surprising reasons. You unfortunately have to get used to it on StackOverflow and related sites.
Jul
10
answered Java Type Erasure Problem
Jul
10
answered How can a Vista toolbar ignore or figure out the border padding setting?
Jul
9
comment How can a Vista toolbar ignore or figure out the border padding setting?
I figured out from those links that if I compile with the subsystem minimum version 6.0, then the application can get the border size successfully. This would allow it to compensate for the border. However, the application then will not run under anything earlier than Vista, which isn't acceptable. There must be a way to solve this, but I cannot find it.
Jul
9
asked How can a Vista toolbar ignore or figure out the border padding setting?
Jul
8
awarded  Nice Answer
Jul
7
accepted How the attribute field of a HttpServletRequest maps to a raw HTTP request?
Jul
3
revised Working with Java’s BigInteger probable primes
improve formatting
Jun
30
comment Cast interface to its concrete implementation object or vice versa?
You can also use the "is" keyword to avoid casting exceptions.
Jun
27
revised How to do cleanup reliably in python?
Remove the tag "broken--del" that is badly formed and doesn't seem to relate to the question
Jun
27
revised Windows Media Encoder installation issue
Remove useless "9" tag
Jun
27
revised “ ServiceReference1.ArrayOfXElement “ not declared error
Remove useless "3" tag and improve formatting
Jun
27
revised Silverlight 3 Beta, NavigationService in the ViewModel
Remove useless "3" tag
Jun
27
revised how to configure the formatting of file upload in drupal 6
Remove useless "6" tag
Jun
27
revised Should UTF-16 be considered harmful?
Fix tags and improve formatting
Jun
27
revised Is there any relation between the class that implements interface and that interface???
Improve tags and formatting
Jun
27
revised I need a useful source for learning more about command-line parameters.
Remove useless metatag
Jun
27
revised Preferred method for handling Y2K date conversions?
Fix spelling of y2k tag
Jun
27
revised Syntax highlighting component for .NET
Fix tags
Jun
26
awarded  
Jun
25
accepted pushd/popd on ksh?
Jun
25
awarded  Tumbleweed
Jun
25
comment Java Timer
As Kevin said, you are calling "timer.schedule(this, delay, period)" with the same "this" each time. The TimerTask is not meant to be given to multiple different timers. Each TimerTask instance is meant to be scheduled exactly one time.
Jun
25
revised Java Timer
Fix formatting
Jun
20
revised How do I get a link to parent node in nodecomments in drupal 6?
Clean up formatting