diff options
-rw-r--r-- | .lastmodify | 2 | ||||
-rw-r--r-- | _sources/index.rst.txt | 17 | ||||
-rw-r--r-- | index.html | 14 | ||||
-rw-r--r-- | searchindex.js | 2 |
4 files changed, 8 insertions, 27 deletions
diff --git a/.lastmodify b/.lastmodify index 5ea8df3..4c5fe15 100644 --- a/.lastmodify +++ b/.lastmodify | |||
@@ -1 +1 @@ | |||
Tue Jun 30 03:36:25 UTC 2020 | Tue Jun 30 03:41:18 UTC 2020 | ||
diff --git a/_sources/index.rst.txt b/_sources/index.rst.txt index 6e6d9d7..21b52f8 100644 --- a/_sources/index.rst.txt +++ b/_sources/index.rst.txt | |||
@@ -90,24 +90,13 @@ Publications | |||
90 | - `Texture filtering based physically plausible image dehazing <https://link.springer.com/article/10.1007%2Fs00371-016-1259-3>`__ | 90 | - `Texture filtering based physically plausible image dehazing <https://link.springer.com/article/10.1007%2Fs00371-016-1259-3>`__ |
91 | - `暗通道先验图像去雾的大气光校验和光晕消除 <http://www.cjig.cn/jig/ch/reader/view_abstract.aspx?file_no=20160911&flag=1>`__ | 91 | - `暗通道先验图像去雾的大气光校验和光晕消除 <http://www.cjig.cn/jig/ch/reader/view_abstract.aspx?file_no=20160911&flag=1>`__ |
92 | 92 | ||
93 | Coding around the web | ||
94 | --------------------- | ||
95 | |||
96 | - `Dehaze`_, implementation of dark channel prior based image dehazing algorithms | ||
97 | - `one-two-three...infinity`_, 📏 Calculating the sum from one to a billion in different programming languages, inspired by https://github.com/leachim6/hello-world | ||
98 | - `brainfuck`_, 🙇 Simple Brainfuck interpreter implemented in C | ||
99 | - GitHub `@clarkzjw <https://github.com/clarkzjw>`__ for recent / current coding | ||
100 | |||
101 | .. _Dehaze: https://github.com/clarkzjw/Dehaze | ||
102 | .. _one-two-three...infinity: https://github.com/clarkzjw/one-two-three...infinity | ||
103 | .. _brainfuck: https://github.com/clarkzjw/brainfuck | ||
104 | |||
105 | Contact | 93 | Contact |
106 | ------- | 94 | ------- |
107 | 95 | ||
108 | - Feel free to contact me! | 96 | - Feel free to contact me! |
109 | - PGP: `0x1D017D3D <https://keybase.io/clarkzjw/pgp_keys.asc?fingerprint=b878c370cf7d871faa3c76637e1eb1851d017d3d>`_ | `keybase.io <https://keybase.io/clarkzjw>`_ | 97 | - PGP: `0x1D017D3D <https://keybase.io/clarkzjw/pgp_keys.asc?fingerprint=b878c370cf7d871faa3c76637e1eb1851d017d3d>`_ | `keybase.io <https://keybase.io/clarkzjw>`_ |
110 | - Telegram: `@clarkzjw <https://t.me/clarkzjw>`_ | Twitter: `_clarkzjw <https://twitter.com/_clarkzjw>`_ | 98 | - Telegram: `@clarkzjw <https://t.me/clarkzjw>`_ |
99 | - Twitter: `_clarkzjw <https://twitter.com/_clarkzjw>`_ | ||
111 | - Mail to: `[email protected] <mailto:[email protected]>`_ | 100 | - Mail to: `[email protected] <mailto:[email protected]>`_ |
112 | 101 | ||
113 | Links | 102 | Links |
@@ -124,7 +113,7 @@ Links | |||
124 | Other | 113 | Other |
125 | ----- | 114 | ----- |
126 | 115 | ||
127 | - I am a volunteer of BOINC, supporting experiment like `World Community Grid`_ and `SETI@home`_ | 116 | - I was a volunteer of BOINC, supporting experiment like `World Community Grid`_ and `SETI@home`_ |
128 | 117 | ||
129 | - I think Freedom is my birth right and I shall have it, including free speech and free software | 118 | - I think Freedom is my birth right and I shall have it, including free speech and free software |
130 | 119 | ||
@@ -172,21 +172,13 @@ | |||
172 | <li><a class="reference external" href="http://www.cjig.cn/jig/ch/reader/view_abstract.aspx?file_no=20160911&flag=1">暗通道先验图像去雾的大气光校验和光晕消除</a></li> | 172 | <li><a class="reference external" href="http://www.cjig.cn/jig/ch/reader/view_abstract.aspx?file_no=20160911&flag=1">暗通道先验图像去雾的大气光校验和光晕消除</a></li> |
173 | </ul> | 173 | </ul> |
174 | </div> | 174 | </div> |
175 | <div class="section" id="coding-around-the-web"> | ||
176 | <h2>Coding around the web<a class="headerlink" href="#coding-around-the-web" title="Permalink to this headline">¶</a></h2> | ||
177 | <ul class="simple"> | ||
178 | <li><a class="reference external" href="https://github.com/clarkzjw/Dehaze">Dehaze</a>, implementation of dark channel prior based image dehazing algorithms</li> | ||
179 | <li><a class="reference external" href="https://github.com/clarkzjw/one-two-three...infinity">one-two-three…infinity</a>, 📏 Calculating the sum from one to a billion in different programming languages, inspired by <a class="reference external" href="https://github.com/leachim6/hello-world">https://github.com/leachim6/hello-world</a></li> | ||
180 | <li><a class="reference external" href="https://github.com/clarkzjw/brainfuck">brainfuck</a>, 🙇 Simple Brainfuck interpreter implemented in C</li> | ||
181 | <li>GitHub <a class="reference external" href="https://github.com/clarkzjw">@clarkzjw</a> for recent / current coding</li> | ||
182 | </ul> | ||
183 | </div> | ||
184 | <div class="section" id="contact"> | 175 | <div class="section" id="contact"> |
185 | <h2>Contact<a class="headerlink" href="#contact" title="Permalink to this headline">¶</a></h2> | 176 | <h2>Contact<a class="headerlink" href="#contact" title="Permalink to this headline">¶</a></h2> |
186 | <ul class="simple"> | 177 | <ul class="simple"> |
187 | <li>Feel free to contact me!</li> | 178 | <li>Feel free to contact me!</li> |
188 | <li>PGP: <a class="reference external" href="https://keybase.io/clarkzjw/pgp_keys.asc?fingerprint=b878c370cf7d871faa3c76637e1eb1851d017d3d">0x1D017D3D</a> | <a class="reference external" href="https://keybase.io/clarkzjw">keybase.io</a></li> | 179 | <li>PGP: <a class="reference external" href="https://keybase.io/clarkzjw/pgp_keys.asc?fingerprint=b878c370cf7d871faa3c76637e1eb1851d017d3d">0x1D017D3D</a> | <a class="reference external" href="https://keybase.io/clarkzjw">keybase.io</a></li> |
189 | <li>Telegram: <a class="reference external" href="https://t.me/clarkzjw">@clarkzjw</a> | Twitter: <a class="reference external" href="https://twitter.com/_clarkzjw">_clarkzjw</a></li> | 180 | <li>Telegram: <a class="reference external" href="https://t.me/clarkzjw">@clarkzjw</a></li> |
181 | <li>Twitter: <a class="reference external" href="https://twitter.com/_clarkzjw">_clarkzjw</a></li> | ||
190 | <li>Mail to: <a class="reference external" href="mailto:hello%40jinwei.me">hello<span>@</span>jinwei<span>.</span>me</a></li> | 182 | <li>Mail to: <a class="reference external" href="mailto:hello%40jinwei.me">hello<span>@</span>jinwei<span>.</span>me</a></li> |
191 | </ul> | 183 | </ul> |
192 | </div> | 184 | </div> |
@@ -204,7 +196,7 @@ | |||
204 | <div class="section" id="other"> | 196 | <div class="section" id="other"> |
205 | <h2>Other<a class="headerlink" href="#other" title="Permalink to this headline">¶</a></h2> | 197 | <h2>Other<a class="headerlink" href="#other" title="Permalink to this headline">¶</a></h2> |
206 | <ul class="simple"> | 198 | <ul class="simple"> |
207 | <li>I am a volunteer of BOINC, supporting experiment like <a class="reference external" href="https://www.worldcommunitygrid.org/">World Community Grid</a> and <a class="reference external" href="https://setiathome.berkeley.edu/">SETI@home</a></li> | 199 | <li>I was a volunteer of BOINC, supporting experiment like <a class="reference external" href="https://www.worldcommunitygrid.org/">World Community Grid</a> and <a class="reference external" href="https://setiathome.berkeley.edu/">SETI@home</a></li> |
208 | <li>I think Freedom is my birth right and I shall have it, including free speech and free software</li> | 200 | <li>I think Freedom is my birth right and I shall have it, including free speech and free software</li> |
209 | </ul> | 201 | </ul> |
210 | <iframe src="https://www.worldcommunitygrid.org/getDynamicImage.do?memberName=clarkzjw&mnOn=true&stat=3&imageNum=1&rankOn=true&projectsOn=true&special=true" frameborder="0" name="di" scrolling="no" width="405px" height="190px"></iframe><div class="row docutils container"> | 202 | <iframe src="https://www.worldcommunitygrid.org/getDynamicImage.do?memberName=clarkzjw&mnOn=true&stat=3&imageNum=1&rankOn=true&projectsOn=true&special=true" frameborder="0" name="di" scrolling="no" width="405px" height="190px"></iframe><div class="row docutils container"> |
diff --git a/searchindex.js b/searchindex.js index 4fe6efa..e68dc2b 100644 --- a/searchindex.js +++ b/searchindex.js | |||
@@ -1 +1 @@ | |||
Search.setIndex({docnames:["index"],envversion:53,filenames:["index.rst"],objects:{},objnames:{},objtypes:{},terms:{"0x1d017d3d":0,"19\u9632\u75ab\u7eaa\u5ff5\u90ae\u7968\u5bf9\u6bd4":0,"2016\u4e00\u5468\u4f53\u9a8c":0,"2019\u534a\u5e74\u5ea6\u603b\u7ed3":0,"2019\u5e74\u5ea6\u603b\u7ed3":0,"\u4e0d\u518d\u5c34\u5c2c\u7684chromeo":0,"\u4e2d\u83ef\u6c11\u570b\u6b77\u4efb\u7e3d\u7d71\u5c31\u8077\u7d00\u5ff5\u90f5\u7968":0,"\u4ece\u5317\u4eac\u5230\u83ab\u65af\u79d1":0,"\u5165\u624b":0,"\u5220\u9664\u4e00\u4e2a\u4e92\u8054\u7f51\u5e10\u53f7\u6709\u591a\u96be":0,"\u57282019\u5e74\u5b89\u88c5docker\u662f\u600e\u6837\u4e00\u79cd\u4f53\u9a8c":0,"\u5929\u6587\u73b0\u8c61\u90ae\u7968":0,"\u5b89\u5229\u597d\u7528\u7684\u90ae\u4ef6\u670d\u52a1\u4e4bfastmail":0,"\u6211\u4e0eingress\u76841545\u5929":0,"\u6211\u7684\u5927\u5b66":0,"\u6697\u901a\u9053\u5148\u9a8c\u56fe\u50cf\u53bb\u96fe\u7684\u5927\u6c14\u5149\u6821\u9a8c\u548c\u5149\u6655\u6d88\u9664":0,"\u672c\u7db2\u9801\u57fa\u65bc\u570b\u5bb6\u6cd5\u5f8b\u800c\u5c01\u9396":0,"\u6ce8\u9500":0,"\u7231\u6c99\u5c3c\u4e9a\u7535\u5b50\u516c\u6c11\u4e0d\u5b8c\u5168\u6307\u5357":0,"\u7cfb\u5217":0,"\u89c2\u5f71\u8bb0\u5f55":0,"\u8fd9\u5217\u706b\u8f66":0,"xt1085\u5237cm\u6307\u5357":0,One:0,The:0,_clarkzjw:0,algorithm:0,all:0,amateur:0,april:0,august:0,base:0,beij:0,bg5dhm:0,bilingu:0,billion:0,birth:0,boinc:0,both:0,brainfuck:0,calcul:0,channel:0,clarkzjw:0,com:0,commun:0,content:0,covid:0,current:0,dark:0,debian:0,decemb:0,dehaz:0,devic:0,differ:0,dmz:0,docker:0,dream:0,engin:0,english:0,episod:0,error:0,estonian:0,etc:0,experi:0,feel:0,filter:0,free:0,freedom:0,from:0,github:0,golang:0,grid:0,hamer:0,have:0,home:0,http:0,imag:0,implement:0,includ:0,infin:0,ingress:0,inspir:0,interpret:0,jan:0,jinwei:0,juli:0,june:0,justjji:0,keybas:0,korean:0,late:0,leachim6:0,licens:0,like:0,macbook:0,mail:0,mandarin:0,march:0,moscow:0,moto:0,nativ:0,octob:0,one:0,openstack:0,origin:0,pgp:0,physic:0,pixel:0,plausibl:0,prior:0,pro:0,profession:0,profici:0,program:0,python:0,raspberri:0,realityon:0,recent:0,resid:0,resist:0,right:0,sakeven:0,septemb:0,seti:0,shall:0,side:0,simpl:0,site:0,softwar:0,speech:0,strai:0,sum:0,support:0,take:0,telegram:0,textur:0,thi:0,think:0,three:0,train:0,travel:0,twitter:0,two:0,under:0,usdweekli:0,user:0,uucki:0,vim:0,visit:0,volunt:0,wonderland:0,work:0,yubikei:0},titles:["Hello World"],titleterms:{"public":0,about:0,around:0,code:0,contact:0,credit:0,hello:0,languag:0,link:0,other:0,skill:0,updat:0,web:0,world:0}}) \ No newline at end of file | Search.setIndex({docnames:["index"],envversion:53,filenames:["index.rst"],objects:{},objnames:{},objtypes:{},terms:{"0x1d017d3d":0,"19\u9632\u75ab\u7eaa\u5ff5\u90ae\u7968\u5bf9\u6bd4":0,"2016\u4e00\u5468\u4f53\u9a8c":0,"2019\u534a\u5e74\u5ea6\u603b\u7ed3":0,"2019\u5e74\u5ea6\u603b\u7ed3":0,"\u4e0d\u518d\u5c34\u5c2c\u7684chromeo":0,"\u4e2d\u83ef\u6c11\u570b\u6b77\u4efb\u7e3d\u7d71\u5c31\u8077\u7d00\u5ff5\u90f5\u7968":0,"\u4ece\u5317\u4eac\u5230\u83ab\u65af\u79d1":0,"\u5165\u624b":0,"\u5220\u9664\u4e00\u4e2a\u4e92\u8054\u7f51\u5e10\u53f7\u6709\u591a\u96be":0,"\u57282019\u5e74\u5b89\u88c5docker\u662f\u600e\u6837\u4e00\u79cd\u4f53\u9a8c":0,"\u5929\u6587\u73b0\u8c61\u90ae\u7968":0,"\u5b89\u5229\u597d\u7528\u7684\u90ae\u4ef6\u670d\u52a1\u4e4bfastmail":0,"\u6211\u4e0eingress\u76841545\u5929":0,"\u6211\u7684\u5927\u5b66":0,"\u6697\u901a\u9053\u5148\u9a8c\u56fe\u50cf\u53bb\u96fe\u7684\u5927\u6c14\u5149\u6821\u9a8c\u548c\u5149\u6655\u6d88\u9664":0,"\u672c\u7db2\u9801\u57fa\u65bc\u570b\u5bb6\u6cd5\u5f8b\u800c\u5c01\u9396":0,"\u6ce8\u9500":0,"\u7231\u6c99\u5c3c\u4e9a\u7535\u5b50\u516c\u6c11\u4e0d\u5b8c\u5168\u6307\u5357":0,"\u7cfb\u5217":0,"\u89c2\u5f71\u8bb0\u5f55":0,"\u8fd9\u5217\u706b\u8f66":0,"xt1085\u5237cm\u6307\u5357":0,One:0,The:0,_clarkzjw:0,all:0,amateur:0,april:0,august:0,base:0,beij:0,bg5dhm:0,bilingu:0,birth:0,boinc:0,both:0,clarkzjw:0,commun:0,content:0,covid:0,debian:0,decemb:0,dehaz:0,devic:0,dmz:0,docker:0,dream:0,engin:0,english:0,episod:0,error:0,estonian:0,etc:0,experi:0,feel:0,filter:0,free:0,freedom:0,from:0,golang:0,grid:0,hamer:0,have:0,home:0,imag:0,includ:0,ingress:0,jan:0,jinwei:0,juli:0,june:0,justjji:0,keybas:0,korean:0,late:0,licens:0,like:0,macbook:0,mail:0,mandarin:0,march:0,moscow:0,moto:0,nativ:0,octob:0,openstack:0,origin:0,pgp:0,physic:0,pixel:0,plausibl:0,pro:0,profession:0,profici:0,program:0,python:0,raspberri:0,realityon:0,resid:0,resist:0,right:0,sakeven:0,septemb:0,seti:0,shall:0,side:0,site:0,softwar:0,speech:0,strai:0,support:0,take:0,telegram:0,textur:0,thi:0,think:0,train:0,travel:0,twitter:0,under:0,usdweekli:0,user:0,uucki:0,vim:0,visit:0,volunt:0,wonderland:0,work:0,yubikei:0},titles:["Hello World"],titleterms:{"public":0,about:0,contact:0,credit:0,hello:0,languag:0,link:0,other:0,skill:0,updat:0,world:0}}) \ No newline at end of file | ||