caskey

1,631
reputation
77 views

Registered User

name caskey
member for 1 year
seen Dec 9 at 3:53
website
location
age
Dec
9
answered speed up sequential java iterator possible?
Dec
9
comment Why do a lot of languages lack a logical XOR operator?
In your second example, it assumes a language which uses non-zero for true.
Dec
9
answered Masking a string in perl using a mask string
Dec
4
accepted Replicate Digg’s Image-Suggestions from Submitted URL with PHP
Oct
11
awarded  Yearling
Sep
4
accepted Test to see if a socket is open in linux
Sep
2
answered Is there a good interactive 3D graph library out there?
Sep
2
answered Is there a good interactive 3D graph library out there?
Aug
11
accepted Shared_buffer > 20mb can not start database?
Jul
29
answered Possible to calculate closest locations via lat/long in better than O(n) time?
Jul
25
accepted Problems of Measuring Programmer Productivity…
Jul
25
accepted ProxyPass, ProxyReverse vs AJP
Jul
25
answered ProxyPass, ProxyReverse vs AJP
Jul
25
answered Signed Angle in 3D Vectors
Jul
23
accepted How to go about catching database and software version mismatch on deployed application?
Jul
23
comment Why does this() and super() have to be the first statement in a constructor?
Because the question is in the question and I think it's reasonable to expect the reader has read the question before jumping to the answers.
Jul
23
comment How to go about catching database and software version mismatch on deployed application?
If you don't have persistent connections, then just check on each DB open.
Jul
22
comment Why does this() and super() have to be the first statement in a constructor?
You're welcome.
Jul
22
comment Why does this() and super() have to be the first statement in a constructor?
Sorry, didn't mean to make you think. It answers the very last question in the OP. "Can you give a code example where, if the compiler did not have this restriction, something bad would happen?"
Jul
22
answered How to go about catching database and software version mismatch on deployed application?
Jul
22
answered check status of one port on remote host
Jul
22
answered Programming languages complexity
Jul
22
answered Why does this() and super() have to be the first statement in a constructor?
Jul
22
comment Why does Perl’s File::Copy silently fail on Windows 2008?
I can see where you would think that. Perl just doesn't do things that way. There are more pieces you can pick up to make it happen: perldoc.perl.org/File/Path.html
Jul
22
awarded  Commentator
Jul
22
accepted Why does Perl’s File::Copy silently fail on Windows 2008?
Jul
22
comment Why does Perl’s File::Copy silently fail on Windows 2008?
The script may not be running in the same directory as the files. Either the source or destination must not exist. Don't forget that if you're moving to /a/b/c, /a/b must already exist.
Jul
22
answered Why does Perl’s File::Copy silently fail on Windows 2008?
Jul
21
accepted How to enumerate all IP addresses attached to a machine, in POSIX C?
Jul
21
answered Shared_buffer > 20mb can not start database?
Jul
21
answered Test to see if a socket is open in linux
Jul
21
answered Problems of Measuring Programmer Productivity…
Jul
21
revised How to enumerate all IP addresses attached to a machine, in POSIX C?
added struct details
Jul
21
answered How to enumerate all IP addresses attached to a machine, in POSIX C?
Jul
21
answered Chain Locking via Lock
Jul
16
answered O’Reilly Safari Books Alternatives?
Jul
16
answered Java output a file to the screen
Jul
13
comment Need help on BMP to JPEG conversion
Finally an excellent technical question. Thank you Mark. Unfortunately I don't have the answer, but I hope someone does.
Jul
8
answered General purpose build tool with good Java support?
Jul
2
answered How do I get millis since midnight UTC in C?
Jul
1
answered Sequence combinations
Jul
1
comment How can one simulate a web browser, or just the Flash plugin, to load-test a Flash-based web-application?
@Triynko Sorry, but no matter what is going on, the web server never sees anything other than a series of HTTP requests. Whether they are generated by a web browser, flash app, javascript, or whatever, the server doesn't care. Functional testing may require the use of the flash app, but for load testing, the server doesn't care what's making the request.
Jul
1
awarded  Enlightened
Jul
1
awarded  Nice Answer
Jul
1
accepted C multi-line macro: do/while(0) vs scope block
Jul
1
answered C multi-line macro: do/while(0) vs scope block
Jul
1
answered Open source distributed computing/cloud computing frameworks
Jun
30
answered How do you determine if a file is html from the URL?
Jun
29
comment Can you recommend any good book about low level programming?
+1 The intel manuals are THE BEST place for information on CPU architecture. It is OS agnostic and they are detailed and thorough. You MAY want to start with the more basic manuals, such as the 8086 before reading the latest ones, mostly to save yourself from slogging through a few thousand pages.
Jun
29
accepted Source Control Repository - Per Client or Per Application?