DEV


energysource_yl_vw_fabia_paintingsite.jpg

http://www.fabialife.com/Source/Paintingsite/

现在, 你不仅可以享受牛奶和水果的呵护, 更能一展才华, 赢得定制版FABIA晶锐汽车! 快来吧! 参加伊利果之优酸乳、大众Fabia晶锐网络创意彩绘大赛, 相信美丽的你更是才华横溢, 一定能发挥出超凡的创意才能和绘画天赋, 把自己的创意图案的定制版Fabia晶锐汽车带回家! 而且, 相信你一定”绘”有惊喜!

活动时间: 2009å¹´7月25æ—¥–2009å¹´9月15日期间

活动流程: 网站会提供一辆虚拟”Fabia晶锐”汽车和一盒果之优酸乳的包装, 您可按照自己的创意, 可通过元素组合/自由绘画/写实彩绘扫描上传等多种形式参赛, 先通过网络投票选出入围作品, 然后通过评审团进行评审最终得出大赛优胜者, 只要参加就有机会获得精美礼品。

Benifit:

最富创意奖1名: 定制版FABIA晶锐汽车使用权一年与果之优酸乳产品一箱

最具人气奖9名: FABIA汽车车模型与果之优酸乳产品一箱

自信达人奖20名: 果之优酸乳一箱

Title: 果之达人 乐绘晶锐

Client: 上海大众, 伊利实业

Brand: 斯柯达, 果之优酸乳

Agency: Energy Source 安瑞索思

ActionScript/Backend System: ES Tech Team

Creative Team: ES Y-NOT

摘自云风的blog:

《The Elements of Programming Style 》是一本很古老的书。尽管 Fortran 我们不太使用,尽管新奇的语言层出不穷,但这些,30 年的岁月依旧无法掩盖其中的真知灼见。

英文版的 google 一下到处有,云风试着摘译几条。

  • 把代码写清楚,别耍小聪明。
  • 想干什么,讲的简单点、直接点。
  • 只要有可能,使用库函数。
  • 避免使用太多的临时变量。
  • ”效率“不是牺牲清晰性的理由。
  • 让机器去干那些脏活。
  • 重复的表达式应该换成函数调用。
  • 加上括号、避免歧义。
  • 不要使用含糊不清的变量名。
  • 把不必要的分支去掉。
  • 使用语言的好特性,不要使用那些糟糕的特性。
  • 该用逻辑表达式的时候,不要使用过多的条件分支。
  • 如果逻辑表达式不好理解,就试着做下变形。
  • 选择让程序更简洁的数据表达形式。
  • 先用伪代码写,再翻译成你使用的语言。
  • 模块化。使用过程和函数。

同样作为技术人员,很有同感,以上只是部分,更多可以Google一下。
【附】找到了比较完整的版本:

The Elements of Programming Style

The following rules of programming style are excerpted from the book “The Elements of Programming Style” by Kernighan and Plauger, published by McGraw Hill. Here is quote from the book: “To paraphrase an observation in The Elements of Style by Strunk and White, the rules of programming style, like those of English, are sometimes broken, even by the best writers. When a rule is broken, however, you will usually .nd in the program some compensating merit, attained at the cost of the violation. Unless you are certain of doing as well, you will probably do best to follow the rules.”

1. Write clearly– don’t be too clever.
2. Say what you mean, simply and directly.
3. Use library functions whenever feasible.
4. Avoid too many temporary variables.
5. Write clearly – don’t sacri.ce clarity for “e.ciency.”
6. Let the machine do the dirty work.
7. Replace repetitive expressions by calls to common functions.
8. Parenthesize to avoid ambiguity.
9. Choose variable names that won’t be confused.
10. Avoid unnecessary branches.
11. If a logical expression is hard to understand, try transforming it.
12. Choose a data representation that makes the program simple.
13. Write .rst in easy-to-understand pseudo language; then translate into whatever language you have to use.
14. Modularize. Use procedures and functions.
15. Avoid gotos completely if you can keep the program readable.
16. Don’t patch bad code – rewrite it.
17. Write and test a big program in small pieces.
18. Use recursive procedures for recursively-de.ned data structures.
19. Test input for plausibility and validity.
20. Make sure input doesn’t violate the limits of the program.
21. Terminate input by end-of-.le marker, not by count.
22. Identify bad input; recover if possible.
23. Make input easy to prepare and output self-explanatory.
24. Use uniform input formats.
25. Make input easy to proofread.
26. Use self-identifying input. Allow defaults. Echo both on output.
27. Make sure all variable are initialized before use.
28. Don’t stop at one bug.
29. Use debugging compilers.
30. watch out for o.-by-one errors.
31. Take care to branch the right way on equality.
32. Be careful if a loop exits to the same place from the middle and the bottom.
33. Make sure your code does “nothing” gracefully.
34. Test programs at their boundary values.
35. Check some answers by hand.
36. 10.0 times 0.1 is hardly ever 1.0.
37. 7/8 is zero while 7.0/8.0 is not zero.
38. Don’t compare .oating point numbers solely for equality.
39. Make it right before you make it faster.
40. Make it fail-safe before you make it faster.
41. Make it clear before you make it faster.
42. Don’t sacri.ce clarity for small gains in “e.ciency.”
43. Let your compiler do the simple optimizations.
44. Don’t strain to re-use code; reorganize instead.
45. Make sure special cases are truly special.
46. Keep it simple to make it faster.
47. Don’t diddle code to make it faster — .nd a better algorithm.
48. Instrument your programs. Measure before making “e.ciency” changes.
49. Make sure comments and code agree.
50. Don’t just echo the code with comments — make every comment count.
51. Don’t comment bad code — rewrite it.
52. Use variable names that mean something.
53. Use statement labels that mean something.
54. Format a program to help the reader understand it.
55. Document your data layouts.
56. Don’t over-comment.

