木木的主页
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
- 30 Sep 2015 » A Barebones Router For Php
- 25 Sep 2015 » Simple Blog By Using Activerecord
- 15 Jul 2014 » Bezier Curve Based Easing Functions
- 14 May 2014 » Add Rds_json_ssi Command
- 11 May 2014 » Using Imagemagic To Create Thumbnail
- 10 May 2014 » Using Rds Csv Module To Server Image From Mysql
- 30 Apr 2014 » Phonegap Exit On Double Click Backbutton
- 29 Apr 2014 » Using Srcache Module To Cache Page
- 29 Apr 2014 » Phonegap Jquery Mobile And Roitjs
- 24 Apr 2014 » Using Ssh Port Forwarding To Access Mysql
- 24 Apr 2014 » Using Ngx_drizzle To Make Restful Service
- 24 Apr 2014 » Add Memcached And Redis To Openshift
- 18 Apr 2014 » Using System Env In Nginx Config
- 08 Apr 2014 » Build Openresty On Openshift
- 07 Dec 2013 » Micro Template Attribute Language
- 28 Nov 2013 » Activerecord Implement In Php
- 23 Nov 2013 » Pull Request To Dispatch
- 09 Nov 2013 » Edit Json Data
- 02 Jun 2013 » Mapred Io
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.