233 reputation
17
bio website
location United States
age 30
visits member for 2 years, 2 months
seen May 13 at 17:04
stats profile views 13

I'm a Java developer with exposure to several other languages and platforms including .Net, Ruby/Rails, and Flex.

I've worked on a variety of types of projects ranging from short term individual work to very large scale, multi-phase projects using multiple large development teams.

I've developed both back end message processing systems as well as end user facing webapps.

I most enjoy working on smaller teams with other talented developers in an environment where we are responsible for the entire application stack end to end.

I'm lucky enough to have a great job that I enjoy leading a product development team at a small company in Dallas, but I'm always interested in hearing about other opportunities. Feel free to take a look at my CV on Stack Overflow Careers.


Oct
30
asked How can I script the creation of a single partition that uses the entire device?
Aug
14
accepted Why would Ctrl-C behave differently than kill -2
Aug
14
awarded  Self-Learner
Aug
14
awarded  Yearling
Aug
13
awarded  Teacher
Aug
13
comment Why would Ctrl-C behave differently than kill -2
@AlanCurry That's great info. Thanks!
Aug
13
answered Why would Ctrl-C behave differently than kill -2
Aug
13
awarded  Editor
Aug
13
comment Why would Ctrl-C behave differently than kill -2
@Gilles, I've updated the question to include some of the information you're requesting.
Aug
13
revised Why would Ctrl-C behave differently than kill -2
added additional details about the application and the environment in which it is run
Aug
13
asked Why would Ctrl-C behave differently than kill -2
Jul
25
comment Find files alphabetically before a given string
This doesn't seem to work. I changed the last part of the awk script to be $0 < ref and that works, but since there are no spaces in the output of find the $2 field doesn't exist. Am I missing something?
Jul
25
accepted Find files alphabetically before a given string
Jul
25
asked Find files alphabetically before a given string
Sep
9
comment Change the order of displayed fields of arbitrary command output
I guess I shouldn't have used ls -l as my example. Thanks for the answer.
Sep
9
accepted Change the order of displayed fields of arbitrary command output
Sep
9
asked Change the order of displayed fields of arbitrary command output
Jul
27
accepted Get path of current script when executed through a symlink
Jul
27
comment Get path of current script when executed through a symlink
I should clarify, the second one works perfectly. The first solution you gave does not work for symlinks on my system.
Jul
27
comment Get path of current script when executed through a symlink
Works perfectly and is way simpler than the stuff I was trying. Thanks!