J.J.

2,782
Reputation
202 views

Registered User

Name J.J.
Member for 1 year
Seen 20 hours ago
Website
Location Columbia, MO
Age 26
Full time developer, and part time student.
20h
comment How to find a word NOT preceded by another specific word?
Personally, when I find a pattern hard to match using regex; I need to go learn more regex, or get a refresher. I think that making an inflexible lookup table when it is not needed is no way to grow as a programmer.
20h
comment rpmbuild error…
This should be on serverfault.
1d
revised Is LWP::UserAgent not thread-safe?
edited tags
1d
comment Is LWP::UserAgent not thread-safe?
I would check Digest::MD5. Every time I use it I end up wrapping it in an eval.
Sep
29
revised How can I create binary trees in Perl?
Grammer; edited body
Sep
28
comment Programming test for hiring iPhone developers
@Jonathan: How does it feel to pick on my post 9 months later? Do you really have a full understanding of my comprehension of a subject based on 2 sentences I wrote? Ok, what if you you did peg me? It has been 9 months! Who's to say I haven't become an expert in that time frame? Does your comment really add to this discussion? All I saw was you make me look bad/dumb to people who halfway agree with you, and made me feel like I was picked on.
Sep
24
awarded  Yearling
Sep
17
accepted Which distro of Linux is best suited for Java web apps?
Sep
14
answered How do I use Perl modules from their distribution directory?
Sep
14
answered How can I send an automated reply to the sender and all recipients with Procmail?
Sep
9
comment Hidden features of Perl?
@Chris: It's true print cannot be overridden in this manner. But not that it cannot be overridden absolutely. Using some sub modules of B and some tricks you can find on perlmonks.com you can override it.
Jul
15
comment Revision control locking: Is the jury still out?
@Stephan: Explain why they are not valid in depth please. Also what revision control package contains this indicator function that you speak of? I have used subversion almost exclusively and to the best of my knowledge there isn't an "indicator" action in it.
Jul
4
answered How to find all Keys in a hash have a value in Perl
Jun
21
revised Hard to find bug on a custom C++ class
spelling