<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://fileformats.archiveteam.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://fileformats.archiveteam.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=ChristoCoder</id>
		<title>Just Solve the File Format Problem - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://fileformats.archiveteam.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=ChristoCoder"/>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Special:Contributions/ChristoCoder"/>
		<updated>2026-04-20T02:36:29Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.19.2</generator>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Freeze/Melt</id>
		<title>Freeze/Melt</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Freeze/Melt"/>
				<updated>2018-01-26T22:34:02Z</updated>
		
		<summary type="html">&lt;p&gt;ChristoCoder: Fixed source code link, site was dead&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Compression&lt;br /&gt;
|extensions={{ext|F}}, {{ext|f}}&lt;br /&gt;
}}&lt;br /&gt;
'''Freeze''' is a file compression utility used from the command line in Unix-style operating systems. '''Melt''' is the corresponding decompressor. It is considered obsolete now in favor of [[gzip]].&lt;br /&gt;
&lt;br /&gt;
A two-pass compression is done with a [[Lempel-Zev]] algorithm on the first pass and a dynamic [[Huffman coding|Huffman algorithm]] on the second. The characteristics of the Huffman table used are added to the file. File attributes, ownership, etc., are preserved, and a .F extension is added. A two-byte magic number is prepended to the file (\037\236 octal for versions 1.x, and \037\237 for later versions).&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
* [http://www.esrl.noaa.gov/gmd/dv/hats/cats/stations/qnxman/freeze.html Man page] (in NOAA site, which should know something about freezing!)&lt;br /&gt;
* [http://ibiblio.org/pub/linux/utils/compress/freeze-2.5.0.tar.gz/ Source code]&lt;br /&gt;
&lt;br /&gt;
[[Category:File formats with case sensitive extensions]]&lt;/div&gt;</summary>
		<author><name>ChristoCoder</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/UHARC</id>
		<title>UHARC</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/UHARC"/>
				<updated>2018-01-26T00:20:20Z</updated>
		
		<summary type="html">&lt;p&gt;ChristoCoder: Added CLI download link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Archiving&lt;br /&gt;
|extensions={{ext|uha}}&lt;br /&gt;
|released=1997&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
'''UHARC''' is a compression/archiving system for PC platforms, which appears to be neglected since around 2005. It achieves better compression than most other archivers, at the expense of being much slower.&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [[Wikipedia:UHARC|Wikipedia article]] (rather minimal)&lt;br /&gt;
* [http://ftp.sac.sk/pub/sac/pack/uharc06b.zip Download (CLI version)]&lt;br /&gt;
* [http://www.softpedia.com/get/Compression-tools/UHARC-GUI-by-Brhack.shtml Download (GUI version)]&lt;br /&gt;
* [http://www.youtube.com/watch?v=GPSbmKv3CqA UHARC tutorial video] (with annoying music)&lt;/div&gt;</summary>
		<author><name>ChristoCoder</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/YEnc</id>
		<title>YEnc</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/YEnc"/>
				<updated>2018-01-11T13:08:37Z</updated>
		
		<summary type="html">&lt;p&gt;ChristoCoder: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|name=yEnc&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Transfer Encodings&lt;br /&gt;
|extensions={{ext|ync}}&lt;br /&gt;
|pronom={{PRONOM|fmt/1100}}&lt;br /&gt;
|released=2001&lt;br /&gt;
}}&lt;br /&gt;
{{DISPLAYTITLE:yEnc}}&lt;br /&gt;
'''yEnc''' is a transfer encoding used for attaching files to Usenet newsgroup messages (and, rarely, e-mail and other kinds of messages). It is a more size-efficient alternative to [[Uuencoding]].&lt;br /&gt;
&lt;br /&gt;
It is justly characterized as &amp;quot;quick and dirty&amp;quot;, requiring crude Uuencoding-style heuristics to detect it, instead of utilizing the robust-but-complex [[MIME]] standard that predates it.&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
[http://www.yenc.org/yenc-draft.1.3.txt yEncode - A quick and dirty encoding for binaries v1.2] (.txt file)&lt;br /&gt;
&lt;br /&gt;
== Identification ==&lt;br /&gt;
A yEnc-encoded file is delimited by lines that begin with &amp;quot;&amp;lt;code&amp;gt;=ybegin&amp;lt;/code&amp;gt;&amp;quot; and &amp;quot;&amp;lt;code&amp;gt;=yend&amp;lt;/code&amp;gt;&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [http://www.yenc.org/ yEnc  Homepage]&lt;br /&gt;
* [[Wikipedia:YEnc|Wikipedia article]]&lt;br /&gt;
&lt;br /&gt;
[[Category:E-Mail, newsgroups, and forums]]&lt;/div&gt;</summary>
		<author><name>ChristoCoder</name></author>	</entry>

	</feed>