LarryF

1,293
Reputation
359 views

Registered User

Name LarryF
Member for 1 year
Seen Nov 29 at 2:36
Website
Location Bakersfield, CA
Age 37
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).
Other than that, I'm a normal guy with too many kids, but wouldn't trade them for anything in the world.

I have background in such subjects as:

  • Cryptography
  • Virus Research/Anti-Virus
  • Data Compression
  • Client/Server
  • Assembly Language
  • Database (SQL/Oracle/Access) Administration
  • API Development

  • Just to name a few...


I'm always looking to learn something, and am never happy just using someone else' code to perform tasks that I could learn how to do myself.

Some of the apps I've written:

  • NNTP Server
  • Security DVR PTZ Camera Controller/Viewer
  • HTML Based Focus Group Chat
  • Wireless POS System
  • PGP Auto-Sign SMTP Server
  • Dolby Surround Winamp Plugin
  • Software Registration Algorithm / Key Generator
  • White-Noise Generator
  • Password Manager Password Vault
...Plus many others, with more being added every day...

My favorite/preferred languages:

  • C/C++
  • vbScript
  • ASP
  • NT Command Shell
  • T-SQL
  • HTML/XML
  • Perl
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