Karl

1,891
Reputation
215 views

Registered User

name Karl
member for 1 year
seen 4 hours ago
website
location Milwaukee, WI, USA
age 25
I'm a graduate student at Marquette University, with a Bachelor's of Mathematics, and a Masters of Computer Science. You can contact me at karl dot stamm at geemail.
3h
accepted Pure C# open source PCM to Mp3 convertor?
2d
awarded  Mortarboard
Dec
4
comment How to know if a page is currently being read by the user with Javascript?
I linked to it from a similar thread yesterday and it got some hits and maybe an upvote, which did put it back into the active questions list. Stack-O has voodoo that way. Thanks for the response anyway, it's helpful.
Dec
3
comment how does gmail detect mouse movement?
A similar question: stackoverflow.com/questions/350308/…
Dec
2
comment Is it possible to create an “uber” jar containing the project classes and the project dependencies as jars with a custom manifest file ?
You're right, I misread that part. I guess I was thinking that it could be applied to other areas, since all IDEs are little more than wrappers of wrappers of scripts.
Dec
2
answered Is it possible to create an “uber” jar containing the project classes and the project dependencies as jars with a custom manifest file ?
Nov
27
comment Website hacking - Why it is always possible to do?
All of a website is sent to the client in the form of CSS, HTML and javascript, which is the open for inspection by anyone.
Nov
26
comment is there any easy-to-use cluster building software?
I was going to suggest Condor as an easy way to get a cluster, but it is for high throughput computing and not really suited to high avaliability web/database server hosting.
Nov
25
comment create and modify xml file using javascript (want to save xml file on client side)
How much can we stuff inside a cookie?
Nov
24
comment Where/how to store persistent data with tomcat ?
Youll have to explain why a database is not an option, they are so basic and common that disallowing it surely means something else is going on. Maybe youre in a specially constrained environment we should know about.
Nov
23
answered Pure C# open source PCM to Mp3 convertor?
Nov
20
answered Is there a dictionary like collection that can use a property of its value as the key?
Nov
20
accepted Is there an effient way of determining whether a leaf node is reachable from another arbitrary node in a Directed Acyclic Graph?
Nov
20
answered Getting user specified javascript executed for all pages
Nov
12
comment Feasibility of beating the Turing Test with modern software?
What's a better term for it?
Nov
11
awarded  Yearling
Nov
1
accepted ASP MVC storing page states for later restoring
Oct
31
comment How do I say 5 seconds from now in Java?
+1, I probably would have answered this same thing.
Oct
31
comment How do I say 5 seconds from now in Java?
Wow. Java can be really verbose when it is correctly written. Your variable name was only three letters long!
Oct
31
comment How do I say 5 seconds from now in Java?
Does almost entirely deprecated mean its going to break if my clients upgrade their JVM? Holy crap... this could be really bad. Why would they kill Date?!
Oct
31
answered ASP MVC storing page states for later restoring
Oct
30
answered Simple Database Handling
Oct
30
comment Feasibility of beating the Turing Test with modern software?
Thank you Aaron, I'm just talking about fooling people so this can be a salable product for vending machines or help desks or receptionists or bank tellers. Not trying to actually prove the turing test, I only brought it up to get everyone pointed in the right direction.
Oct
30
comment Feasibility of beating the Turing Test with modern software?
The back end is hard, and infinitely deep, so I'm not worried about trying to solve it. We cannot program a soul, but if we could just trick people, or make them interact naturally with their pc... that could be a lot of fun.
Oct
30
comment Feasibility of beating the Turing Test with modern software?
I didn't mean to actually beat a carefully conducted study, only a social occasion.
Oct
30
asked Feasibility of beating the Turing Test with modern software?
Oct
22
awarded  Popular Question
Oct
17
comment Fastest way of finding the middle value of a triple?
It's kind of ugly, and I think the OP was looking for an elegant solution. The trick is lots of people mistake fewer characters for more elegant, when in reality, more straightforward (this answer) is more readily optimizable by the compiler/virtual machine.
Oct
16
comment Benefits of Parallel programing
Tag it homework...
Oct
11
comment Learn to design a website user-interface
Good answer, Paulo!
Oct
11
comment Is possible to use nanosleep in a infinite loop with select()?
That's cool, where did you learn that this ever existed?
Oct
9
comment Why are my foreach loops in an ASP.NET MVC View so slow?
Tell us what you're looping over, maybe it is something heavy and you don't realize it. You haven't given us the information about the problem.
Oct
6
comment call javascript
I don't see a question here.
Oct
4
comment What “already invented” algorithm did you invent?
I did not at the time, it was non-obvious that such keywords existed or how to use them. I had If and Goto, and managed to do a lot of work with them.
Oct
2
awarded  Nice Answer
Sep
8
answered How to split a data frame by rows, and then process the blocks?
Sep
4
comment Slickest REPL console in any language
Sounds like this would complement Firebug in my web app development! Thanks
Sep
3
answered What does Firebug “XML cannot be the whole program” error message mean?
Sep
3
comment How does Streaming Stock Quotes on Website like CNN, CNBC work ?
For real time no delay quotes you need a direct line to the stock market trading floor, those cost real money.
Sep
3
comment “could not restore current frame” playing animation on iPhone
That's wonderful, I always wished I had a program that crashed. I'm so happy to hear about it.
Aug
31
comment OS X - App doesn’t show up in force quit. How do I fix that?
That's what I wanted to say. I wouldnt want to use a menulet application that had the potential to hang.
Aug
31
comment Finding a curve to match data
I dont use nls for two reasons, first, I like being able to hand craft the error function to be optimized, and second, I'm not actually all that experienced with R. So nls() does just what I wrote up there? Neat.
Aug
31
comment Create a playlist in iTunes with COM and Java
I'd love to see this work, but I wouldnt trust Apple not to break the interface between versions. Make sure your COM library works with the exact version of iTunes installed.
Aug
31
answered Finding a curve to match data
Aug
21
answered For what to use VI?
Aug
20
comment Java print barcode labels
They Avery company is frequently used because it is a standard size. These numbers should be written down somewhere already for you, but in any case, measuring them should work!
Aug
18
answered which language to use for very large data set and lot of computation involved
Aug
18
comment which language to use for very large data set and lot of computation involved
R does not handle large datasets gracefully. It's got memory fragmentation issues that dont crop up until after your datafile is larger than Excel's limit.
Aug
14
comment How to check if Outlook is running, using vbscript
Beware... is my vista64 version going to be an instance of a win32_process ??
Aug
3
answered What could cause the same browser on different PCs to render the same HTML differently?