Skip to content

Instantly share code, notes, and snippets.

AR: I had no idea there were so many women back then. Looking at pictures from that era, it's remarkable how young Jobs was. What was it like working with him then?

**SK: **It was always really fun to show Steve something new because, if he liked it, he was so joyful. Sometimes he brought in visual material to share that had caught his eye, such as graphics from Memphis, a 1980s Italian design group founded by Ettore Sottsass. And it's no secret that he had a shiny Bösendorfer grand piano and BMW motorcycle in the lobby of the Macintosh building so that everyone could be inspired by examples of design excellence.

Behind the Icons

@yangshaoshun
yangshaoshun / react_practice.md
Last active August 10, 2016 03:04
收集使用 react 框架的实践案例

收集使用 react 框架的实践案例

在iOS、Android、PC Web产品开发中,有个步骤基础且重要——切图和适配。在有钱项目开发中,我们参考了诸多流行的切图和适配方案,总结了一套自己的流程和规范。下面以网易有钱iOS的开发过程为例,介绍下我们的方法。

切图屏幕适配

@yangshaoshun
yangshaoshun / 0_reuse_code.js
Created August 9, 2016 07:29
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console