Skip to content

Commit

Permalink
Sample files.
Browse files Browse the repository at this point in the history
  • Loading branch information
cburroughs committed Oct 31, 2009
1 parent f28574e commit c56c68f
Show file tree
Hide file tree
Showing 47 changed files with 50,078 additions and 0 deletions.
67 changes: 67 additions & 0 deletions README.mdown
@@ -0,0 +1,67 @@


----------







### Includes Sample code
The following bodies of code are included unmodified to form a testing
corpus. Suggestions for other idiomatic samples welcome.

#### CSS
##### yui3
- Homepage: http://github.com/yui/yui3
- License: BSD


##### 960
- Homepage: http://960.gs/
- License: GPL/MIT


##### Blueprint CSS
- Homepage: http://www.blueprintcss.org/
- License: GPL/MIT


#### JavsScript

##### Dojo Toolkit
- Homepage: http://www.dojotoolkit.org/
- License: BSD License and the Academic Free License.

##### flot
- Homepage: http://code.google.com/p/flot/
- License: MIT

##### jQuery
- Homepage: http://jquery.com/
- License: MIT and GPL licenses.

##### jQuery UI
- Homepage: http://jqueryui.com/
- License: MIT and GPL licenses.

#### MooTools
- Homepage: http://mootools.net
- License: MIT-style license.

##### Processing.js
- Homepage: http://processingjs.org/
- License: MIT

##### Prototype
- Homepage: http://www.prototypejs.org/
- License: MIT

##### SWFObject
- Homepage: http://code.google.com/p/swfobject/
- License: MIT

##### yui3
- Homepage: http://github.com/yui/yui3
- License: BSD
2 changes: 2 additions & 0 deletions minification-compare.py
Expand Up @@ -40,6 +40,8 @@
{'cmd': 'java -jar minify-programs/yuicompressor-2.4.2.jar --type js -o OUTFILE INFILE'},
'yui-compressor-2.4.3-csb.0' :
{'cmd': 'java -jar minify-programs/yuicompressor-2.4.3-csb.0.jar --type js -o OUTFILE INFILE'},
'cs_comp' :
{'cmd': './minify-programs/cs_comp INFILE OUTFILE'}
}


Expand Down

0 comments on commit c56c68f

Please sign in to comment.