Ryan

2,509
reputation
281 views

Registered User

name Ryan
member for 1 year
seen 26 mins ago
website
location Colorado, USA
age 24
I'm currently working on a Master's degree in Computer Science. My undergraduate degrees are Computer Engineering and Applied Mathematics. I also work at HP doing test automation in Java and math modeling using MATLAB. On the side, I do web programming in Python and I am an open source/free software enthusiast.
Dec
6
comment Unit testing icefaces
Amen to that! It is definitely a design constraint to take into account.
Dec
5
awarded  Popular Question
Dec
4
comment Interpolation in SciPy: Finding X that produces Y
Can you elaborate on what you want to be better? Performance, accuracy, conciseness?
Nov
30
comment Unit testing icefaces
Yeah I did look at that. Sadly that's too "high level" for my needs. I want to test each piece in isolation instead of the entire stack, as JSFUnit does.
Nov
23
asked Unit testing icefaces
Nov
16
awarded  Nice Answer
Oct
13
awarded  Popular Question
Oct
7
comment Can’t set attributes of object class
Bingo. That's exactly the issue.
Oct
7
answered Can’t set attributes of object class
Sep
30
awarded  Nice Answer
Sep
30
revised Coding Katas for practicing the refactoring of legacy code
Wrong book title. Fixed.
Sep
30
comment Coding Katas for practicing the refactoring of legacy code
Yes, I mean "Working Effectively with Legacy Code". Thanks for the catch!
Sep
25
revised Coding Katas for practicing the refactoring of legacy code
added 9 characters in body
Sep
25
answered Coding Katas for practicing the refactoring of legacy code
Sep
16
awarded  Yearling
Sep
4
comment Your opinions about Ryan Hebmree’s “The Complete Graphic Designer”
+1 Robin Williams books are an excellent understandable reference for design.
Aug
31
awarded  Enlightened
Aug
25
answered python: How to add property to a class dynamically?
Aug
21
answered What is this construct called in python: ( x, y )
Aug
18
accepted Coroutines for game design?
Aug
17
answered Python filter a list to only leave objects that occur once
Aug
10
awarded  
Aug
8
answered Coroutines for game design?
Jul
29
asked How to store a vector of time/value data in a database
Jul
16
asked How to verify external resources are available
Jul
16
comment Gimp vs Inkscape vs Fireworks for website development?
You'll end up exporting to raster images in either case. I personally prefer to use Inkscape since the original (non exported) can be more easily changed.
Jul
16
comment increment int object
Why do you want to implement a prefix operator for it? Are you going to add a custom preprocessor to convert the ++n into a method call?
Jul
16
answered increment int object
Jul
16
answered Gimp vs Inkscape vs Fireworks for website development?
Jul
14
comment nullobject for File in Java
There's even an implementation of this in Apache Commons: commons.apache.org/io/apidocs/…
Jul
14
comment nullobject for File in Java
What I meant was "design to be replaced with a completely different implementation with the same interface."
Jul
14
asked nullobject for File in Java
Jul
14
revised Unit testing with multiple collaborators
Elaborating on question.
Jul
13
asked Unit testing with multiple collaborators
Jun
16
awarded  Popular Question