Skip to main content
HomeBrowseDevelopment
Development
1,111 titles
Development · 163 KB
Hello, folks! Here's an unsolicited file. -Ken- Tear along dotted line Description: This is an update of the EarthPlot 3.0 C source. The copy I downloaded, years ago, from AOL, did not run. There was an undefined "FlushEvents" in the tskel.lib addition, which there was no source for. So I had to get Tr…
Development · 69 KB
Totally Freeware- Here's a little demo library and source code to get your dialog lists up and running in about two minutes. We use it at AtoZnet.com for quick turn around where fancier Dialog Lists aren't called for, and now you can too! There are only three functions for you to call in the whole library, but that's…
Development · 63 KB
A number of people have asked about the status of Easy View, Akif Eyler's popular text viewing utility. Akif hasn't worked on it in years, so I asked him about putting it in the public domain for any programmer to update. He agreed, and sent the enclosed archive along with the note below. Although I don't have the tim…
Development · 17 KB
-- _17153170==_ Content-Type: text/plain; charset="us-ascii" Greetings EatAU is a QuickTime component that converts Suns audio (.au) files into QuickTime movies. It comes with full source code and is a simple example of how to write a component in Pascal. Share and Enjoy. -- _17153170==_ Content-Type: appli…
Development · 163 KB
The eclectic CDEF Collection is a set of 2 freeware CDEFs (control definition functions) written in Pascal, the Celsius CDEF and the Gauss CDEF. CDEF stands for "control definition function": it is a way to define the appearance and the behavior of custom controls. Custom controls may be dials, gauges, sliders, and so…
Development · 94 KB
EditCard(1.2.0) * This is a stack that simulates information-card of 5x8 size or B6. * With Hypertext function in it, you can create a mini database. * With text editing functions,stack becomes word-processor like card-editor. * In spite of its simple outlook,it has many features which will convince you that it is wor…
Development · 44 KB
Announcing Edit Comment for Code Warrior: From: Larry Gerndt email: jazmann@shell.portal.com Do you use source control, such as Projector, SourceSafe, Source Manager, or SourceServer? If so, do you use Code Warrior as your editor? If you answered yes to both, you will definitely want this utility, so read on: (An equ…
Development · 49 KB
Dear Mac Gifters: You don't seem to have posted my stuff at U. Michigan, lately. I've seen them on Standord, though. Still short on disk space? -Ken- -- Description: Two Think C 5.0.4 source projects. One scans the resident drive for all file types, creates a new text file, and writes those types …
Development · 90 KB
This package is a port of C routines posted several years ago to a DOS archive by Mark Morley. The Equation Evaluator takes an equation in the form of a text string and returns a value. Having tried a couple of small C interpreters it was a relief to find something I could understand and which handled floating point nu…
Development · 177 KB
Ernestine is an LDAP client that is useable with AppleScript or any other language/tool that can use apple events. This sample package includes a sample script and the required libraries. The demo version will not return more than 10 results.
Development · 15 KB
Returns string with error message based on error number. Uses resources in 4D application and includes most Apple error numbers. Corrects a problem with a few of the used resources. Rene Ros rgaros@bio.vu.nl
Development · 3 KB
The enclosed file is an html text file providing links to EveryDay Objects, Inc., Macintosh demo applications. All you need is a browser for the html file. The demonstration applications were created using Prograph CPX and some are used with the Butler server database product. The SimpleChat applications are stand-alo…
Development · 113 KB
-- _14520392==_ Content-Type: text/plain; charset="us-ascii" Here are eight sample AppleScript Scripting Additions with C source code done by Donald Olson of Apple Computer and presented in his WWDC talk this year. I was asked to make these available on the Internet and now I have. ;) These demonstrate a number o…
Development · 823 KB
This is an Expanded AppleScript Dictionary for the popular image database iView(TM). This expanded dictionary comprises syntax examples for all keywords in its Applescript dictionary. This expanded dictionary is the first in a series of expanded dictionaries helping users to write scripts for their favorite applicatio…
Development · 281 KB
Enclosed is version 1.5 of Extension Shell, a framework for writing System 7 Extensions. Extension Shell reduces the amount of work needed to write Extensions, and modularises the code you do have to write. It comes with several sample Extensions, and full source code. It requires System 7, and Metrowerks CodeWarrior…
Development · 599 KB
So, you think you've seen a stack hacker. A script editor. A stack pirate. Well, you haven't seen anything until you've seen THIS. What we're dealing with here is a super-fast stack, resource, file, script, property, you-name-it editor/browser with advanced technologies and integration never seen before! ExtractIt! fo…
Development · 61 KB
From "MaT101@aol.com (Michael Terry)" Wed Mar 15 20:42:39 1995 Date: Wed, 15 Mar 1995 23:42:48 -0500 From: MaT101@aol.com (Michael Terry) Subject: E-Z Progress Bar 1.0a.sit.hqx -- _6835356==_ Content-Type: text/plain; charset="us-ascii" -- _6835356==_ Content-Type: multipart/header-set; boundary=" _683535…
Development · 567 KB
Here is version 2.1 of the FaceSpan Extension. It has been scanned for virises by Disinfectant v3.6. This extension is being made available to those people who want to use "mini" applications developed in FaceSpan, which are considerably smaller than "complete" applications. Note: the "complete" applications do NOT req…
Development · 238 KB
Here is a small (but impressive) Demo of what can be produced with Fantasm (The Complete Mac Programming System for Lightsoft, Grantham, Lincs. England). ****************************************************** Paul Carter pcarter@lincoln.gpsemi.com GEC Plessey Semiconductors Tel+44 522 502360 Doddington Rd, Fax+44 522 …
Development · 238 KB
Please include the update of the Fantasm on your server. Summary follows... This graphical demo has been written using Fantasm. It requires 256 colors, and 640 by 480 display. Rob Probin for lightsoft
Development · 16 KB
This is an update to info-mac/sci/fft-in-asm-src.txt This file contains three routines: * void tb_68k_four1_extended(long double *data, long nn, long isign); * void tb_68k_four1_single(float *data, long nn, long isign); * void tb_68k_fourn_single(float *data, long *nn, long ndim, long isign) -- CUT HERE …
PowerPC Development · 37 KB
Enclosed is a stuffit archive of version 1.1 of my fft 'C' source code. Now includes an already compiled shared library in case your compiler doesn't like my code. Revisions version 1.1: Re-arranged to put fft routines in a shared library and changed source file name to fftlib.c. Removed some ugly optimizations that ar…
PowerPC Development · 158 KB
Enclosed is a stuffit archive of version 2.0 of my 'C' source code fft library. Very-Fast Fourier Transform routines. Routines are provided for real and complex forward and inverse 1d and 2d fourier transforms and 3d complex forward and inverse ffts. I coded these to optimize execution speed on Risc processors like th…
Development · 6 KB
"file:" Helper for Internet Config By Jordan Zimmerman (c)1996 Hereby released into the Public Domain ___________________________________________________________________ 10/8/96 REQUIREMENTS: Internet Config 1.1 and knowledge of programming Internet Config. DESCRIPTION: This code implements a function similar to ICL…
Development · 234 KB
File Toolkit for 4D adds 84 new commands to the 4D language, to give you complete control from 4D over the Macintosh file system and Finder objects. The demo version of File Toolkit for 4D includes all the functions of the commercial package and comes with a short documentation and a demo database you can use to visua…
Development · 51 KB
To: hagood@scri1.scri.fsu.edu CC: Subj: 4D File Utils Date: Wed, 31 Jul 91 13:30 GMT +1200 From: Allan Udy Subject: 4D File Utils To: hagood@scri1.scri.fsu.edu X-VMS-To: IN%"hagood@scri1.scri.fsu.edu" FileUtilities Three externals are included: CopyFile, DeleteFile, and Backup. These three externals provide 4th D us…
Development · 44 KB
Final Chance 1.1.1 is a combination of fluff and utility, giving you a random quote on shutdown (one of 150) and a chance to stop the shutdown process and go back to the Finder. If you let the dialog box sit for 60 seconds, it will automagically shut down. This archive contains complete THINK C source code and project …
Development · 32 KB
AppleScript scripting addition to find files, folders or applications on designated disks. Ten times faster than similar osaxen. Author JF Pautex permits free distribution; $5 shareware. Should replace osa/find-document-22.hqx on Info-Mac.
Development · 4 KB
To: hagood@scri1.scri.fsu.edu CC: Subj: Finder Ext Date: Wed, 31 Jul 91 13:14 GMT +1200 From: Allan Udy Subject: Finder Ext To: hagood@scri1.scri.fsu.edu X-VMS-To: IN%"hagood@scri1.scri.fsu.edu" Finder.Ext CopyIt(SourceFile;DestFile;ErrorMsg) Used to copy files from one place to another. I.e. Finder emulation!!!
Development · 14 KB
Mac development source code that implements a "rubber band" marquee select rect with very smooth drawing in a manner similar to the Mac Finder.
PowerPC 68K Development · 62 KB
From larson@BASE.CS.UCLA.EDU Tue Mar 14 10:48:39 1995 Date: Tue, 14 Mar 1995 10:48:31 -0800 (PST) From: Chris Larson Subject: FinderProgressBar 2.0 : A CDEF Progress Bar. Enclosed is version 2.0 of FinderProgressBar, my CDEF implementation of progress bars which mimic those used by Finder. New features include suppo…
Development · 89 KB
A Macintosh development and debugging tool. (Freeware) FindErrorLib is a small Power Macintosh native shared library that can be used by C and C++ developers to obtain, at run-time, the name and description, if available, of any of 1,307 Macintosh error codes for display in error alerts or dialogs. Since the shared l…
mp.ls