390 reputation
312
bio website
location
age
visits member for 4 years, 7 months
seen May 7 at 17:54
stats profile views 42

Mar
14
revised Using attribute selector and ':last' with '.is()' in jQuery
updated jsfiddle to include match on id
Mar
14
comment Rewriting History to Remove Duplicate Commit Messages
Ewww. It would seem that leaving well enough alone is the way to go here. Thanks.
Mar
14
accepted Rewriting History to Remove Duplicate Commit Messages
Mar
14
comment When was a file added to a branch in Git?
I added a couple of things to do what I needed: git log --pretty=oneline <branch> -- <file> | tail -1
Mar
14
accepted When was a file added to a branch in Git?
Mar
14
asked Using attribute selector and ':last' with '.is()' in jQuery
Mar
2
accepted MySQL threads_connected and SHOW PROCESSLIST don't match
Mar
2
asked Rewriting History to Remove Duplicate Commit Messages
Feb
14
comment Launch4j / windres: how to set paths correctly?
@Leo: could you explain what you mean by "create the Ant build within the launch4j directory"? I'm having this issue and I'm at a loss. I'm building within Netbeans.
Jan
31
asked Aligning/indenting function parameters in Netbeans
Jan
22
asked Shorthand to view diff of previous version of file
Jan
19
answered Git: branch has lost its history?
Dec
24
awarded  Notable Question
Dec
12
asked When was a file added to a branch in Git?
Nov
27
awarded  Yearling
Nov
6
awarded  Nice Question
Jun
6
awarded  Nice Question
Mar
29
awarded  Popular Question
Feb
5
asked Trouble Creating a jQuery Mobile UI Slider in Dynamic Elements
Jan
9
comment Get a List of all Pushes with Git
Perfect! Thank you. FWIW, my reflog is showing entries from the last 9 months, and I haven't done anything to affect its behavior since I first installed.