<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rss [<!ENTITY % HTMLlat1 PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">]>
<rss version="0.92" xml:base="http://www.applefritter.com">
<channel>
 <title>Applefritter - 1995</title>
 <link>http://www.applefritter.com/taxonomy/term/168/0</link>
 <description></description>
 <language>en</language>
<item>
 <title> ARA script for a Comsphere_3820Plus
 (scr-att-comsphere-3820plus.hqx)</title>
 <link>http://www.applefritter.com/node/14914</link>
 <description>Date: Wed, 17 May 1995 11:19:27 -0400

Enclosed is an AT&amp;T ARA script for a Comsphere_3820Plus modem.  It is being
forwarded from George Warner (see below) who wrote the script.  I believe the
script is unoffical.

Note:
George Warner
warnergt@aloft.att.com

Cheers
Husk

Path: /www/exparrot/files.tidbits.com/info-mac/comm/ara/scr-att-comsphere-3820plus.hqx</description>
 <pubDate>Fri, 17 Mar 2006 22:38:59 -0800</pubDate>
</item>
<item>
 <title> AIFF_DSP: An AIFF File DSP Programmer's Framework in Portable C
 (aiff-dsp-framework-21-c.hqx)</title>
 <link>http://www.applefritter.com/node/12957</link>
 <description>Date: Sat, 4 Feb 1995 11:36:46 -0500

AIFF_DSP: An Audio IFF File DSP Programmer's Framework in Portable C
available via ftp at "ftp.cs.jhu.edu" in pub/dsp

Note for users of previous versions of AIFF_DSP:  The only change in this
version is that unlike v21, it includes the correct version of interface.c,
which was correct in v20 but not in v21.  This old version of interface.c
did not compiler under newer versions of Think C.

Introduction
This archive contains code which provides a framework in which user-written
C functions which process the data in Audio IFF (AIFF) files are called.
The framework contains main() and deals with all aspects of AIFF file
handling, allowing the user to concentrate solely on the development of
his/her DSP algorithm.  For those readers who are familiar with Tom Erbe's
"SoundHack" program for the Macintosh, this framework is similar to that
program except for the fact that source is available and portable and you
can add your own processing functions in a very modular, simple way.

Theory of Operation
The framework calls three user-written functions in the course of its
execution.  First it calls a user-written initialization function, which
would typically do things like set up lookup tables.  Then it repeatedly
calls a user-written processing function, each time placing a new block of
data in the buffer.  When the AIFF file has been exhausted of data, it
calls a user-written termination function, which would typically do things
like free memory which had been malloc()'ed for a lookup table.

Though the framework was originally designed for the processing of AIFF
files where an AIFF file is taken as input and an AIFF file is made as
output, through the setting of user-defined variables, the framework can be
made to take no input or make no output.  The mode in which no input is
taken is useful for tasks such as the generation of AIFF files by
algorithmic means.  The "no output" mode is mode is useful for tasks such
as the analysis of AIFF files, where the analysis output goes to the screen
or to a non-AIFF file.

The three user functions and the the two user variables above are typically
defined in their own .c file.  This file contains a global structure which
contains the two variables and pointers to the three functions.  This
quintuplet defines what I call a "plugin."  The only contact with framework
code that needs to occur is to "register" a plugin.  This consists of
adding the name of the plugin to lists of other plugins in
"plugin_specific.c".  All of these plugins are available at runtime and one
is chosen by the end user.

Much more could be written about how to use the framework but time
constraints compel me to merely direct the reader to the included examples
of processing functions and to the source code for the framework itself.

Portability
When THINK_C is defined (which happens automatically when that compiler is
being used), the program compiles to an executable that does some
Macintosh-specific things.  Otherwise, a generic text-mode program is
created.  This generic mode has been tested successfully on the following
UNIX systems, using gcc except where noted:

OS: SunOS 5.3 (UNIX System V Release 4.0)   machine type: sun4d sparc
OS: HP-UX A.09.03   machine type: HP 9000/712
OS: ULTRIX 4.3   machine type: RISC (DECstation 5000/240)
OS: NeXTStep   machine type: NeXT
OS: OSF/1 v2.0   machine type: Alpha (using native DEC cc)

On little-endian machines, audio data with a 16 bit sample word size is
automatically byte-swapped before delivery to the user-written processing
function.  It is byte-swapped back again before being written to the output
file.

On Macintosh compilers other than Think C, there may be some small
modifications needed to the code in "Think_C.c" that sets the file type to
'AIFF'.  Other than that, if you just #define THINK_C, code should work
fine on other Macintosh compilers.  The code has been tested successfully
on Think C 5.0 and Symantec C++ 7.0.

Miscellany
If you would like to receive email notification of further updates to these
programs, please send mail to my address below.  I am also very interested
in hearing what you plan to do or have done with my code, so please drop me
a note for that reason as well.

This project was funded in part by the Ford Foundation's project to provide
grants for undergraduate research at Harvard University.

Ben Denckla
bdenckla@fas.harvard.edu
February 4, 1995

Path: /www/exparrot/files.tidbits.com/info-mac/dev/src/aiff-dsp-framework-21-c.hqx</description>
 <pubDate>Fri, 17 Mar 2006 19:36:59 -0800</pubDate>
</item>
<item>
 <title> AZN_AppLauncher
 (app-launcher-cpp.hqx)</title>
 <link>http://www.applefritter.com/node/12959</link>
 <description>New version of AppLauncher follows:

-  Bugs fixed.
-  CW 7 compatible
-  New features added to TAELaunch C++ class.

Applauncher is a native PPC Macintosh application 
and source code which shows how to launch, manipulate 
and quit remote applications.

Based on Peter Lewis original Pascal code.
(Original sources also included).

Andrew Nemeth
aznemeng@zeta.org.au
24 Oct 1995
Blue Mountains, Sydney Australia

Path: /www/exparrot/files.tidbits.com/info-mac/dev/src/app-launcher-cpp.hqx</description>
 <pubDate>Fri, 17 Mar 2006 19:36:59 -0800</pubDate>
</item>
<item>
 <title> New Watch 2.1 (Pascal source)
 (new-watch-21-p.hqx)</title>
 <link>http://www.applefritter.com/node/13146</link>
 <description>Date: Sun, 30 Apr 1995 12:11:36 +0200

Simple analog clock application, written in Think Pascal. This little code
snippet has been a "chain letter code" in alt.sources.mac.

Path: /www/exparrot/files.tidbits.com/info-mac/dev/src/new-watch-21-p.hqx</description>
 <pubDate>Fri, 17 Mar 2006 19:37:59 -0800</pubDate>
</item>
<item>
 <title> ABox 1.8
 (a-box-18.hqx)</title>
 <link>http://www.applefritter.com/node/12795</link>
 <description>Date: Wed, 5 Jul 1995 09:37:01 -0600

Hi all...

The 'collective' of TopSoft Inc., a not-for-profit software programming
group, is proud to announce the first public release of the ABox, also
known as TSAbout, available for use within your non-commercial applications
(be sure to read the license that comes with the ABox software, and all
other TopSoft software packages).

We wanted to come up with something that no-one had ever really seen or
done before, much like our guiding principle for the FilterTop software,
and release it as part of the FilterTop package as well as its own package.
The ABox supports nearly all of the way-cool-nifty-gee-i-gotta-have
features that Apple has been cranking out for System 7 and beyond. It
supports QuickTime, the Text-to-Speech Manager, Drag-and-Drop, the
Asynchronous Sound Manager, the old Threads Package, the new Threads
Manager, is PowerPC capable via UPP's instead of ProcPtr's...you get the
idea

The ABox is really just a set of C++ classes that have a rather API for
client software, based mainly upon the early documentation regarding
Apple's Speech Recognition Manager; the ABox has an object-oriented
"properties" driven API, where instead of providing lots of methods to do
lots of things, there are a handful of methods to do lots of things. Most
importantly, all client-adjustable features of the ABox are driven through
a pair of easy to use methods that are documented in the ABox demo
application and the web pages.

Most importantly, the ABox can be used to display a set of Topics and
Slides, which makes it useful for tasks such as enhanced about boxes,
online reference, help, etc. Topics are really just files within a
folder-tree, where each file is either a QuickTime movie, a text file
(normal TEXT and SimpleText 'ttro'), a PICT file, or a file that contains a
'TSAb' resource which instructs the ABox which resources should be grouped
together as Slides within the Topic (much like icon families...a group of
resources that share the same ID). By pointing the ABox at the root of some
folder tree containing files with 'TSAb' resources, you can make the ABox
display a hierarchical list of topics that the user can then browse

Oh, by the way...adding the ABox to your projects will add about 49K (even
less when compiled and built with the latest Metrowerks CodeWarrior
compiler!

And now, some current news about the ABox...

-------------------
Web Stuff:

The _new_ ABox web pages are installed and available on the TS-Mac, so
point your web surfers at:

http://www.topsoft.org

to see the TopSoft Home Page, which has a link to the ABox pages, or you
can go directly to the ABox pages via

http://www.topsoft.org/Projects/ABox/AB_Welcome.html

-------------------
Current Versions:

The current verion of the ABox software is v1.8, and is available as part
of the FilterTop software release or as the ABox source &amp; demo release,
available via anonymous ftp to the TS-Mac (ftp.topsoft.org) or atlas
(atlas.chem.utah.edu)

-------------------

Please, take some time out during your web surfing and check out TopSoft's
home page, and while you're at it grab a copy of the ABox for a test drive.

thanks in advance
george (ty) tempel
dosgatos@injersey.com

Path: /www/exparrot/files.tidbits.com/info-mac/dev/lib/a-box-18.hqx</description>
 <pubDate>Fri, 17 Mar 2006 19:31:59 -0800</pubDate>
</item>
<item>
 <title> csmp-digest-v3-116
 (csmp-digest-v3-116.hqx)</title>
 <link>http://www.applefritter.com/node/15808</link>
 <description>C.S.M.P. Digest             Fri, 13 Oct 95       Volume 3 : Issue 116
 
Today's Topics:
 
        ANSI C++, exceptions, globals, etc, in shared libs?!?
        Creating an Alias
        DNR lib and MacTCP.h
        Getting Volume Icon?
        How do I tell if Time Manager task install was successful?
        How to unlock a volume?
        MakeDataExecutable()?
        Q: Open-Close PPP from Code?
        QuickTime JPEG help
        Storing data in text portion of an application
        Why doesn't the Dialog Manager recognize I moved some controls?
        [Q] Changing Pixmap resolution???
        [Q] Traps not callable from interrupt, why?

The Comp.Sys.Mac.Programmer Digest is moderated by Francois Pottier
(pottier@clipper.ens.fr).

Path: /www/exparrot/files.tidbits.com/info-mac/per/csmp/csmp-digest-v3-116.hqx</description>
 <pubDate>Fri, 17 Mar 2006 23:38:59 -0800</pubDate>
</item>
<item>
 <title> Pretzel 3.0b4 - a Prestel terminal emulator
 (pretzel-30b4.hqx)</title>
 <link>http://www.applefritter.com/node/15516</link>
 <description>Here is the latest version of Pretzel, a terminal emulator which supports
the arcane Prestel (viewdata) format which is still widely used in the UK
and a number of other countries. This version is a 'fat binary'.

//Paul

Path: /www/exparrot/files.tidbits.com/info-mac/comm/term/pretzel-30b4.hqx</description>
 <pubDate>Fri, 17 Mar 2006 22:50:58 -0800</pubDate>
</item>
<item>
 <title> NNTP Sucker 1.5
 (nntp-sucker-15.hqx)</title>
 <link>http://www.applefritter.com/node/15375</link>
 <description>NNTP Sucker is a Network News Downloader.  It's useful for downloading many
usenet groups for use with a BBS.

This newer version fixes many bugs, and makes it work with a larger
percentage of NNTP Servers.

Path: /www/exparrot/files.tidbits.com/info-mac/comm/inet/nntp-sucker-15.hqx</description>
 <pubDate>Fri, 17 Mar 2006 22:44:58 -0800</pubDate>
</item>
<item>
 <title> Nuntius 2.0.4, a Usenet newsreader
 (nuntius-204.hqx)</title>
 <link>http://www.applefritter.com/node/15377</link>
 <description>To: macgifts@sumex-aim.stanford.edu

Nuntius is a free MacTCP-based Usenet newsreader from Peter Speck. This is
the latest version, 2.0.4...

2.0.4: (binary patch of 2.0.3)
  Fix for SearchURL crash bug. (articles with lots of tabs)
  Each displayed article takes less memory.

Path: /www/exparrot/files.tidbits.com/info-mac/comm/inet/nuntius-204.hqx</description>
 <pubDate>Fri, 17 Mar 2006 22:44:58 -0800</pubDate>
</item>
<item>
 <title> FirstClass Client 2.72 FAT ITA
 (first-class-client-272-it.hqx)</title>
 <link>http://www.applefritter.com/node/15047</link>
 <description>FirstClass Client 2.72 FAT ITA is the Italian version of the famous Client for FirstClass System.
This version was all translated by Carlo Volpi for Freedom BBB, a FirstClass system, located in Milan and which receives both OneNet Int'l and OneNet Italia fee.
The Italian version was made also by the guys of Asterisco, an other Italian BBS located in the middle of Italy (Prato), near Florence.
Carlo would like to thank (in order): 
Ferdinando D'Amico, (co-sysop of Asterisco)
Roberto Cattaneo, (sysop of Freedom)
Marco Silvestri, (co-sysop of Freedom)
Paolo Tedeschi, (sysop of Asterisco)
Mirko Bagnoli
Eleonora Scognamiglio. Carlo would like to give her a big kiss! (She's Carlo's girlfriend).

IMPORTANT: this version is the FAT version and it works both on Power and 68k Macintosh.
The translation contains also all the modem strings adapted for Italian lines (X4 to X3).

Path: /www/exparrot/files.tidbits.com/info-mac/comm/bbs/first-class-client-272-it.hqx</description>
 <pubDate>Fri, 17 Mar 2006 22:39:58 -0800</pubDate>
</item>
<item>
 <title> csmp-digest-v3-114
 (csmp-digest-v3-114.hqx)</title>
 <link>http://www.applefritter.com/node/15806</link>
 <description>C.S.M.P. Digest             Fri, 29 Sep 95       Volume 3 : Issue 114
 
Today's Topics:
 
        Balloon help in modeless dialog???
        Determining your ports
        Disable Shift startup?
        Error Strings in Resource file?
        How do I change the mouse tracking speed?
        How to disable entire menu bar?
        How to do continuous sound recording
        How to receive an "open" message...
        Mac game programming web page
        Patching _Launch redux
        Pathname generation code?
        Three AppleScript Qs (Apple Events)

The Comp.Sys.Mac.Programmer Digest is moderated by Francois Pottier
(pottier@clipper.ens.fr).

Path: /www/exparrot/files.tidbits.com/info-mac/per/csmp/csmp-digest-v3-114.hqx</description>
 <pubDate>Fri, 17 Mar 2006 23:38:58 -0800</pubDate>
</item>
<item>
 <title> csmp-digest-v3-115
 (csmp-digest-v3-115.hqx)</title>
 <link>http://www.applefritter.com/node/15807</link>
 <description>C.S.M.P. Digest             Fri, 06 Oct 95       Volume 3 : Issue 115
 
Today's Topics:
 
        6-byte xDEFs - still a valid technique?
        Apple Camera API
        AppleScript recursiveness
        Code to copy files?
        Debugging tips?  Here's one!
        GWorlds = 8k overhead?
        How to Find System Folder on Startup Volume
        How to convert a raster image into a PICT?
        How to loop QT movies?
        Novice Tech Tip #1 - SetRect.
        Obscure FILEID question
        Q: FindFolder won't link
        Resource size limits?
        [Q] MPW and printf()...Again
        how do I get char minus any modifier key alterations?

The Comp.Sys.Mac.Programmer Digest is moderated by Francois Pottier
(pottier@clipper.ens.fr).

Path: /www/exparrot/files.tidbits.com/info-mac/per/csmp/csmp-digest-v3-115.hqx</description>
 <pubDate>Fri, 17 Mar 2006 23:38:58 -0800</pubDate>
</item>
<item>
 <title> Visual Nation lite setting
 (fc-visual-nation-setup-lite.hqx)</title>
 <link>http://www.applefritter.com/node/15045</link>
 <description>From "kamon@inx.net (Kam On)" Sat Mar 11 17:07:45 1995
Date: Sat, 11 Mar 1995 19:28:16 +0500



--========================_114365889==_
Content-Type: text/plain; charset="us-ascii"

This is a lite version of a BBS setting file I have upload to here.
FirstClass Client software required.



--========================_114365889==_
Content-Type: application/mac-binhex40; name="Visual_Nation_Lite_1.0.sea"
Content-Disposition: attachment; filename="Visual_Nation_Lite_1.0.sea"

Path: /www/exparrot/files.tidbits.com/info-mac/comm/bbs/fc-visual-nation-setup-lite.hqx</description>
 <pubDate>Fri, 17 Mar 2006 22:39:57 -0800</pubDate>
</item>
<item>
 <title> csmp-digest-v3-110
 (csmp-digest-v3-109.hqx)</title>
 <link>http://www.applefritter.com/node/15802</link>
 <description>C.S.M.P. Digest             Mon, 11 Sep 95       Volume 3 : Issue 109
 
Today's Topics:
 
        C to Pascal FAQ (1 of 2)
        C to Pascal FAQ (2 of 2)
        Can't Deactivate Default Item??
        MacTCP Question

The Comp.Sys.Mac.Programmer Digest is moderated by Francois Pottier
(pottier@clipper.ens.fr).


#### TEXT       csmp-digest-v3-110.txt   ****


C.S.M.P. Digest             Sat, 16 Sep 95       Volume 3 : Issue 110
 
Today's Topics:
 
        Control action procedures
        Errors in PowerPC section of Mac Game Gurus book
        Implementing tear off menus? Where do I begin?
        KillPicture or DisposeHandle?
        New release of Chipmunk Basic
        TransSkel 3.22 is available (Thread Manager support added)
        [Q] How do I write a Photoshop plug-in?

The Comp.Sys.Mac.Programmer Digest is moderated by Francois Pottier
(pottier@clipper.ens.fr).

The digest is a collection of article threads from the internet newsgroups
comp.sys.mac.programmer.help, csmp.tools and csmp.misc. It is designed for

Path: /www/exparrot/files.tidbits.com/info-mac/per/csmp/csmp-digest-v3-109.hqx</description>
 <pubDate>Fri, 17 Mar 2006 23:38:57 -0800</pubDate>
</item>
<item>
 <title> FirstClass Client 2.7 (FAT)
 (first-class-client-27.hqx)</title>
 <link>http://www.applefritter.com/node/15046</link>
 <description>FirstClass® Client 2.7 is the graphical front-end software required to connect
via network or modem to FirstClass systems.  It is a FAT binary release which
will run natively on either PowerPC or 68K based Macs.

Maury Markowitz
SoftArc Inc.

Path: /www/exparrot/files.tidbits.com/info-mac/comm/bbs/first-class-client-27.hqx</description>
 <pubDate>Fri, 17 Mar 2006 22:39:57 -0800</pubDate>
</item>
</channel>
</rss>
