├── 2013
└── index.html
├── CNAME
├── favicon.ico
├── assets
├── css
│ ├── rst.css
│ ├── images
│ │ ├── loading.gif
│ │ ├── controls.png
│ │ └── ie6
│ │ │ ├── borderTopLeft.png
│ │ │ ├── borderBottomLeft.png
│ │ │ ├── borderMiddleLeft.png
│ │ │ ├── borderTopCenter.png
│ │ │ ├── borderTopRight.png
│ │ │ ├── borderBottomCenter.png
│ │ │ ├── borderBottomRight.png
│ │ │ └── borderMiddleRight.png
│ ├── nikola_rst.css
│ ├── colorbox.css
│ ├── baguetteBox.min.css
│ └── docs.css
├── fonts
│ ├── glyphicons-halflings-regular.eot
│ ├── glyphicons-halflings-regular.ttf
│ ├── glyphicons-halflings-regular.woff
│ └── glyphicons-halflings-regular.woff2
├── js
│ ├── fancydates.js
│ ├── html5.js
│ └── html5shiv-printshiv.min.js
└── xml
│ ├── atom.xsl
│ └── rss.xsl
├── images
├── avatar.jpg
├── home.jpg
├── nikola.png
├── illus_001.jpg
├── frontispiece.jpg
├── illus_001.thumbnail.jpg
├── MiMax-USB-1-AboutPhone.png
├── MiMax-USB-8-ChooseMode.png
├── frontispiece.thumbnail.jpg
├── git-learning-notes-3parts.png
├── git-learning-notes-reset.png
├── MiMax-USB-3-DeveloperOptions.png
├── MiMax-USB-4-5-DebuggingMode.png
├── MiMax-USB-6-7-USBConfigInterface.png
├── install-monodevelop-on-ubuntu-cmd.png
├── install-monodevelop-on-ubuntu-gui.png
├── MiMax-USB-2-UnlockDeveloperOptions.png
├── clothoid-approximation-coordinates.jpg
├── custom-domain-settings-of-yandex-mail-hostrecords.png
├── custom-domain-settings-of-yandex-mail-mailsettings.png
├── sagemath-file-exchange-with-windows-via-virtualbox-winfolder.png
├── sagemath-file-exchange-with-windows-via-virtualbox-plotexample.png
├── alexa-qian-100-wan-wang-zhan-yu-ming-hou-zhui-tong-ji-domain-share.png
├── alexa-qian-100-wan-wang-zhan-yu-ming-hou-zhui-tong-ji-sample-list.png
├── sagemath-file-exchange-with-windows-via-virtualbox-jupyternotebook.png
├── sagemath-file-exchange-with-windows-via-virtualbox-plotexamplefile.png
└── sagemath-file-exchange-with-windows-via-virtualbox-directorysetting.png
├── robots.txt
├── galleries
├── demo
│ ├── tesla2_lg.jpg
│ ├── tesla4_lg.jpg
│ ├── tesla_tower1_lg.jpg
│ ├── tesla_conducts_lg.jpg
│ ├── tesla2_lg.thumbnail.jpg
│ ├── tesla4_lg.thumbnail.jpg
│ ├── tesla_lightning1_lg.jpg
│ ├── tesla_lightning2_lg.jpg
│ ├── tesla_tower1_lg.thumbnail.jpg
│ ├── tesla_conducts_lg.thumbnail.jpg
│ ├── tesla_lightning1_lg.thumbnail.jpg
│ ├── tesla_lightning2_lg.thumbnail.jpg
│ └── rss.xml
└── rss.xml
├── listings
├── hello.py
├── __pycache__
│ └── index.html
└── index.html
├── categories
├── shou-ji.xml
├── dian-ying.xml
├── zheng-zhi.xml
├── matlab.xml
├── text-editor.xml
├── email.xml
├── wen-xue.xml
├── dian-shi.xml
├── clojure.xml
├── visual-studio.xml
├── project.xml
├── markdown.xml
├── inkscape.xml
├── sage.xml
├── git.xml
├── ubuntu.xml
├── cat_ping-lun.xml
├── atom.xml
├── cat_os.xml
├── cpp.xml
├── latex.xml
├── emacs.xml
├── org-mode.xml
├── clothoid.xml
├── domain.xml
├── nikola.xml
├── python.xml
├── git
│ └── index.html
├── matlab
│ └── index.html
├── shou-ji
│ └── index.html
├── email
│ └── index.html
├── dian-ying
│ └── index.html
├── ubuntu
│ └── index.html
├── zheng-zhi
│ └── index.html
├── markdown
│ └── index.html
├── wen-xue
│ └── index.html
├── dian-shi
│ └── index.html
├── tutorial
│ └── index.html
├── clojure
│ └── index.html
├── text-editor
│ └── index.html
├── inkscape
│ └── index.html
├── sage
│ └── index.html
├── github.xml
├── project
│ └── index.html
├── visual-studio
│ └── index.html
├── web.xml
├── atom
│ └── index.html
├── cat_os
│ └── index.html
└── nikola
│ └── index.html
├── authors
├── index.html
└── docutils-contributors
│ └── index.html
├── archive.html
└── about
└── index.html
/CNAME:
--------------------------------------------------------------------------------
1 | yongchen.org
2 |
--------------------------------------------------------------------------------
/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/favicon.ico
--------------------------------------------------------------------------------
/assets/css/rst.css:
--------------------------------------------------------------------------------
1 | @import url("html4css1.css");
2 | @import url("nikola_rst.css");
3 |
--------------------------------------------------------------------------------
/images/avatar.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/images/avatar.jpg
--------------------------------------------------------------------------------
/images/home.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/images/home.jpg
--------------------------------------------------------------------------------
/images/nikola.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/images/nikola.png
--------------------------------------------------------------------------------
/images/illus_001.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/images/illus_001.jpg
--------------------------------------------------------------------------------
/images/frontispiece.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/images/frontispiece.jpg
--------------------------------------------------------------------------------
/robots.txt:
--------------------------------------------------------------------------------
1 | Sitemap: http://yongchen.org/sitemapindex.xml
2 |
3 | User-Agent: *
4 | Host: yongchen.org
5 |
--------------------------------------------------------------------------------
/assets/css/images/loading.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/assets/css/images/loading.gif
--------------------------------------------------------------------------------
/galleries/demo/tesla2_lg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/galleries/demo/tesla2_lg.jpg
--------------------------------------------------------------------------------
/galleries/demo/tesla4_lg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/galleries/demo/tesla4_lg.jpg
--------------------------------------------------------------------------------
/assets/css/images/controls.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/assets/css/images/controls.png
--------------------------------------------------------------------------------
/images/illus_001.thumbnail.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/images/illus_001.thumbnail.jpg
--------------------------------------------------------------------------------
/galleries/demo/tesla_tower1_lg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/galleries/demo/tesla_tower1_lg.jpg
--------------------------------------------------------------------------------
/images/MiMax-USB-1-AboutPhone.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/images/MiMax-USB-1-AboutPhone.png
--------------------------------------------------------------------------------
/images/MiMax-USB-8-ChooseMode.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/images/MiMax-USB-8-ChooseMode.png
--------------------------------------------------------------------------------
/images/frontispiece.thumbnail.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/images/frontispiece.thumbnail.jpg
--------------------------------------------------------------------------------
/galleries/demo/tesla_conducts_lg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/galleries/demo/tesla_conducts_lg.jpg
--------------------------------------------------------------------------------
/images/git-learning-notes-3parts.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/images/git-learning-notes-3parts.png
--------------------------------------------------------------------------------
/images/git-learning-notes-reset.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/images/git-learning-notes-reset.png
--------------------------------------------------------------------------------
/assets/css/images/ie6/borderTopLeft.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/assets/css/images/ie6/borderTopLeft.png
--------------------------------------------------------------------------------
/galleries/demo/tesla2_lg.thumbnail.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/galleries/demo/tesla2_lg.thumbnail.jpg
--------------------------------------------------------------------------------
/galleries/demo/tesla4_lg.thumbnail.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/galleries/demo/tesla4_lg.thumbnail.jpg
--------------------------------------------------------------------------------
/galleries/demo/tesla_lightning1_lg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/galleries/demo/tesla_lightning1_lg.jpg
--------------------------------------------------------------------------------
/galleries/demo/tesla_lightning2_lg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/galleries/demo/tesla_lightning2_lg.jpg
--------------------------------------------------------------------------------
/images/MiMax-USB-3-DeveloperOptions.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/images/MiMax-USB-3-DeveloperOptions.png
--------------------------------------------------------------------------------
/images/MiMax-USB-4-5-DebuggingMode.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/images/MiMax-USB-4-5-DebuggingMode.png
--------------------------------------------------------------------------------
/assets/css/images/ie6/borderBottomLeft.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/assets/css/images/ie6/borderBottomLeft.png
--------------------------------------------------------------------------------
/assets/css/images/ie6/borderMiddleLeft.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/assets/css/images/ie6/borderMiddleLeft.png
--------------------------------------------------------------------------------
/assets/css/images/ie6/borderTopCenter.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/assets/css/images/ie6/borderTopCenter.png
--------------------------------------------------------------------------------
/assets/css/images/ie6/borderTopRight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/assets/css/images/ie6/borderTopRight.png
--------------------------------------------------------------------------------
/assets/css/images/ie6/borderBottomCenter.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/assets/css/images/ie6/borderBottomCenter.png
--------------------------------------------------------------------------------
/assets/css/images/ie6/borderBottomRight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/assets/css/images/ie6/borderBottomRight.png
--------------------------------------------------------------------------------
/assets/css/images/ie6/borderMiddleRight.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/assets/css/images/ie6/borderMiddleRight.png
--------------------------------------------------------------------------------
/galleries/demo/tesla_tower1_lg.thumbnail.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/galleries/demo/tesla_tower1_lg.thumbnail.jpg
--------------------------------------------------------------------------------
/images/MiMax-USB-6-7-USBConfigInterface.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/images/MiMax-USB-6-7-USBConfigInterface.png
--------------------------------------------------------------------------------
/images/install-monodevelop-on-ubuntu-cmd.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/images/install-monodevelop-on-ubuntu-cmd.png
--------------------------------------------------------------------------------
/images/install-monodevelop-on-ubuntu-gui.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/images/install-monodevelop-on-ubuntu-gui.png
--------------------------------------------------------------------------------
/assets/fonts/glyphicons-halflings-regular.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/assets/fonts/glyphicons-halflings-regular.eot
--------------------------------------------------------------------------------
/assets/fonts/glyphicons-halflings-regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/assets/fonts/glyphicons-halflings-regular.ttf
--------------------------------------------------------------------------------
/assets/fonts/glyphicons-halflings-regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/assets/fonts/glyphicons-halflings-regular.woff
--------------------------------------------------------------------------------
/assets/fonts/glyphicons-halflings-regular.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/assets/fonts/glyphicons-halflings-regular.woff2
--------------------------------------------------------------------------------
/galleries/demo/tesla_conducts_lg.thumbnail.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/galleries/demo/tesla_conducts_lg.thumbnail.jpg
--------------------------------------------------------------------------------
/images/MiMax-USB-2-UnlockDeveloperOptions.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/images/MiMax-USB-2-UnlockDeveloperOptions.png
--------------------------------------------------------------------------------
/images/clothoid-approximation-coordinates.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/images/clothoid-approximation-coordinates.jpg
--------------------------------------------------------------------------------
/galleries/demo/tesla_lightning1_lg.thumbnail.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/galleries/demo/tesla_lightning1_lg.thumbnail.jpg
--------------------------------------------------------------------------------
/galleries/demo/tesla_lightning2_lg.thumbnail.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/galleries/demo/tesla_lightning2_lg.thumbnail.jpg
--------------------------------------------------------------------------------
/images/custom-domain-settings-of-yandex-mail-hostrecords.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/images/custom-domain-settings-of-yandex-mail-hostrecords.png
--------------------------------------------------------------------------------
/images/custom-domain-settings-of-yandex-mail-mailsettings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/images/custom-domain-settings-of-yandex-mail-mailsettings.png
--------------------------------------------------------------------------------
/images/sagemath-file-exchange-with-windows-via-virtualbox-winfolder.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/images/sagemath-file-exchange-with-windows-via-virtualbox-winfolder.png
--------------------------------------------------------------------------------
/images/sagemath-file-exchange-with-windows-via-virtualbox-plotexample.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/images/sagemath-file-exchange-with-windows-via-virtualbox-plotexample.png
--------------------------------------------------------------------------------
/images/alexa-qian-100-wan-wang-zhan-yu-ming-hou-zhui-tong-ji-domain-share.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/images/alexa-qian-100-wan-wang-zhan-yu-ming-hou-zhui-tong-ji-domain-share.png
--------------------------------------------------------------------------------
/images/alexa-qian-100-wan-wang-zhan-yu-ming-hou-zhui-tong-ji-sample-list.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/images/alexa-qian-100-wan-wang-zhan-yu-ming-hou-zhui-tong-ji-sample-list.png
--------------------------------------------------------------------------------
/images/sagemath-file-exchange-with-windows-via-virtualbox-jupyternotebook.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/images/sagemath-file-exchange-with-windows-via-virtualbox-jupyternotebook.png
--------------------------------------------------------------------------------
/images/sagemath-file-exchange-with-windows-via-virtualbox-plotexamplefile.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/images/sagemath-file-exchange-with-windows-via-virtualbox-plotexamplefile.png
--------------------------------------------------------------------------------
/images/sagemath-file-exchange-with-windows-via-virtualbox-directorysetting.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/cafe/page-Archive2017/master/images/sagemath-file-exchange-with-windows-via-virtualbox-directorysetting.png
--------------------------------------------------------------------------------
/listings/hello.py:
--------------------------------------------------------------------------------
1 | #!/usr/bin/python
2 |
3 | import sys
4 |
5 |
6 | def hello(name='world'):
7 | greeting = "hello " + name
8 | print(greeting)
9 |
10 |
11 | if __name__ == "__main__":
12 | hello(*sys.argv[1:])
13 |
--------------------------------------------------------------------------------
/galleries/rss.xml:
--------------------------------------------------------------------------------
1 |
2 | galleries http://yongchen.org/galleries/rss.xmlen Fri, 11 Aug 2017 06:47:10 GMT https://getnikola.com/ http://blogs.law.harvard.edu/tech/rss
--------------------------------------------------------------------------------
/assets/js/fancydates.js:
--------------------------------------------------------------------------------
1 | function fancydates(fanciness, date_format) {
2 | if (fanciness == 0) {
3 | return;
4 | }
5 |
6 | dates = $('time.published.dt-published');
7 |
8 | i = 0;
9 | l = dates.length;
10 |
11 | for (i = 0; i < l; i++) {
12 | d = moment(dates[i].attributes.datetime.value);
13 | if (fanciness == 1) {
14 | o = d.local().format(date_format);
15 | } else {
16 | o = d.fromNow();
17 | }
18 | dates[i].innerHTML = o;
19 | }
20 | }
21 |
--------------------------------------------------------------------------------
/categories/shou-ji.xml:
--------------------------------------------------------------------------------
1 |
2 | Home (Posts about 手机) http://yongchen.org/en Contents © 2017 <a href="mailto:ob@outlook.sg">YONG</a> Fri, 11 Aug 2017 06:47:29 GMT Nikola (getnikola.com) http://blogs.law.harvard.edu/tech/rss 小米手机连接电脑 http://yongchen.org/posts/xiao-mi-shou-ji-lian-jie-dian-nao/YONG <div><p>我们要将手机连接到电脑上,并用电脑访问手机上的文件,如复制、删除歌曲及图片文件等。
3 | 但小米助手目前几乎被官方放弃,只支持安卓5.0及以前的系统。</p>
4 | <p>使用手机:小米Max,安卓版本:7.0, 国际版。</p>
5 | <p>下面我们用安卓的USB调试模式连接。</p>
6 | <p><a href="http://yongchen.org/posts/xiao-mi-shou-ji-lian-jie-dian-nao/">Read more…</a> (2 min remaining to read)</p></div> 手机 http://yongchen.org/posts/xiao-mi-shou-ji-lian-jie-dian-nao/ Thu, 09 Feb 2017 06:51:43 GMT
--------------------------------------------------------------------------------
/categories/dian-ying.xml:
--------------------------------------------------------------------------------
1 |
2 | Home (Posts about 电影) http://yongchen.org/en Contents © 2017 <a href="mailto:ob@outlook.sg">YONG</a> Fri, 11 Aug 2017 06:47:24 GMT Nikola (getnikola.com) http://blogs.law.harvard.edu/tech/rss Hunger Games 观后感 http://yongchen.org/posts/hunger-games-guan-hou-gan/YONG <div><p>前天和同学聊歌曲时,无意间聊到年轻歌手 Lorde 和我喜欢的 "<em>Yellow Flicker Beat</em>”. 这首歌是第三部 <em>Hunger Games</em> 的片尾曲, 忽然想起自己除了当时和实验室的人一起去 Golden Village 糊里糊涂地看了第二部, 其它几部还没有看过. 一番搜索后发现这个系列的电影所幸已经完结, 那就可以痛快地看一遍了.</p>
3 | <p><a href="http://yongchen.org/posts/hunger-games-guan-hou-gan/">Read more…</a> (1 min remaining to read)</p></div> 政治 电影 http://yongchen.org/posts/hunger-games-guan-hou-gan/ Sun, 01 May 2016 12:11:55 GMT
--------------------------------------------------------------------------------
/categories/zheng-zhi.xml:
--------------------------------------------------------------------------------
1 |
2 | Home (Posts about 政治) http://yongchen.org/en Contents © 2017 <a href="mailto:ob@outlook.sg">YONG</a> Fri, 11 Aug 2017 06:47:24 GMT Nikola (getnikola.com) http://blogs.law.harvard.edu/tech/rss Hunger Games 观后感 http://yongchen.org/posts/hunger-games-guan-hou-gan/YONG <div><p>前天和同学聊歌曲时,无意间聊到年轻歌手 Lorde 和我喜欢的 "<em>Yellow Flicker Beat</em>”. 这首歌是第三部 <em>Hunger Games</em> 的片尾曲, 忽然想起自己除了当时和实验室的人一起去 Golden Village 糊里糊涂地看了第二部, 其它几部还没有看过. 一番搜索后发现这个系列的电影所幸已经完结, 那就可以痛快地看一遍了.</p>
3 | <p><a href="http://yongchen.org/posts/hunger-games-guan-hou-gan/">Read more…</a> (1 min remaining to read)</p></div> 政治 电影 http://yongchen.org/posts/hunger-games-guan-hou-gan/ Sun, 01 May 2016 12:11:55 GMT
--------------------------------------------------------------------------------
/categories/matlab.xml:
--------------------------------------------------------------------------------
1 |
2 | Home (Posts about matlab) http://yongchen.org/en Contents © 2017 <a href="mailto:ob@outlook.sg">YONG</a> Fri, 11 Aug 2017 06:47:24 GMT Nikola (getnikola.com) http://blogs.law.harvard.edu/tech/rss Matlab 3D Plot http://yongchen.org/posts/matlab-3d-plot/YONG <div><p>之前我一直是MMA的忠实用户, 因为它symbolic运算强大且精确. 也从来没有实际感受过它和其它计算系统之间的速度差别. 我之前有一组数据是连着跑了一天一夜, 因为MMA有着天然的内存泄漏问题, 为了防止它把我电脑的16G内存全吃掉后卡死, 我必须将它运行的中间结果都打印出来, 每次吃完内存后就重启MMA释放内存, 从中断的地方接着运行. 前天又想算一组误差数据, 本以为天亮后计算结果就会出来, 可是并没有, 当我到了实验室还仍然是Running的状态. 这让我愤怒地转向了Julia, 边自学边上阵, 大半天加一晚上把程序弄到了Julia里来, 到今天已经能正常地得出结果了.</p>
3 | <p><a href="http://yongchen.org/posts/matlab-3d-plot/">Read more…</a> (1 min remaining to read)</p></div> matlab http://yongchen.org/posts/matlab-3d-plot/ Wed, 25 May 2016 12:02:10 GMT
--------------------------------------------------------------------------------
/categories/text-editor.xml:
--------------------------------------------------------------------------------
1 |
2 | Home (Posts about text-editor) http://yongchen.org/en Contents © 2017 <a href="mailto:ob@outlook.sg">YONG</a> Fri, 11 Aug 2017 06:47:24 GMT Nikola (getnikola.com) http://blogs.law.harvard.edu/tech/rss Notepad++ Tips http://yongchen.org/posts/notepad%2B%2B-tips/YONG <p>Replace all <tt class="docutils literal"><span class="pre">$something...$</span></tt> with <tt class="docutils literal"><span class="pre">\(something...\)</span></tt>: Find what:
3 | <tt class="docutils literal"><span class="pre">\$(.*?)\$</span></tt> Replace with: <tt class="docutils literal"><span class="pre">\\\(\1\\\)</span></tt></p> text-editor http://yongchen.org/posts/notepad%2B%2B-tips/ Mon, 25 Apr 2016 04:23:01 GMT
--------------------------------------------------------------------------------
/categories/email.xml:
--------------------------------------------------------------------------------
1 |
2 | Home (Posts about email) http://yongchen.org/en Contents © 2017 <a href="mailto:ob@outlook.sg">YONG</a> Fri, 11 Aug 2017 06:47:30 GMT Nikola (getnikola.com) http://blogs.law.harvard.edu/tech/rss 免费域名邮箱选择 http://yongchen.org/posts/mian-fei-yu-ming-you-xiang-xuan-ze/YONG <div><p>几年前, Google和微软都还有免费的域名邮箱服务, 现在都已经转为收费了. 考察了以下几种免费的域名邮箱提供商:</p>
3 | <ol class="arabic simple">
4 | <li>国内: QQ, 网易</li>
5 | <li>国外: zoho, yandex</li>
6 | </ol>
7 | <p>先说我的选择: zoho. 接下来具体解释我遇到的情况.</p>
8 | <p><a href="http://yongchen.org/posts/mian-fei-yu-ming-you-xiang-xuan-ze/">Read more…</a> (1 min remaining to read)</p></div> domain email http://yongchen.org/posts/mian-fei-yu-ming-you-xiang-xuan-ze/ Tue, 16 Aug 2016 18:16:12 GMT
--------------------------------------------------------------------------------
/categories/wen-xue.xml:
--------------------------------------------------------------------------------
1 |
2 | Home (Posts about 文学) http://yongchen.org/en Contents © 2017 <a href="mailto:ob@outlook.sg">YONG</a> Fri, 11 Aug 2017 06:47:31 GMT Nikola (getnikola.com) http://blogs.law.harvard.edu/tech/rss 更真实自然的红楼梦: 黛玉传 http://yongchen.org/posts/geng-zhen-shi-zi-ran-de-hong-lou-meng-dai-yu-chuan/YONG <div><p>拍红楼梦, 说红楼剧, 想绕过87版, 很难. 就和重拍西游记, 三国一样.</p>
3 | <p>作为观众, 我们的情绪也是纠结的: 既希望新剧能忠于经典(大部分人心目中的经典形象基本是87版铬下的), 又希望有新意和超越. 这二者之间本就有冲突, 平衡把握得要好才能让大部分观众满意. 既不能过度保守弄个九分相似的复刻版, 又不能一味创新弄出不伦不类的东西, 例如铜钱头.</p>
4 | <p><a href="http://yongchen.org/posts/geng-zhen-shi-zi-ran-de-hong-lou-meng-dai-yu-chuan/">Read more…</a> (1 min remaining to read)</p></div> 文学 电视 http://yongchen.org/posts/geng-zhen-shi-zi-ran-de-hong-lou-meng-dai-yu-chuan/ Sat, 09 Jul 2016 11:23:43 GMT
--------------------------------------------------------------------------------
/categories/dian-shi.xml:
--------------------------------------------------------------------------------
1 |
2 | Home (Posts about 电视) http://yongchen.org/en Contents © 2017 <a href="mailto:ob@outlook.sg">YONG</a> Fri, 11 Aug 2017 06:47:31 GMT Nikola (getnikola.com) http://blogs.law.harvard.edu/tech/rss 更真实自然的红楼梦: 黛玉传 http://yongchen.org/posts/geng-zhen-shi-zi-ran-de-hong-lou-meng-dai-yu-chuan/YONG <div><p>拍红楼梦, 说红楼剧, 想绕过87版, 很难. 就和重拍西游记, 三国一样.</p>
3 | <p>作为观众, 我们的情绪也是纠结的: 既希望新剧能忠于经典(大部分人心目中的经典形象基本是87版铬下的), 又希望有新意和超越. 这二者之间本就有冲突, 平衡把握得要好才能让大部分观众满意. 既不能过度保守弄个九分相似的复刻版, 又不能一味创新弄出不伦不类的东西, 例如铜钱头.</p>
4 | <p><a href="http://yongchen.org/posts/geng-zhen-shi-zi-ran-de-hong-lou-meng-dai-yu-chuan/">Read more…</a> (1 min remaining to read)</p></div> 文学 电视 http://yongchen.org/posts/geng-zhen-shi-zi-ran-de-hong-lou-meng-dai-yu-chuan/ Sat, 09 Jul 2016 11:23:43 GMT
--------------------------------------------------------------------------------
/categories/clojure.xml:
--------------------------------------------------------------------------------
1 |
2 | Home (Posts about clojure) http://yongchen.org/en Contents © 2017 <a href="mailto:ob@outlook.sg">YONG</a> Fri, 11 Aug 2017 06:47:25 GMT Nikola (getnikola.com) http://blogs.law.harvard.edu/tech/rss Build Github Pages with Cryogen http://yongchen.org/posts/build-github-pages-with-cryogen/YONG <div class="section" id="why-cryogen">
3 | <h2>Why Cryogen?</h2>
4 | <p>Cryogen是用Clojure写的一个static site generator. 它的优点在于:
5 | markdown支持良好(包括Clojure语法高亮, 也支持AsciiDoc), 支持RSS, toc,
6 | Disqus, Sitemap, 可以使用tags, 移动网页友好, 易上手等.
7 | 最主要是我自己比较喜欢Clojure, 因此就没有考虑使用其它框架.</p>
8 | <p><a href="http://yongchen.org/posts/build-github-pages-with-cryogen/">Read more…</a> (1 min remaining to read)</p></div> clojure github web http://yongchen.org/posts/build-github-pages-with-cryogen/ Mon, 25 Apr 2016 04:22:27 GMT
--------------------------------------------------------------------------------
/categories/visual-studio.xml:
--------------------------------------------------------------------------------
1 |
2 | Home (Posts about visual-studio) http://yongchen.org/en Contents © 2017 <a href="mailto:ob@outlook.sg">YONG</a> Fri, 11 Aug 2017 06:47:24 GMT Nikola (getnikola.com) http://blogs.law.harvard.edu/tech/rss Visual Studio Auto Formatting Shortcut http://yongchen.org/posts/visual-studio-auto-formatting-shortcut/YONG <div><p>Visual Studio auto format (C++) shortcut:</p>
3 | <ul class="simple">
4 | <li>To format a selection: <tt class="docutils literal">CTRL + K + F</tt></li>
5 | <li>To format a document: <tt class="docutils literal">CTRL + K + D</tt></li>
6 | </ul>
7 | <p>See more in <tt class="docutils literal">Edit</tt> -> <tt class="docutils literal">Advanced</tt> menu</p></div> cpp visual-studio http://yongchen.org/posts/visual-studio-auto-formatting-shortcut/ Mon, 25 Apr 2016 17:04:11 GMT
--------------------------------------------------------------------------------
/categories/project.xml:
--------------------------------------------------------------------------------
1 |
2 | Home (Posts about project) http://yongchen.org/en Contents © 2017 <a href="mailto:ob@outlook.sg">YONG</a> Fri, 11 Aug 2017 06:47:28 GMT Nikola (getnikola.com) http://blogs.law.harvard.edu/tech/rss Interesting Projects in Google Summer of Code 2017 http://yongchen.org/posts/interesting-projects-in-google-summer-of-code-2017/YONG <div><p>"Google Summer of Code 2017" Projects: <a class="reference external" href="https://summerofcode.withgoogle.com/organizations/">https://summerofcode.withgoogle.com/organizations/</a></p>
3 | <p>I just picked some interesting ones from these projects:</p>
4 | <p><a href="http://yongchen.org/posts/interesting-projects-in-google-summer-of-code-2017/">Read more…</a> (2 min remaining to read)</p></div> algorithm julia project http://yongchen.org/posts/interesting-projects-in-google-summer-of-code-2017/ Sun, 19 Mar 2017 16:30:58 GMT
--------------------------------------------------------------------------------
/categories/markdown.xml:
--------------------------------------------------------------------------------
1 |
2 | Home (Posts about markdown) http://yongchen.org/en Contents © 2017 <a href="mailto:ob@outlook.sg">YONG</a> Fri, 11 Aug 2017 06:47:25 GMT Nikola (getnikola.com) http://blogs.law.harvard.edu/tech/rss Atom Markdown Settings http://yongchen.org/posts/atom-markdown-settings/YONG <div class="section" id="markdown-packages">
3 | <h2>Markdown Packages:</h2>
4 | <ul class="simple">
5 | <li><tt class="docutils literal"><span class="pre">language-markdown</span></tt></li>
6 | <li><tt class="docutils literal"><span class="pre">markdown-preview-plus</span></tt></li>
7 | <li><tt class="docutils literal"><span class="pre">markdown-scroll-sync</span></tt></li>
8 | </ul>
9 | <p><a href="http://yongchen.org/posts/atom-markdown-settings/">Read more…</a> (1 min remaining to read)</p></div> atom markdown http://yongchen.org/posts/atom-markdown-settings/ Mon, 25 Apr 2016 04:22:10 GMT
--------------------------------------------------------------------------------
/categories/inkscape.xml:
--------------------------------------------------------------------------------
1 |
2 | Home (Posts about inkscape) http://yongchen.org/en Contents © 2017 <a href="mailto:ob@outlook.sg">YONG</a> Fri, 11 Aug 2017 06:47:24 GMT Nikola (getnikola.com) http://blogs.law.harvard.edu/tech/rss Install Textext Plugin for Inkscape http://yongchen.org/posts/install-textext-plugin-for-inkscape/YONG <div><p>Textext官网(<a class="reference external" href="http://pav.iki.fi/software/textext/">http://pav.iki.fi/software/textext/</a>)以及作者本人的bitbucket很久没有更新了(<a class="reference external" href="https://bitbucket.org/pv/textext/src">https://bitbucket.org/pv/textext/src</a>).
3 | 针对Inkscape 0.91版本, 最新的textext资源在这里(<a class="reference external" href="https://bitbucket.org/pitgarbe/textext/src">https://bitbucket.org/pitgarbe/textext/src</a>)</p>
4 | <p><a href="http://yongchen.org/posts/install-textext-plugin-for-inkscape/">Read more…</a> (1 min remaining to read)</p></div> inkscape latex http://yongchen.org/posts/install-textext-plugin-for-inkscape/ Mon, 25 Apr 2016 13:45:44 GMT
--------------------------------------------------------------------------------
/categories/sage.xml:
--------------------------------------------------------------------------------
1 |
2 | Home (Posts about sage) http://yongchen.org/en Contents © 2017 <a href="mailto:ob@outlook.sg">YONG</a> Fri, 11 Aug 2017 06:47:24 GMT Nikola (getnikola.com) http://blogs.law.harvard.edu/tech/rss SageMath File Exchange with Windows via VirtualBox http://yongchen.org/posts/sagemath-file-exchange-with-windows-via-virtualbox/YONG <div class="section" id="sagemath-windows">
3 | <h2>SageMath Windows安装</h2>
4 | <p>在win环境下SageMath以ova虚拟机应用的形式安装: <a class="reference external" href="http://www.sagemath.org/download-windows.html">SageMath for
5 | Windows</a> 在使用Virtual
6 | Box安装时将系统选择为自己比较熟悉的Ubuntu x64版本, 并按照 <a class="reference external" href="https://wiki.sagemath.org/SageAppliance/SageMath-7">SageMath
7 | Installation</a>
8 | 中的步骤添加好共享文件夹后reset状态 (比如 C:/home/SageProjects).</p>
9 | <p><a href="http://yongchen.org/posts/sagemath-file-exchange-with-windows-via-virtualbox/">Read more…</a> (1 min remaining to read)</p></div> sage http://yongchen.org/posts/sagemath-file-exchange-with-windows-via-virtualbox/ Mon, 25 Apr 2016 13:09:20 GMT
--------------------------------------------------------------------------------
/categories/git.xml:
--------------------------------------------------------------------------------
1 |
2 | Home (Posts about git) http://yongchen.org/en Contents © 2017 <a href="mailto:ob@outlook.sg">YONG</a> Fri, 11 Aug 2017 06:47:24 GMT Nikola (getnikola.com) http://blogs.law.harvard.edu/tech/rss Git Learning Notes http://yongchen.org/posts/git-learning-notes/YONG <div class="section" id="git-project">
3 | <h2>Git Project</h2>
4 | <p>A git project can be thought of as having three parts in Figure
5 | <em>git-parts</em>:</p>
6 | <ul class="simple">
7 | <li>A <strong>Working Directory</strong>: creating, editing, deleting and organizing
8 | files</li>
9 | <li>A <strong>Staging Directory</strong>: list changes</li>
10 | <li>A <strong>Repository</strong>: Git permanently stores changes as different
11 | <em>versions</em>.</li>
12 | </ul>
13 | <p><a href="http://yongchen.org/posts/git-learning-notes/">Read more…</a> (2 min remaining to read)</p></div> git github http://yongchen.org/posts/git-learning-notes/ Mon, 25 Apr 2016 08:07:58 GMT
--------------------------------------------------------------------------------
/assets/css/nikola_rst.css:
--------------------------------------------------------------------------------
1 | div.admonition, div.attention, div.caution, div.danger, div.error,
2 | div.hint, div.important, div.note, div.tip, div.warning, div.sidebar {
3 | /* stolen from Boostrap 3 (.panel .panel-default) */
4 | margin-bottom: 20px;
5 | background-color: #fff;
6 | border: 1px solid #ddd;
7 | border-radius: 4px;
8 | -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
9 | box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
10 | padding: 0 15px 15px 15px;
11 | }
12 |
13 | div.attention, div.caution, div.danger, div.error, div.warning {
14 | /* stolen from Boostrap 3 (.panel .panel-danger) */
15 | border-color: #EBCCD1;
16 | }
17 |
18 | div.admonition p.admonition-title, div.hint p.admonition-title,
19 | div.important p.admonition-title, div.note p.admonition-title,
20 | div.tip p.admonition-title, div.sidebar p.sidebar-title,
21 | div.attention p.admonition-title, div.caution p.admonition-title,
22 | div.danger p.admonition-title, div.error p.admonition-title,
23 | div.warning p.admonition-title {
24 | /* stolen from Boostrap 3 (.panel .panel-default .panel-heading) */
25 | font-size: 16px;
26 | color: #333;
27 | background-color: #F5F5F5;
28 | padding: 10px 15px;
29 | margin-left: -15px;
30 | margin-right: -15px;
31 | border-bottom: 1px solid rgba(0, 0, 0, 0);
32 | border-top-left-radius: 3px;
33 | border-top-right-radius: 3px;
34 | color: #333;
35 | background-color: #F5F5F5;
36 | border-color: #DDD;
37 | }
38 |
39 | div.attention p.admonition-title, div.caution p.admonition-title,
40 | div.danger p.admonition-title, div.error p.admonition-title,
41 | div.warning p.admonition-title {
42 | /* stolen from Boostrap 3 (.panel .panel-danger) */
43 | color: #A94442;
44 | background-color: #F2DEDE;
45 | border-color: #EBCCD1;
46 | }
47 |
--------------------------------------------------------------------------------
/assets/xml/atom.xsl:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 | (Atom feed)
10 |
11 |
12 |
13 | (Atom feed)
14 | This is an Atom feed. To subscribe to it, copy its address and paste it when your feed reader asks for it. It will be updated periodically in your reader. New to feeds? Learn more .
15 |
16 | Atom feed address:
17 | url address false
18 |
19 | Preview of the feed’s current headlines:
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/assets/xml/rss.xsl:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 | (RSS)
10 |
11 |
12 |
13 | (RSS)
14 | This is an RSS feed. To subscribe to it, copy its address and paste it when your feed reader asks for it. It will be updated periodically in your reader. New to feeds? Learn more .
15 |
16 | RSS address:
17 | url address false
18 |
19 | Preview of the feed’s current headlines:
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/categories/ubuntu.xml:
--------------------------------------------------------------------------------
1 |
2 | Home (Posts about ubuntu) http://yongchen.org/en Contents © 2017 <a href="mailto:ob@outlook.sg">YONG</a> Fri, 11 Aug 2017 06:47:29 GMT Nikola (getnikola.com) http://blogs.law.harvard.edu/tech/rss 重置Ubuntu登录密码 http://yongchen.org/posts/chong-zhi-ubuntu-deng-lu-mi-ma/YONG <div><p>经常在Windows上通过VirtualBox来使用Ubuntu, 很长一段时间没有登录, 居然把用户密码忘记了(或者是升级VirtualBox后的Bug?). 只能通过Grub重置密码了. 其本参照 <a class="reference external" href="https://help.ubuntu.com/community/LostPassword">https://help.ubuntu.com/community/LostPassword</a> 这里的方法, 步骤如下:</p>
3 | <ol class="arabic simple">
4 | <li>启动Ubuntu时长按Shift键进入Grub菜单</li>
5 | <li>选择recovery mode选项回车</li>
6 | <li>选择"root Drop to root shell prompt"选项</li>
7 | <li>在 <tt class="docutils literal">~#</tt> 符号后输入 <tt class="docutils literal">mount <span class="pre">-rw</span> <span class="pre">-o</span> remount /</tt> 使root盘获取读写权限. 如果略过此步执行下一步可能会提示"Authentication token manipulation error"</li>
8 | <li>在 <tt class="docutils literal">~#</tt> 符号后输入 <tt class="docutils literal">passwd [username]</tt> 按提示设置新的密码</li>
9 | <li>输入 <tt class="docutils literal">reboot</tt> 重启.</li>
10 | </ol></div> ubuntu http://yongchen.org/posts/chong-zhi-ubuntu-deng-lu-mi-ma/ Thu, 18 Aug 2016 04:22:35 GMT
--------------------------------------------------------------------------------
/categories/cat_ping-lun.xml:
--------------------------------------------------------------------------------
1 |
2 | Home (Posts about 评论) http://yongchen.org/en Contents © 2017 <a href="mailto:ob@outlook.sg">YONG</a> Fri, 11 Aug 2017 06:47:28 GMT Nikola (getnikola.com) http://blogs.law.harvard.edu/tech/rss 更真实自然的红楼梦: 黛玉传 http://yongchen.org/posts/geng-zhen-shi-zi-ran-de-hong-lou-meng-dai-yu-chuan/YONG <div><p>拍红楼梦, 说红楼剧, 想绕过87版, 很难. 就和重拍西游记, 三国一样.</p>
3 | <p>作为观众, 我们的情绪也是纠结的: 既希望新剧能忠于经典(大部分人心目中的经典形象基本是87版铬下的), 又希望有新意和超越. 这二者之间本就有冲突, 平衡把握得要好才能让大部分观众满意. 既不能过度保守弄个九分相似的复刻版, 又不能一味创新弄出不伦不类的东西, 例如铜钱头.</p>
4 | <p><a href="http://yongchen.org/posts/geng-zhen-shi-zi-ran-de-hong-lou-meng-dai-yu-chuan/">Read more…</a> (1 min remaining to read)</p></div> 文学 电视 http://yongchen.org/posts/geng-zhen-shi-zi-ran-de-hong-lou-meng-dai-yu-chuan/ Sat, 09 Jul 2016 11:23:43 GMT Hunger Games 观后感 http://yongchen.org/posts/hunger-games-guan-hou-gan/YONG <div><p>前天和同学聊歌曲时,无意间聊到年轻歌手 Lorde 和我喜欢的 "<em>Yellow Flicker Beat</em>”. 这首歌是第三部 <em>Hunger Games</em> 的片尾曲, 忽然想起自己除了当时和实验室的人一起去 Golden Village 糊里糊涂地看了第二部, 其它几部还没有看过. 一番搜索后发现这个系列的电影所幸已经完结, 那就可以痛快地看一遍了.</p>
5 | <p><a href="http://yongchen.org/posts/hunger-games-guan-hou-gan/">Read more…</a> (1 min remaining to read)</p></div> 政治 电影 http://yongchen.org/posts/hunger-games-guan-hou-gan/ Sun, 01 May 2016 12:11:55 GMT
--------------------------------------------------------------------------------
/galleries/demo/rss.xml:
--------------------------------------------------------------------------------
1 |
2 | Tesla tower1 lg http://yongchen.org/galleries/demo/rss.xmlen Fri, 11 Aug 2017 06:47:10 GMT https://getnikola.com/ http://blogs.law.harvard.edu/tech/rss Tesla2 lg http://yongchen.org/galleries\demo\tesla2_lg.jpggalleries\demo\tesla2_lg.jpg Wed, 01 Jan 2014 00:00:00 GMT Tesla4 lg http://yongchen.org/galleries\demo\tesla4_lg.jpggalleries\demo\tesla4_lg.jpg Wed, 01 Jan 2014 00:01:00 GMT Tesla conducts lg http://yongchen.org/galleries\demo\tesla_conducts_lg.jpggalleries\demo\tesla_conducts_lg.jpg Wed, 01 Jan 2014 00:02:00 GMT Tesla lightning1 lg http://yongchen.org/galleries\demo\tesla_lightning1_lg.jpggalleries\demo\tesla_lightning1_lg.jpg Wed, 01 Jan 2014 00:03:00 GMT Tesla lightning2 lg http://yongchen.org/galleries\demo\tesla_lightning2_lg.jpggalleries\demo\tesla_lightning2_lg.jpg Wed, 01 Jan 2014 00:04:00 GMT Tesla tower1 lg http://yongchen.org/galleries\demo\tesla_tower1_lg.jpggalleries\demo\tesla_tower1_lg.jpg Wed, 01 Jan 2014 00:05:00 GMT
--------------------------------------------------------------------------------
/categories/atom.xml:
--------------------------------------------------------------------------------
1 |
2 | Home (Posts about atom) http://yongchen.org/en Contents © 2017 <a href="mailto:ob@outlook.sg">YONG</a> Fri, 11 Aug 2017 06:47:25 GMT Nikola (getnikola.com) http://blogs.law.harvard.edu/tech/rss Atom Markdown Settings http://yongchen.org/posts/atom-markdown-settings/YONG <div class="section" id="markdown-packages">
3 | <h2>Markdown Packages:</h2>
4 | <ul class="simple">
5 | <li><tt class="docutils literal"><span class="pre">language-markdown</span></tt></li>
6 | <li><tt class="docutils literal"><span class="pre">markdown-preview-plus</span></tt></li>
7 | <li><tt class="docutils literal"><span class="pre">markdown-scroll-sync</span></tt></li>
8 | </ul>
9 | <p><a href="http://yongchen.org/posts/atom-markdown-settings/">Read more…</a> (1 min remaining to read)</p></div> atom markdown http://yongchen.org/posts/atom-markdown-settings/ Mon, 25 Apr 2016 04:22:10 GMT Atom LaTeX Settings http://yongchen.org/posts/atom-latex-settings/YONG <div class="section" id="packages">
10 | <h2>Packages:</h2>
11 | <ol class="arabic simple">
12 | <li>Install TeX Live (<a class="reference external" href="https://www.tug.org/texlive/">https://www.tug.org/texlive/</a>)</li>
13 | <li>Install Atom</li>
14 | </ol>
15 | <p><a href="http://yongchen.org/posts/atom-latex-settings/">Read more…</a> (1 min remaining to read)</p></div> atom latex http://yongchen.org/posts/atom-latex-settings/ Mon, 25 Apr 2016 04:21:47 GMT
--------------------------------------------------------------------------------
/categories/cat_os.xml:
--------------------------------------------------------------------------------
1 |
2 | Home (Posts about OS) http://yongchen.org/en Contents © 2017 <a href="mailto:ob@outlook.sg">YONG</a> Fri, 11 Aug 2017 06:47:27 GMT Nikola (getnikola.com) http://blogs.law.harvard.edu/tech/rss 小米手机连接电脑 http://yongchen.org/posts/xiao-mi-shou-ji-lian-jie-dian-nao/YONG <div><p>我们要将手机连接到电脑上,并用电脑访问手机上的文件,如复制、删除歌曲及图片文件等。
3 | 但小米助手目前几乎被官方放弃,只支持安卓5.0及以前的系统。</p>
4 | <p>使用手机:小米Max,安卓版本:7.0, 国际版。</p>
5 | <p>下面我们用安卓的USB调试模式连接。</p>
6 | <p><a href="http://yongchen.org/posts/xiao-mi-shou-ji-lian-jie-dian-nao/">Read more…</a> (2 min remaining to read)</p></div> 手机 http://yongchen.org/posts/xiao-mi-shou-ji-lian-jie-dian-nao/ Thu, 09 Feb 2017 06:51:43 GMT 重置Ubuntu登录密码 http://yongchen.org/posts/chong-zhi-ubuntu-deng-lu-mi-ma/YONG <div><p>经常在Windows上通过VirtualBox来使用Ubuntu, 很长一段时间没有登录, 居然把用户密码忘记了(或者是升级VirtualBox后的Bug?). 只能通过Grub重置密码了. 其本参照 <a class="reference external" href="https://help.ubuntu.com/community/LostPassword">https://help.ubuntu.com/community/LostPassword</a> 这里的方法, 步骤如下:</p>
7 | <ol class="arabic simple">
8 | <li>启动Ubuntu时长按Shift键进入Grub菜单</li>
9 | <li>选择recovery mode选项回车</li>
10 | <li>选择"root Drop to root shell prompt"选项</li>
11 | <li>在 <tt class="docutils literal">~#</tt> 符号后输入 <tt class="docutils literal">mount <span class="pre">-rw</span> <span class="pre">-o</span> remount /</tt> 使root盘获取读写权限. 如果略过此步执行下一步可能会提示"Authentication token manipulation error"</li>
12 | <li>在 <tt class="docutils literal">~#</tt> 符号后输入 <tt class="docutils literal">passwd [username]</tt> 按提示设置新的密码</li>
13 | <li>输入 <tt class="docutils literal">reboot</tt> 重启.</li>
14 | </ol></div> ubuntu http://yongchen.org/posts/chong-zhi-ubuntu-deng-lu-mi-ma/ Thu, 18 Aug 2016 04:22:35 GMT
--------------------------------------------------------------------------------
/categories/cpp.xml:
--------------------------------------------------------------------------------
1 |
2 | Home (Posts about cpp) http://yongchen.org/en Contents © 2017 <a href="mailto:ob@outlook.sg">YONG</a> Fri, 11 Aug 2017 06:47:31 GMT Nikola (getnikola.com) http://blogs.law.harvard.edu/tech/rss Wrap Angle to Given Range http://yongchen.org/posts/wrap-angle-to-given-range/YONG <div><p>问题: 如何将任一个角度值映射到给定范围, 比如[-pi, pi)?</p>
3 | <p>方案: 参考 <a class="reference external" href="http://stackoverflow.com/questions/4633177/c-how-to-wrap-a-float-to-the-interval-pi-pi">http://stackoverflow.com/questions/4633177/c-how-to-wrap-a-float-to-the-interval-pi-pi</a></p>
4 | <p>stackoverflow原文给出了cpp实现:</p>
5 | <p><a href="http://yongchen.org/posts/wrap-angle-to-given-range/">Read more…</a> (1 min remaining to read)</p></div> algorithm cpp julia http://yongchen.org/posts/wrap-angle-to-given-range/ Wed, 20 Jul 2016 05:30:46 GMT Install MonoDevelop on Ubuntu http://yongchen.org/posts/install-monodevelop-on-ubuntu/YONG <div><p>MonoDevelop不但可以用来写.Net程序,也可以用作C++的IDE,只是ubuntu软件中心的monodevelop版本非常陈旧,因此我们需要自己手动来安装(我使用的是
6 | Ubuntu 14.04 LTS, 安装之后的 monodevelop 版本为 5.10)。</p>
7 | <p><a href="http://yongchen.org/posts/install-monodevelop-on-ubuntu/">Read more…</a> (1 min remaining to read)</p></div> cpp http://yongchen.org/posts/install-monodevelop-on-ubuntu/ Mon, 25 Apr 2016 17:17:23 GMT Visual Studio Auto Formatting Shortcut http://yongchen.org/posts/visual-studio-auto-formatting-shortcut/YONG <div><p>Visual Studio auto format (C++) shortcut:</p>
8 | <ul class="simple">
9 | <li>To format a selection: <tt class="docutils literal">CTRL + K + F</tt></li>
10 | <li>To format a document: <tt class="docutils literal">CTRL + K + D</tt></li>
11 | </ul>
12 | <p>See more in <tt class="docutils literal">Edit</tt> -> <tt class="docutils literal">Advanced</tt> menu</p></div> cpp visual-studio http://yongchen.org/posts/visual-studio-auto-formatting-shortcut/ Mon, 25 Apr 2016 17:04:11 GMT
--------------------------------------------------------------------------------
/assets/css/colorbox.css:
--------------------------------------------------------------------------------
1 | /*
2 | Colorbox Core Style:
3 | The following CSS is consistent between example themes and should not be altered.
4 | */
5 | #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
6 | #cboxWrapper {max-width:none;}
7 | #cboxOverlay{position:fixed; width:100%; height:100%;}
8 | #cboxMiddleLeft, #cboxBottomLeft{clear:left;}
9 | #cboxContent{position:relative;}
10 | #cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
11 | #cboxTitle{margin:0;}
12 | #cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
13 | #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
14 | .cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
15 | .cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
16 | #colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
17 |
18 | /*
19 | User Style:
20 | Change the following styles to modify the appearance of Colorbox. They are
21 | ordered & tabbed in a way that represents the nesting of the generated HTML.
22 | */
23 | #cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
24 | #colorbox{outline:0;}
25 | #cboxContent{margin-top:20px;background:#000;}
26 | .cboxIframe{background:#fff;}
27 | #cboxError{padding:50px; border:1px solid #ccc;}
28 | #cboxLoadedContent{border:5px solid #000; background:#fff;}
29 | #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
30 | #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
31 | #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
32 |
33 | /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
34 | #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
35 |
36 | /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
37 | #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
38 |
39 | #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
40 | #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
41 | #cboxPrevious:hover{background-position:bottom left;}
42 | #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
43 | #cboxNext:hover{background-position:bottom right;}
44 | #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
45 | #cboxClose:hover{background-position:bottom center;}
46 |
--------------------------------------------------------------------------------
/categories/latex.xml:
--------------------------------------------------------------------------------
1 |
2 | Home (Posts about latex) http://yongchen.org/en Contents © 2017 <a href="mailto:ob@outlook.sg">YONG</a> Fri, 11 Aug 2017 06:47:24 GMT Nikola (getnikola.com) http://blogs.law.harvard.edu/tech/rss Install Textext Plugin for Inkscape http://yongchen.org/posts/install-textext-plugin-for-inkscape/YONG <div><p>Textext官网(<a class="reference external" href="http://pav.iki.fi/software/textext/">http://pav.iki.fi/software/textext/</a>)以及作者本人的bitbucket很久没有更新了(<a class="reference external" href="https://bitbucket.org/pv/textext/src">https://bitbucket.org/pv/textext/src</a>).
3 | 针对Inkscape 0.91版本, 最新的textext资源在这里(<a class="reference external" href="https://bitbucket.org/pitgarbe/textext/src">https://bitbucket.org/pitgarbe/textext/src</a>)</p>
4 | <p><a href="http://yongchen.org/posts/install-textext-plugin-for-inkscape/">Read more…</a> (1 min remaining to read)</p></div> inkscape latex http://yongchen.org/posts/install-textext-plugin-for-inkscape/ Mon, 25 Apr 2016 13:45:44 GMT LyX Settins on Windows http://yongchen.org/posts/lyx-settins-on-windows/YONG <div class="section" id="main-settings">
5 | <h2>Main settings</h2>
6 | <p>Refer to
7 | <a class="reference external" href="http://andnot.farbox.com/post/ke-yan-bi-ji/lyxzhong-wen-pei-zhi-tips">http://andnot.farbox.com/post/ke-yan-bi-ji/lyxzhong-wen-pei-zhi-tips</a></p>
8 | <p>Document->Settings…</p>
9 | <p><a href="http://yongchen.org/posts/lyx-settins-on-windows/">Read more…</a> (1 min remaining to read)</p></div> latex http://yongchen.org/posts/lyx-settins-on-windows/ Mon, 25 Apr 2016 04:22:49 GMT Atom LaTeX Settings http://yongchen.org/posts/atom-latex-settings/YONG <div class="section" id="packages">
10 | <h2>Packages:</h2>
11 | <ol class="arabic simple">
12 | <li>Install TeX Live (<a class="reference external" href="https://www.tug.org/texlive/">https://www.tug.org/texlive/</a>)</li>
13 | <li>Install Atom</li>
14 | </ol>
15 | <p><a href="http://yongchen.org/posts/atom-latex-settings/">Read more…</a> (1 min remaining to read)</p></div> atom latex http://yongchen.org/posts/atom-latex-settings/ Mon, 25 Apr 2016 04:21:47 GMT
--------------------------------------------------------------------------------
/assets/css/baguetteBox.min.css:
--------------------------------------------------------------------------------
1 | /*!
2 | * baguetteBox.js
3 | * @author feimosi
4 | * @version 1.8.2
5 | * @url https://github.com/feimosi/baguetteBox.js
6 | */#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.baguetteBox-button svg{position:absolute;left:0;top:0}.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}
--------------------------------------------------------------------------------
/listings/__pycache__/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | __pycache__ | Home
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 | Skip to main content
19 |
20 |
21 |
22 |
23 |
24 |
36 |
37 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
77 |
78 |
79 |
83 |
84 |
85 |
86 |
87 |
91 |
92 |
93 |
--------------------------------------------------------------------------------
/assets/css/docs.css:
--------------------------------------------------------------------------------
1 | body {
2 | font-weight: 300;
3 | }
4 |
5 | a:hover,
6 | a:focus {
7 | text-decoration: none;
8 | }
9 |
10 | .container {
11 | max-width: 700px;
12 | }
13 |
14 | h2 {
15 | text-align: center;
16 | font-weight: 300;
17 | }
18 |
19 |
20 | /* Header
21 | -------------------------------------------------- */
22 |
23 | .jumbotron {
24 | position: relative;
25 | font-size: 16px;
26 | color: #fff;
27 | color: rgba(255,255,255,.75);
28 | text-align: center;
29 | background-color: #b94a48;
30 | border-radius: 0;
31 | }
32 | .jumbotron h1,
33 | .jumbotron .glyphicon-ok {
34 | margin-bottom: 15px;
35 | font-weight: 300;
36 | letter-spacing: -1px;
37 | color: #fff;
38 | }
39 | .jumbotron .glyphicon-ok {
40 | font-size: 40px;
41 | line-height: 1;
42 | }
43 | .btn-outline {
44 | margin-top: 15px;
45 | margin-bottom: 15px;
46 | padding: 18px 24px;
47 | font-size: inherit;
48 | font-weight: 500;
49 | color: #fff; /* redeclare to override the `.jumbotron a` */
50 | background-color: transparent;
51 | border-color: #fff;
52 | border-color: rgba(255,255,255,.5);
53 | transition: all .1s ease-in-out;
54 | }
55 | .btn-outline:hover,
56 | .btn-outline:active {
57 | color: #b94a48;
58 | background-color: #fff;
59 | border-color: #fff;
60 | }
61 |
62 | .jumbotron:after {
63 | position: absolute;
64 | right: 0;
65 | bottom: 0;
66 | left: 0;
67 | z-index: 10;
68 | display: block;
69 | content: "";
70 | height: 30px;
71 | background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0,0,0,.1));
72 | background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0,0,0,.1));
73 | }
74 |
75 | .jumbotron p a,
76 | .jumbotron-links a {
77 | font-weight: 500;
78 | color: #fff;
79 | transition: all .1s ease-in-out;
80 | }
81 | .jumbotron p a:hover,
82 | .jumbotron-links a:hover {
83 | text-shadow: 0 0 10px rgba(255,255,255,.55);
84 | }
85 |
86 | /* Textual links */
87 | .jumbotron-links {
88 | margin-top: 15px;
89 | margin-bottom: 0;
90 | padding-left: 0;
91 | list-style: none;
92 | font-size: 14px;
93 | }
94 | .jumbotron-links li {
95 | display: inline;
96 | }
97 | .jumbotron-links li + li {
98 | margin-left: 20px;
99 | }
100 |
101 | @media (min-width: 768px) {
102 | .jumbotron {
103 | padding-top: 100px;
104 | padding-bottom: 100px;
105 | font-size: 21px;
106 | }
107 | .jumbotron h1,
108 | .jumbotron .glyphicon-ok {
109 | font-size: 50px;
110 | }
111 | }
112 |
113 | /* Steps for setup
114 | -------------------------------------------------- */
115 |
116 | .how-to {
117 | padding: 50px 20px;
118 | border-top: 1px solid #eee;
119 | }
120 | .how-to li {
121 | font-size: 21px;
122 | line-height: 1.5;
123 | margin-top: 20px;
124 | }
125 | .how-to li p {
126 | font-size: 16px;
127 | color: #555;
128 | }
129 | .how-to code {
130 | font-size: 85%;
131 | color: #b94a48;
132 | background-color: #fcf3f2;
133 | word-wrap: break-word;
134 | white-space: normal;
135 | }
136 |
137 | /* Icons
138 | -------------------------------------------------- */
139 |
140 | .the-icons {
141 | padding: 40px 10px;
142 | font-size: 20px;
143 | line-height: 2;
144 | color: #333;
145 | text-align: center;
146 | }
147 | .the-icons .glyphicon {
148 | padding-left: 15px;
149 | padding-right: 15px;
150 | }
151 |
152 | /* Footer
153 | -------------------------------------------------- */
154 |
155 | .footer {
156 | padding: 50px 30px;
157 | color: #777;
158 | text-align: center;
159 | border-top: 1px solid #eee;
160 | }
161 |
--------------------------------------------------------------------------------
/categories/emacs.xml:
--------------------------------------------------------------------------------
1 |
2 | Home (Posts about emacs) http://yongchen.org/en Contents © 2017 <a href="mailto:ob@outlook.sg">YONG</a> Fri, 11 Aug 2017 06:47:24 GMT Nikola (getnikola.com) http://blogs.law.harvard.edu/tech/rss Org-Mode PDF Export in Chinese http://yongchen.org/posts/org-mode-pdf-export-in-chinese/YONG <div class="section" id="simple-solution">
3 | <h2>Simple solution</h2>
4 | <p>Refer to <a class="reference external" href="http://www.xuebuyuan.com/2136832.html">http://www.xuebuyuan.com/2136832.html</a></p>
5 | <p>Add the following to <tt class="docutils literal"><span class="pre">dotspacemacs/user-config()</span></tt> block of
6 | <tt class="docutils literal">.spacemacs</tt> file:</p>
7 | <p><a href="http://yongchen.org/posts/org-mode-pdf-export-in-chinese/">Read more…</a> (1 min remaining to read)</p></div> emacs org-mode http://yongchen.org/posts/org-mode-pdf-export-in-chinese/ Mon, 25 Apr 2016 04:24:11 GMT Spacemacs Learning Notes http://yongchen.org/posts/spacemacs-learning-notes/YONG <div class="section" id="emacs-tutorial-official">
8 | <h2>Emacs Tutorial (Official)</h2>
9 | <ul class="simple">
10 | <li><tt class="docutils literal">C</tt>: Ctrl</li>
11 | <li><tt class="docutils literal">M</tt>: Alt (Meta)</li>
12 | <li><tt class="docutils literal">RET</tt>: Enter (Return)</li>
13 | </ul>
14 | <p><a href="http://yongchen.org/posts/spacemacs-learning-notes/">Read more…</a> (3 min remaining to read)</p></div> emacs http://yongchen.org/posts/spacemacs-learning-notes/ Mon, 25 Apr 2016 04:23:49 GMT Org-Mode Learning Notes http://yongchen.org/posts/org-mode-learning-notes/YONG <div class="section" id="org-mode-basics">
15 | <h2>Org-mode basics</h2>
16 | <ul class="simple">
17 | <li><a class="reference external" href="http://orgmode.org/worg/org-tutorials/org4beginners.html">http://orgmode.org/worg/org-tutorials/org4beginners.html</a></li>
18 | <li><a class="reference external" href="http://orgmode.org/worg/index.html">http://orgmode.org/worg/index.html</a></li>
19 | <li><a class="reference external" href="http://orgmode.org/worg/org-tutorials/orgtutorial_dto.html">http://orgmode.org/worg/org-tutorials/orgtutorial_dto.html</a></li>
20 | </ul>
21 | <p><a href="http://yongchen.org/posts/org-mode-learning-notes/">Read more…</a> (1 min remaining to read)</p></div> emacs org-mode http://yongchen.org/posts/org-mode-learning-notes/ Mon, 25 Apr 2016 04:23:26 GMT
--------------------------------------------------------------------------------
/authors/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Authors | Home
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 | Skip to main content
19 |
20 |
21 |
22 |
23 |
24 |
36 |
37 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
Authors
72 |
77 |
78 |
79 |
80 |
84 |
85 |
86 |
87 |
88 |
92 |
93 |
94 |
--------------------------------------------------------------------------------
/listings/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | listings | Home
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 | Skip to main content
19 |
20 |
21 |
22 |
23 |
24 |
36 |
37 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
83 |
84 |
85 |
89 |
90 |
91 |
92 |
93 |
97 |
98 |
99 |
--------------------------------------------------------------------------------
/2013/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Posts for year 2013 | Home
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 | Skip to main content
19 |
20 |
21 |
22 |
23 |
24 |
36 |
37 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
73 |
74 | 2013-08-27 18:20 Charts
75 |
76 |
77 |
78 |
79 |
80 |
84 |
85 |
86 |
87 |
88 |
92 |
93 |
94 |
--------------------------------------------------------------------------------
/categories/org-mode.xml:
--------------------------------------------------------------------------------
1 |
2 | Home (Posts about org-mode) http://yongchen.org/en Contents © 2017 <a href="mailto:ob@outlook.sg">YONG</a> Fri, 11 Aug 2017 06:47:24 GMT Nikola (getnikola.com) http://blogs.law.harvard.edu/tech/rss Org to rst Notes http://yongchen.org/posts/org-to-rst-notes/YONG <div><p>I’m using <tt class="docutils literal">Nikola</tt> for site generating, which supports various types
3 | of input formats: <tt class="docutils literal">.rst</tt> natively, <tt class="docutils literal">.md</tt> partially, <tt class="docutils literal">.org</tt> via
4 | <tt class="docutils literal">orgmode</tt> plug-in, .., etc. No one seems perfect for me:</p>
5 | <p><a href="http://yongchen.org/posts/org-to-rst-notes/">Read more…</a> (3 min remaining to read)</p></div> org-mode web http://yongchen.org/posts/org-to-rst-notes/ Mon, 25 Apr 2016 10:43:39 GMT Org-Mode PDF Export in Chinese http://yongchen.org/posts/org-mode-pdf-export-in-chinese/YONG <div class="section" id="simple-solution">
6 | <h2>Simple solution</h2>
7 | <p>Refer to <a class="reference external" href="http://www.xuebuyuan.com/2136832.html">http://www.xuebuyuan.com/2136832.html</a></p>
8 | <p>Add the following to <tt class="docutils literal"><span class="pre">dotspacemacs/user-config()</span></tt> block of
9 | <tt class="docutils literal">.spacemacs</tt> file:</p>
10 | <p><a href="http://yongchen.org/posts/org-mode-pdf-export-in-chinese/">Read more…</a> (1 min remaining to read)</p></div> emacs org-mode http://yongchen.org/posts/org-mode-pdf-export-in-chinese/ Mon, 25 Apr 2016 04:24:11 GMT Org-Mode Learning Notes http://yongchen.org/posts/org-mode-learning-notes/YONG <div class="section" id="org-mode-basics">
11 | <h2>Org-mode basics</h2>
12 | <ul class="simple">
13 | <li><a class="reference external" href="http://orgmode.org/worg/org-tutorials/org4beginners.html">http://orgmode.org/worg/org-tutorials/org4beginners.html</a></li>
14 | <li><a class="reference external" href="http://orgmode.org/worg/index.html">http://orgmode.org/worg/index.html</a></li>
15 | <li><a class="reference external" href="http://orgmode.org/worg/org-tutorials/orgtutorial_dto.html">http://orgmode.org/worg/org-tutorials/orgtutorial_dto.html</a></li>
16 | </ul>
17 | <p><a href="http://yongchen.org/posts/org-mode-learning-notes/">Read more…</a> (1 min remaining to read)</p></div> emacs org-mode http://yongchen.org/posts/org-mode-learning-notes/ Mon, 25 Apr 2016 04:23:26 GMT
--------------------------------------------------------------------------------
/archive.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Archive | Home
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 | Skip to main content
19 |
20 |
21 |
22 |
23 |
24 |
36 |
37 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
73 |
74 | 2017
75 | (7)
76 |
77 |
78 | 2016
79 | (29)
80 |
81 |
82 | 2013
83 | (1)
84 |
85 |
86 | 2012
87 | (4)
88 |
89 |
90 |
91 |
92 |
93 |
97 |
98 |
99 |
100 |
101 |
105 |
106 |
107 |
--------------------------------------------------------------------------------
/categories/clothoid.xml:
--------------------------------------------------------------------------------
1 |
2 | Home (Posts about clothoid) http://yongchen.org/en Contents © 2017 <a href="mailto:ob@outlook.sg">YONG</a> Fri, 11 Aug 2017 06:47:29 GMT Nikola (getnikola.com) http://blogs.law.harvard.edu/tech/rss Approximation Error of Position http://yongchen.org/posts/approximation-error-of-position/YONG <div><div class="contents topic" id="contents">
3 | <p class="topic-title first">Contents</p>
4 | <ul class="auto-toc simple">
5 | <li><a class="reference internal" href="http://yongchen.org/posts/approximation-error-of-position/#cloapp-jl" id="id2">1 cloapp.jl</a><ul class="auto-toc">
6 | <li><a class="reference internal" href="http://yongchen.org/posts/approximation-error-of-position/#uniform-sampling" id="id3">1.1 Uniform Sampling</a></li>
7 | <li><a class="reference internal" href="http://yongchen.org/posts/approximation-error-of-position/#adaptive-nonuniform-sampling" id="id4">1.2 Adaptive (Nonuniform) Sampling</a><ul class="auto-toc">
8 | <li><a class="reference internal" href="http://yongchen.org/posts/approximation-error-of-position/#old-version" id="id5">1.2.1 Old Version</a></li>
9 | <li><a class="reference internal" href="http://yongchen.org/posts/approximation-error-of-position/#new-version" id="id6">1.2.2 New Version</a><ul class="auto-toc">
10 | <li><a class="reference internal" href="http://yongchen.org/posts/approximation-error-of-position/#id1" id="id7">1.2.2.1 基本框架</a></li>
11 | <li><a class="reference internal" href="http://yongchen.org/posts/approximation-error-of-position/#computeerror" id="id8">1.2.2.2 <tt class="docutils literal">computeError()</tt></a></li>
12 | <li><a class="reference internal" href="http://yongchen.org/posts/approximation-error-of-position/#lookuptablewithprecision-eps-arclength" id="id9">1.2.2.3 <tt class="docutils literal">lookupTableWithPrecision(eps, arclength)</tt></a></li>
13 | <li><a class="reference internal" href="http://yongchen.org/posts/approximation-error-of-position/#results" id="id10">1.2.2.4 Results</a></li>
14 | </ul>
15 | </li>
16 | </ul>
17 | </li>
18 | </ul>
19 | </li>
20 | </ul>
21 | </div>
22 | <p><a href="http://yongchen.org/posts/approximation-error-of-position/">Read more…</a> (12 min remaining to read)</p></div> algorithm clothoid mathjax http://yongchen.org/posts/approximation-error-of-position/ Fri, 10 Feb 2017 05:59:56 GMT Clothoid Approximation http://yongchen.org/posts/clothoid-approximation/YONG <div class="section" id="id1">
23 | <h2>圆弧插值</h2>
24 | <p>设basic clothoid上分布着多个点, 第 j 个圆弧穿过第 j 个与 j+1 个点. 它的半径由下式确定:</p>
25 | <p><a href="http://yongchen.org/posts/clothoid-approximation/">Read more…</a> (1 min remaining to read)</p></div> algorithm clothoid mathjax http://yongchen.org/posts/clothoid-approximation/ Thu, 26 May 2016 06:23:42 GMT
--------------------------------------------------------------------------------
/categories/domain.xml:
--------------------------------------------------------------------------------
1 |
2 | Home (Posts about domain) http://yongchen.org/en Contents © 2017 <a href="mailto:ob@outlook.sg">YONG</a> Fri, 11 Aug 2017 06:47:30 GMT Nikola (getnikola.com) http://blogs.law.harvard.edu/tech/rss 免费域名邮箱选择 http://yongchen.org/posts/mian-fei-yu-ming-you-xiang-xuan-ze/YONG <div><p>几年前, Google和微软都还有免费的域名邮箱服务, 现在都已经转为收费了. 考察了以下几种免费的域名邮箱提供商:</p>
3 | <ol class="arabic simple">
4 | <li>国内: QQ, 网易</li>
5 | <li>国外: zoho, yandex</li>
6 | </ol>
7 | <p>先说我的选择: zoho. 接下来具体解释我遇到的情况.</p>
8 | <p><a href="http://yongchen.org/posts/mian-fei-yu-ming-you-xiang-xuan-ze/">Read more…</a> (1 min remaining to read)</p></div> domain email http://yongchen.org/posts/mian-fei-yu-ming-you-xiang-xuan-ze/ Tue, 16 Aug 2016 18:16:12 GMT Alexa 前100万网站域名后缀统计 http://yongchen.org/posts/alexa-qian-100-wan-wang-zhan-yu-ming-hou-zhui-tong-ji/YONG <div><p>记得前两天看到一篇 <a class="reference external" href="http://blog.park.io/articles/enormous-growth-of-io-domains/">文章</a>, 讲了 <tt class="docutils literal">.io</tt> 域名在 Alexa 网站排名中的一些事情. 我就很想知道在 Alexa 这个榜单里, 各种 domain extension 都占了多大的份额, 想看看最流行的这些网站的建设者都喜欢用哪些主流和非主流的域名后缀.</p>
9 | <p><a href="http://yongchen.org/posts/alexa-qian-100-wan-wang-zhan-yu-ming-hou-zhui-tong-ji/">Read more…</a> (2 min remaining to read)</p></div> domain web http://yongchen.org/posts/alexa-qian-100-wan-wang-zhan-yu-ming-hou-zhui-tong-ji/ Sat, 28 May 2016 17:18:51 GMT 域名相关常识 http://yongchen.org/posts/yu-ming-xiang-guan-chang-shi/YONG <div class="section" id="id1">
10 | <h2>介绍</h2>
11 | <p>自己只是打算建一个 Github Page 绑定到个人域名, 在注册域名的过程中慢慢了解了该行业的一些状况. 大多是基本常识, 还有一些个人看法, 属于个人笔记性质.</p>
12 | <p><a href="http://yongchen.org/posts/yu-ming-xiang-guan-chang-shi/">Read more…</a> (1 min remaining to read)</p></div> domain http://yongchen.org/posts/yu-ming-xiang-guan-chang-shi/ Mon, 16 May 2016 04:52:40 GMT Custom Domain Settings of Yandex Mail http://yongchen.org/posts/custom-domain-settings-of-yandex-mail/YONG <div><p>This post is talking about the steps needed to set up a custom domain mail account using Yandex Mail service.</p>
13 | <p>As far as I know, Outlook.com (Microsoft) and Google have stopped their free services for custom domain mails. After a search, I found Yandex mail. Yandex Mail provides unlimited mail accounts (by default 1000 but you can apply more) with unlimited storage space. Also, Yandex allows custom logo in the web interface. The most important thing is: all of these features are free to use.</p>
14 | <p><a href="http://yongchen.org/posts/custom-domain-settings-of-yandex-mail/">Read more…</a> (1 min remaining to read)</p></div> domain http://yongchen.org/posts/custom-domain-settings-of-yandex-mail/ Fri, 06 May 2016 06:04:20 GMT
--------------------------------------------------------------------------------
/categories/nikola.xml:
--------------------------------------------------------------------------------
1 |
2 | Home (Posts about nikola) http://yongchen.org/en Contents © 2017 <a href="mailto:ob@outlook.sg">YONG</a> Fri, 11 Aug 2017 06:47:29 GMT Nikola (getnikola.com) http://blogs.law.harvard.edu/tech/rss reStructuredText Notes http://yongchen.org/posts/reStructuredText-notes/YONG <div><div class="contents topic" id="contents">
3 | <p class="topic-title first">Contents</p>
4 | <ul class="auto-toc simple">
5 | <li><a class="reference internal" href="http://yongchen.org/posts/reStructuredText-notes/#id1" id="id11">1 章节结构</a><ul class="auto-toc">
6 | <li><a class="reference internal" href="http://yongchen.org/posts/reStructuredText-notes/#transition" id="id12">1.1 Transition</a></li>
7 | <li><a class="reference internal" href="http://yongchen.org/posts/reStructuredText-notes/#topic" id="id13">1.2 Topic 结构</a></li>
8 | </ul>
9 | </li>
10 | <li><a class="reference internal" href="http://yongchen.org/posts/reStructuredText-notes/#rst" id="id14">2 rst 常用语法</a><ul class="auto-toc">
11 | <li><a class="reference internal" href="http://yongchen.org/posts/reStructuredText-notes/#id2" id="id15">2.1 常见样式</a></li>
12 | <li><a class="reference internal" href="http://yongchen.org/posts/reStructuredText-notes/#id7" id="id16">2.2 代码高亮</a></li>
13 | <li><a class="reference internal" href="http://yongchen.org/posts/reStructuredText-notes/#id8" id="id17">2.3 目录结构</a></li>
14 | <li><a class="reference internal" href="http://yongchen.org/posts/reStructuredText-notes/#id9" id="id18">2.4 章节自动编号</a></li>
15 | <li><a class="reference internal" href="http://yongchen.org/posts/reStructuredText-notes/#id10" id="id19">2.5 侧边栏</a></li>
16 | </ul>
17 | </li>
18 | <li><a class="reference internal" href="http://yongchen.org/posts/reStructuredText-notes/#nikola" id="id20">3 Nikola 常用语法</a></li>
19 | </ul>
20 | </div>
21 | <p><a href="http://yongchen.org/posts/reStructuredText-notes/">Read more…</a> (9 min remaining to read)</p></div> mathjax nikola python http://yongchen.org/posts/reStructuredText-notes/ Sun, 12 Feb 2017 13:06:35 GMT Build Github Pages with Nikola http://yongchen.org/posts/build-github-pages-with-nikola/YONG <div class="section" id="introduction">
22 | <h2>Introduction</h2>
23 | <p>静态网站生成工具(static site generator)非常多,
24 | 在<a class="reference external" href="https://www.staticgen.com/">这里</a>
25 | 就可以看到开源的众多静态网站生成工具. 不少工具都有它们各自的特点,
26 | 比如Hugo用golang编写, 在编译网页时速度比其它框架更快, 但缺点也比较明显,
27 | 做个性化扩展比较麻烦. 这里选择Nikola是考虑到它是由Python编写,
28 | 编译速度也比常见的Jekyll等要快不少, 且开发活跃,
29 | 被很多科研人员选作博客工具. 我比较看重的Nikola特性有:</p>
30 | <p><a href="http://yongchen.org/posts/build-github-pages-with-nikola/">Read more…</a> (6 min remaining to read)</p></div> github nikola python web http://yongchen.org/posts/build-github-pages-with-nikola/ Tue, 26 Apr 2016 04:56:35 GMT
--------------------------------------------------------------------------------
/categories/python.xml:
--------------------------------------------------------------------------------
1 |
2 | Home (Posts about python) http://yongchen.org/en Contents © 2017 <a href="mailto:ob@outlook.sg">YONG</a> Fri, 11 Aug 2017 06:47:29 GMT Nikola (getnikola.com) http://blogs.law.harvard.edu/tech/rss reStructuredText Notes http://yongchen.org/posts/reStructuredText-notes/YONG <div><div class="contents topic" id="contents">
3 | <p class="topic-title first">Contents</p>
4 | <ul class="auto-toc simple">
5 | <li><a class="reference internal" href="http://yongchen.org/posts/reStructuredText-notes/#id1" id="id11">1 章节结构</a><ul class="auto-toc">
6 | <li><a class="reference internal" href="http://yongchen.org/posts/reStructuredText-notes/#transition" id="id12">1.1 Transition</a></li>
7 | <li><a class="reference internal" href="http://yongchen.org/posts/reStructuredText-notes/#topic" id="id13">1.2 Topic 结构</a></li>
8 | </ul>
9 | </li>
10 | <li><a class="reference internal" href="http://yongchen.org/posts/reStructuredText-notes/#rst" id="id14">2 rst 常用语法</a><ul class="auto-toc">
11 | <li><a class="reference internal" href="http://yongchen.org/posts/reStructuredText-notes/#id2" id="id15">2.1 常见样式</a></li>
12 | <li><a class="reference internal" href="http://yongchen.org/posts/reStructuredText-notes/#id7" id="id16">2.2 代码高亮</a></li>
13 | <li><a class="reference internal" href="http://yongchen.org/posts/reStructuredText-notes/#id8" id="id17">2.3 目录结构</a></li>
14 | <li><a class="reference internal" href="http://yongchen.org/posts/reStructuredText-notes/#id9" id="id18">2.4 章节自动编号</a></li>
15 | <li><a class="reference internal" href="http://yongchen.org/posts/reStructuredText-notes/#id10" id="id19">2.5 侧边栏</a></li>
16 | </ul>
17 | </li>
18 | <li><a class="reference internal" href="http://yongchen.org/posts/reStructuredText-notes/#nikola" id="id20">3 Nikola 常用语法</a></li>
19 | </ul>
20 | </div>
21 | <p><a href="http://yongchen.org/posts/reStructuredText-notes/">Read more…</a> (9 min remaining to read)</p></div> mathjax nikola python http://yongchen.org/posts/reStructuredText-notes/ Sun, 12 Feb 2017 13:06:35 GMT Build Github Pages with Nikola http://yongchen.org/posts/build-github-pages-with-nikola/YONG <div class="section" id="introduction">
22 | <h2>Introduction</h2>
23 | <p>静态网站生成工具(static site generator)非常多,
24 | 在<a class="reference external" href="https://www.staticgen.com/">这里</a>
25 | 就可以看到开源的众多静态网站生成工具. 不少工具都有它们各自的特点,
26 | 比如Hugo用golang编写, 在编译网页时速度比其它框架更快, 但缺点也比较明显,
27 | 做个性化扩展比较麻烦. 这里选择Nikola是考虑到它是由Python编写,
28 | 编译速度也比常见的Jekyll等要快不少, 且开发活跃,
29 | 被很多科研人员选作博客工具. 我比较看重的Nikola特性有:</p>
30 | <p><a href="http://yongchen.org/posts/build-github-pages-with-nikola/">Read more…</a> (6 min remaining to read)</p></div> github nikola python web http://yongchen.org/posts/build-github-pages-with-nikola/ Tue, 26 Apr 2016 04:56:35 GMT
--------------------------------------------------------------------------------
/categories/git/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Posts about git | Home
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 | Skip to main content
18 |
19 |
20 |
21 |
22 |
23 |
35 |
36 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
Posts about git
71 |
78 |
79 |
80 |
81 |
82 | 2016-04-25 16:07 Git Learning Notes
83 |
84 |
85 |
86 |
87 |
88 |
92 |
93 |
94 |
95 |
96 |
100 |
101 |
102 |
--------------------------------------------------------------------------------
/categories/matlab/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Posts about matlab | Home
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 | Skip to main content
18 |
19 |
20 |
21 |
22 |
23 |
35 |
36 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
Posts about matlab
71 |
78 |
79 |
80 |
81 |
82 | 2016-05-25 20:02 Matlab 3D Plot
83 |
84 |
85 |
86 |
87 |
88 |
92 |
93 |
94 |
95 |
96 |
100 |
101 |
102 |
--------------------------------------------------------------------------------
/categories/shou-ji/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Posts about 手机 | Home
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 | Skip to main content
18 |
19 |
20 |
21 |
22 |
23 |
35 |
36 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
Posts about 手机
71 |
78 |
79 |
80 |
81 |
82 | 2017-02-09 14:51 小米手机连接电脑
83 |
84 |
85 |
86 |
87 |
88 |
92 |
93 |
94 |
95 |
96 |
100 |
101 |
102 |
--------------------------------------------------------------------------------
/categories/email/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Posts about email | Home
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 | Skip to main content
18 |
19 |
20 |
21 |
22 |
23 |
35 |
36 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
Posts about email
71 |
78 |
79 |
80 |
81 |
82 | 2016-08-17 02:16 免费域名邮箱选择
83 |
84 |
85 |
86 |
87 |
88 |
92 |
93 |
94 |
95 |
96 |
100 |
101 |
102 |
--------------------------------------------------------------------------------
/categories/dian-ying/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Posts about 电影 | Home
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 | Skip to main content
18 |
19 |
20 |
21 |
22 |
23 |
35 |
36 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
Posts about 电影
71 |
78 |
79 |
80 |
81 |
82 | 2016-05-01 20:11 Hunger Games 观后感
83 |
84 |
85 |
86 |
87 |
88 |
92 |
93 |
94 |
95 |
96 |
100 |
101 |
102 |
--------------------------------------------------------------------------------
/categories/ubuntu/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Posts about ubuntu | Home
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 | Skip to main content
18 |
19 |
20 |
21 |
22 |
23 |
35 |
36 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
Posts about ubuntu
71 |
78 |
79 |
80 |
81 |
82 | 2016-08-18 12:22 重置Ubuntu登录密码
83 |
84 |
85 |
86 |
87 |
88 |
92 |
93 |
94 |
95 |
96 |
100 |
101 |
102 |
--------------------------------------------------------------------------------
/categories/zheng-zhi/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Posts about 政治 | Home
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 | Skip to main content
18 |
19 |
20 |
21 |
22 |
23 |
35 |
36 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
Posts about 政治
71 |
78 |
79 |
80 |
81 |
82 | 2016-05-01 20:11 Hunger Games 观后感
83 |
84 |
85 |
86 |
87 |
88 |
92 |
93 |
94 |
95 |
96 |
100 |
101 |
102 |
--------------------------------------------------------------------------------
/categories/markdown/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Posts about markdown | Home
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 | Skip to main content
18 |
19 |
20 |
21 |
22 |
23 |
35 |
36 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
Posts about markdown
71 |
78 |
79 |
80 |
81 |
82 | 2016-04-25 12:22 Atom Markdown Settings
83 |
84 |
85 |
86 |
87 |
88 |
92 |
93 |
94 |
95 |
96 |
100 |
101 |
102 |
--------------------------------------------------------------------------------
/categories/wen-xue/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Posts about 文学 | Home
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 | Skip to main content
18 |
19 |
20 |
21 |
22 |
23 |
35 |
36 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
Posts about 文学
71 |
78 |
79 |
80 |
81 |
82 | 2016-07-09 19:23 更真实自然的红楼梦: 黛玉传
83 |
84 |
85 |
86 |
87 |
88 |
92 |
93 |
94 |
95 |
96 |
100 |
101 |
102 |
--------------------------------------------------------------------------------
/categories/dian-shi/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Posts about 电视 | Home
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 | Skip to main content
18 |
19 |
20 |
21 |
22 |
23 |
35 |
36 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
Posts about 电视
71 |
78 |
79 |
80 |
81 |
82 | 2016-07-09 19:23 更真实自然的红楼梦: 黛玉传
83 |
84 |
85 |
86 |
87 |
88 |
92 |
93 |
94 |
95 |
96 |
100 |
101 |
102 |
--------------------------------------------------------------------------------
/categories/tutorial/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Posts about tutorial | Home
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 | Skip to main content
18 |
19 |
20 |
21 |
22 |
23 |
35 |
36 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
Posts about tutorial
71 |
78 |
79 |
80 |
81 |
82 | 2017-03-01 13:59 Julia for Matrix Methods
83 |
84 |
85 |
86 |
87 |
88 |
92 |
93 |
94 |
95 |
96 |
100 |
101 |
102 |
--------------------------------------------------------------------------------
/categories/clojure/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Posts about clojure | Home
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 | Skip to main content
18 |
19 |
20 |
21 |
22 |
23 |
35 |
36 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
86 |
87 |
88 |
92 |
93 |
94 |
95 |
96 |
100 |
101 |
102 |
--------------------------------------------------------------------------------
/categories/text-editor/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Posts about text-editor | Home
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 | Skip to main content
18 |
19 |
20 |
21 |
22 |
23 |
35 |
36 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
Posts about text-editor
71 |
78 |
79 |
80 |
81 |
82 | 2016-04-25 12:23 Notepad++ Tips
83 |
84 |
85 |
86 |
87 |
88 |
92 |
93 |
94 |
95 |
96 |
100 |
101 |
102 |
--------------------------------------------------------------------------------
/categories/inkscape/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Posts about inkscape | Home
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 | Skip to main content
18 |
19 |
20 |
21 |
22 |
23 |
35 |
36 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
86 |
87 |
88 |
92 |
93 |
94 |
95 |
96 |
100 |
101 |
102 |
--------------------------------------------------------------------------------
/categories/sage/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Posts about sage | Home
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 | Skip to main content
18 |
19 |
20 |
21 |
22 |
23 |
35 |
36 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
Posts about sage
71 |
78 |
79 |
80 |
85 |
86 |
87 |
88 |
92 |
93 |
94 |
95 |
96 |
100 |
101 |
102 |
--------------------------------------------------------------------------------
/categories/github.xml:
--------------------------------------------------------------------------------
1 |
2 | Home (Posts about github) http://yongchen.org/en Contents © 2017 <a href="mailto:ob@outlook.sg">YONG</a> Fri, 11 Aug 2017 06:47:29 GMT Nikola (getnikola.com) http://blogs.law.harvard.edu/tech/rss 关于GitHub的使用思考 http://yongchen.org/posts/guan-yu-github-de-shi-yong-si-kao/YONG <div><p>之前一直对使用GitHub存放博客(静态网站)很痴迷, 后来又发现Gist的好处, 最近又开始频繁使用普通的Repo来存放一些东西. GitHub光是文字记录功能的产品不止这几样, 比如评论和Wiki等等. 这就让我开始思考, 到底哪些东西适合用对应的哪一项功能来完成或是存放.</p>
3 | <p><a href="http://yongchen.org/posts/guan-yu-github-de-shi-yong-si-kao/">Read more…</a> (1 min remaining to read)</p></div> github http://yongchen.org/posts/guan-yu-github-de-shi-yong-si-kao/ Tue, 23 Aug 2016 03:41:45 GMT Build Github Pages with Nikola http://yongchen.org/posts/build-github-pages-with-nikola/YONG <div class="section" id="introduction">
4 | <h2>Introduction</h2>
5 | <p>静态网站生成工具(static site generator)非常多,
6 | 在<a class="reference external" href="https://www.staticgen.com/">这里</a>
7 | 就可以看到开源的众多静态网站生成工具. 不少工具都有它们各自的特点,
8 | 比如Hugo用golang编写, 在编译网页时速度比其它框架更快, 但缺点也比较明显,
9 | 做个性化扩展比较麻烦. 这里选择Nikola是考虑到它是由Python编写,
10 | 编译速度也比常见的Jekyll等要快不少, 且开发活跃,
11 | 被很多科研人员选作博客工具. 我比较看重的Nikola特性有:</p>
12 | <p><a href="http://yongchen.org/posts/build-github-pages-with-nikola/">Read more…</a> (6 min remaining to read)</p></div> github nikola python web http://yongchen.org/posts/build-github-pages-with-nikola/ Tue, 26 Apr 2016 04:56:35 GMT Git Learning Notes http://yongchen.org/posts/git-learning-notes/YONG <div class="section" id="git-project">
13 | <h2>Git Project</h2>
14 | <p>A git project can be thought of as having three parts in Figure
15 | <em>git-parts</em>:</p>
16 | <ul class="simple">
17 | <li>A <strong>Working Directory</strong>: creating, editing, deleting and organizing
18 | files</li>
19 | <li>A <strong>Staging Directory</strong>: list changes</li>
20 | <li>A <strong>Repository</strong>: Git permanently stores changes as different
21 | <em>versions</em>.</li>
22 | </ul>
23 | <p><a href="http://yongchen.org/posts/git-learning-notes/">Read more…</a> (2 min remaining to read)</p></div> git github http://yongchen.org/posts/git-learning-notes/ Mon, 25 Apr 2016 08:07:58 GMT Build Github Pages with Cryogen http://yongchen.org/posts/build-github-pages-with-cryogen/YONG <div class="section" id="why-cryogen">
24 | <h2>Why Cryogen?</h2>
25 | <p>Cryogen是用Clojure写的一个static site generator. 它的优点在于:
26 | markdown支持良好(包括Clojure语法高亮, 也支持AsciiDoc), 支持RSS, toc,
27 | Disqus, Sitemap, 可以使用tags, 移动网页友好, 易上手等.
28 | 最主要是我自己比较喜欢Clojure, 因此就没有考虑使用其它框架.</p>
29 | <p><a href="http://yongchen.org/posts/build-github-pages-with-cryogen/">Read more…</a> (1 min remaining to read)</p></div> clojure github web http://yongchen.org/posts/build-github-pages-with-cryogen/ Mon, 25 Apr 2016 04:22:27 GMT
--------------------------------------------------------------------------------
/categories/project/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Posts about project | Home
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 | Skip to main content
18 |
19 |
20 |
21 |
22 |
23 |
35 |
36 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
Posts about project
71 |
78 |
79 |
80 |
85 |
86 |
87 |
88 |
92 |
93 |
94 |
95 |
96 |
100 |
101 |
102 |
--------------------------------------------------------------------------------
/categories/visual-studio/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Posts about visual-studio | Home
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 | Skip to main content
18 |
19 |
20 |
21 |
22 |
23 |
35 |
36 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
Posts about visual-studio
71 |
78 |
79 |
80 |
85 |
86 |
87 |
88 |
92 |
93 |
94 |
95 |
96 |
100 |
101 |
102 |
--------------------------------------------------------------------------------
/categories/web.xml:
--------------------------------------------------------------------------------
1 |
2 | Home (Posts about web) http://yongchen.org/en Contents © 2017 <a href="mailto:ob@outlook.sg">YONG</a> Fri, 11 Aug 2017 06:47:24 GMT Nikola (getnikola.com) http://blogs.law.harvard.edu/tech/rss Alexa 前100万网站域名后缀统计 http://yongchen.org/posts/alexa-qian-100-wan-wang-zhan-yu-ming-hou-zhui-tong-ji/YONG <div><p>记得前两天看到一篇 <a class="reference external" href="http://blog.park.io/articles/enormous-growth-of-io-domains/">文章</a>, 讲了 <tt class="docutils literal">.io</tt> 域名在 Alexa 网站排名中的一些事情. 我就很想知道在 Alexa 这个榜单里, 各种 domain extension 都占了多大的份额, 想看看最流行的这些网站的建设者都喜欢用哪些主流和非主流的域名后缀.</p>
3 | <p><a href="http://yongchen.org/posts/alexa-qian-100-wan-wang-zhan-yu-ming-hou-zhui-tong-ji/">Read more…</a> (2 min remaining to read)</p></div> domain web http://yongchen.org/posts/alexa-qian-100-wan-wang-zhan-yu-ming-hou-zhui-tong-ji/ Sat, 28 May 2016 17:18:51 GMT Build Github Pages with Nikola http://yongchen.org/posts/build-github-pages-with-nikola/YONG <div class="section" id="introduction">
4 | <h2>Introduction</h2>
5 | <p>静态网站生成工具(static site generator)非常多,
6 | 在<a class="reference external" href="https://www.staticgen.com/">这里</a>
7 | 就可以看到开源的众多静态网站生成工具. 不少工具都有它们各自的特点,
8 | 比如Hugo用golang编写, 在编译网页时速度比其它框架更快, 但缺点也比较明显,
9 | 做个性化扩展比较麻烦. 这里选择Nikola是考虑到它是由Python编写,
10 | 编译速度也比常见的Jekyll等要快不少, 且开发活跃,
11 | 被很多科研人员选作博客工具. 我比较看重的Nikola特性有:</p>
12 | <p><a href="http://yongchen.org/posts/build-github-pages-with-nikola/">Read more…</a> (6 min remaining to read)</p></div> github nikola python web http://yongchen.org/posts/build-github-pages-with-nikola/ Tue, 26 Apr 2016 04:56:35 GMT Org to rst Notes http://yongchen.org/posts/org-to-rst-notes/YONG <div><p>I’m using <tt class="docutils literal">Nikola</tt> for site generating, which supports various types
13 | of input formats: <tt class="docutils literal">.rst</tt> natively, <tt class="docutils literal">.md</tt> partially, <tt class="docutils literal">.org</tt> via
14 | <tt class="docutils literal">orgmode</tt> plug-in, .., etc. No one seems perfect for me:</p>
15 | <p><a href="http://yongchen.org/posts/org-to-rst-notes/">Read more…</a> (3 min remaining to read)</p></div> org-mode web http://yongchen.org/posts/org-to-rst-notes/ Mon, 25 Apr 2016 10:43:39 GMT Build Github Pages with Cryogen http://yongchen.org/posts/build-github-pages-with-cryogen/YONG <div class="section" id="why-cryogen">
16 | <h2>Why Cryogen?</h2>
17 | <p>Cryogen是用Clojure写的一个static site generator. 它的优点在于:
18 | markdown支持良好(包括Clojure语法高亮, 也支持AsciiDoc), 支持RSS, toc,
19 | Disqus, Sitemap, 可以使用tags, 移动网页友好, 易上手等.
20 | 最主要是我自己比较喜欢Clojure, 因此就没有考虑使用其它框架.</p>
21 | <p><a href="http://yongchen.org/posts/build-github-pages-with-cryogen/">Read more…</a> (1 min remaining to read)</p></div> clojure github web http://yongchen.org/posts/build-github-pages-with-cryogen/ Mon, 25 Apr 2016 04:22:27 GMT
--------------------------------------------------------------------------------
/assets/js/html5.js:
--------------------------------------------------------------------------------
1 | /**
2 | * @preserve HTML5 Shiv 3.7.3 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed
3 | */
4 | !function(a,b){function c(a,b){var c=a.createElement("p"),d=a.getElementsByTagName("head")[0]||a.documentElement;return c.innerHTML="x",d.insertBefore(c.lastChild,d.firstChild)}function d(){var a=y.elements;return"string"==typeof a?a.split(" "):a}function e(a,b){var c=y.elements;"string"!=typeof c&&(c=c.join(" ")),"string"!=typeof a&&(a=a.join(" ")),y.elements=c+" "+a,j(b)}function f(a){var b=x[a[v]];return b||(b={},w++,a[v]=w,x[w]=b),b}function g(a,c,d){if(c||(c=b),q)return c.createElement(a);d||(d=f(c));var e;return e=d.cache[a]?d.cache[a].cloneNode():u.test(a)?(d.cache[a]=d.createElem(a)).cloneNode():d.createElem(a),!e.canHaveChildren||t.test(a)||e.tagUrn?e:d.frag.appendChild(e)}function h(a,c){if(a||(a=b),q)return a.createDocumentFragment();c=c||f(a);for(var e=c.frag.cloneNode(),g=0,h=d(),i=h.length;i>g;g++)e.createElement(h[g]);return e}function i(a,b){b.cache||(b.cache={},b.createElem=a.createElement,b.createFrag=a.createDocumentFragment,b.frag=b.createFrag()),a.createElement=function(c){return y.shivMethods?g(c,a,b):b.createElem(c)},a.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+d().join().replace(/[\w\-:]+/g,function(a){return b.createElem(a),b.frag.createElement(a),'c("'+a+'")'})+");return n}")(y,b.frag)}function j(a){a||(a=b);var d=f(a);return!y.shivCSS||p||d.hasCSS||(d.hasCSS=!!c(a,"article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}mark{background:#FF0;color:#000}template{display:none}")),q||i(a,d),a}function k(a){for(var b,c=a.getElementsByTagName("*"),e=c.length,f=RegExp("^(?:"+d().join("|")+")$","i"),g=[];e--;)b=c[e],f.test(b.nodeName)&&g.push(b.applyElement(l(b)));return g}function l(a){for(var b,c=a.attributes,d=c.length,e=a.ownerDocument.createElement(A+":"+a.nodeName);d--;)b=c[d],b.specified&&e.setAttribute(b.nodeName,b.nodeValue);return e.style.cssText=a.style.cssText,e}function m(a){for(var b,c=a.split("{"),e=c.length,f=RegExp("(^|[\\s,>+~])("+d().join("|")+")(?=[[\\s,>+~#.:]|$)","gi"),g="$1"+A+"\\:$2";e--;)b=c[e]=c[e].split("}"),b[b.length-1]=b[b.length-1].replace(f,g),c[e]=b.join("}");return c.join("{")}function n(a){for(var b=a.length;b--;)a[b].removeNode()}function o(a){function b(){clearTimeout(g._removeSheetTimer),d&&d.removeNode(!0),d=null}var d,e,g=f(a),h=a.namespaces,i=a.parentWindow;return!B||a.printShived?a:("undefined"==typeof h[A]&&h.add(A),i.attachEvent("onbeforeprint",function(){b();for(var f,g,h,i=a.styleSheets,j=[],l=i.length,n=Array(l);l--;)n[l]=i[l];for(;h=n.pop();)if(!h.disabled&&z.test(h.media)){try{f=h.imports,g=f.length}catch(o){g=0}for(l=0;g>l;l++)n.push(f[l]);try{j.push(h.cssText)}catch(o){}}j=m(j.reverse().join("")),e=k(a),d=c(a,j)}),i.attachEvent("onafterprint",function(){n(e),clearTimeout(g._removeSheetTimer),g._removeSheetTimer=setTimeout(b,500)}),a.printShived=!0,a)}var p,q,r="3.7.3",s=a.html5||{},t=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,u=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,v="_html5shiv",w=0,x={};!function(){try{var a=b.createElement("a");a.innerHTML=" ",p="hidden"in a,q=1==a.childNodes.length||function(){b.createElement("a");var a=b.createDocumentFragment();return"undefined"==typeof a.cloneNode||"undefined"==typeof a.createDocumentFragment||"undefined"==typeof a.createElement}()}catch(c){p=!0,q=!0}}();var y={elements:s.elements||"abbr article aside audio bdi canvas data datalist details dialog figcaption figure footer header hgroup main mark meter nav output picture progress section summary template time video",version:r,shivCSS:s.shivCSS!==!1,supportsUnknownElements:q,shivMethods:s.shivMethods!==!1,type:"default",shivDocument:j,createElement:g,createDocumentFragment:h,addElements:e};a.html5=y,j(b);var z=/^$|\b(?:all|print)\b/,A="html5shiv",B=!q&&function(){var c=b.documentElement;return!("undefined"==typeof b.namespaces||"undefined"==typeof b.parentWindow||"undefined"==typeof c.applyElement||"undefined"==typeof c.removeNode||"undefined"==typeof a.attachEvent)}();y.type+=" print",y.shivPrint=o,o(b),"object"==typeof module&&module.exports&&(module.exports=y)}("undefined"!=typeof window?window:this,document);
--------------------------------------------------------------------------------
/authors/docutils-contributors/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Posts by docutils contributors | Home
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 | Skip to main content
18 |
19 |
20 |
21 |
22 |
23 |
35 |
36 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
84 |
85 |
86 |
90 |
91 |
92 |
93 |
94 |
98 |
99 |
100 |
--------------------------------------------------------------------------------
/about/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | About | Home
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 | Skip to main content
24 |
25 |
26 |
27 |
28 |
29 |
41 |
42 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
81 |
82 |
欢迎光临 ^_^
83 |
84 |
85 |
86 |
87 |
88 |
89 |
90 |
91 |
95 |
96 |
97 |
98 |
99 |
103 |
104 |
105 |
--------------------------------------------------------------------------------
/assets/js/html5shiv-printshiv.min.js:
--------------------------------------------------------------------------------
1 | /**
2 | * @preserve HTML5 Shiv 3.7.3 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed
3 | */
4 | !function(a,b){function c(a,b){var c=a.createElement("p"),d=a.getElementsByTagName("head")[0]||a.documentElement;return c.innerHTML="x",d.insertBefore(c.lastChild,d.firstChild)}function d(){var a=y.elements;return"string"==typeof a?a.split(" "):a}function e(a,b){var c=y.elements;"string"!=typeof c&&(c=c.join(" ")),"string"!=typeof a&&(a=a.join(" ")),y.elements=c+" "+a,j(b)}function f(a){var b=x[a[v]];return b||(b={},w++,a[v]=w,x[w]=b),b}function g(a,c,d){if(c||(c=b),q)return c.createElement(a);d||(d=f(c));var e;return e=d.cache[a]?d.cache[a].cloneNode():u.test(a)?(d.cache[a]=d.createElem(a)).cloneNode():d.createElem(a),!e.canHaveChildren||t.test(a)||e.tagUrn?e:d.frag.appendChild(e)}function h(a,c){if(a||(a=b),q)return a.createDocumentFragment();c=c||f(a);for(var e=c.frag.cloneNode(),g=0,h=d(),i=h.length;i>g;g++)e.createElement(h[g]);return e}function i(a,b){b.cache||(b.cache={},b.createElem=a.createElement,b.createFrag=a.createDocumentFragment,b.frag=b.createFrag()),a.createElement=function(c){return y.shivMethods?g(c,a,b):b.createElem(c)},a.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+d().join().replace(/[\w\-:]+/g,function(a){return b.createElem(a),b.frag.createElement(a),'c("'+a+'")'})+");return n}")(y,b.frag)}function j(a){a||(a=b);var d=f(a);return!y.shivCSS||p||d.hasCSS||(d.hasCSS=!!c(a,"article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}mark{background:#FF0;color:#000}template{display:none}")),q||i(a,d),a}function k(a){for(var b,c=a.getElementsByTagName("*"),e=c.length,f=RegExp("^(?:"+d().join("|")+")$","i"),g=[];e--;)b=c[e],f.test(b.nodeName)&&g.push(b.applyElement(l(b)));return g}function l(a){for(var b,c=a.attributes,d=c.length,e=a.ownerDocument.createElement(A+":"+a.nodeName);d--;)b=c[d],b.specified&&e.setAttribute(b.nodeName,b.nodeValue);return e.style.cssText=a.style.cssText,e}function m(a){for(var b,c=a.split("{"),e=c.length,f=RegExp("(^|[\\s,>+~])("+d().join("|")+")(?=[[\\s,>+~#.:]|$)","gi"),g="$1"+A+"\\:$2";e--;)b=c[e]=c[e].split("}"),b[b.length-1]=b[b.length-1].replace(f,g),c[e]=b.join("}");return c.join("{")}function n(a){for(var b=a.length;b--;)a[b].removeNode()}function o(a){function b(){clearTimeout(g._removeSheetTimer),d&&d.removeNode(!0),d=null}var d,e,g=f(a),h=a.namespaces,i=a.parentWindow;return!B||a.printShived?a:("undefined"==typeof h[A]&&h.add(A),i.attachEvent("onbeforeprint",function(){b();for(var f,g,h,i=a.styleSheets,j=[],l=i.length,n=Array(l);l--;)n[l]=i[l];for(;h=n.pop();)if(!h.disabled&&z.test(h.media)){try{f=h.imports,g=f.length}catch(o){g=0}for(l=0;g>l;l++)n.push(f[l]);try{j.push(h.cssText)}catch(o){}}j=m(j.reverse().join("")),e=k(a),d=c(a,j)}),i.attachEvent("onafterprint",function(){n(e),clearTimeout(g._removeSheetTimer),g._removeSheetTimer=setTimeout(b,500)}),a.printShived=!0,a)}var p,q,r="3.7.3",s=a.html5||{},t=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,u=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,v="_html5shiv",w=0,x={};!function(){try{var a=b.createElement("a");a.innerHTML=" ",p="hidden"in a,q=1==a.childNodes.length||function(){b.createElement("a");var a=b.createDocumentFragment();return"undefined"==typeof a.cloneNode||"undefined"==typeof a.createDocumentFragment||"undefined"==typeof a.createElement}()}catch(c){p=!0,q=!0}}();var y={elements:s.elements||"abbr article aside audio bdi canvas data datalist details dialog figcaption figure footer header hgroup main mark meter nav output picture progress section summary template time video",version:r,shivCSS:s.shivCSS!==!1,supportsUnknownElements:q,shivMethods:s.shivMethods!==!1,type:"default",shivDocument:j,createElement:g,createDocumentFragment:h,addElements:e};a.html5=y,j(b);var z=/^$|\b(?:all|print)\b/,A="html5shiv",B=!q&&function(){var c=b.documentElement;return!("undefined"==typeof b.namespaces||"undefined"==typeof b.parentWindow||"undefined"==typeof c.applyElement||"undefined"==typeof c.removeNode||"undefined"==typeof a.attachEvent)}();y.type+=" print",y.shivPrint=o,o(b),"object"==typeof module&&module.exports&&(module.exports=y)}("undefined"!=typeof window?window:this,document);
--------------------------------------------------------------------------------
/categories/atom/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Posts about atom | Home
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 | Skip to main content
18 |
19 |
20 |
21 |
22 |
23 |
35 |
36 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
89 |
90 |
91 |
95 |
96 |
97 |
98 |
99 |
103 |
104 |
105 |
--------------------------------------------------------------------------------
/categories/cat_os/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Posts about OS | Home
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 | Skip to main content
18 |
19 |
20 |
21 |
22 |
23 |
35 |
36 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
Posts about OS
71 |
78 |
79 |
80 |
81 |
82 | 2017-02-09 14:51 小米手机连接电脑
83 |
84 |
85 | 2016-08-18 12:22 重置Ubuntu登录密码
86 |
87 |
88 |
89 |
90 |
91 |
95 |
96 |
97 |
98 |
99 |
103 |
104 |
105 |
--------------------------------------------------------------------------------
/categories/nikola/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Posts about nikola | Home
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 | Skip to main content
18 |
19 |
20 |
21 |
22 |
23 |
35 |
36 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
89 |
90 |
91 |
95 |
96 |
97 |
98 |
99 |
103 |
104 |
105 |
--------------------------------------------------------------------------------