DocumentsDate added
Modulus10 was written in order to show the power and flexibility of the ASObject script library. It uses an internal version of ASObject to perform the Luhn Algorithum check on a given set of numbers or to generate a number which will pass the Luhn Algorithum check. This check has been used in the past to verify credit card numbers although more secure methods have since come into play.
Enjoy!
PDF Documentation for version 0.5 of ASObject AppleScript Library.
ASObject is an AppleScript file which, when loaded as a script alias or script object into another applescript, provides a number of extra methods which otherwise AppleScript is incapable of performing.
This is the fourth official alpha version of ASObject. It is licensed under the Lesser GPL to ensure that AppleScript developers have the freedom to use ASObject in all of their projects, even if the end result is not open source.
Version 0.7.1 of ASObject contains the following updates:
* Improved speed of Check_For_Update method
ASObject is an AppleScript file which, when loaded as a script alias or script object into another applescript, provides a number of extra methods which otherwise AppleScript is incapable of performing.
This is the third official "public" alpha version of ASObject. It comes complete with Documentation and is licensed under the Lesser GPL to ensure that AppleScript developers have the freedom to use ASObject in all of their projects, even if the end result is not open source.
Version 0.6.5 of ASObject contains the following updates:
* Bug fixes in Make_IsGd method
* Bug fixes in Make_TinyURL method
* Using System Events for Is_Running method
* Kill_Process now returns string value
* Removed if statement if update for ASObject is not available!
* Bug fixes in New_Plist method under 10.4
ASObject is an AppleScript file which, when loaded as a script alias or script object into another applescript, provides a number of extra methods which otherwise AppleScript is incapable of performing.
This is the second official "public" alpha version of ASObject. It comes complete with Documentation and is licensed under the Lesser GPL to ensure that AppleScript developers have the freedom to use ASObject in all of their projects, even if the end result is not open source.
Version 0.5.4 of ASObject contains the following updates:
* Using System Events for Is_Running method
* Kill_Process now returns string value
* Removed if statement if update for ASObject is not available!
* Bug fixes in New_Plist method under 10.4