| Projects on Google Code | Results 1 - 10 of 64 |
Public Functions
lazycloud是一个对sina app engine进行二次封装的函数库.
目标是提供最简单易用的接口.
= Introduction =
== 使用步骤 ==
首先登录sae.sina.com.cn,初始化Mysql,Memcache;在"数据存储"服务建立一个domain.
然后打开lazy.lite.php
将最上边的数据换成你的
{{{
<?php
$GLOBALS['config']['appname'] = ''; // appname -> (???).sinaapp.com
$GLOBALS['config']['akey'...
Java language doesn't provide opportunity for flexible manipulations with collections.
Common way for creation of list is:
{{{
List<String> list = Arrays.asList("String1", "String2");
}}}
This useful practice helps to avoid multiple "new ArrayList<...>()" constructions. JDK has only few meth...
The General Hash Function Algorithm library contains implementations for a series of commonly used additive and rotative string hashing algorithm in the Object Pascal, C and C++, Java, Python and Ruby programming languages
For more information please visit:
http://www.partow.net/programming/hash...
hash,
function,
algorithm,
cPlusPlus,
java,
ruby,
python,
pascal,
bloom,
filter,
framework,
message,
digest,
routine,
table
=Debounce and throttle function's decorator plugin=
Simple debounce and throttle implementations
==Using==
{{{
debouncedFn = $.debounce(fn, timeout, [invokeAsap], [context]);
throttledFn = $.throttle(fn, timeout, [context]);
}}}
==Example of debouncing==
{{{
$('input[name=suggest]').k...
That's a function test tool for http api.
You can get the english version introduction [Intro_en here] and code from [SourceCode Source Code]
= 简介 =
Testbot 是一个功能测试的自动化测试工具。用户通过编写 [TestCaseScript_zh 测试用例脚本] 来进行测试。
Testbot 提供了一系列的内置和用户方法,可以实现验证、HTTP request、等等功能,以便用户进行测试。
= 内置方法 =
Testb...
gles2-bc is an open source C++ library which makes the non-backward compatible OpenGL ES 2.0 API backward compatible to ease the development with various OpenGL ES APIs. The project started as a Master's Thesis project, and has then continued as an open source project. The Master's Thesis is availab...
#summary Welcome to JExel, an open source Java Expression Language Parser
JExel is a Java based expression language. It is a non-compiled scripting language parser that can be useful in many different applications. It can handle most basic mathematical and string expressions with the built in ope...
Have you ever came with such a situation that after spending 2~3 mothes reading Linux kernel source code, you just cannot even remember how a function calls another and you are totally lost in the ocean of complex Linux kernel.
This tools is useful for easy reading Linux kernel source code in HTM...
Because of my extensive work in Wordpress I have created many shortcuts, handy tools, and better implementation methods that allow for greater control, faster work flow, and the use of Wordpress as a CMS.