Mac Developer (Australia): Source Code
The source code in this list is copyright Faraday R&D except where otherwise stated.
|
| PHP |
| • |
Using PHP's array_udiff function to compare the strict equality of two arrays of 2-dimensional floating point coordinates. Source... |
| • |
Using PHP's ini_set() and ini_get() functions to control the display precision of floating point numbers: - some experiments. Source... |
| • |
Using PHP's sprintf function to get better control over the format of floating point numbers. Source... |
| • |
|
|
| Macintosh |
| • |
Using the URL Access Manager to progammatically submit user data (via a HTTP POST transaction) to a web site. The web site of course would be likely to have a script running to accept the user data and a database such as MySQL to store the user data. The URL Access Manager is deprecated by Apple at this time and is likely to contain bugs. It is known to have problems with building the HTTP header and these need to be diagnosed with a utility that can display what goes out on the wire such as Ethereal. Source... |
| • |
Using Cocoa to demonstrate a very, very simple arrow drawing algorithm.... |
| • |
Using Cocoa to demonstrate 4 methods of drawing strings in a custom view . |
| • |
|
|