01 2013 档案

摘要:转自:http://blog.chinaunix.net/uid-20672257-id-1901010.html 李一男2003 年在港湾给开发人员培训时的语录 作者:【三石】 [1]好好规划自己的路,不要跟着感觉走!根据个人的理想决策安排,绝大部分人并不指望成为什么院士或教授,而是希望活得滋润一些,爽一些。那么,就需要慎重安排自己的轨迹。从哪个行业入手,逐渐对该行业深入了解,不要频... 阅读全文
posted @ 2013-01-27 16:34 opencoder 阅读(177) 评论(0) 推荐(0) 编辑
摘要:I search the Android NDK document and Internet a bit, and could not find anything useful to help me play sound with C++ under the Android NDK. Most of topics are about how to play sound with Java, so ... 阅读全文
posted @ 2013-01-26 23:55 opencoder 阅读(696) 评论(0) 推荐(0) 编辑
摘要:Here are some works great render optimization ideas: 1) Cull the back surface; 2) Use view frustum culling; 3) Less draw call number; 4) Batch those meshes that with the same materials; 5) Use si... 阅读全文
posted @ 2013-01-26 16:58 opencoder 阅读(216) 评论(0) 推荐(0) 编辑
摘要:In the last several weeks, I dedicated myself to one “EasyGame”series C++ coding during my spare time. The first version source origin from <<学OpenGL编3D游戏>>. The source structure and coding style are ... 阅读全文
posted @ 2013-01-26 16:33 opencoder 阅读(152) 评论(0) 推荐(0) 编辑
摘要:Code::Block is a C/C++ IDE that could run on different OS, Windows, Linux and Mac OS. Comparing to the VS under the windows, it is less powerful. But it will help you a lots, and improve the your work... 阅读全文
posted @ 2013-01-26 16:07 opencoder 阅读(241) 评论(0) 推荐(0) 编辑
摘要:Use the official source list as the local source list, please make sure you are using the correct source list as you OS should have. Open the source list sudo gedit /etc/apt/sources.list Fill the ... 阅读全文
posted @ 2013-01-26 15:07 opencoder 阅读(297) 评论(0) 推荐(0) 编辑
摘要:On Ubuntu OS, there is a tool named "Blogilo" that could help you write blog just as the Windows Live Writer does. Install Blogilo sudo apt-get install blogilo Configure Blogilo After you hav... 阅读全文
posted @ 2013-01-26 14:52 opencoder 阅读(122) 评论(0) 推荐(0) 编辑
摘要:Delete .suo or .ncb file, then re-open the solution. And you need to wait for serveral minutes before it finish intelligent parsing at the biginning of the open the solution. The above solution ... 阅读全文
posted @ 2013-01-23 12:30 opencoder 阅读(137) 评论(0) 推荐(0) 编辑
摘要:Here is a C# Web Crawler that could help you download web pages and attachments from one web-site. Such kind of crawler used vastly among some online stores during their beginning stage. They called t... 阅读全文
posted @ 2013-01-21 22:14 opencoder 阅读(538) 评论(0) 推荐(0) 编辑
摘要:This sample program shows the foundation of sockets communication, chat system. One central server used to distribute the message for all clients, even with the clients 'own messages. The basics of s... 阅读全文
posted @ 2013-01-17 23:34 opencoder 阅读(151) 评论(0) 推荐(0) 编辑
摘要:转自:http://blog.jobbole.com/31374/ 英文原文:John Sonmez,编译:高翌翔(@高翌翔) 现如今,可供选择的技术、语言及平台可谓五花八门,因此作为软件开发者,要弄明白哪里是花时间培养个人技能的最佳投资点也就难上加难。 常常有人向我征求关于如何成为更强的程序员的建议。 人们问得最频繁的问题可谓万变不离其宗,即他们是否应该把时间花在某种与众不同的特定编... 阅读全文
posted @ 2013-01-17 13:09 opencoder 阅读(206) 评论(0) 推荐(0) 编辑
摘要:转自:http://blog.jobbole.com/31670/ 英文原文:The end of balance: Work life calibration,编译:36kr 各种名目的书籍、杂志和网络研讨会都会传达这样一个信息:幸福的关键是要取得工作和生活的平衡。也有不计其数的效率专家会告诉你:千万别在周末工作;五点以后工作不明智;早上六点你就该起了。 不过,尽管这些人七嘴八舌地说... 阅读全文
posted @ 2013-01-17 13:06 opencoder 阅读(130) 评论(0) 推荐(0) 编辑
摘要:转自:http://blog.jobbole.com/31723/ 英文原文:10 steps to becoming a better programmer,编译:外刊IT评论 这篇文章要介绍的,是我作为专业程序员这些年来学到的能真正提高我的代码质量和整体工作效率的10件事情。 1. 永远不要复制代码 不惜任何代价避免重复的代码。如果一个常用的代码片段出现在了程序中的几个不同地方,重... 阅读全文
posted @ 2013-01-17 13:04 opencoder 阅读(159) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示