Overview

This is my own personal page on the github.com.

Projects

Router

A barebones router for PHP. It matches urls and executes PHP functions. automatic get variable based on handler function parameter list. There is one Blog demo, work with ActiveRecord and MicroTpl.

lua-resty-cache

http cache, can server stale response, and using “lua-resty-lock” only allow one request to populate a new cache. work with srcache-nginx-module.

StaleRedisCache

python redis cache library, can using stale data, and create new cache async. using tornado.ioloop to create async task.

luajit-mongo

wraper mongo driver by using ffi. using one bson library lua-cbson, based on libbson

ease

A easeing function component. Include 30 ease functions. can see the description on site: easings.net or see it in the test file.

mapped.io

A mapreduce framework based on socket.io write in node’s. Using a nodejs server to control the maper and reducer. Using the browser to run tasks Every node communication with the controller by using socket.io, (Html5 browser just using Web Socket). Update the mapred.io-client.js file, can using in browser and server, so we can add node as a standalone application in server not just using browser.

microtpl

Small template attribute language implemention for PHP (using xml_parse)

ActiveRecord

Simple activerecord in PHP.
Easy to using(can using chain calls).
Support three relations (HAS_ONE, HAS_MANY, BELONGS_TO).
Only one file(398 lines with comments).

editjson

A jQuery plugin to edit json data. using “ul” “li” to view the json data as a tree. there’s 3 buttons to “add after”, “insert” and “delete” the node. register “dbclick” event to edit the key and value (if the content is so long, using textarea instead of input to edit it).

jtable

forked this project from other git user, using restful request. add one plugin to filter records. just extended from the creation form and editing form.

YII extension

using YII framework to wrap the jtable, can using this extension to edit the Active Record on admin panel. can edit the relation AR (HAS_MANY) by open a children table.

Posts list

Help

Read Jekyll Quick Start

Complete usage and documentation available at: Jekyll Bootstrap

This theme is still unfinished. If you’d like to be added as a contributor, please fork! We need to clean up the themes, make theme usage guides with theme-specific markup examples.