Zonator.com - The Software Directory
 
T H E   S O F T W A R E   D I R E C T O R Y
 HOME
 Audio 
 Business 
 Development 
 Education 
 Graphics 
 Home/Hobby 
 Internet 
 Miscellaneous 
 Screen Savers 
 Utilities 
 New Entries 

Submit

Mirror (for Chrome)

While using Chrome I found that a lot of sites sites don't work, due to missing plugins for the new platform. Sometimes just quitting the site is not an option so I created an easy way to open the page in your "old" browser. Just drag and drop the URL from the Chrome URL bar into the Mirror form and you can continue your Chrome browsing.

Download


News
LaPensie.com
Americanul.com
YourUrls.com
OmniTop.com
EmailSecret.com


© 2006-2007 Zonator.com
CSVReader/Writer v 2.4 Freeware


Download

Java classes you can use standalone or embed in your own programs to Read, write, align and pack comma, tab and semicolon- separated variable files, commonly known as CSV files. It consists of a four Java classes CSVReader CSVWriter, CSVAlign and CSVPack for reading and writing CSV (Comma Separated Value) formatted files. Also handles tab-separated and semicolon-separated files. This is the format use by Microsoft Word and other Microsoft products. This version does not support # embedded comments. Note that CSV files are perhaps 10 times slower to process than binary files. They are for data interchange with other languages or when human-readibility or editability is important. If you want speed, use binary format files, e.g. DataInputStream or possibly the convenient but slower ObjectInputStream. CSVAlign aligns the fields in columns for easier proofreading. java com.mindprod.csv.CSVAlign somefile.csv CsVPack removes all unecessary spaces to make at CSV file as compact as possible. java com.mindprod.csv.CSVPack somefile.csv

CSVReader/Writer