local socket = require "levent.socket" local levent = require "levent.levent" local seri =…
hash = function(input) input = tostring(input); local h = 0 local len = string.len(input) …
--Defining a string to use as function later funcStr = "print('test')" --Running it direct…
function class(super) local mt = {__call = function(_c, ...) local function create(_c, _o,…
function values( t ) -- body local i = 0 return function ( ... ) i = i+1 return t[i] end e…
--[[ Date: 2014-8-1 Licence: MIT Author: <leoma@credosemi.com> <xfguo@credosemi.c…
tolua.cast(object,”CCSprite”) ;
--[[ author:looyer@sina.com date:2014/7/18 purpose:lua的继承演示 --]] --- base class "Object" l…
function overloaded() local fns = {} local mt = {} local function oerror() return error("I…
------------------------------------------------------------------- -- This library define…
local DAG = { vset = {} } function DAG.addVertex(G, v) assert(v ~= nil, "cannot add nil as…
IOS版使用移动广告平台集成Google Mobile Ads SDK教程
微信移动支付V3开发详细教程服务端采用.net mvc webapi(C#)