Thomas Owens

22,827
Reputation
1815 views

Registered User

Name Thomas Owens
Member for 1 year
Seen 2 hours ago
Website
Location Rochester, New York, United States
Age 21
I am a software engineering student at the Rochester Institute of Technology, Rochester, New York, USA. Previously, I have had co-ops or internships at Goodrich ISR Systems, ITT Corporation and the Air Force Research Laboratory.

Email thomas.j.owens@gmail.com
AIM TomOwens10
Twitter http://twitter.com/tomowens
21m
accepted Should UML be used for creating GUI’s?
21h
awarded  Mortarboard
Dec
4
comment Long code blocks inside if statements or for loops
Agree totally. It sounds like you haven't broken down common tasks into an appropriate granularity.
Dec
3
comment Good articles on usability?
I think it does...I clearly remember the book talking about the layout of a control panel for a stovetop...that is analogous to a user interface.
Dec
3
comment What is the blue double arrow that appears over links?
Should be fixed now.
Dec
3
revised What is the blue double arrow that appears over links?
added 1 characters in body
Dec
3
comment Java regex help
Ah. Thanks for the clarification. It's been a while since I played with regex.
Dec
3
comment Java regex help
I don't think digits are included in \w...
Dec
3
comment Java regex help
I think that using the \w for word characters and \d for digits might make it more readable.
Dec
3
comment Parse Apache Log in Ansi C
Do you have to use ANSI-C? I think it would probably be easier using Perl...
Dec
3
comment getSize(), getWidth(), getHeight() returns -1
Perhaps you should add some code to your question, then, so everyone can see what you are trying to do.
Dec
3
answered getSize(), getWidth(), getHeight() returns -1
Dec
3
comment ThreadLocals hard to use
Where is your code and specific question?
Dec
3
comment Good articles on usability?
DEOT is good, but I should say that the first time I read it, I didn't get that much out of it. Reading it a second time, however, opened my eyes.
Dec
3
answered Good articles on usability?
Dec
3
revised Calculating point of intersection based on angle and speed
added 32 characters in body
Dec
3
revised Apache configuration file
edited tags
Nov
29
comment Netbeans: why need to rebuild project to update the ‘dist’ folder?
I believe that this is expected behavior. When you save, the code is executable using the NetBeans Run command, however the distributable JAR is only produced when you Build or Clean and Build.
Nov
29
awarded  Good Question
Nov
29
comment Is there a library that can perform packet analysis and block certain packets from being sent?
It looks like you are right and there is no single wrapper around all of the platform-specific operations. However, I'm hesitant to accept this answer right now - I'm continuing to verify this, but the more I search, the more right this is looking.
Nov
29
revised Is there a library that can perform packet analysis and block certain packets from being sent?
added 134 characters in body; edited title
Nov
29
asked Is there a library that can perform packet analysis and block certain packets from being sent?
Nov
25
awarded  Notable Question
Nov
20
answered Best Framework in PHP
Nov
20
comment Year end budget - what development software should be considered?
Does it have to be a software purchase? Because if I had leftover money, I would use it to purchase new technology and office furnishings for my developers. I can't think of any tool that I would pay for.
Nov
20
awarded  Nice Answer
Nov
20
revised a question about a design
deleted 3 characters in body
Nov
20
answered Why does this IF statement return false?
Nov
20
answered How to get fields from such a string?
Nov
20
comment How to get fields from such a string?
This looks an awfully lot like a format I've seen before...serialized PHP, perhaps.
Nov
20
comment A puzzle - a program printing its own source
This is called a quine. See: en.wikipedia.org/wiki/Quine_%28computing%29/…
Nov
20
answered Coding EVERYTHING in Java - opinions please
Nov
20
answered “Alert Management System” in Java to support alerts from cross-technology applications
Nov
20
comment Regex to Split 1st Colon
What are the possible values for the part before the colon? Only "commence"?
Nov
20
comment Does TDD really stop gold plating?
I'm curious as to reasons for the downvote.
Nov
20
comment Mathematical Evaluation of Source Code
I'm curious as to the downvote.
Nov
19
comment a good C++ book for someone who needs a QUICK refresher
The C++ Programming Language is good, even if you aren't already familiar with C++. Although it helps to be familiar with either C or other object-oriented languages (Java, C#).
Nov
19
revised Which VCS should I use with Google Code?
added 27 characters in body; edited tags; edited title
Nov
19
comment Is it legal to use logos of other companies in my website/blog?
I'm a software engineer, not a lawyer.
Nov
19
revised Negate characters in Regular Expression
added 73 characters in body
Nov
19
revised Negate characters in Regular Expression
deleted 5 characters in body
Nov
19
comment Negate characters in Regular Expression
Good call on that one. I'll edit.
Nov
19
revised Using Subversion, where is “actual” source code stored?
deleted 75 characters in body; edited tags; edited title
Nov
19
comment Is this a clear use of goto?
You can wrap your check to a magic number around an if statement, and if your magic number is 0 or -1, then don't bother to ever stop the loop until you get a Success.
Nov
19
comment Negate characters in Regular Expression
I'm slightly confused by "special characters"...
Nov
19
answered Negate characters in Regular Expression
Nov
19
answered Mathematical Evaluation of Source Code
Nov
19
revised Mathematical Evaluation of Source Code
deleted 57 characters in body; edited title
Nov
18
comment LOOP, LOOPE, LOOPNE?
I believe that it is best to not only provide a link, but quote relevant material from the source, should the link ever become invalid.
Nov
18
revised LOOP, LOOPE, LOOPNE?
Since these are specific instructions, I think they should be tags.