Charlie Martin

26,499
Reputation
2542 views

Registered User

Name Charlie Martin
Member for 1 year
Seen Nov 26 at 5:57
Website
Location US
Age 54
God I've been doing this a long time.
Nov
22
awarded  Enlightened
Nov
22
accepted Overengineering - How to avoid it.
Nov
18
awarded  Popular Question
Nov
18
awarded  Nice Answer
Nov
14
accepted How to provide a legally sound license, or “terms of use”, for a web application
Nov
7
awarded  Yearling
Nov
6
answered How do I launch an editor from a shell script?
Nov
6
accepted How do I get emacs to start in Vi mode?
Nov
2
answered what’s the syntax for telling VI to read/write a source file with soft-tabs and a specified indentation?
Nov
1
comment state of the art in j2ee debugging and monitoring tools
Thanks. I hadn't realized java5 was EOL this week; I guess i should consider converting once Im track this down.
Oct
31
awarded  Popular Question
Oct
31
comment How do I get emacs to start in Vi mode?
I happen to be on the one computer I won wih no emacs, but yeah, that indicates something isn't loaded. There are a couple options: you need to require something, or vip-mode is an autoloaded package. Get into the scratch buffer in a clean EMACS, and enter (require vip-mode) followed by C-j to execute it, and see what happens. It ikf returns t, then add that require to your ,emacs.
Oct
30
revised state of the art in j2ee debugging and monitoring tools
added details; deleted 1 characters in body
Oct
30
revised Zombie threads eating my brainz (J2EE, Tomcat, Hibernate, Quartz)
added image details
Oct
30
comment Zombie threads eating my brainz (J2EE, Tomcat, Hibernate, Quartz)
Marcelo, the jconsole plot shows the threads are clearly growing unboundedly. Hmm, I should include that picture.
Oct
30
comment Zombie threads eating my brainz (J2EE, Tomcat, Hibernate, Quartz)
Anthony, I'd like to try the shotgun on both application and client. Upon legal advice, I refrained.
Oct
30
comment Zombie threads eating my brainz (J2EE, Tomcat, Hibernate, Quartz)
Matt, I'm really out of date with JEE debugging tools (just asked a separate question for recommendations: stackoverflow.com/questions/1650881/…) so I haven't yet. But there is a known Quartz bug causing it to spawn unmanaged threads.
Oct
30
asked state of the art in j2ee debugging and monitoring tools
Oct
30
asked Zombie threads eating my brainz (J2EE, Tomcat, Hibernate, Quartz)
Oct
29
accepted How To Handle Communication Between the Domain and Database Layers?
Oct
28
answered emacs return to indented code line when press ‘return’ key
Oct
13
answered Beginner Java working with complex numbers
Oct
13
revised How do I get emacs to start in Vi mode?
added 344 characters in body
Oct
13
answered How do I get emacs to start in Vi mode?
Oct
13
comment Best Language for Rapid Prototyping?
There are a bunch of them, actually — remember Lisp was one of the first languages that supported windowing. Google around for CLIM en.wikipedia.org/wiki/… and CLX.
Oct
13
awarded  Popular Question
Oct
10
comment Indenting template arguments in Emacs
Which version, Ian? If it's the current version, that might be worth a bug report.
Oct
6
accepted In Java when one interface extends another, why would one redeclare a method in a subinterface?
Sep
30
accepted Identity-Based Encryption and Open Source
Sep
30
accepted How come open source applications that are targeted at enterprises, don’t have these security features?
Sep
30
accepted Can a language be turing complete but incomplete in other ways?
Sep
22
accepted Quickest method to package a Java console app
Sep
21
accepted Is this really DDD?
Sep
16
accepted What measurements to you use to improve your processes?
Sep
11
accepted “Sketching font” alternative to Comic Sans?
Sep
4
accepted comparing statically typed code with dynamically typed code - costs and benefits
Sep
3
accepted Change the Frame Width in Emacs, Interactively
Aug
29
accepted Books on logging
Aug
25
answered Why can’t a programming job for a junior mean doing programming?
Aug
24
accepted Fifth generation languages?
Aug
23
accepted How do I translate a number into words?
Aug
23
accepted Vim in Emacs
Jul
24
awarded  Nice Answer
Jul
24
comment Unexpected output from log statement?
Sadly, Michael, it was a good attempt at a save that I just ruined by correcting my own typo. I'm trying to get somewhere with "Minging the merciless" but it's too late at night....
Jul
24
revised Unexpected output from log statement?
added 597 characters in body; added 42 characters in body
Jul
24
answered Unexpected output from log statement?
Jul
24
comment Global memory management in C++ in stack or heap?
Oh, don't be silly. The questioner clearly wasn't clear on what went where, so I wrote an answer that was directed to improving his understanding.
Jul
24
comment What RESTful API would you use for a turn-based game server?
Sorry, you're mistaken. The Wikiedia article is good, or you could read Roy Fielding's dissertation.
Jul
23
answered Global memory management in C++ in stack or heap?
Jul
9
awarded  Populist