| Projects on Google Code | Results 1 - 10 of 5140 |
Sample implementation of the six basic operations defined in Set Theory. Contains both browser agnostic versions (using Array.prototype) and JQuery (extending $ with a sets object and the individual functions), and QUnit tests to verify correctness.
Taken from Wikipedia:
http://en.wikipedia.org/...
=PNGHack=
This project is dedicated to distribute open-source javascript libraries, making it easier to integrate PNG files into documents that should work with versions of Internet Explorer 5.5 and 6.
*PNGHack 1.0.1 isn't dedicated to CSS background properties !*
==/!\ PNGHack is not longer ...
== JSpeed ==
=== UPDATE ===
I'm currently pursuing a few Android projects, so this one is on hold. Feel free to email me with questions. Thanks for looking!
You can read how to implement it by heading over to the wiki;
[http://code.google.com/p/jspeed/wiki/Implementation JSpeed Imple...
javascript,
ajax,
web,
optimize,
speed,
performance,
browser,
jquery,
api,
php,
js,
minify,
compress,
gains,
regexp
*jQuizMe* is a webpage quiz application made with jQuery. Uses javascript and css. You can make the following types of quizzes.
* Fill In The Blank
* Flash Cards
* Multiple Choice (list or options tags)
* True or False
<a href="http://www.bateru.com/jquery/jquizme2.1/readme.tx...
什么是YYParser?
-------------------------------------
YYParser是在Perl的Yapp基础上实现的基于JavaScript的LR(1)文法解析脚本生成器,这样说有一点点绕,但是实际上可以把它简单理解为yacc的Perl/JavaScript混合版,它生成的解释器代码是存JS的,但生成工具是一段Perl脚本。
YYParser的基本原理?
-------------------------------------
要理解YYParser的工作原理必须要有一点点DFA、LALR(1)、正则表达式方面的知识,如果完全不了解这些,建议...
Javascript logger with a different flavor.
{{{
<script type="text/javascript">
// use Logger itself
var loggerLabels = ['dev', 'qa', 'prod'];
var Loggers = {};
for (var i in loggerLabels) {
var label = loggerLabels[i];
Loggers[lab...
JsWorker is a small JavaScript library that wraps current implementations of worker thread in browsers. It contains three sub workers:
* [http://code.google.com/apis/gears/api_workerpool.html Google Gears WorkerPool]
* [http://www.whatwg.org/specs/web-workers/current-work/ Web Workers]
* Sim...
为了华人, 为了PALM, 为了WEBOS
起源:http://www.treo8.com/bbs/thread-141757-1-1.html
公测:http://www.treo8.com/bbs/thread-142783-1-1.html
感谢Ted Wong
*jqMock* is a lightweight javascript Mock Framework for the [http://code.google.com/p/jqunit/ jqUnit testing framework]. jqMock allows functions in dependent functions such as native alert dialogs to be mocked, so that your own code can be tested in isolation.
jqMock has comprehensive expectation...
=项目介绍=
使用了Mozilla的Rhino Javscript解析器(http://www.mozilla.org/rhino/), 实现的一个独立运行javascript的shell. Rhino是使用Java开发的JS解析器. 在此shell下很容易的调用Java的代码。
在js-shell中加入一些独立运行必须的方法,如import, print等。在语法特性上兼容标准的Javascript.
项目以开发通用的js库为主,目标是实现js的通用化。使js可以更多的用在普通的应用开发,例如桌面应用,网络应用等。让javascript和java两个没有血缘关系的亲兄弟走的更...