Security
- GnuPG
A GPLed PGP Replacement.
-
Crypto++
, a very nice little C++ Crypto library. Currently
building it into one of my new projects.
Tools
- A WebSite Downloader,
good for saving HTML manuals, like from the GNU project, or
checking your own site for bad links!
WindowsNT / Windows9x / Windows2000
- Dependency Walker, one of the most useful
debugging tools available for Windows today!
- MSDN - THE resource for Windows Developers!!!
- SysInternals.Com - plenty of debugging tools for sysadmin and
programmer alike!
|
Object Databases
I could talk about the advantages of object databases for hours. Problem is, I really
don't believe in them. With the advent of XML and Native XML datastores and DOM repositories,
the usefulness of native C++ and Java OODBs is gone, unless you have extremely tight response
tolerances in your software, such as cellular switching equipment. I've worked for eXcelon Corporation,
formerly Object Design, now Progress Software for four years supporting Objectstore and XIS, a native
XML data store. I'm confident that SQL will remain king of the data management world for quite
some time, but I do see the hybrid tabular/XML database coming to the forefront over the next few years.
- Objectstore
- XIS
CORBA
- The ACE Orb
A real time ORB with a VERY liberal source distribution
license.
- OmniORB, a
REALLY good reliable CORBA 2 compliant ORB, that also has a
very liberal source distribution policy. Support is also
excellent. The old ORL, now AT&T team was VERY responsive
to questions.
|