https://github.com/racklin/greutils
https://github.com/racklin/greutils
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/racklin/greutils
- Owner: racklin
- Created: 2010-03-25T03:35:52.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2013-06-10T07:29:06.000Z (about 13 years ago)
- Last Synced: 2024-04-09T15:28:32.148Z (about 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 2.42 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
= GREUtils
== Description
A set of convenience packages and functions useful for developing applications for the Gecko Runtime Environment (XULRunner / FireFox).
== Requirement
XULRunner 1.9 or above
== Contains
* Object extend function
* include / include_once specified URL script.
* XPCOM utilities
* Charset Convert
* Preferences Services
* File IO
* Dialog utilities
* Controller and CommandDispatcher Helper
* Cryphto Hash Utilities – md5 / sha1 /sha256
* JSON encode / decode use XPCOM implemented
* Threading – Native Multi-Threading support
== Author & License
Author: Rack Lin (mailto: racklin@gmail.com)
Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0