<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><channel rdf:about="https://www.bibsonomy.org/user/gresch/zip"><title>BibSonomy bookmarks for /user/gresch/zip</title><link>https://www.bibsonomy.org/user/gresch/zip</link><description>BibSonomy RSS Feed for /user/gresch/zip</description><items><rdf:Seq><rdf:li rdf:resource="http://leelusoft.blogspot.com/2011/06/zip2fix-10.html?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+LeeluSoft+%28Leelu+Soft%29&amp;utm_content=Google+Reader"/><rdf:li rdf:resource="http://peazip.sourceforge.net/"/><rdf:li rdf:resource="http://jar-plug.sourceforge.net/"/></rdf:Seq></items></channel><item rdf:about="http://leelusoft.blogspot.com/2011/06/zip2fix-10.html?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+LeeluSoft+%28Leelu+Soft%29&amp;utm_content=Google+Reader"><title>Leelu Soft: Zip2Fix 1.0</title><description>Zip2Fix is a free portable tool to extract the undamaged files from a ZIP file when some of the files inside the archive are damaged.
The good files will be extracted into a new ZIP file.
Works with ZIP and SFX Zip files.
Simple to use and fast processing.</description><link>http://leelusoft.blogspot.com/2011/06/zip2fix-10.html?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+LeeluSoft+%28Leelu+Soft%29&amp;utm_content=Google+Reader</link><dc:creator>gresch</dc:creator><dc:date>2011-06-23T16:27:45+02:00</dc:date><dc:subject>archiver filesystem recovery software tools windows zip </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;Zip2Fix is a free portable tool to extract the undamaged files from a ZIP file when some of the files inside the archive are damaged.
The good files will be extracted into a new ZIP file.
Works with ZIP and SFX Zip files.
Simple to use and fast processing.&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/archiver"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/filesystem"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/recovery"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/tools"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/windows"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/zip"/></rdf:Bag></taxo:topics></item><item rdf:about="http://peazip.sourceforge.net/"><title>PeaZip: free RAR 7Z ACE PAQ TAR ZIP archiver utility</title><description>PeaZip is a free, open source file and archive manager.
PeaZip is cross platform, available as portable and installable software for 32 and 64 bit Windows (9x, 2000, XP, Vista) and Linux (PeaZip is a desktop neutral application).

    *
      create: 7Z, ARC, BZ2, GZ, PAQ/LPAQ, PEA, QUAD/BALZ, TAR, UPX, ZIP;
    *
      open: ACE, ARJ, CAB, DEB, ISO, LHA, RAR, RPM and many more archive types (72 file extensions supported, see full list).

PeaZip allows to save archive&#039;s layouts; apply powerful multiple search filters to archive&#039;s content; handle multiple archives at once; export job definition as command line; bookmark archives and folders etc...
Other features: AES256 encryption, robust file copy, split/join files (file span), secure file deletion, compare, checksum and hash files, system benchmark, generate random passwords and keyfiles.
</description><link>http://peazip.sourceforge.net/</link><dc:creator>gresch</dc:creator><dc:date>2008-08-26T11:50:10+02:00</dc:date><dc:subject>archiver freeware opensource system tools utility zip </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;PeaZip is a free, open source file and archive manager.
PeaZip is cross platform, available as portable and installable software for 32 and 64 bit Windows (9x, 2000, XP, Vista) and Linux (PeaZip is a desktop neutral application).

    *
      create: 7Z, ARC, BZ2, GZ, PAQ/LPAQ, PEA, QUAD/BALZ, TAR, UPX, ZIP;
    *
      open: ACE, ARJ, CAB, DEB, ISO, LHA, RAR, RPM and many more archive types (72 file extensions supported, see full list).

PeaZip allows to save archive&amp;#039;s layouts; apply powerful multiple search filters to archive&amp;#039;s content; handle multiple archives at once; export job definition as command line; bookmark archives and folders etc...
Other features: AES256 encryption, robust file copy, split/join files (file span), secure file deletion, compare, checksum and hash files, system benchmark, generate random passwords and keyfiles.
&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/archiver"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/freeware"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/opensource"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/system"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/tools"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/utility"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/zip"/></rdf:Bag></taxo:topics></item><item rdf:about="http://jar-plug.sourceforge.net/"><title>JarPlug: Say Goodbye to File Explorer!</title><description>If you&#039;ve spent any time doing Java programming with Eclipse it must have occurred to you that support for viewing and editing Jar files is a little limited. Having used Eclipse for over eighteen months, and since I hadn&#039;t yet built an Eclipse plugin, I decided to dive right in and build a viewer/editor that would let me stop using File Explorer or WinZip(1) for manipulating the Jar files in my projects. Hopefully forever.

Five days later here it is: JarPlug, the Java ARchive PLUGin for Eclipse (sorry... :). And what days: going up the learning curve of Eclipse plugin internals and trying to figure out a workflow paradigm for editing Jar files that made sense inside the Eclipse IDE. More on that later.</description><link>http://jar-plug.sourceforge.net/</link><dc:creator>gresch</dc:creator><dc:date>2007-09-23T11:59:52+02:00</dc:date><dc:subject>archiver develop eclipse jar java plugins software tools zip </dc:subject><content:encoded>&lt;span itemprop=&#034;description&#034;&gt;If you&amp;#039;ve spent any time doing Java programming with Eclipse it must have occurred to you that support for viewing and editing Jar files is a little limited. Having used Eclipse for over eighteen months, and since I hadn&amp;#039;t yet built an Eclipse plugin, I decided to dive right in and build a viewer/editor that would let me stop using File Explorer or WinZip(1) for manipulating the Jar files in my projects. Hopefully forever.

Five days later here it is: JarPlug, the Java ARchive PLUGin for Eclipse (sorry... :). And what days: going up the learning curve of Eclipse plugin internals and trying to figure out a workflow paradigm for editing Jar files that made sense inside the Eclipse IDE. More on that later.&lt;/span&gt;</content:encoded><taxo:topics><rdf:Bag><rdf:li rdf:resource="https://www.bibsonomy.org/tag/archiver"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/develop"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/eclipse"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/jar"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/java"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/plugins"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/software"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/tools"/><rdf:li rdf:resource="https://www.bibsonomy.org/tag/zip"/></rdf:Bag></taxo:topics></item></rdf:RDF>