
= Mac Files, = Windows/PC Files, = Platform Independant Files |
| To download .sit files: hold option when you click on the link (to save the file), or let the page of text load then save that. |
Perl/CGI
|
Applescript | ||
| Portal | Portal allows multiple Ircle clients to network in unison performing tasks as a team rather than single handedly. |
|
C/C++ Source | ||
| Mac Primer Volume 1 CodeWarrior Projects |
Grrr, I typed the first 8 projects myself until I found this at mactech.com. :( These are good examples of simple Mac programs. |
|
| Compiled Mac Primer Apps (PPC) |
In case you can't get the source to compile right. :) |
|
| ISO MPEG Audio codec source |
C source for a program that decodes and encodes mp3s. |
|
| maplay 1.2 source | C source for an MP3 player. |
|
![]() | ||
| Napster.txt | The protocol for Napster (Macster, Rapster, Crapster?) | |
| Client to CLient: IRC | The internet relay chat protocol... | |
| Hotline FileTransfer | Hotline FileTransfer | |
| Hotline Tracker Protocol | Hotline Tracker Protocol | |
| Pud Spec | Explains the Warcraft2 Puds | |
| POP3 | A mail protocol | |
| Telnet | Telnet | |
| IRC full | IRC full | |
| HTTP 1.1 | HTTP | |
| HTTP Access (rfc2617) | HTTP Access | |
| User FTP Docs | User FTP Docs | |
| FTP Dir Commands | FTP Dir Commands | |
RealBasic Bleah, this program is so buggy and limited, but it's a good place to learn how to program. | ||
| multiport source | From team2600 | |
| oyabun source | From team2600 | |
| profane source | From team2600 | |
| traffic source | From team2600 | |
| Deity 1.3v8 Source | A program I made that was supposed to make it really easy to get porn, but it turned out to be too much of a pain to update the image lists, and the program was too unstable... :( (btw, this version of httpsocket will only run/compile in 1.x versions of RB) | |
| Unregister 2.0 | This unregisters RB2, it gets the registration stuff from EVERYWHERE. Even the invisible icon file that they put in your preferences folder. | |
| FileManager Plugin 1.0b5 |
This lets your RB programs use some of the FileManager functions. You can make aliases, move files, that kind of stuff. | |
| Compress Pict File | Compresses PICT files, so they go from 500k down to 50k, WITHOUT any noticeable loss in quality. | |
| Make Alias | Makes aliases of FILES. Use the FileManager plugin if you want to make aliases of folders or volumes. | |
| SetDate 3.5 | Changes the Mac OS's date. btw, if you change the date in an infinite loop, you can crash your computer so badly that it NOT RESPOND TO ANY INPUT except the power switch. :^) | |
| Basic Hotline Client 0.1d8 |
This is REALLY basic, you can't even download files! But it's still fun to turn it into a newsbomber, or a program that messages people for a while. | |
| File Selector | This is sort of like the Finder's open file window, except you can do whatever you want with it. It's also not as good, you can't move the selection to a new file by typing the first letters in it's name. The files icons aren't exact, but if you've got the time, you can make it so that it gets the files actual icon from it's resource. | |
| http Socket 1.2 | Lets your programs get webpages, and files. 1.7 and higher versions are out but I lost them. :) | |
| LIE's 1 on 1 chat | A program that lets you talk to someone, it's a good socket example... | |
| LIE's Private Net Client |
LIE's Private Net Client | |
| LIE's Private Net Server |
LIE's Private Net Server | |
| LIE's SN Engine | LIE's SN Engine - This is VERY useless. It generates random strings, that you can call serial numbers. :^) | |
| MacMan's Lab Monkey 1.0 |
MacMan's Lab Monkey 1.0 - When I was learning RB, I tried everything out in here. So this is made up partly of the examples, and of some simple programs I wanted to make. | |
| Listbox Example | Only download this if you're desperate. :^) I screwed up the part that finds out which cell is selected, I should have just used .listindex. It still works though. | |
| ppat Maker Example | Makes background patterns for your programs, like the desktop pattern program does. | |