Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/as3/as3-utils
reusable package-level functions that solve common problems
https://github.com/as3/as3-utils
Last synced: about 2 months ago
JSON representation
reusable package-level functions that solve common problems
- Host: GitHub
- URL: https://github.com/as3/as3-utils
- Owner: as3
- Created: 2010-04-08T02:35:51.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2013-06-04T01:12:41.000Z (over 11 years ago)
- Last Synced: 2024-08-03T05:04:36.219Z (5 months ago)
- Language: ActionScript
- Homepage:
- Size: 5.28 MB
- Stars: 272
- Watchers: 31
- Forks: 57
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-actionscript-sorted - as3-utils - reusable package-level functions that solve common problems (Utilities / Other Utilities)
README
# as3-utils
ActionScript 3 Utilities and Object Extensions provided as reusable package-level functions that solve common problems.
# What have you got for me?
HEAPS, too much to list here right now.
Oh ok here's a taste, there are umpteen utils for
- array
- color
- conversions
- date
- event
- garbage collection
- html
- number
- string
- validation
- and [more](http://github.com/as3/as3-utils/tree/master/src/utils/).# Gimme some utils
Got Git? Lets go!
$ git clone git://github.com/as3/as3-utils.git
$ ant# Got something to share?
Check out the [contribution guidelines](https://github.com/as3/as3-utils/blob/master/Contribution%20Guidelines.md).
Fork the [as3-utils project](http://github.com/as3/as3-utils) on GitHub, see the [forking guide](http://help.github.com/forking/) and then send a pull request.
# Contributors
- John Lindquist [@johnlindquist](http://twitter.com/johnlindquist)
- Drew Bourne [@drewbourne](http://twitter.com/drewbourne)
- Joel Hooks [@jhooks](http://twitter.com/jhooks)
- Mims H. Wright [@mimshwright](http://twitter.com/mimshwright)
- Ian McLean [@ianmclean](http://twitter.com/ianmclean)
- [You?](https://github.com/as3/as3-utils/blob/master/Contribution%20Guidelines.md)# Giving credit where credit is due
Many of these utils are copy/pasted from open-source projects from around the web. We will attribute functions to their creators (it's on our list of things to do) and we hope function authors understand that we're not trying to take credit for their work. We don't want credit, we just want a collection of great open-source utils supported by the community.
If you include your own code in the library, please be sure to add a credit for yourself in the comments or use an @author tag in the asDocs.# License
Since many of the functions in the library are pulled or adapted from other sources, there is no single license that covers everything. However, the intent is for this code to be freely available and editable, a la the MIT license, except where otherwise noted. We've done our best to include appropriate attribution and license where required but if you see something that should not be in here, please let us know and we will remove it.