DanM
|
Registered User
|
I'm a senior software systems engineer at a large government-funded nonprofit. My expertise lies in artificial intelligence, web development (particularly AJAX) and being mind-blowingly awesome.
In my spare time I do a bit of iPhone development for fun.
|
|
1d |
comment |
What is the one programming skill you have always wanted to master but haven’t had time? I fail to see the point of trying one's luck at GUIs with a functional language. Though IIRC doesn't Franz make a GUI designer for Common Lisp? Anyway, functional programming is for writing actual program logic, not for putting stuff on the screen. :) |
|
1d |
comment |
iPhone (SDK 2.2): adusting playback volume while NOT actively playing music w/ AVFoundation? This is assuming you're ONLY using this particular AVAudioPlayer object to sit there and make sure the volume buttons work properly. If you want to play any sound files at the same time, just allocate a new AVAudioPlayer; you can use that second one as a common player for the rest of your files. |
|
1d |
comment |
Java seems to be truncating long string result from MS-SQL query That was the problem. (It returns the XML in multiple rows of 2,033 characters each, instead of as a single row.) Thanks! |
|
1d |
asked | Java seems to be truncating long string result from MS-SQL query |
|
2d |
comment |
Asynchronous file upload (AJAX file upload) using jsp and javascript It is indeed possible to do asynchronous file uploads without Flash; e.g. gmail. |
|
Nov 18 |
comment |
How to Pack/Encrypt/Unpack/Decrypt a bunch of files in Java? Well, sure, if you let people use English words as passwords. Just put some simple restrictions -- e.g. require at least one capital letter and one special character -- and you gain a lot of entropy. |
|
Nov 13 |
asked | How to Pack/Encrypt/Unpack/Decrypt a bunch of files in Java? |
|
Nov 12 |
awarded | ● Popular Question |
|
Oct 2 |
comment |
Why can’t I do ++i++ in C-like languages? that's a comment relating to the design of a program, more than relating to the design of a language... |
|
Oct 1 |
awarded | ● Popular Question |
|
Sep 18 |
awarded | ● Popular Question |
|
Sep 12 |
answered | Connecting IBOutlet to ViewController managed by a UITabBarController |
|
Sep 2 |
comment |
How do I deal with a ClassNotLoadedException while debugging? That did it. Thanks!! |
|
Sep 2 |
comment |
How do I deal with a ClassNotLoadedException while debugging? Is there some way to force the JVM to load a class at a particular moment? Something similar to a compiler directive? |
|
Sep 2 |
asked | How do I deal with a ClassNotLoadedException while debugging? |
|
Aug 12 |
awarded | ● Popular Question |
|
Aug 4 |
awarded | ● Popular Question |
|
Jul 19 |
awarded | ● Popular Question |
|
Jun 20 |
awarded | ● Necromancer |
|
Jun 20 |
awarded | ● Popular Question |
