-
Recent Posts
Recent Comments
- [SOLVED] Encrypt/Decrypt Files Using Bouncy Castle PGP in JAVA JTuto on PGP Encryption/Decryption in Java
- sseaman on Revisited: PGP Encryption/Decryption in Java
- damien on Revisited: PGP Encryption/Decryption in Java
- vishav on Revisited: PGP Encryption/Decryption in Java
- hari on PGP Encryption/Decryption in Java
Archives
Categories
Meta
Author Archives: sseaman
Lack of Activity
My new job (Software Development Manager @ Amazon.com) has basically taken all of my free time so I apologize to everyone for not posting anything new or responding to comments. I’m hoping it slows down in a few months so … Continue reading
Posted in Uncategorized
1 Comment
When things go bad…. or ‘When Projects Attack’
The last few months of work have been crunch time. 50+ hrs a week (ususally more like 60+), schedules that keep changing, requirements that seem to move around more than a cornered mouse who just downed its body weight in … Continue reading
Posted in Uncategorized
Leave a comment
Do Not Track
If you have been paying attention to Tech News and the U.S. Government you may have heard about the ‘Do Not Track’ initiative that may become law. In a nutshell, the Do Not Track (DNT) initiative is a law that … Continue reading
Ajax Interception
The Problem I recently had a problem where I needed to intercept any AJAX based calls from the browser to, well, anything. After a lot of Googling and digging through StackOverflow all I ever found were suggestions for event listeners … Continue reading
TAR and GZIP Compression in Java
When you are generating a lot of output files as I do on some of my projects you at some point want to archive them so you end creating an archive directory and placing the files in there (usually with … Continue reading