|
|
| About site: Usenet/Software - TurboZen.com: yEnc TZ |
Return to Computers also Computers |
| About site: http://www.turbozen.com/mac/yenc/ |
Title: Usenet/Software - TurboZen.com: yEnc TZ Open source utility that decodes files in yEnc, UUencode and Base 64 formats widely used on binary newsgroups. Versions available for Mac OS 7, 8, 9, and X as well as Motorola 68K based Macintosh comp |
|
|
|
|
Copyright_Battle__Is_an_E-Book_a_Book? News and implications analysis of the lawsuit between Random House and RosettaBooks. [CNet] (May 6, 2001)
| Frith,_Taylor Personal site, information on my computer skills, education, projects, job search.
| Wwwaxs_web_services Offers web counter.
| Ruby_In_A_Nutshell By Yukihiro "Matz" Matsumoto; O'Reilly and Associates, 2001, ISBN 0596002149. By programmer, and Ruby creator; concise broad reference guide assumes reader knows programming. [O'Reilly and Associates]
| ASL_Typesetting_Office LaTeX files in the style used by the publications of the Association for Symbolic Logic. Includes document class, bibtex style and documentation (PS).
| BitFlash_Graphics,_Inc_ Provider of mobile SVG viewer called BitFlash VIS. [Commercial]
|
|
| Alexa statistic for http://www.turbozen.com/mac/yenc/ |
Please visit: http://www.turbozen.com/mac/yenc/
|
| Related sites for http://www.turbozen.com/mac/yenc/ |
| DreamSpring Mobile computing software developer producing applications for EPOC and Symbian based mobile computers, PDAs, handhelds, mobile communicators and smart phones. | | TiBA_Solutions iUtilities Content Management and Publishing System is flexible, extensible and dynamically, database driven using XML, XSLT and ASP. Uses Javascript. 508 accessibility. | | Xinit_Systems Provides corporate Linux systems and Open Source solutions. | | Alpha_Telecom Manufacturer of ISDN CPE including TAs and routers. | | La_Jolla_Networks Manufactures, sells, and licenses equipment for broadband fixed wireless access applications. Includes brief information about the company. | | Morovia_Barcode An ActiveX control for creating high quality barcode images. By Morovia Corporation. [Commercial] | | Guttman,_Uri Perl programmer, consultant, technical editor, and member of the Perl Foundation; author of File::ReadBackwards and File::Slurp. | | RFC_0957 Experiments in Network Clock Synchronization. D.L. Mills. September 1985. | | Intentional_Programming__A_Talk_with_Charles_Simonyi_(The_WYSIWYG) Deep interview. Edge Foundation. | | HCHOF_Overview__BBC_Model_B Overview, technical details, and photograph. | | The_SYNTAX_System A set of tools for the design and implementation of the front-end part of translators. The SYNTAX tools allow the generation of analyzers and the compilation of source texts with those analyzers. This | | Oracle_Magazine Code Archive. | | Uniface_Configuration_Management_Solution The March Hare UD6/CMtool Driver provides a flexible and open mechanism for Uniface to use configuration management or version control tool. | | Carson_Biz Offer web design, marketing, and domain name registration services. Located in Winnipeg, Manitoba, Canada. | | WhiteSpectre Provides internet consultancy, web design, application development and linux web hosting solutions. | | Equinox_Design Provides web graphics, Internet page design and database integration. | | Simple_Filters Ten plugins filters to use with Photoshop. Several filters for making seamless tiles. | | MessLess_Software Software for collectors and home inventory. | | BlueCentral Shared and dedicated hosting, domain registration, e-mail, and search optimisation and marketing services. Located in Australia. | | Layton_Technology_Inc Offers a range of Windows based audit, monitoring and access control software solutions. |
|
This is websites2007.org cache of m/ as retrieved on 2008.10.13 websites2007.org's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
|
yEnc TZyEnc TZ - a utility program to decode yEnc encoded files, such as are used on usenet newsgroups.About yEnc TZ (Version 1.13)yEnc TZ is a simple, freeware, program that decodes yEnc encoded files.yEnc TZ is much less useful than it used to be, because the current version of MT-Newswatcher, version 3.4, handles yEncs directly, making this program unnecessary. But yEnc TZ may still be useful if you are using a newsreader with poor yEnc support.I wrote it because I couldn't find an existing standalone yEnc decoder for Macintosh, and I wasn't about to pay $15 for a piece of shareware just so I could look at yEnc encoded binary files. MT-Newswatcher 3.2 for Mac OS X advertises that it can handle yEnc encoded binary files, but it wants to hand them offto another program to do the decoding. You can tell Newswatcher to use "yEnc TZ" to decode yEnc files.There is a new version of MT-Newswatcher, now available, that does yEnc decoding natively, probably making my yEnc TZ completely unnecessary.Older newsreaders don't know about the yEnc format. With older newsreaders you must save the articles, then, in the Finder, hand the saved articles to yEnc TZ.yEnc TZ works on newer Mac operating systems (9 and X). For Mac OS 7 and 8, use yEnc TZ Classic. For older, pre-PowerPC, Motorola 68K based Macintoshes, use yEnc TZ 68K.In 7, 8, and 9, you must save articles into files, including encoded text, then as a separate operation, run yEnc TZ.Both yEnc TZ and yEnc TZ Classic work with files saved with MT-NewsWatcher 3.1.But you have to tell MT-NewsWatcher not to mangle the encoded text (see its "Saving Files" preferences.)I haven't tested with other newsreaders, but they should work the same way.By the way, yEnc TZ, yEnc TZ Classic, and yEnc TZ 68K will also decode UUEncoded files, Base64 files, and Palm Doc files (some .pdb or .prc files). I often find that they will decodefiles that Stuffit Expander won't. Another advantage of using yEnc TZ for UUDecoding is that it doesn't truncate the nameto 31 characters, which is useful if you are using PAR parity files which expect the original long name to be used.This is freeware, C source included. (GNU license)license agreement:You may use this provided you accept all responsibility for any liability that may result from such use.David Phillip Oster<mailto:oster@ieee.org>yEnc TZ Home Page (this page):<http://www.turbozen.com/mac/yenc/> Download yEnc TZ for OS X and OS 9. Download yEnc TZ Classic for OS 8 and OS 7. Download yEnc TZ 68K for Motorola 68K based Macintoshes.C Source CodeDownload C Source Code for yEnc TZ, yEnc TZ Classic and yEnc TZ 68K.FAQyEnc TZ Frequently Asked Questions Change HistoryApril 10, 2004 - 1.13Tony Nelson kindly submitted the following bug fixes,which have been incorporated into this version, both the released binary and the source code.CWPro5 doesn't allow // comments when ANSI Strict is set.Only quit after timeout if there were no errors.Better structure for event loop prevents odd behavior.File open write vs. append mode mapping fixed.Doesn't overwrite existing files. Uses new name.BASE64 and UU handle multipart messages.UU doesn't skip last line 2/3 of the time.All errors show a message. May still sometimes fail to write all remaining parts?yEnc now accepts an escaped SPACE.Only removes input file if all parts decoded correctly. (October 18, 2005 Jeff Renholts kindly pointed out that version 1.13 never got to my web server. Corrected.)December 10, 2003 - 1.12Fixed a bug that would cause yEnc TZ to suddenly quit if the application driving itsent it one file after another, before it had completed the previous one, once it got to about200 files.July 27, 2003 - 1.11Improved decoding of UUEncoded files: ignores embedded header lines.November 14, 2002 - 1.10Added a new version, yEnc TZ 68K for use by people using older, pre-PowerPC, Motorola 68K based Macintoshes.October 14, 2002 - 1.10Fixed a bug that occasionally caused yEnc TZ to ignore some articles, when it was being driven by multiple concurrent threads.October 13, 2002 - 1.09Fixed a bug that occasionally caused yEnc TZ to loop, decoding the same list of files over and over.Added version info to the about box.Encoded yEnc TZ Classic with an older Stuffit (version 5.5) in the hopes that users of older Macs will be able to decode it.September 29, 2002 - 1.08You can now drop .prc and .pdb Palm Doc format files on yEnc TZ, and get your Palm Doc files decoded to text files.Spaces are now allowed in destination filenames, so .par files will now work better.Under some circumstances, previous versions would put up multiple status dialogs. No more.September 7, 2002 - 1.07Added a preference to remove the source file if the decode is successful.When decoding multiple files, no longer stops on first warning.July 6, 2002 - 1.06Added a command to the help menu of both yEnc TZ and yEnc TZ Classic to open the yEnc TZ web page, so you can look at the new FAQ.June 15, 2002 - 1.05Fixed the Classic version of yEnc TZ to truncate long output file names correctly (preserving the extension).June 12, 2002 - 1.04Fixed the Classic version of yEnc TZ removing all dependencies on Mac Os 9, by compiling it with an earlieredition of Codewarrior's standard libraryJune 11, 2002 - 1.03Fixed dropping a folder of yEnc TZ files on the application.Added a Classic target to the project.Wrote compatibility layer so I can do FSRef style calls from classic.under OS X, you can drop source files on the decoder. (added plist)OS X iconstatus dialogpreferences dialog.May 15, 2002 - 1.02fixed: decode is failing to merge files.uses FSSRefs instead of FSSpecs for OS X compatibility.writes to source folder.get filetypes from internet config.1.01: Oops! Carbon.r doesn't add a 'carb' resource. fixed.May 13, 2002 - 1.00Aqua menu bar.OS X preferences event handlerMT-Newswatcher occasionally gives a -600. When I open in auto-quit mode, I nowwait a while after I'm done, and only if I receive no more events, actually quit. If I receive more "open"s, defer the quit and process them.Page last modified October 18, 2005Home |
|
| |
Open | source | utility | that | decodes | files | in | yEnc, | UUencode | and | Base | 64 | formats | widely | used | on | binary | newsgroups. | Versions | available | for | Mac | OS | 7, | 8, | 9, | and | X | as | well | as | Motorola | 68K | based | Macintosh | comp |
|
http://www.turbozen.com/mac/yenc/
TurboZen.com: yEnc TZ 2008 October
dvd rental
dvd
Open source utility that decodes files in yEnc, UUencode and Base 64 formats widely used on binary newsgroups. Versions available for Mac OS 7, 8, 9, and X as well as Motorola 68K based Macintosh comp
Rules
|
© 2008 Internet Explorer 5+ or Netscape 6+
|
|
Recommended Sites: 1.
Arts -
Business -
Computers -
Games -
Health -
Home -
Kids and Teens -
News -
Recreation -
Reference -
Regional -
Science -
Shopping -
Society -
Sports -
World
Miss Gallery
- Top Anime Hentai
- DVD rental by mail
- MPAA - Facebook proxy list - Credit - Yahoo Personals - Electricity
|