Skip to main content
HomeBrowseDevelopment
Development
1,111 titles
Development · 23 KB
Stoned Mouse is a fun little INIT which will cause your mouse to move discretely instead of continuously, which I find breathtakingly disconcerting. This INIT is free and is distributed under the GNU General Public License; this archive contains complete THINK C 6.0.1 source code and project files for the INIT. If you …
Development · 103 KB
Here's the source to Bill's streamer, a little backup program for QIC24 streaming tape drives and such. I took it home and compiled it, and discovered this version waits indefinately for devices that don't exist on the bus. (while(); sorts of loops in scsi.c) After I fixed that to timeout, it seems to work right. It's …
Development · 2 KB
To: hagood@scri1.scri.fsu.edu CC: Subj: StrToArray ext Date: Wed, 31 Jul 91 09:19 GMT +1200 From: Allan Udy Subject: StrToArray ext To: hagood@scri1.scri.fsu.edu X-VMS-To: IN%"hagood@scri1.scri.fsu.edu" STRTOARRAY(STR#ID;Array;Error) STR#ID -> The resource Id of the requested STR#. Array -> The 4D array to fill, th…
Development · 5 KB
Routines for importing and exporting longer than 255 C string to and from resources. Simply declare your string, and when you want to write it to disk, call: OSErr WriteStrToResource(const char theString[], short ResID); When you want to read a string into memory, you just need to call: OSErr ReadStrFromResource(c…
Fat Binary Development · 116 KB
Here are two programs I through together today, for removing unwanted executable code from a FAT application. Strip68K removes the 68000 code from a FAT application, leaving only the PowerPC software in it's place. StripPPC removes the PowerPC code from a FAT application, leaving only the 68000 software in it's place…
Development · 17 KB
Striplinks is a XFCN that strips HTML tags out of a container. StripLinks is courtesy ware. Please acknowledge the author in the about box or documentation if you use striplinks. The author of stripLinks is Jason Buberel. the contact person for stripLinks is Nick Iozzo (niozzo@uiuc.edu).
Development · 33 KB
StrList 4 Version 4 replaces versions 3, 2, and 1. Routines for working with string lists (the STR# resource type). - routines for creating string list structures in memory. - routines for modifying string lists, - routines for using string lists as 'sets of strings', - and other assorted string list functionality t…
Development · 36 KB
Routines for creating, manipulating, and using string lists (the STR# resource type) in your C/C++ programs. NEW: facilities for high speed string lookup in string lists, and routines using string lists as sets of strings included. Includes text and 411 help documentation.
Development · 36 KB
strlist3 replaces strlist1 or strlist2. Routines for working with string lists (the STR# resource type). - routines for creating string list structures in memory. - routines for modifying string lists, - routines for quickly accessing strings stored in string lists, - routines for using string lists as 'sets of strin…
PowerPC Fat Binary Development · 57 KB
-- _13840704==_ Content-Type: text/plain; charset="us-ascii" Here's something that I knocked up over the bank holiday weekend which might be of interest. Let me know what you think. Cheers JRRK Macintosh users might be interested in my attempt to evaluate the performance of the power PC in a 'real' rather than a …
Development · 57 KB
StuffIt Pack is a free and simple external plug-in for 4th Dimension that allows the use of the StuffIt Engine directly in the 4th Dimension language. Enjoy Kurgan
Development · 4,355 KB
We've made it easy to add the latest StuffIt compression and decompression technology to your applications. Plus you can add all of the other file formats commonly found on the Internet. It's all found in one application programming interface (API) to make it even more convenient for you. With version 5.1.2 of the SDK…
Development · 264 KB
StuLib v2.6 (StuLib-v2.6.hqx) To cut a long story short, StuLib is a set of libraries for mac programming which takes a lot of the work out of programming the interface of mac applications. Widgets like docking toolbars, icon bars, intelligent controls, and much more, are supported. Full source code and descriptions a…
Development · 23 KB
// StuUsThreadUtils // // (C) 6th March 1994 Stuart Cheshire // StuUsThreadUtils is an ongoing development to make useful ThreadManager routines available to the public. I wrote it because Apple's Thread Manager is a great step forward to helping more developers create multi-threaded applications, with all the benef…
Development · 363 KB
[Source cdode for sun tar application uploaded the other day -- Gordon]
Development · 90 KB
SuperHex is a Res/Data hex editor, featuring: - drag and drop, - contextual menus, - multi-file and -resource search and replace. Version 1.0b7 supports binary copy modes like in CopyBits routine, and DF/RF direct switching. Yacine Ikhlef yacine.ikhlef@wanadoo.fr http://perso.wanadoo.fr/yi/
PowerPC Development · 138 KB
Source code for 'SuperSplash' follows: - C++ PPC native code to put up a splash screen - CW 7 compatible - Can display JPEG & PICT files, as well as PICT resources SuperSplash is a native PPC Macintosh application and source code which shows how to put up different kinds of splash screens. In order to display JPEG f…
Development · 51 KB
Dear Moderators, This archive contains the source code for a program called Surfer, which is a demo of the Macintosh Communications Toolbox. Also included are some libraries and interfaces that work with Think C 4.0(Think c 5 include these files). The program compiles under Think C 4.0. I'm not smart enough to get it t…
PowerPC 68K Development · 2,036 KB
SpriteWorld++ 2.1 Released (C++/OOP Version of SpriteWorld 2.1) Following the recent announcement of SpriteWorld 2.1, I'm happy to announce that its C++ counterpart, SpriteWorld++ 2.1, is now available. SpriteWorld++ 2.1 is a major update to SW++, incorporating all of the new enhancements and bug fixes of SW 2.1. Many…
68K Development · 1,875 KB
SW++2.1-Extras.sit This archive contains extra demos for SpriteWorld++ v2.1, to accompany the SpriteWorld++v2.1 base archive. System Requirements: System 7.0 or later, 68020 or later Mac, and CodeWarrior programming environment with the newest version of the Mac Universal Headers. contact: Stefan Sinclair email: tri…
Development · 98 KB
This is the fully documented (and free) CodeWarrior 7 C source code for The Swarm 1.5, a module I wrote for After Dark, Darkside of the Mac, and other AD-compatible screensavers. The Swarm is a simple, but surprisingly elegant and mesmerizing line animation, in which a number of small line segments (the 'bees') chase …
Development · 3 KB
To: hagood@scri1.scri.fsu.edu CC: Subj: SysFolder ext Date: Wed, 31 Jul 91 09:18 GMT +1200 From: Allan Udy Subject: SysFolder ext To: hagood@scri1.scri.fsu.edu X-VMS-To: IN%"hagood@scri1.scri.fsu.edu" SysFolder Here is an external that simply passes back the full path name to the system folder. I had to do it for st…
PowerPC Development · 33 KB
SysMenu is a shell project that demonstrates how to create and manage a system menu next to the Balloon Help menu. The project has been updated to compile under Metrowerks compiler using Universal Headers. Since the initial release was designed for CW6, I have updated the code for CW8. This means that most of the Cust…
Development · 68 KB
-- _15912710==_ Content-Type: text/plain; charset="us-ascii" Enclosed is the manual for System 7 Pack version 3.6. System 7 Pack is a 4D external package which lets you send & receive AppleEvents and take full advantage of AppleScript & UserLand Frontier. Version 3.6 is compatible with 4D 2.2.3/4.2.3 and 3.0.5/5.…
Development · 50 KB
-- _15912710==_ Content-Type: text/plain; charset="us-ascii" Enclosed is an updater for System 7 Pack, version 3.6. This version enhances object model & AppleScript support. This will convert any registered copy of System 7 Pack 3.3 or later to version 3.6. Demo copies or earlier versions will not be updated. Sy…
Development · 39 KB
An external function for Apple HyperCard 2.x This is a small XFCN which lets you know what system font is defined in your system. For more information use: E-Mail: matthias.kahlert@rz.fh-regensburg.d400.de Internet: http://rfhs0002.fh.uni-regensburg.de/~s1830/hypercard_e.html Thanks Matthias Kahlert, Regensburg/Germ…
68K Development · 5 KB
To: hagood@scri1.scri.fsu.edu CC: Subj: SystemInfos ext Date: Wed, 31 Jul 91 09:18 GMT +1200 From: Allan Udy Subject: SystemInfos ext To: hagood@scri1.scri.fsu.edu X-VMS-To: IN%"hagood@scri1.scri.fsu.edu" SystemInfos(Var1;Var2;Var3;Var4;Var5;Var6;Var7;Var8;Var9) Var1...Var6 are alphanumeric variables Var7...Var9 are…
PowerPC 68K Development · 232 KB
SysMenu is a shell project that demonstrates how to create and manage a system menu next to the Balloon Help menu. The project has been updated to compile under Metrowerks 6.0 compiler using Universal Headers. There are 2 additional goodies included in this package: The "INIT Dispatcher" folder contains a sample proj…
Development · 218 KB
This is the source code for Talk v1.0.6 & Talkd v1.0.6. Talk and talkd is an implementation of the UNIX Talk protocol for Macs with MacTCP. Talkd is a background only application that notifies you when a talk connection is requested, and Talk is a talk client, allowing you to talk to other machines. Both are System 7 …
Development · 74 KB
From macmod Thu Aug 26 20:12:40 1993 Date: Fri, 27 Aug 93 01:06:08 +0200 From: d88-jwa@nada.kth.se Subject: Talking Clock - Source Code! 1.0b1 For those of you more interested in the "why" than the "because," here comes source code for Talking Clock. It is structured so is can work as a minimalistic application shell …
Development · 456 KB
Enough people have pestered me about updating Talking Clock (and fixing the bug where it didn't talk) that I finally broke down and did it. Talking Clock speaks the time every hour on the hour, or more often if you prefer. The executables are mailed to macgifts@mac.archive.umich.edu. This is probably the last-ever pub…
Development · 58 KB
This is the source for tar for the Macintosh version 4.0b. It contains rudimentary support for SCSI tape drives and some other fixes (see manual in the separate executable file). I am no longer going to make changes or enhancements to tar. Feel free to take the source and modify to suit your needs. Craig Ruff (cruff…
Development · 49 KB
Regarding Task Manager 2.2.1 The Task Manager is a C source code package for creating and managing tasks--separate execution threads that run nonpreemptively in the background. Tasks should periodically call a Task Manager yielding routine to allow other tasks to run. Tasks are ideal for lengthy processes that you woul…
mp.ls