NuFX
From Just Solve the File Format Problem
(Difference between revisions)
| (3 intermediate revisions by one user not shown) | |||
| Line 2: | Line 2: | ||
|subcat=Archiving | |subcat=Archiving | ||
|extensions={{ext|shk}}, {{ext|sdk}}, {{ext|bxy}} | |extensions={{ext|shk}}, {{ext|sdk}}, {{ext|bxy}} | ||
| + | |pronom={{PRONOM|fmt/850}} | ||
| + | |wikidata={{wikidata|Q25305144}}, {{wikidata|Q29167432}}, {{wikidata|Q60558754}} | ||
|released=1989 | |released=1989 | ||
}} | }} | ||
| + | '''NuFX''' (NuFile Exchange; also known as '''ShrinkIt''' format) is an archiving format that was used for the Apple II series late in its history. It was created by Andy Nicholas as a student project at Moravian College in Bethlehem, Pennsylvania. The [[ShrinkIt]] program (also created by Nicholas) supports it. It usually uses [[LZW]] compression. | ||
| − | ''' | + | The usual filename extension is '''.shk'''. When NuFX-format data is placed into [[Binary II]] format for transfer, extension '''.bxy''' is used. |
| + | |||
| + | NuFX also supports storing disk images. Files using this feature typically have extension '''.sdk'''. | ||
== Identification == | == Identification == | ||
NuFX files start with bytes {{magic|4e f5 46 e9 6c e5}}. This is ASCII "<code>NuFile</code>", but with the high bit set on alternate bytes. | NuFX files start with bytes {{magic|4e f5 46 e9 6c e5}}. This is ASCII "<code>NuFile</code>", but with the high bit set on alternate bytes. | ||
| + | |||
| + | == Specifications == | ||
| + | * [https://nulib.com/library/FTN.e08002.htm Apple II File Type Notes - ShrinkIt / NuFX] | ||
| + | * [https://gswv.apple2.org.za/a2zine/GS.WorldView/Resources/The.MacShrinkIt.Project/ARCHIVES.TXT ARCHIVE FORMATS AND DATA, by Raymond Clay], "NuFX - SHRINKIT" section | ||
== Software == | == Software == | ||
| Line 14: | Line 23: | ||
* [{{SACFTPURL|pack|ibmnulib.zip}} NuLib v3.24] (DOS software) | * [{{SACFTPURL|pack|ibmnulib.zip}} NuLib v3.24] (DOS software) | ||
* [https://www.callapple.org/software/an-a-p-p-l-e-review-shink-fit-x-for-mac-os-x/ Shink-Fit X] - Mac OS X archiver compatible with ShrinkIt | * [https://www.callapple.org/software/an-a-p-p-l-e-review-shink-fit-x-for-mac-os-x/ Shink-Fit X] - Mac OS X archiver compatible with ShrinkIt | ||
| + | * [[ShrinkIt]] | ||
== Sample files == | == Sample files == | ||
* https://telparia.com/fileFormatSamples/archive/nuFX/ | * https://telparia.com/fileFormatSamples/archive/nuFX/ | ||
| + | * [https://archive.org/details/2013.06.13.www.umich.edu FTP Site: UMICH Software Archive] → .../*.shk | ||
== Links == | == Links == | ||
| Line 22: | Line 33: | ||
* [http://www.fadden.com/techmisc/hdc/lesson09.htm Hacking data compression] (gives lots of format details) | * [http://www.fadden.com/techmisc/hdc/lesson09.htm Hacking data compression] (gives lots of format details) | ||
* [http://apple2.org.za/gswv/a2zine/faqs/Csa2FLUTILS.html#002 What are ShrinkIt files?] | * [http://apple2.org.za/gswv/a2zine/faqs/Csa2FLUTILS.html#002 What are ShrinkIt files?] | ||
| − | |||
| + | [[Category:Disk Image Formats]] | ||
[[Category:Apple II series]] | [[Category:Apple II series]] | ||
Revision as of 14:01, 28 October 2023
NuFX (NuFile Exchange; also known as ShrinkIt format) is an archiving format that was used for the Apple II series late in its history. It was created by Andy Nicholas as a student project at Moravian College in Bethlehem, Pennsylvania. The ShrinkIt program (also created by Nicholas) supports it. It usually uses LZW compression.
The usual filename extension is .shk. When NuFX-format data is placed into Binary II format for transfer, extension .bxy is used.
NuFX also supports storing disk images. Files using this feature typically have extension .sdk.
Contents |
Identification
NuFX files start with bytes 4e f5 46 e9 6c e5. This is ASCII "NuFile", but with the high bit set on alternate bytes.
Specifications
- Apple II File Type Notes - ShrinkIt / NuFX
- ARCHIVE FORMATS AND DATA, by Raymond Clay, "NuFX - SHRINKIT" section
Software
- NuLib, NuLib2, NufxLib
- NuLib v3.24 (DOS software)
- Shink-Fit X - Mac OS X archiver compatible with ShrinkIt
- ShrinkIt
Sample files
Links
- NuFX format described (A2-Central, Aug. 1989)
- Hacking data compression (gives lots of format details)
- What are ShrinkIt files?