-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtenhow.html
177 lines (166 loc) · 7.76 KB
/
tenhow.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!DOCTYPE html>
<html lang="zh">
<head>
<!-- 2019-01-22 Tue 01:30 -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>About Me</title>
<meta name="generator" content="Org mode">
<link rel="icon" href="/favicon.ico">
<meta name="theme-color" content="#ffffff">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/style/toc.css"/>
<link rel="stylesheet" href="/style/tufte.css"/>
<script src="https://hypothes.is/embed.js" async></script>
<script type="text/javascript">
/*
@licstart The following is the entire license notice for the
JavaScript code in this tag.
Copyright (C) 2012-2018 Free Software Foundation, Inc.
The JavaScript code in this tag is free software: you can
redistribute it and/or modify it under the terms of the GNU
General Public License (GNU GPL) as published by the Free Software
Foundation, either version 3 of the License, or (at your option)
any later version. The code is distributed WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
As additional permission under GNU GPL version 3 section 7, you
may distribute non-source (e.g., minimized or compacted) forms of
that code without the copy of the GNU GPL normally required by
section 4, provided you include this license notice and a URL
through which recipients can access the Corresponding Source.
@licend The above is the entire license notice
for the JavaScript code in this tag.
*/
<!--/*--><![CDATA[/*><!--*/
function CodeHighlightOn(elem, id)
{
var target = document.getElementById(id);
if(null != target) {
elem.cacheClassElem = elem.className;
elem.cacheClassTarget = target.className;
target.className = "code-highlighted";
elem.className = "code-highlighted";
}
}
function CodeHighlightOff(elem, id)
{
var target = document.getElementById(id);
if(elem.cacheClassElem)
elem.className = elem.cacheClassElem;
if(elem.cacheClassTarget)
target.className = elem.cacheClassTarget;
}
/*]]>*///-->
</script>
</head>
<body>
<div id="preamble" class="status">
<header>
<a accesskey="h" href="/index.html"> HOME </a> |
<a href="#" id="edit-in-github">EDIT</a> |
<a accesskey="H" href="/tenhow.html">ABOUT</a> |
<a href="https://github.com/tenhow">GITHUB</a>
</header>
</div>
<div id="content">
<header>
<h1 class="title">About Me</h1>
</header><nav id="table-of-contents">
<h2>Table of Contents</h2>
<div id="text-table-of-contents">
<ul>
<li><a href="#orgc2dc86f">Projects</a></li>
<li><a href="#org2e0c299">Books</a>
<ul>
<li><a href="#org6f39e36">https://img3.doubanio.com/lpic/s29070174.jpg (源码)</a></li>
<li><a href="#orgeb4b906">https://img1.doubanio.com/lpic/s28263518.jpg</a></li>
</ul>
</li>
<li><a href="#org1981024">Talks</a>
<ul>
<li><a href="#orge7fae94">Essential EcmaScript 2017</a></li>
<li><a href="#orga61ae49">Functional Ruby</a></li>
<li><a href="#org68302bb">Practical Monads</a></li>
<li><a href="#org0240abb">理解原型链和继承</a></li>
<li><a href="#orgb3a42fa">Learn, Write, Publish</a></li>
<li><a href="#orgff092b7">JavaScript并发 与 core.async</a></li>
<li><a href="#orgebd8d06">Why curry helps</a></li>
</ul>
</li>
<li><a href="#org8eb0852">Blog http://blog.oyanglul.us</a></li>
</ul>
</div>
</nav>
<div class="org-center">
<p>
不会 Javascript 的 Objective-C 程序员写不出好的 Swift
</p>
</div>
<p>
Hi, I'm programmer who program <code>Swift</code>, <code>Objective-C</code>, sometime even <code>Javascript</code> for living, meanwhile also play <code>Python/Script</code> for <b>fun</b>.
</p>
<p>
If you want to find/ping me, I'm always available on
</p>
<a aria-label="Follow @tenhow on GitHub" data-count-aria-label="# followers on GitHub" data-count-api="/users/tenhow#followers" data-count-href="/tenhow/followers" href="https://github.com/tenhow" class="github-button">Follow @tenhow</a>, <a href="https://twitter.com/tenhow" class="twitter-follow-button" data-show-count="false">Follow @tenhow</a>, <a href="http://www.linkedin.com/profile/view?id=00000">Linkedin</a>, <a href="http://weibo.com/tenhow">Weibo</a> and <a href="mailto:tenhow.dev@gmail.com">Gmail</a>
<div id="outline-container-orgc2dc86f" class="outline-2">
<h2 id="orgc2dc86f">Projects</h2>
<div class="outline-text-2" id="text-orgc2dc86f">
<div id="github-widget" data-user="jcouyang" data-display="pop_repos,calendar"></div>
</div>
</div>
<div id="outline-container-org2e0c299" class="outline-2">
<h2 id="org2e0c299">Books</h2>
<div class="outline-text-2" id="text-org2e0c299">
</div>
<div id="outline-container-org6f39e36" class="outline-3">
<h3 id="org6f39e36"><a href="https://book.douban.com/subject/26883736/"><img src="https://img3.doubanio.com/lpic/s29070174.jpg" alt="s29070174.jpg"></a> (<a href="https://github.com/jcouyang/clojure-flavored-javascript">源码</a>)</h3>
</div>
<div id="outline-container-orgeb4b906" class="outline-3">
<h3 id="orgeb4b906"><a href="https://book.douban.com/subject/26579320/"><img src="https://img1.doubanio.com/lpic/s28263518.jpg" alt="s28263518.jpg"></a></h3>
</div>
</div>
<div id="outline-container-org1981024" class="outline-2">
<h2 id="org1981024">Talks</h2>
<div class="outline-text-2" id="text-org1981024">
</div>
<div id="outline-container-orge7fae94" class="outline-3">
<h3 id="orge7fae94"><a href="https://blog.oyanglul.us/slides/essential-ecmascript-2017.html">Essential EcmaScript 2017</a></h3>
</div>
<div id="outline-container-orga61ae49" class="outline-3">
<h3 id="orga61ae49"><a href="https://blog.oyanglul.us/slides/functional-ruby.html">Functional Ruby</a></h3>
</div>
<div id="outline-container-org68302bb" class="outline-3">
<h3 id="org68302bb"><a href="https://blog.oyanglul.us/javascript/practical-monads.html">Practical Monads</a></h3>
</div>
<div id="outline-container-org0240abb" class="outline-3">
<h3 id="org0240abb"><a href="https://gistdeck.github.com/jcouyang/03121932d18eba44088e">理解原型链和继承</a></h3>
</div>
<div id="outline-container-orgb3a42fa" class="outline-3">
<h3 id="orgb3a42fa"><a href="https://www.icloud.com/keynote/AwBUCAESEAdZO1i1w_FOM7bcc32s_-saKSNGkgh098jFV4ORqDf8BTBZ7eVCJjSBMtdPflzOJzzwvNC4GzME3bkEMCUCAQEEIM4xb9-JzzQWp20MKTFuTvCNxWcKsltpmOLy_I9InjAJ#learn%2C_write%2C_publish">Learn, Write, Publish</a></h3>
</div>
<div id="outline-container-orgff092b7" class="outline-3">
<h3 id="orgff092b7"><a href="http://git.io/js-csp">JavaScript并发 与 core.async</a></h3>
</div>
<div id="outline-container-orgebd8d06" class="outline-3">
<h3 id="orgebd8d06"><a href="http://git.io/why-curry-helps">Why curry helps</a></h3>
</div>
</div>
<div id="outline-container-org8eb0852" class="outline-2">
<h2 id="org8eb0852">Blog <a href="http://blog.oyanglul.us">http://blog.oyanglul.us</a></h2>
</div>
</div>
<div id="postamble" class="status">
<footer>
<p>Author: Tenhow <a aria-label="Follow @tenhow on GitHub" data-count-aria-label="# followers on GitHub" data-count-api="/users/tenhow#followers" data-count-href="/tenhow/followers" href="https://github.com/tenhow" class="github-button">Follow @tenhow</a></p>
<p>Modified: 2019-01-22 Tue 00:43</p>
<p>Generated by: <a href="https://www.gnu.org/software/emacs/">Emacs</a> 25.1.1 (<a href="https://orgmode.org">Org</a> mode 9.2) × <a href="https://github.com/jcouyang/orgpress">OrgPress</a></p>
<a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/3.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-nd/3.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/3.0/">Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License</a>.
<div id="danmaku-comments"></div>
<div id="disqus_thread"></div>
</footer>
</div>
</body>
</html>