Squeeze (Daniel Bernstein)
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |name=squeeze (Daniel Bernstein) |formattype=electronic |subcat=Compression |extensions={{ext|MW}} |released=~1989 }} :''See Squeeze#Disambiguation for other ...") |
(→Software) |
||
| (One intermediate revision by one user not shown) | |||
| Line 10: | Line 10: | ||
{{DISPLAYTITLE:squeeze (Daniel Bernstein)}}'''squeeze''' is a data compression utility and format developed Daniel J. Bernstein. It uses [[LZMW|Miller-Wegman encoding]]. | {{DISPLAYTITLE:squeeze (Daniel Bernstein)}}'''squeeze''' is a data compression utility and format developed Daniel J. Bernstein. It uses [[LZMW|Miller-Wegman encoding]]. | ||
| − | The files it creates have no signature, and can't easily be identified from their contents. | + | The files it creates have no signature, and can't easily be identified from their contents. The suggested filename suffix is an all-caps ".MW". |
== Notes == | == Notes == | ||
| Line 17: | Line 17: | ||
== Software == | == Software == | ||
* [http://ftp.lyx.org/pub/unix/archive/squeeze.tar.Z squeeze.tar.Z] - squeeze v1.711 | * [http://ftp.lyx.org/pub/unix/archive/squeeze.tar.Z squeeze.tar.Z] - squeeze v1.711 | ||
| + | ** [https://github.com/sourcekris/squeeze Another copy] | ||
| + | * [https://github.com/sourcekris/gosqueeze gosqueeze] | ||
[[Category:File formats with extension .mw]] | [[Category:File formats with extension .mw]] | ||
[[Category:File formats with case sensitive extensions]] | [[Category:File formats with case sensitive extensions]] | ||
Latest revision as of 11:39, 27 August 2026
- See Squeeze#Disambiguation for other formats named "Squeeze".
squeeze is a data compression utility and format developed Daniel J. Bernstein. It uses Miller-Wegman encoding.
The files it creates have no signature, and can't easily be identified from their contents. The suggested filename suffix is an all-caps ".MW".
[edit] Notes
The macutil software's documentation says "The MW code for StuffIt is loosely based on code by Daniel H. [sic?] Bernstein."
[edit] Software
- squeeze.tar.Z - squeeze v1.711
- gosqueeze