应用
wangeen
商业化产品可能是有用的但最好的东西往往是免费的空气水Vim
展开
-
Arduino和物联网
原文出处:http://www.360doc.com/content/12/0903/09/532901_233880399.shtml都说物联网的春天要来了,也伴随着越来越成熟的手机互联网,每个人都可以畅想出一个无限可能的未来。各个行业,各个领域都要发生巨变,幻想的时候每个人都带着一副笑脸,然而当我们要面临去从当中选择一个方向的时候,却转载 2013-02-21 11:26:48 · 2669 阅读 · 1 评论 -
大数据在sport中的应用
Opta Sports is a sports data company with headquarters in London and other offices in Leeds, Munich, Bassano del Grappa, Milan, Paris and Madrid.Formed in 1996[1] from a merger between Opta转载 2014-01-16 16:21:41 · 1285 阅读 · 0 评论 -
libtar 使用范例
首先要下载安装一下libtar,网上很容易找到,安装之后读读libtar.h这个文件。熟悉一下具体的function,function的说明http://linux.die.net/man/3/tar_extract_all下面是一个测试例子,看看就知道怎么用了。 1 #include 2 #include 3 #include原创 2013-08-22 17:28:34 · 4953 阅读 · 1 评论 -
magic file
magic可以获取文件的类型,相比根据后缀判断文件类型,这样更安全,具体的库参照资源原创 2013-08-23 13:57:10 · 2157 阅读 · 0 评论 -
网站架构
百科名片 网站架构网站架构,一般认为是根据客户需求分析的结果,准确定位网站目标群体,设定网站整体架构,规划、设计网站栏目及其内容,制定网站开发流程及顺序,以最大限度地进行高效资源分配与管理的设计。其内容有程序架构,呈现架构,和信息架构三种表现。而步骤主要分为硬架构和软架构两步程序。网络架构是现代网络学习和发展的一个必须的基础技术。目录转载 2013-06-05 14:49:15 · 1538 阅读 · 0 评论 -
用 Graphviz 可视化函数调用
http://www.ibm.com/developerworks/cn/linux/l-graphvis/ 数据搜集:捕获函数调用路径要收集一个函数调用的踪迹,您需要确定每个函数在应用程序中调用的时间。在过去,都是通过在函数的入口处和退出处插入一个惟一的符号来手工检测每个函数的。这个过程非常繁琐,而且很容易出错,通常需要对源代码进行大量的修改。幸运的是,GNU 编转载 2013-06-05 12:32:37 · 1219 阅读 · 1 评论 -
Cocos2D Key Features
Still unsure if Cocos2D is right for you? Well, check out some of these amazing fea-tures of Cocos2D that can make developing your next game a lot easier.ActionsActions are one of the most power转载 2013-05-06 13:58:13 · 807 阅读 · 0 评论 -
HealthVault Developer Center
HealthVault: a platform for connected health information and innovationHealthVault provides a unique, feature-rich development platform for consumer and patient engagement. HealthVault offers:A转载 2013-05-06 09:44:05 · 1427 阅读 · 0 评论 -
Shark machine learning library
http://image.diku.dk/shark/sphinx_pages/build/html/index.htmlSummary¶NoteThis is Shark 3.0 beta. See the news for more information.SHARK is a fast, modular, feature-rich open-sou转载 2013-05-06 09:43:08 · 1727 阅读 · 0 评论 -
开发工具小结
总结一下这些年来使用过的工具1. visual studio 2. eclipse3. codeblock4. qtcreator5. matlab6. vim visual studio是使用的第一个开发环境,上手很好,且debug很方便是windows开发不二选择。eclipse是个全能选手java c++无所不能加一些插件比如val原创 2013-04-25 17:21:24 · 962 阅读 · 0 评论 -
不了了之
最近花了很多时间在一些争议很强的主题上,结果大多是不了了之。1) VIM 文本编辑器2)Unit test3)knuth的经典算法4)test driving program不知道是切入点不对还是环境不成熟还是这些话题的作用本来就值得商榷,对他们的了解只是停止在概念阶段,对应用没有什么体会。注:vim 已基本熟悉。原创 2013-02-27 13:50:11 · 460 阅读 · 0 评论 -
chromium 代码和工程管理学习
Chromium是Google为发展自家的浏览器Google Chrome而打开的计划,所以Chromium相当于Google Chrome的工程版或称实验版(尽管Google Chrome自身也有β版阶段),新功能会率先在Chromium上实现,待验证后才会应用在Google Chrome上,故Google Chrome的功能会相对落后但较稳定。http://www.chromi原创 2013-03-02 23:17:10 · 617 阅读 · 0 评论 -
openXC 为汽车制作APP
http://openxcplatform.com/overview/index.html福特针对汽车的传感器开发的一款可以在android上使用的API,他可以知道当前汽车的硬件情况,主要有如下几点:steering_wheel_angle engine_speedtransmission_gear_positionignition_statusbrake_pedal_statu原创 2013-02-28 19:56:27 · 1339 阅读 · 0 评论 -
各种特殊符号的英文叫法
+ plus 加号;正号- minus 减号;负号± plus or minus 正负号× is multiplied by 乘号÷ is divided by 除号= is equal to 等于号≠ is not equal to 不等于号≡ is equivalent to 全等于号≌ is equal to or approximately equa转载 2013-02-28 21:19:54 · 8346 阅读 · 0 评论 -
software auto-update mechanism
http://www.chromium.org/developers/design-documents/software-updates-courgette上面是google chromium使用的自动更新机制,可以借鉴,她利用比较汇编代码的不同减少更新的数据量,另外还有一个https://code.google.com/p/omaha/ 据说这个配置比较复杂。We u原创 2013-03-07 08:09:09 · 1401 阅读 · 0 评论 -
baidu map API 小结
今天用了一下baidu map的API, 主要有下面一些体会:1. 只支持旧版的离线地图文件,新版本的文件比旧的小很多倍,自然效率也会快很多,但是API只能用旧的,这也是情理之中的,好的当然留自己了,那些慢的就让别人去用吧。2. 只有client端的接口,没有server接口,可就是大家必须要用baidu自己的server, 这也是处于对自己的商业利益的考量,有了server就有了一切,不原创 2013-02-21 17:35:12 · 773 阅读 · 0 评论 -
20 Ways an iPad can Improve your Restaurant, Cafe, Hotel or Bar
by KEN BURGIN on MARCH 14, 2011The iPad is light, has a long battery life, and can be used anywhere. The point-and-touch interface makes it easy for people who don’t like computers.Here’转载 2014-02-16 08:43:02 · 1176 阅读 · 0 评论