Learn how to protect your Microsoft 365 data, with simple, actionable tips today.
Watch this on-demand demo series and learn how to protect your Microsoft 365 data with clear, simple, actionable steps that are easy to implement for businesses of all sizes.
Watch Demo Series
$300 Free Credits to Build on Google Cloud
New customers can spin up VMs, build with AI, and query data at no cost.
Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
For bulk mailings there are many standards required by the USPS in order to qualify for their bulk rates. One of the most tedious standards is pre-sorting every address according to Area Distribution Centers (ADC) which becomes even more tedious when working with "Flats" as defined by the post office. I work for a non-profit who used to manually sort through every address manually. So I designed a program for them that would speed up the process considerably.
Zip Code Finder is an application written in Java for cleaning up mailing lists. It will lookup the zip code of any address missing a USPS zip in a tab-delimited input file and it will output the results to another tab-delimited file.
The jCookie Library is a client-side state-management library in Java. The goal is to put browser-like cookie-handling in the hands of applications developers. Ease-of-use and cohesion with the native java.net API are its USPs.