html source code
Nanosaur Source Code 1.0
Download the source code for the popular game Nanosaur. more>>
Its available so that other game developers and game-developer wannabes can see how the game can perform various tricks and techniques.
sourcecodegen 0.6.10
An open source Python source-code generator more>>
sourcecodegen 0.6.10 is developed to be an open source development tool that will provide a module-level source-code generator which operates on the AST from the built-in compiler.ast module.
NOTE: This AST is not compatible with the new ast module in Python 2.6.
Email Page Source 2.0
Free Camino script to easily email the source of the web page in the active tab more>> Free Camino script to easily email the source of the web page in the active tab
Email Page Source is a free and easy to use script that will obtain the source code of the page displayed in Caminos current tab and put it in the body of a new Apple Mail email message, which will also include references to the web pages title and URL.
INSTALLATION: Unzip and copy the script to the path ~/Library/Scripts/Applications/Camino/, where the tilde (~) represents your home folder, creating any subfolders that dont already exist. The script will appear under a "Camino Scripts" heading in your system-wide Script menu when Camino is the frontmost application. In Camino 1.6 or later, the script can be placed on the Camino toolbar by draggig it from the "Customize Toolbar" drop-down sheet.
System requirements:
- Apple Mail
-
Enhancements
- If there is text selected on the page, the script will provide source code for just the selection.
iWebCal Source 1.1
Source code for web iCal browsing. more>>
sourcecount 1.1
sourcecount offers a future-rich and trustworthy shell script to count lines, words and bytes of source code. more>> sourcecount 1.1 offers a future-rich and trustworthy shell script to count lines, words and bytes of source code. It is line ending aware, distinguishes between empty and other source lines, counts bytes and words, and generally does a good job. It is also a nice example of what you can do with awk.
Requirements: Mac OS X 10.0 or later.
ReSource 1.5.0
ReSource wont make you disappointed because it enables you to see the source code of classes you dont have the source for. more>>
ReSource 1.5.0 won't make you disappointed because it enables you to see the source code of classes you don't have the source for.
To achieve that functionality, it uses some private API from Apple's JavaKit.framework and JAD, the Java Decompiler. The source for this tiny hack is provided as a reference and encouragement for further improvement.
<<less
HTMLGrabber 1.0
HTMLGrabber brings you a proper utility which is capable of obtaining a web pages HTML source code. more>> HTMLGrabber 1.0 brings you a proper utility which is capable of obtaining a web pages HTML source code. Simply type the page you want hit Enter or press the Grab button and it will obtain the source code for you. You then have the option to export that source code as an html file.
Requirements: Mac OS X 10.5 or later
iRip DVD Source
iRip DVD Source - Source-Code for iRip DVD, a DVD-ripping application more>>
Nevertheless you can download the source-code from here in case you live in a country where humans still have more rights, and you want to continue development of this application.
Copy View Source 1.0
Copy View Source - Automator action, copy source HTML to text object more>>
Open Automator and select the Safari icon you will see Copy View Source. You can combine with other actions to integrate a complete task and save as a workflow. We suggest you use it with Get Current Webpage from Safari action.
Save Page Source 2.0
Free Camino script that helps you save the HTML source of the page in the current tab The Save Page Source script will allow you to easily save the HTML source of the page in the current tab, or the more>> Free Camino script that helps you save the HTML source of the page in the current tab
The Save Page Source script will allow you to easily save the HTML source of the page in the current tab, or the source of the selection if there is one, to a new .html file and open it in your default text editor or other application of your choice.
The file is saved to either the Downloads folder (Leopard) or the Desktop (Tiger), or you may specify a folder of your choice within the script file. You can also set an option to open the saved file in the background. (Open the file in Script Editor and follow the instructions to set these options and customize the scripts behavior.)
The Save Page Source script offers an alternative to the "View Source in..." scripts for text/html editors that dont have the necessary applescript support for adding content to documents without saving it first.
INSTALLATION: Unzip and copy the Save Page Source script to the path ~/Library/Scripts/Applications/Camino/, where the tilde (~) represents your home folder, creating any subfolders that dont already exist. The Save Page Source script will appear under a "Camino Scripts" heading in your system-wide Script menu when Camino is the frontmost application. In Camino 1.6 or later, the Save Page Source script can be placed on the Camino toolbar by draggig it from the "Customize Toolbar" drop-down sheet.
System requirements:
- Camino 2.0 Beta 3 or later
View Source in BBEdit 2.0
Grabs the source code for the current web page and sends it to a new BBEdit document more>> Grabs the source code for the current web page and sends it to a new BBEdit document
The View Source in BBEdit script will obtain the source code of the page displayed in Caminos current tab and automatically place it in a new, unsaved BBEdit document (unless the currently loaded page is a local file, in which case the file itself is opened in BBEdit); no new files are downloaded or created.
If there is text selected on the page, the script will provide source code for just the selection.
Installation: Unzip and move the View Source in BBEdit script to the path ~/Library/Scripts/Applications/Camino/ where the tilde (~) represents your home folder, creating any subfolders that dont already exist. The View Source in BBEdit script will appear under a "Camino Scripts" heading in your system-wide Script menu when Camino is the frontmost application. Place the View Source in BBEdit script on the Camino toolbar by dragging them from the "Customize Toolbar" drop-down sheet.
Main features:
- The View Source in BBEdit script will obtain the source code of the page displayed in Caminos current tab and place it in a new, unsaved BBEdit document (unless the currently loaded page is a local file, in which case the file itself is opened in BBEdit); no new files are downloaded or created.
- If there is text selected on the page, the script will provide source code for just the selection.
System requirements:
-
- Camino 2.0 Beta 3 or later
HTML Tidy 1.1
HTML Tidy - Clean up dirty HTML generated from Word more>>
Enhancements:
- New gestion system that permits big file processing
- Menu translation in English.
- Drag n Drop support
- Voicce activation.
Jericho HTML Parser 3.0
Free and open source HTML parser for your Mac more>> Free and open source HTML parser for your Mac
Jericho HTML Parser is an open source Java library allowing analysis and manipulation of parts of an HTML document, including server-side tags, while reproducing verbatim any invalid or unrecognized HTML.
Jericho HTML Parser also provides high-level HTML form manipulation functions.
Main features:
- - The presence of badly formatted HTML does not interfere with the parsing of the rest of the document, which makes the library ideal for use with "real-world" HTML that chokes other parsers.
- - PHP, JSP, ASP, PSP and Mason server tags are explicitly recognized by the parser. This means that normal HTML is still parsed properly even if there are server tags inside them, which is common for example when dynamically setting element attributes.
- - It is neither an event nor tree based parser, but rather uses a combination of simple text search, efficient tag recognition and a tag position cache. The text of the whole source document is first loaded into memory, and then only the relevant segments searched for the relevant characters of each search operation.
- - Compared to a tree based parser such as DOM, the memory and resource requirements can be far better if only small sections of the document need to be parsed or modified. Incorrect or badly formatted HTML can easily be ignored, unlike tree based parsers which must identify every node in the document from top to bottom.
- - Compared to an event based parser such as SAX, the interface is on a much higher level and more intuitive, and a tree representation of the document element hierarchy is easily created if required.
- - The begin and end positions in the source document of all parsed segments are accessible, allowing modification of only selected segments of the document without having to reconstruct the entire document from a tree.
- - The row and column number of each position in the source document are easily accessible.
- - Provides a simple but comprehensive interface for the analysis and manipulation of HTML form controls, including the extraction and population of initial values, and conversion to read-only or data display modes. Analysis of the form controls also allows data received from the form to be stored and presented in an appropriate manner.
- - Custom tag types can be easily defined and registered for recognition by the parser.
- - Built-in functionality to extract all text from HTML markup, suitable for feeding into a text search engine such as Apache Lucene.
- - Built-in functionality to render HTML markup with simple text formatting.
- - Built-in functionality to format HTML source code that indents elements according to their depth in the document element hierarchy.
- - Built-in functionality to compact HTML source code by removing all unnecessary white space.
SafariSource 1.7.4
SafariSource offers you a useful SIMBL plugin that adds HTML syntax coloring to Safaris source view. more>>
SafariSource 1.7.4 offers you a useful SIMBL plugin that adds HTML syntax coloring to Safari's source view. It's easy to install and makes View Source much more pleasant to use.
Requirements:
- Mac OS X 10.3 or higher Safari
View Browser Source Scripts 1.3
View Browser Source Scripts provides you with a powerful and useful lack of support in OS X browsers for viewing web page source code in an external editor. more>> <<less