1,501 reputation
616
bio website matt.razza.me
location New Jersey
age 21
visits member for 4 years, 3 months
seen May 11 at 0:11
stats profile views 127

I'm pursuing a B.S. in Computer and Systems Engineering and a B.S. in Computer Science from Rensselaer Polytechnic Institute. Most recently I was a Software Engineering Intern at Merck & Co., Inc.

I've been programming since the third grade and am fluent in many languages. Lately I've been focused primarily in C# .NET, C++, and C; even though I've been doing professional work in Ruby and PHP.


Mar
16
awarded  Enlightened
Mar
16
awarded  Nice Answer
Feb
8
awarded  Popular Question
Feb
4
awarded  Yearling
Jan
17
comment The current vertex declaration does not include all the elements required by the current vertex shader. Color0 is missing. (drawing meshes)
The vertex shader for the effect you're using expects the Vertex Declaration to be of the form VertexPositionNormalColor. I'm not sure what vertex declaration you're using but it's not what the effect is expecting. (I.E. For each vertex getting passed to it it also wants a color to associate with that vertex)
Jan
2
comment PHP Arrays - Sort and Priority
It sounds like you might want to include this limitation/ordering in whatever is performing the search query and not on the returned array of data.
Jan
2
answered error CS0117: 'System.IO.File' does not contain a definition for 'Encrypt'
Sep
24
revised No route matches [GET] “/”…Sometimes
added 30 characters in body
Sep
24
revised No route matches [GET] “/”…Sometimes
added 30 characters in body
Sep
24
comment No route matches [GET] “/”…Sometimes
You are correct that the function definition and the explicate routing should not be required. If you've added the root declaration to your routes file and you're still having the problem the only thing I can think of is explicitly telling Rails what to do.
Sep
24
answered No route matches [GET] “/”…Sometimes
Sep
21
awarded  Custodian
Sep
17
reviewed Reviewed pass permanent parameter to a jar file
Sep
17
comment pass permanent parameter to a jar file
Why can't you just create a Windows shortcut`.lnk` file in the windows startup folder that points to jar3 and completely get rid of jar2? Or, alternately, add a key to the windows startup registry pointing to jar3?
Sep
17
answered XNA 4.0 shared basic effect variables?
Sep
17
answered Is it possible to do version control on my computer system files themselves?
Aug
17
comment Wait to get info from a popup form
Why doesn't the OP want the dialog to not be modal?
Aug
17
comment Wait to get info from a popup form
Duplicate of: stackoverflow.com/questions/3222834/…
Aug
17
revised Wait to get info from a popup form
Put the preferred solution at the top.
Aug
17
suggested suggested edit on Wait to get info from a popup form