Download Links
by Alec Hole
A SuperCard project which allows you to try some Perl regular expression matching in strings of text.
This lets you search a piece of text using any Perl regular expression. The search will find each instance of a match in the text and return its length and the position of the rightmost character of each match in the text. The code used is explained.
5/19/06 Tested under OS 10.4.6 May not work with earlier OS versions.
A simple man page viewer project to display man pages as html or text.
Looks for '/System/Library/Frameworks/WebKit.framework/' at 'openProject' to determine if WebKit is installed. If WebKit is installed, a small pop-up button at top left of main window allows choice of html or text display. Else, display is limited to plain text.
Real terminals use methods not readily available via the SuperCard shell function to find man pages. Therefore, only a small portion of the installed man pages are listed, and some which are listed won't display.
5/27//06 Temporarily unavailable.
5/24/06 Updated to manage identically named icns files.
5/22/06 Tested under OS 10.4.6 May not work with earlier OS versions.
An icns search tool that displays matching icns as a web page in the user's default web browser.
Commented scripts here Image to html
Top
Comments (0)
You don't have permission to comment on this page.