LarryF
|
Registered User
|
Not too much to say about myself... I'm probably one of the few people who owned an Amiga 1000, and upgraded from a 68000 to a 68010... :) I'm into high power rocketry, and digital video/audio. I reversed the Dolby Surround algorithm back in 1990/1991, and was constructing audio files on my Amiga that would address each of the surround speakers for demo's and such.
I've been programming since about 1984, started writing my own programs in 1985 and 86, starting with simple games, and in late 1986 on, I wrote mostly serial (modem/terminal) applications. I worked at Mustang Software for 6 years doing support and QA on Wildcat, QModem, OLX, and later development on Wildcat, IMC, ListCaster and FileCenter. I was in 4 or 5 episodes of The BBS Documentary(http://www.bbsdocumentary.com). I have background in such subjects as:
Just to name a few...
Some of the apps I've written:
My favorite/preferred languages:
|
|
Nov 24 |
comment |
How do I base64 encode (decode) in C? Sorry Craig.. I just noticed this, and posted the correct function in the actual post. It's an inline function that just verifies that char passed is actually in the b64 table of chars... Good catch, and my apologies for missing it... |
|
Nov 24 |
revised |
How do I base64 encode (decode) in C? Added missing inline function... |
|
Nov 24 |
comment |
How do I base64 encode (decode) in C? It's just a very simple operation that makes sure the dest buffer is set to NULL in case the caller did not do that before the call, and if perhaps the decode failed, the returned buffer would be zero length. I didn't say I debugged, traced, and profiled this routine, it's just one I've been using for years. :) When I look at it now, it really doesn’t need to be there, so, why don't we call it an "exercise for the reader?" hehe.. Maybe I'll just edit it out. Thanks for pointing it out! |
|
Nov 24 |
comment |
What’s the best name for a non-mutating “add” method on an immutable collection? Bah... Who uses VB anymore? :) Uh.. Opps.. Was that out loud? heh.. But, no, in all seriousness, that's why I considered the "AlongWith", that would remove the VB issue. There are only about a million different ways he could go with this one... I mean, even insane ones like: object.Plus(), or Object.ExistingPlus()... etc... It's a damn good question he posted, however... heh.. |
|
Oct 27 |
accepted | first chance exception: system error 8: not enough storage space to perform the command |
|
Oct 8 |
awarded | ● Nice Answer |
|
Sep 20 |
awarded | ● Yearling |
|
Aug 12 |
awarded | ● Popular Question |
|
Jul 11 |
awarded | ● Nice Answer |