flickr沉迷份子的看图利器——Flickr Zoomer for RSS Reader再次强档更新!

由于每次用Flickr Zoomer看放大图都要额外增加很多流量,会降低看图效率,所以我一般会不断按“End”,让浏览器先加载完几百张图,再一次逐张看完(按”j”)。但在几分钟里一直按着“End”,也还是蛮累的,如果可以自动翻页……

最新的0.6版本加上了自动翻页的功能,并有1~5档(快捷键:Shift+1~5)不同的速度调节,适应不同的网速需要,通过Shift+Z激活/暂停自动翻页。

这个功能同时支持google reader和鲜果。欢迎提意见和建议。

一些容易混淆和忘记的UI属性一目了然。

点击看大图

《沟通是管理的本源》

沟通不畅的原因:
(一)文化素质、专业能力缺失。对自己的工作没有长远规划,对工作问题治表不治本,所以时间一长突出的问题就出来了,员工消极情绪滋生。
(二)领导不能正确对待发生的问题。这是企业过程中起阻碍作用的关键因素。领导只有找出问题所在,真正地去剖析问题,分析问题才能解决问题。
(三)领导是一门艺术、技术、能力。它是一门科学,反映领导的人格、品德、修养,是公平、诚实、正直的最大化体现,而不是一味地感情地去认识问题,感性地去解决问题,它是要求领导者必须人情味去理性地处理问题。这是企业管理的关键所在。
(四)完善于与部下。及员工进行多沟通多交流,不能因为下属及员工身份低、工资少,领导就居高临下,多给员工些机会、福利、培训,使之更能激发员工的工作热情,做出更大的贡献。
(五)管理企业,只要实事求是这四个字是可以与海尔相比了。
(六)把流于形式的工作摒弃,完善工作内容才是最好的工作方法,把自查与督查结合起来。

 

《估价网络“友情”》

哪种网络朋友圈子更具商业价值?人们往往仅信赖一个密友小圈子,通常仅由2或3人组成。同时,人们拥有更广阔的专家圈子,听取有关汽车或烹饪等特定领域的建议。另一个更加广阔的圈子由熟人组成,他们的建议价值与专家相比大大下降,但他们会在新餐馆如何或选谁当参议员等问题上给你几句建议。研究者正致力于通过匿名数据研究人们在网上的互动模式,以获知我们在生活的各个领域内信任哪些朋友、关注哪些东西。最近受微软公司雇用的加州大学伯克利分校博士生丹娜•åšä¼Šå¾·è®¤ä¸ºï¼Œæœ‰å…³è¿™ä¸€é—®é¢˜çš„数据难以破译,“可能你给母亲发电子邮件的频率远低于给同事的,但这并不意味着你信任母亲更少”。

 via: 商业周刊中文版

 

 

 

结尾很搞~~XD

Video Games from MUSCLEBEAVER on Vimeo.

///A Film directed and animated by MUSCLEBEAVER///

MSLBVR 2008 (c)

This animation we did was planned and animated for the prologue of a documentary.
(That explains the absurd, unfinished seeming, ending.That is where the actual documentary starts…. )
The briefing was to show an evolution of computer games.
The documentary itself is about different people, based here in germany, showing their everyday life, and their addiction to the same specific, famous MMORPG (massive multiplayer online role playing game):”Wo..”

Every game character in this prologue was reinterpreted, redrawn (…one pixel at a time), and animated frame by frame.

Animation: http://www.musclebeaver.com
Sound by: http://www.nichtvonpappe-platten.de

非常方便的flickr图片查看脚本,适合flickr深度沉迷,但是时间和耐心又有限的人。

需要安装了greasemonkey插件的Firefox浏览器.

代码安装地址:http://userscripts.org/scripts/show/48738

更新内容:
– 新增了对鲜果的支持。
– 名字正式改为Flickr Zoomer for RSS reader.

这些年我们其实并没有什么变化,网络没有杀死电视,你是不是也像我一样在家会开着电视上网呢?网络其实也改变了很多,至少,现在我已经很长时间没见到过《电视广告报》这种东西了,于是看电视变成了赌运气——“生活就像电视节目,你永远不知道下一个频道里放的是什么”(仿《阿甘正传》)。

  OK,让我们到Twitter上推送吧!

#tvnow 正式开始推送,每个人都可以参与,如果和我一样开着电视,现在在放什么,觉得值得推的都可以加上 #tvnow 这个标签。只有一个小建议,尽量在开始的时候推XD

  就像这样:

CCTV6正在放映美国片《加州之王》 #tvnow

  这纯粹是一个玩的事,请不要加入任何商业或者战略思考,我其实挺无聊的。


500多个,大小为16x16px,内容挺有新意的。预览在此。
下载地址:http://led24.de/iconset/

« 上一页下一页 »