srand

1,092
Reputation
325 views

Registered User

Name srand
Member for 1 year
Seen 1 hour ago
Website
Location
Age
Hello World :)
2h
asked Connecting points to make a triangle
Nov
18
comment How to test something rendered correctly?
In the 3rd testing method, are you checking it against what would be perceived as a correct render? Doesn't that add an element of subjectivity? Also what if there is no render you can refer to, will the only choice be method 3?
Nov
18
comment How to test something rendered correctly?
Can you expand on your 2nd method?
Nov
16
comment How to test something rendered correctly?
Yes, visually but in a systematic manner
Nov
16
asked How to test something rendered correctly?
Nov
11
asked Abstract testing of GUIs
Oct
20
awarded  Yearling
Oct
5
comment Solving a matrix in MATLAB?
thanks for the explanation :)
Oct
5
asked Rotation about the Y-Axis
Oct
4
comment Solving a matrix in MATLAB?
My rank(A) = # cols. How does one "lessen" the value of the rank ? Also null(A) = Empty matrix: 12-by-0.
Oct
4
asked Solving a matrix in MATLAB?
Oct
1
awarded  Nice Answer
Sep
26
comment SPOJ wrong answer ADDREV
What is the failure message? (took to long, wrong answer, etc)
Sep
24
comment What are some good Computer Vision Reference books?
My professor said the same, difficult to understand though (at least for me!)
Sep
19
asked Whats the equivalent to IntPtr (C#) in Java?
Sep
14
asked Wifi information in Java
Sep
12
comment Best way to get geo-location in Java
"Over 99.5% on a country level and around 80% on a city level for the US within a 25 mile radius. The database used for this API is compiled from the free Maxmind CSV database (Geolite City) and rearranged with many scripts." Hm, seems to get the city right, Google maps does it pretty accurately, only off by a mile or so.
Sep
12
comment Best way to get geo-location in Java
It seems to be for C++, is there a Java version ?
Sep
12
comment Best way to get geo-location in Java
web services are fine
Sep
12
revised Best way to get geo-location in Java
added 77 characters in body
Sep
12
asked Best way to get geo-location in Java
Sep
11
comment Getting your ideas out there
Nominated for reopen, set as Community Wiki
Sep
11
comment Getting your ideas out there
Would this be considered a Super-User question?
Sep
11
comment Getting your ideas out there
because it fits here the best?
Sep
11
comment Getting your ideas out there
I'm mostly trying to make a quality product rather than make a living off of it. Although some (far in the future) compensation for it would be nice.
Sep
11
asked Getting your ideas out there
Aug
15
accepted Color Themes for Eclipse?
Aug
13
awarded  Necromancer
Aug
12
accepted How do you keep up with the Software Development world?
Aug
12
revised How do you keep up with the Software Development world?
added 76 characters in body
Aug
12
revised How do you keep up with the Software Development world?
added 296 characters in body; added 80 characters in body
Aug
12
revised How do you keep up with the Software Development world?
added 334 characters in body
Aug
12
answered How do you keep up with the Software Development world?
Aug
9
revised Free java 3d engine
added 58 characters in body
Aug
9
comment Free java 3d engine
This is more of a wrapper than a 3D engine
Aug
9
answered Free java 3d engine
Aug
8
comment Dark colorscheme for eclipse?
Yes, there is a way to do it, look here: stackoverflow.com/questions/96981/…
Aug
8
revised Color Themes for Eclipse?
added 106 characters in body
Aug
8
revised Color Themes for Eclipse?
added images :); added 63 characters in body
Aug
8
answered Dark colorscheme for eclipse?
Aug
8
answered Color Themes for Eclipse?
Aug
8
comment Game programming in Java?
Two of the original developers from JMonkeyEngine forked from the project to create Ardor3D (ardor3d.com). Its based on the jMonkeyEngine but cleaned up with better structure.
Aug
8
comment Game programming in Java?
I like Ardor3D too, its like JMonkeyEngine++ :)
Aug
7
comment Eclipse and curly braces
Good tidbit, thanks! :)
Aug
7
awarded  Popular Question
Aug
6
comment Eclipse and curly braces
I suppose I meant on a highlighted pre-written block of code to having the curly braces on the next line
Aug
6
comment Is Eclipse the best IDE for Java?
Agreed, the 3rd party plugin community is weak :(
Aug
6
asked Eclipse and curly braces
Aug
3
comment Picking my next graphics engine (Java vs. C#)
Also, if I would like to expand my graphics into a more fully fledged game, how difficult would it be?
Aug
3
comment Picking my next graphics engine (Java vs. C#)
Java already has midi support, but I may try Processing to test my ideas. Does anyone else have any other comments or suggestions?