2014年7月19日

免费的Git私有代码托管服务

摘要: 涉及到与别人协作,需要考虑找个私有的Git托管服务。Github很有名,也很好用,只是免费版仅能用于开源项目。经过一番比较,最后选定了两个。BitbucketAtlassian公司的托管服务。------------------------------Bitbucket支持Git、Mercurial... 阅读全文

posted @ 2014-07-19 22:37 &大飞 阅读(232) 评论(0) 推荐(0)

Github免费账户使用”私有库“

摘要: 根据Github的免费策略,用户提交的内容是必须要要公开的,天下没有免费的午餐嘛,如果想免费用就要贡献一点东西出来,这个还是很合理很有利于促进开源社区发展的。 但是,总有一些时候,我们想利用Github来存储一点私人的东西,可是作为免费用户又不能建立private库,这时可以利用一下这个项... 阅读全文

posted @ 2014-07-19 21:42 &大飞 阅读(7161) 评论(0) 推荐(0)

Quick-Cocos2d-x 集成 Google protobuf 方法

摘要: 第一步 需要最新的protobuf 类库和解析程序。下载地址:https://github.com/sean-lin/protoc-gen-luagit clonehttps://github.com/sean-lin/protoc-gen-lua.git到任意的一个地方然后,可以得到重要的两个目... 阅读全文

posted @ 2014-07-19 16:25 &大飞 阅读(459) 评论(0) 推荐(0)

BitOp

摘要: This list of API functions is not intended to replace a tutorial. If you are not familiar with the terms used, you may want to study theWikipedia arti... 阅读全文

posted @ 2014-07-19 16:19 &大飞 阅读(490) 评论(0) 推荐(0)

lsqlite

摘要: a simple libsqlite3 binding for lua5.0-5.2 that provides 3 functions only and is still fully functional: local db = lsqlite.open(database) results, er... 阅读全文

posted @ 2014-07-19 16:17 &大飞 阅读(220) 评论(0) 推荐(0)

用LUA实现BYTEARRAY和BYTEARRAYVARINT

摘要: 2014-01-10更新:ByteArray 和 ByteArrayVarint 已经进入 quick-cocos2d-x 的 framework.许多 Actionscript 程序员已经从 Flash 转到 Cocos2d-x 了。那么以前的那些超级好用的类库都不见了,只好重新来过。我利用 Lu... 阅读全文

posted @ 2014-07-19 15:54 &大飞 阅读(774) 评论(0) 推荐(0)

导航