summaryrefslogtreecommitdiffstats
path: root/code/zeal.html
diff options
context:
space:
mode:
authorWe-unite <3205135446@qq.com>2025-01-07 12:36:05 +0800
committerWe-unite <3205135446@qq.com>2025-01-07 12:36:05 +0800
commit4d88ef666eee1b6f191f6e85b00acf8d5a2d1899 (patch)
tree68391846bae84f9546b0d089c012afc336a6e6bd /code/zeal.html
parent11e64c5804b696f170b9d5d881befbabc4a4e85c (diff)
downloadmyweb-4d88ef666eee1b6f191f6e85b00acf8d5a2d1899.tar.gz
myweb-4d88ef666eee1b6f191f6e85b00acf8d5a2d1899.zip
highlight don't use auto-detect but given languagenew_highlightjs
In this commit, lot's of things is changed. Hope they all runs currectly. Now highlight.js is supporting more and more proguam languages, but the auto detection always go wrong, even for common languages like c, bash, python, makefile. Use Given Language ------------------ As you know, I always write markdown and convert to html by pandoc. In the old, "```cpp" in markdown will be deleted first to keep the embeded code clean and not highlighted, then I can use highlight.js. But this causes that html document doesn't know the language. This time, md2html.sh is changed: pandoc use "--no-highlight" argument to keep code clean, and it will output like this: ```html <pre class="cpp"><code>...</code></pre> ``` Although there may be other tags between `<code></code>`, it's clear that `<pre class="xxx"><code>` is nested tightly, except some space characters or \n. Then, sed deal with the whole doc(not line by line), replace `<pre class="xxx"><code>` with `<pre><code class="language-xxx">`. That's it! Math Formula ------------ Math formular is also a problem during convertion by pandoc. In the old it's dealed menually. Now pandoc use "--mathjax=none", then formula is no longer showed by pandoc, but only `<span class="math xxx">\( formula \)</span>`. And the math tool I used will deal with it. Mermaid picture ---------------- pandoc doesn't support convert mermaid in markdown to html picture. Let's have a warning!
Diffstat (limited to 'code/zeal.html')
-rw-r--r--code/zeal.html2113
1 files changed, 296 insertions, 1817 deletions
diff --git a/code/zeal.html b/code/zeal.html
index 768c35f..10c81b4 100644
--- a/code/zeal.html
+++ b/code/zeal.html
@@ -1,1834 +1,313 @@
1<!doctype html> 1<!DOCTYPE html>
2<html> 2<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
3 3
4<head> 4<head>
5 <meta charset='UTF-8'> 5 <meta charset="utf-8" />
6 <meta name='viewport' content='width=device-width initial-scale=1'> 6 <meta name="generator" content="pandoc" />
7 <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
7 <title>Zeal使用</title> 8 <title>Zeal使用</title>
8 <link rel="stylesheet" href="https://www.qin-juan-ge-zhu.top/common/CSS/academic_zh.css"> 9 <link rel="stylesheet" href="https://www.qin-juan-ge-zhu.top/common/CSS/pandoc.css">
9 <script type="text/javascript" src="https://www.qin-juan-ge-zhu.top/common/script4code.js"></script> 10 <script type="text/javascript" src="https://www.qin-juan-ge-zhu.top/common/script4code.js"></script>
10</head> 11</head>
11 12
12<body class='typora-export os-windows'> 13<body>
13 <div class='typora-export-content'> 14 <div class="pandoc">
14 <div id='write' class=''> 15 <div class="main">
15 <p class="title">Zeal离线文档快速下载</p> 16 <header id="title-block-header">
16 <p class="time" style="text-align:right;"><a href="https://www.jianshu.com/p/364cbfd947b4">原文网址</a></p> 17 <p class="title">Zeal使用</p>
17 <p><a href='https://zealdocs.org'><span>Zeal</span></a><span>支持200多种常见技术文档的离线下载和安装,并可以离线搜索查看,支持Windows、Linux、MacOS,Windows 版支持免安装的 Portable版本。这对于需要经常访问国外技术文档但网络环境不好的小伙伴来说,Zeal 是绝对真香。</span></p> 18 </header>
18 <h1 id='基本使用'><span>基本使用</span></h1> 19 <p><a href="https://zealdocs.org">Zeal</a>支持 200 多种常见技术文档的离线下载和安装,并可以离线搜索查看,支持 Windows、Linux、MacOS,Windows
20 版支持免安装的 Portable 版本。这对于需要经常访问国外技术文档但网络环境不好的小伙伴来说,Zeal 是绝对真香。</p>
21 <h1 id="基本使用">基本使用</h1>
19 <ul> 22 <ul>
20 <li><p><strong><span>下载完成后</span></strong><span>,点击</span><kbd><span>Edit--&gt;Preferences</span></kbd><span>,选择</span><kbd><span>Global</span></kbd><span>,在</span><kbd><span>Docset 23 <li><strong>下载完成后</strong>,点击<kbd>Edit–&gt;Preferences</kbd>,选择<kbd>Global</kbd>,在<kbd>Docset
21 storage</span></kbd><span>中设置文档存储位置(空路径),保存</span></p></li> 24 storage</kbd>中设置文档存储位置(空路径),保存</li>
22 </ul> 25 </ul>
23 <blockquote> 26 <blockquote>
24 <p><span>推荐在下载之前就设置好,文档下载下来如果没有专门记录的话很难想到找对应位置。所以墙裂推荐在设置好之后,在显眼的地方留一个快捷方式。</span></p> 27 <p>推荐在下载之前就设置好,文档下载下来如果没有专门记录的话很难想到找对应位置。所以墙裂推荐在设置好之后,在显眼的地方留一个快捷方式。</p>
25 </blockquote> 28 </blockquote>
26 <ul> 29 <ul>
27 <li><p><span>在</span><kbd><span>Tools--&gt;Docsets</span></kbd><span>中查看已经下载的文档和可选择的文档,选择下载。</span></p></li> 30 <li>在<kbd>Tools–&gt;Docsets</kbd>中查看已经下载的文档和可选择的文档,选择下载。</li>
28 <li><p><span>下载到本地后,在左上角即可搜索本地离线文档。</span></p></li> 31 <li>下载到本地后,在左上角即可搜索本地离线文档。</li>
29 </ul> 32 </ul>
30 <p><strong><span>就是这么方便!</span></strong></p> 33 <p><strong>就是这么方便!</strong></p>
31 <h1 id='下载速度'><span>下载速度</span></h1> 34 <h1 id="下载速度">下载速度</h1>
32 <p><span>Zeal在国内的访问速度,不能说是快如闪电吧,好歹也跟蚂蚁爬有的一拼。因而,介绍如何手动下载文档。</span></p> 35 <p>Zeal 在国内的访问速度,不能说是快如闪电吧,好歹也跟蚂蚁爬有的一拼。因而,介绍如何手动下载文档。</p>
33 <h2 id='获取可用列表'><span>获取可用列表</span></h2> 36 <h2 id="获取可用列表">获取可用列表</h2>
34 <p><span>访问链接:</span><a 37 <p>访问链接:<a href="http://api.zealdocs.org/v1/docsets">http://api.zealdocs.org/v1/docsets</a></p>
35 href='http://api.zealdocs.org/v1/docsets'><span>http://api.zealdocs.org/v1/docsets</span></a></p> 38 <p>这是 Zeal 可用文档列表信息,是一个 json 文件。如果访问较慢,可以访问这里:<a href="上山打老虎">12345</a>,这是 2023 年 3 月 26 日的列表。</p>
36 <p><span>这是Zeal可用文档列表信息,是一个json文件。如果访问较慢,可以访问这里:</span><a 39 <h2 id="下载">下载</h2>
37 href="https://www.qin-juan-ge-zhu.top/code/others'code/zeal_docsets.json"><span>https://www.qin-juan-ge-zhu.top/code/others'code/zeal_docsets.json</span></a><span>,这是2023年3月26日的列表。</span></p> 40 <p>首先,在可用列表查找需要的内容的名字,如查找 C++:</p>
38 <h2 id='下载'><span>下载</span></h2> 41 <pre><code class="language-json">{
39 <p><span>首先,在可用列表查找需要的内容的名字,如查找C++:</span></p> 42 &quot;sourceId&quot;: &quot;com.kapeli&quot;,
40 <pre class="md-fences md-end-block md-fences-with-lineno ty-contain-cm modeLoaded" spellcheck="false" 43 &quot;name&quot;: &quot;C++&quot;,
41 lang="json"><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang="json"><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 10.4px; left: 48px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 36px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre> 44 &quot;title&quot;: &quot;C++&quot;,
42 <div class="CodeMirror-linenumber CodeMirror-gutter-elt"> 45 &quot;versions&quot;: [],
43 <div>12</div> 46 &quot;revision&quot;: &quot;73&quot;,
44 </div> 47 &quot;icon&quot;: ……,//这是一串编码,不重要
45 </div> 48 &quot;icon2x&quot;: ……//也还是一串编码
46 <div class="CodeMirror-measure"></div> 49 &quot;extra&quot;: {
47 <div style="position: relative; z-index: 1;"></div> 50 &quot;indexFilePath&quot;: &quot;output/en.cppreference.com/w/cpp.html&quot;
48 <div class="CodeMirror-code" role="presentation" style=""> 51 }
49 <div class="CodeMirror-activeline" style="position: relative;"> 52}</code></pre>
50 <div class="CodeMirror-activeline-background CodeMirror-linebackground"></div> 53 <p>而后,查看对应的“name”值。</p>
51 <div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" 54 <h2 id="链接拼接">链接拼接</h2>
52 style="left: -36px; width: 36px;"></div> 55 <p>Zeal 文档下载链接格式:</p>
53 <div class="CodeMirror-gutter-wrapper CodeMirror-activeline-gutter" style="left: -36px;"> 56 <pre><code class="language-cpp">http://{city_name}.kapeli.com/feeds/{name}.tgz</code></pre>
54 <div class="CodeMirror-linenumber CodeMirror-gutter-elt CodeMirror-linenumber-show" 57 <ul>
55 style="left: 0px; width: 27px;">1</div> 58 <li>
56 </div> 59 <p>city_anme 是服务器所在的城市</p>
57 <pre class=" CodeMirror-line " 60 </li>
58 role="presentation"><span role="presentation" style="padding-right: 0.1px;">{</span></pre> 61 <li>
59 </div> 62 <p>name 是刚刚找好的要下载文档的 name 值</p>
60 <div style="position: relative;"> 63 </li>
61 <div class="CodeMirror-gutter-wrapper" style="left: -36px;"> 64 </ul>
62 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">2</div> 65 <p>其中,服务器分布城市有:</p>
63 </div> 66 <table>
64 <pre class=" CodeMirror-line " 67 <thead>
65 role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; &nbsp;<span class="cm-string cm-property">"sourceId"</span>: <span class="cm-string">"com.kapeli"</span>,</span></pre> 68 <tr class="header">
66 </div> 69 <th>frankfurt</th>
67 <div style="position: relative;"> 70 <th>london</th>
68 <div class="CodeMirror-gutter-wrapper" style="left: -36px;"> 71 <th>newyork</th>
69 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">3</div> 72 </tr>
70 </div> 73 </thead>
71 <pre class=" CodeMirror-line " 74 <tbody>
72 role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; &nbsp;<span class="cm-string cm-property">"name"</span>: <span class="cm-string">"C++"</span>,</span></pre> 75 <tr class="odd">
73 </div> 76 <td>sanfrancisco</td>
74 <div style="position: relative;"> 77 <td>singapore</td>
75 <div class="CodeMirror-gutter-wrapper" style="left: -36px;"> 78 <td>tokyo</td>
76 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">4</div> 79 </tr>
77 </div> 80 </tbody>
78 <pre class=" CodeMirror-line " 81 </table>
79 role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; &nbsp;<span class="cm-string cm-property">"title"</span>: <span class="cm-string">"C++"</span>,</span></pre> 82 <p>根据测试,得到结果:</p>
80 </div> 83 <pre><code>快——&gt; 慢排序
81 <div style="position: relative;"> 84
82 <div class="CodeMirror-gutter-wrapper" style="left: -36px;"> 85http://tokyo.kapeli.com/feeds/{name}.tgz
83 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">5</div> 86
84 </div> 87http://singapore.kapeli.com/feeds/{name}.tgz
85 <pre class=" CodeMirror-line " 88
86 role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; &nbsp;<span class="cm-string cm-property">"versions"</span>: [],</span></pre> 89http://sanfrancisco.kapeli.com/feeds/{name}.tgz
87 </div> 90
88 <div style="position: relative;"> 91http://frankfurt.kapeli.com/feeds/{name}.tgz
89 <div class="CodeMirror-gutter-wrapper" style="left: -36px;"> 92
90 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">6</div> 93http://newyork.kapeli.com/feeds/{name}.tgz
91 </div> 94
92 <pre class=" CodeMirror-line " 95http://sydney.kapeli.com/feeds/{name}.tgz
93 role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; &nbsp;<span class="cm-string cm-property">"revision"</span>: <span class="cm-string">"73"</span>,</span></pre> 96
94 </div> 97http://london.kapeli.com/feeds/{name}.tgz</code></pre>
95 <div style="position: relative;"> 98 <p>此时,把所需文档的 name 替换掉链接中的{name}即可,得到下载链接如下:</p>
96 <div class="CodeMirror-gutter-wrapper" style="left: -36px;"> 99 <pre><code>http://tokyo.kapeli.com/feeds/ActionScript.tgz
97 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">7</div> 100http://tokyo.kapeli.com/feeds/Akka.tgz
98 </div> 101http://tokyo.kapeli.com/feeds/Android.tgz
99 <pre class=" CodeMirror-line " 102http://tokyo.kapeli.com/feeds/Angular.tgz
100 role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; &nbsp;<span class="cm-string cm-property">"icon"</span>: <span class="cm-variable">……</span>,<span class="cm-comment">//这是一串编码,不重要</span></span></pre> 103http://tokyo.kapeli.com/feeds/AngularJS.tgz
101 </div> 104http://tokyo.kapeli.com/feeds/Ansible.tgz
102 <div style="position: relative;"> 105http://tokyo.kapeli.com/feeds/Apache_HTTP_Server.tgz
103 <div class="CodeMirror-gutter-wrapper" style="left: -36px;"> 106http://tokyo.kapeli.com/feeds/Appcelerator_Titanium.tgz
104 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">8</div> 107http://tokyo.kapeli.com/feeds/AppleScript.tgz
105 </div> 108http://tokyo.kapeli.com/feeds/Arduino.tgz
106 <pre class=" CodeMirror-line " 109http://tokyo.kapeli.com/feeds/AWS_JavaScript.tgz
107 role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; &nbsp;<span class="cm-string cm-property">"icon2x"</span>: <span class="cm-variable">……</span><span class="cm-comment">//也还是一串编码</span></span></pre> 110http://tokyo.kapeli.com/feeds/BackboneJS.tgz
108 </div> 111http://tokyo.kapeli.com/feeds/Bash.tgz
109 <div style="position: relative;"> 112http://tokyo.kapeli.com/feeds/Boost.tgz
110 <div class="CodeMirror-gutter-wrapper" style="left: -36px;"> 113http://tokyo.kapeli.com/feeds/Bootstrap_2.tgz
111 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">9</div> 114http://tokyo.kapeli.com/feeds/Bootstrap_3.tgz
112 </div> 115http://tokyo.kapeli.com/feeds/Bootstrap_4.tgz
113 <pre class=" CodeMirror-line " 116http://tokyo.kapeli.com/feeds/Bootstrap_5.tgz
114 role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; &nbsp;<span class="cm-string">"extra"</span>: {</span></pre> 117http://tokyo.kapeli.com/feeds/Bourbon.tgz
115 </div> 118http://tokyo.kapeli.com/feeds/C.tgz
116 <div style="position: relative;"> 119http://tokyo.kapeli.com/feeds/C++.tgz
117 <div class="CodeMirror-gutter-wrapper" style="left: -36px;"> 120http://tokyo.kapeli.com/feeds/CakePHP.tgz
118 <div class="CodeMirror-linenumber CodeMirror-gutter-elt CodeMirror-linenumber-show" 121http://tokyo.kapeli.com/feeds/Cappuccino.tgz
119 style="left: 0px; width: 27px;">10</div> 122http://tokyo.kapeli.com/feeds/Chai.tgz
120 </div> 123http://tokyo.kapeli.com/feeds/Chef.tgz
121 <pre class=" CodeMirror-line " 124http://tokyo.kapeli.com/feeds/Clojure.tgz
122 role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span class="cm-string">"indexFilePath"</span>: <span class="cm-string">"output/en.cppreference.com/w/cpp.html"</span></span></pre> 125http://tokyo.kapeli.com/feeds/CMake.tgz
123 </div> 126http://tokyo.kapeli.com/feeds/Cocos2D.tgz
124 <div style="position: relative;"> 127http://tokyo.kapeli.com/feeds/Cocos2D-X.tgz
125 <div class="CodeMirror-gutter-wrapper" style="left: -36px;"> 128http://tokyo.kapeli.com/feeds/Cocos3D.tgz
126 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">11</div> 129http://tokyo.kapeli.com/feeds/CodeIgniter.tgz
127 </div> 130http://tokyo.kapeli.com/feeds/CoffeeScript.tgz
128 <pre class=" CodeMirror-line " 131http://tokyo.kapeli.com/feeds/ColdFusion.tgz
129 role="presentation"><span role="presentation" style="padding-right: 0.1px;"> &nbsp; &nbsp; &nbsp; }</span></pre> 132http://tokyo.kapeli.com/feeds/Common_Lisp.tgz
130 </div> 133http://tokyo.kapeli.com/feeds/Compass.tgz
131 <div style="position: relative;"> 134http://tokyo.kapeli.com/feeds/Cordova.tgz
132 <div class="CodeMirror-gutter-wrapper" style="left: -36px;"> 135http://tokyo.kapeli.com/feeds/Corona.tgz
133 <div class="CodeMirror-linenumber CodeMirror-gutter-elt CodeMirror-linenumber-show" 136http://tokyo.kapeli.com/feeds/CouchDB.tgz
134 style="left: 0px; width: 27px;">12</div> 137http://tokyo.kapeli.com/feeds/Craft.tgz
135 </div> 138http://tokyo.kapeli.com/feeds/CSS.tgz
136 <pre class=" CodeMirror-line " 139http://tokyo.kapeli.com/feeds/D3JS.tgz
137 role="presentation"><span role="presentation" style="padding-right: 0.1px;">}</span></pre> 140http://tokyo.kapeli.com/feeds/Dart.tgz
138 </div> 141http://tokyo.kapeli.com/feeds/Django.tgz
139 </div> 142http://tokyo.kapeli.com/feeds/Docker.tgz
140 </div> 143http://tokyo.kapeli.com/feeds/Doctrine_ORM.tgz
141 </div> 144http://tokyo.kapeli.com/feeds/Dojo.tgz
142 </div> 145http://tokyo.kapeli.com/feeds/Drupal_7.tgz
143 </div> 146http://tokyo.kapeli.com/feeds/Drupal_8.tgz
144 <div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 298px;"></div> 147http://tokyo.kapeli.com/feeds/Drupal_9.tgz
145 <div class="CodeMirror-gutters" style="height: 298px; left: 0px;"> 148http://tokyo.kapeli.com/feeds/ElasticSearch.tgz
146 <div class="CodeMirror-gutter CodeMirror-linenumbers" style="width: 35px;"></div> 149http://tokyo.kapeli.com/feeds/Elixir.tgz
147 </div> 150http://tokyo.kapeli.com/feeds/Emacs_Lisp.tgz
148 </div> 151http://tokyo.kapeli.com/feeds/EmberJS.tgz
149 </div> 152http://tokyo.kapeli.com/feeds/Emmet.tgz
150 </pre> 153http://tokyo.kapeli.com/feeds/Erlang.tgz
151 <p><span>而后,查看对应的&quot;name&quot;值。</span></p> 154http://tokyo.kapeli.com/feeds/Express.tgz
152 <h2 id='链接拼接'><span>链接拼接</span></h2> 155http://tokyo.kapeli.com/feeds/ExpressionEngine.tgz
153 <p><span>Zeal文档下载链接格式:</span></p> 156http://tokyo.kapeli.com/feeds/ExtJS.tgz
154 <pre class="md-fences md-end-block md-fences-with-lineno ty-contain-cm modeLoaded" spellcheck="false" 157http://tokyo.kapeli.com/feeds/Flask.tgz
155 lang="cpp"><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang="cpp"><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 10.4px; left: 48px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 36px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre> 158http://tokyo.kapeli.com/feeds/Font_Awesome.tgz
156 <div class="CodeMirror-linenumber CodeMirror-gutter-elt"> 159http://tokyo.kapeli.com/feeds/Foundation.tgz
157 <div>1</div> 160http://tokyo.kapeli.com/feeds/GLib.tgz
158 </div> 161http://tokyo.kapeli.com/feeds/Go.tgz
159 </div> 162http://tokyo.kapeli.com/feeds/Gradle_DSL.tgz
160 <div class="CodeMirror-measure"></div> 163http://tokyo.kapeli.com/feeds/Gradle_Java_API.tgz
161 <div style="position: relative; z-index: 1;"></div> 164http://tokyo.kapeli.com/feeds/Gradle_User_Guide.tgz
162 <div class="CodeMirror-code" role="presentation" style=""> 165http://tokyo.kapeli.com/feeds/Grails.tgz
163 <div class="CodeMirror-activeline" style="position: relative;"> 166http://tokyo.kapeli.com/feeds/Groovy.tgz
164 <div class="CodeMirror-activeline-background CodeMirror-linebackground"></div> 167http://tokyo.kapeli.com/feeds/Groovy_JDK.tgz
165 <div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: -36px; width: 36px;"> 168http://tokyo.kapeli.com/feeds/Grunt.tgz
166 </div> 169http://tokyo.kapeli.com/feeds/Gulp.tgz
167 <div class="CodeMirror-gutter-wrapper CodeMirror-activeline-gutter" style="left: -36px;"> 170http://tokyo.kapeli.com/feeds/Haml.tgz
168 <div class="CodeMirror-linenumber CodeMirror-gutter-elt CodeMirror-linenumber-show" 171http://tokyo.kapeli.com/feeds/Handlebars.tgz
169 style="left: 0px; width: 27px;">1</div> 172http://tokyo.kapeli.com/feeds/Haskell.tgz
170 </div> 173http://tokyo.kapeli.com/feeds/HTML.tgz
171 <pre class=" CodeMirror-line " 174http://tokyo.kapeli.com/feeds/Ionic.tgz
172 role="presentation"><span role="presentation" style="padding-right: 0.1px;"><span class="cm-variable">http</span>:<span class="cm-comment">//{city_name}.kapeli.com/feeds/{name}.tgz</span></span></pre> 175http://tokyo.kapeli.com/feeds/Jasmine.tgz
173 </div> 176http://tokyo.kapeli.com/feeds/Java_EE6.tgz
174 </div> 177http://tokyo.kapeli.com/feeds/Java_EE7.tgz
175 </div> 178http://tokyo.kapeli.com/feeds/Java_EE8.tgz
176 </div> 179http://tokyo.kapeli.com/feeds/Java_SE10.tgz
177 </div> 180http://tokyo.kapeli.com/feeds/Java_SE11.tgz
178 </div> 181http://tokyo.kapeli.com/feeds/Java_SE12.tgz
179 <div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 25px;"></div> 182http://tokyo.kapeli.com/feeds/Java_SE13.tgz
180 <div class="CodeMirror-gutters" style="height: 25px; left: 0px;"> 183http://tokyo.kapeli.com/feeds/Java_SE14.tgz
181 <div class="CodeMirror-gutter CodeMirror-linenumbers" style="width: 35px;"></div> 184http://tokyo.kapeli.com/feeds/Java_SE15.tgz
182 </div> 185http://tokyo.kapeli.com/feeds/Java_SE16.tgz
183 </div> 186http://tokyo.kapeli.com/feeds/Java_SE6.tgz
184 </div> 187http://tokyo.kapeli.com/feeds/Java_SE7.tgz
185 </pre> 188http://tokyo.kapeli.com/feeds/Java_SE8.tgz
186 <ul> 189http://tokyo.kapeli.com/feeds/Java_SE9.tgz
187 <li><p><span>city_anme是服务器所在的城市</span></p></li> 190http://tokyo.kapeli.com/feeds/JavaFX.tgz
188 <li><p><span>name是刚刚找好的要下载文档的name值</span></p></li> 191http://tokyo.kapeli.com/feeds/JavaScript.tgz
189 </ul> 192http://tokyo.kapeli.com/feeds/Jekyll.tgz
190 <p><span>其中,服务器分布城市有:</span></p> 193http://tokyo.kapeli.com/feeds/Jinja.tgz
191 <figure> 194http://tokyo.kapeli.com/feeds/Joomla.tgz
192 <table> 195http://tokyo.kapeli.com/feeds/jQuery.tgz
193 <thead> 196http://tokyo.kapeli.com/feeds/jQuery_Mobile.tgz
194 <tr> 197http://tokyo.kapeli.com/feeds/jQuery_UI.tgz
195 <th><span>frankfurt</span></th> 198http://tokyo.kapeli.com/feeds/Julia.tgz
196 <th><span>london</span></th> 199http://tokyo.kapeli.com/feeds/KnockoutJS.tgz
197 <th><span>newyork</span></th> 200http://tokyo.kapeli.com/feeds/Kobold2D.tgz
198 </tr> 201http://tokyo.kapeli.com/feeds/Laravel.tgz
199 </thead> 202http://tokyo.kapeli.com/feeds/LaTeX.tgz
200 <tbody> 203http://tokyo.kapeli.com/feeds/Less.tgz
201 <tr> 204http://tokyo.kapeli.com/feeds/Lo-Dash.tgz
202 <td><span>sanfrancisco</span></td> 205http://tokyo.kapeli.com/feeds/Lua_5.1.tgz
203 <td><span>singapore</span></td> 206http://tokyo.kapeli.com/feeds/Lua_5.2.tgz
204 <td><span>tokyo</span></td> 207http://tokyo.kapeli.com/feeds/Lua_5.3.tgz
205 </tr> 208http://tokyo.kapeli.com/feeds/Lua_5.4.tgz
206 </tbody> 209http://tokyo.kapeli.com/feeds/MarionetteJS.tgz
207 </table> 210http://tokyo.kapeli.com/feeds/Markdown.tgz
208 </figure> 211http://tokyo.kapeli.com/feeds/Matplotlib.tgz
209 <p><span>根据测试,得到结果:</span></p> 212http://tokyo.kapeli.com/feeds/Meteor.tgz
210 <pre class="md-fences md-end-block md-fences-with-lineno ty-contain-cm modeLoaded" spellcheck="false" lang="" 213http://tokyo.kapeli.com/feeds/Mocha.tgz
211 style="break-inside: unset;"><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 10.4px; left: 48px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 36px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre> 214http://tokyo.kapeli.com/feeds/MomentJS.tgz
212 <div class="CodeMirror-linenumber CodeMirror-gutter-elt"> 215http://tokyo.kapeli.com/feeds/MongoDB.tgz
213 <div>15</div> 216http://tokyo.kapeli.com/feeds/Mongoose.tgz
214 </div> 217http://tokyo.kapeli.com/feeds/Mono.tgz
215 </div> 218http://tokyo.kapeli.com/feeds/MooTools.tgz
216 <div class="CodeMirror-measure"></div> 219http://tokyo.kapeli.com/feeds/MySQL.tgz
217 <div style="position: relative; z-index: 1;"></div> 220http://tokyo.kapeli.com/feeds/Neat.tgz
218 <div class="CodeMirror-code" role="presentation" style=""> 221http://tokyo.kapeli.com/feeds/NET_Framework.tgz
219 <div class="CodeMirror-activeline" style="position: relative;"> 222http://tokyo.kapeli.com/feeds/Nginx.tgz
220 <div class="CodeMirror-activeline-background CodeMirror-linebackground"></div> 223http://tokyo.kapeli.com/feeds/NodeJS.tgz
221 <div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: -36px; width: 36px;"> 224http://tokyo.kapeli.com/feeds/NumPy.tgz
222 </div> 225http://tokyo.kapeli.com/feeds/OCaml.tgz
223 <div class="CodeMirror-gutter-wrapper CodeMirror-activeline-gutter" style="left: -36px;"> 226http://tokyo.kapeli.com/feeds/OpenCV.tgz
224 <div class="CodeMirror-linenumber CodeMirror-gutter-elt CodeMirror-linenumber-show" 227http://tokyo.kapeli.com/feeds/OpenGL_2.tgz
225 style="left: 0px; width: 27px;">1</div> 228http://tokyo.kapeli.com/feeds/OpenGL_3.tgz
226 </div> 229http://tokyo.kapeli.com/feeds/OpenGL_4.tgz
227 <pre class=" CodeMirror-line " 230http://tokyo.kapeli.com/feeds/Pandas.tgz
228 role="presentation"><span role="presentation" style="padding-right: 0.1px;">快——&gt; 慢排序</span></pre> 231http://tokyo.kapeli.com/feeds/Perl.tgz
229 </div> 232http://tokyo.kapeli.com/feeds/Phalcon.tgz
230 <div style="position: relative;"> 233http://tokyo.kapeli.com/feeds/PhoneGap.tgz
231 <div class="CodeMirror-gutter-wrapper" style="left: -36px;"> 234http://tokyo.kapeli.com/feeds/PHP.tgz
232 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">2</div> 235http://tokyo.kapeli.com/feeds/PHPUnit.tgz
233 </div> 236http://tokyo.kapeli.com/feeds/Play_Java.tgz
234 <pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"><span cm-text="" cm-zwsp=""> 237http://tokyo.kapeli.com/feeds/Play_Scala.tgz
235</span></span></pre> 238http://tokyo.kapeli.com/feeds/Polymer.dart.tgz
236 </div> 239http://tokyo.kapeli.com/feeds/PostgreSQL.tgz
237 <div style="position: relative;"> 240http://tokyo.kapeli.com/feeds/Processing.tgz
238 <div class="CodeMirror-gutter-wrapper" style="left: -36px;"> 241http://tokyo.kapeli.com/feeds/PrototypeJS.tgz
239 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">3</div> 242http://tokyo.kapeli.com/feeds/Pug.tgz
240 </div> 243http://tokyo.kapeli.com/feeds/Puppet.tgz
241 <pre class=" CodeMirror-line " 244http://tokyo.kapeli.com/feeds/Python_2.tgz
242 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/{name}.tgz</span></pre> 245http://tokyo.kapeli.com/feeds/Python_3.tgz
243 </div> 246http://tokyo.kapeli.com/feeds/Qt_4.tgz
244 <div style="position: relative;"> 247http://tokyo.kapeli.com/feeds/Qt_5.tgz
245 <div class="CodeMirror-gutter-wrapper" style="left: -36px;"> 248http://tokyo.kapeli.com/feeds/Qt_6.tgz
246 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">4</div> 249http://tokyo.kapeli.com/feeds/R.tgz
247 </div> 250http://tokyo.kapeli.com/feeds/Racket.tgz
248 <pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"><span cm-text="" cm-zwsp=""> 251http://tokyo.kapeli.com/feeds/React.tgz
249</span></span></pre> 252http://tokyo.kapeli.com/feeds/Redis.tgz
250 </div> 253http://tokyo.kapeli.com/feeds/RequireJS.tgz
251 <div style="position: relative;"> 254http://tokyo.kapeli.com/feeds/Ruby.tgz
252 <div class="CodeMirror-gutter-wrapper" style="left: -36px;"> 255http://tokyo.kapeli.com/feeds/Ruby_2.tgz
253 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">5</div> 256http://tokyo.kapeli.com/feeds/Ruby_3.tgz
254 </div> 257http://tokyo.kapeli.com/feeds/Ruby_on_Rails_3.tgz
255 <pre class=" CodeMirror-line " 258http://tokyo.kapeli.com/feeds/Ruby_on_Rails_4.tgz
256 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://singapore.kapeli.com/feeds/{name}.tgz </span></pre> 259http://tokyo.kapeli.com/feeds/Ruby_on_Rails_5.tgz
257 </div> 260http://tokyo.kapeli.com/feeds/Ruby_on_Rails_6.tgz
258 <div style="position: relative;"> 261http://tokyo.kapeli.com/feeds/RubyMotion.tgz
259 <div class="CodeMirror-gutter-wrapper" style="left: -36px;"> 262http://tokyo.kapeli.com/feeds/Rust.tgz
260 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">6</div> 263http://tokyo.kapeli.com/feeds/SailsJS.tgz
261 </div> 264http://tokyo.kapeli.com/feeds/SaltStack.tgz
262 <pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"><span cm-text="" cm-zwsp=""> 265http://tokyo.kapeli.com/feeds/Sass.tgz
263</span></span></pre> 266http://tokyo.kapeli.com/feeds/Scala.tgz
264 </div> 267http://tokyo.kapeli.com/feeds/SciPy.tgz
265 <div style="position: relative;"> 268http://tokyo.kapeli.com/feeds/Semantic_UI.tgz
266 <div class="CodeMirror-gutter-wrapper" style="left: -36px;"> 269http://tokyo.kapeli.com/feeds/Sencha_Touch.tgz
267 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">7</div> 270http://tokyo.kapeli.com/feeds/Sinon.tgz
268 </div> 271http://tokyo.kapeli.com/feeds/Smarty.tgz
269 <pre class=" CodeMirror-line " 272http://tokyo.kapeli.com/feeds/Sparrow.tgz
270 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://sanfrancisco.kapeli.com/feeds/{name}.tgz &nbsp; </span></pre> 273http://tokyo.kapeli.com/feeds/Spring_Framework.tgz
271 </div> 274http://tokyo.kapeli.com/feeds/SQLAlchemy.tgz
272 <div style="position: relative;"> 275http://tokyo.kapeli.com/feeds/SQLite.tgz
273 <div class="CodeMirror-gutter-wrapper" style="left: -36px;"> 276http://tokyo.kapeli.com/feeds/Statamic.tgz
274 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">8</div> 277http://tokyo.kapeli.com/feeds/Stylus.tgz
275 </div> 278http://tokyo.kapeli.com/feeds/Susy.tgz
276 <pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"><span cm-text="" cm-zwsp=""> 279http://tokyo.kapeli.com/feeds/SVG.tgz
277</span></span></pre> 280http://tokyo.kapeli.com/feeds/Swift.tgz
278 </div> 281http://tokyo.kapeli.com/feeds/Symfony.tgz
279 <div style="position: relative;"> 282http://tokyo.kapeli.com/feeds/Tcl.tgz
280 <div class="CodeMirror-gutter-wrapper" style="left: -36px;"> 283http://tokyo.kapeli.com/feeds/Tornado.tgz
281 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">9</div> 284http://tokyo.kapeli.com/feeds/Twig.tgz
282 </div> 285http://tokyo.kapeli.com/feeds/Twisted.tgz
283 <pre class=" CodeMirror-line " 286http://tokyo.kapeli.com/feeds/TypeScript.tgz
284 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://frankfurt.kapeli.com/feeds/{name}.tgz </span></pre> 287http://tokyo.kapeli.com/feeds/TYPO3.tgz
285 </div> 288http://tokyo.kapeli.com/feeds/UnderscoreJS.tgz
286 <div style="position: relative;"> 289http://tokyo.kapeli.com/feeds/Unity_3D.tgz
287 <div class="CodeMirror-gutter-wrapper" style="left: -36px;"> 290http://tokyo.kapeli.com/feeds/Vagrant.tgz
288 <div class="CodeMirror-linenumber CodeMirror-gutter-elt CodeMirror-linenumber-show" 291http://tokyo.kapeli.com/feeds/Vim.tgz
289 style="left: 0px; width: 27px;">10</div> 292http://tokyo.kapeli.com/feeds/VMware_vSphere.tgz
290 </div> 293http://tokyo.kapeli.com/feeds/VueJS.tgz
291 <pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"><span cm-text="" cm-zwsp=""> 294http://tokyo.kapeli.com/feeds/WordPress.tgz
292</span></span></pre> 295http://tokyo.kapeli.com/feeds/Xamarin.tgz
293 </div> 296http://tokyo.kapeli.com/feeds/Xojo.tgz
294 <div style="position: relative;"> 297http://tokyo.kapeli.com/feeds/XSLT.tgz
295 <div class="CodeMirror-gutter-wrapper" style="left: -36px;"> 298http://tokyo.kapeli.com/feeds/Yii.tgz
296 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">11</div> 299http://tokyo.kapeli.com/feeds/YUI.tgz
297 </div> 300http://tokyo.kapeli.com/feeds/Zend_Framework_1.tgz
298 <pre class=" CodeMirror-line " 301http://tokyo.kapeli.com/feeds/Zend_Framework_2.tgz
299 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://newyork.kapeli.com/feeds/{name}.tgz </span></pre> 302http://tokyo.kapeli.com/feeds/Zend_Framework_3.tgz
300 </div> 303http://tokyo.kapeli.com/feeds/ZeptoJS.tgz</code></pre>
301 <div style="position: relative;"> 304 <h2 id="移动">移动</h2>
302 <div class="CodeMirror-gutter-wrapper" style="left: -36px;"> 305 <p>下载完成后,对压缩包进行解压,并将解压所得文件夹整体放入上文规定的 Zeal 文档存储路径之下。</p>
303 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">12</div> 306 <p>重启 Zeal,即可在左侧看到信息,可以在左上角搜索了。</p>
304 </div> 307 <p class="time">2023.3.26</p>
305 <pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"><span cm-text="" cm-zwsp=""> 308 <script src="https://www.qin-juan-ge-zhu.top/common/js/comment.js"></script>
306</span></span></pre>
307 </div>
308 <div style="position: relative;">
309 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
310 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">13</div>
311 </div>
312 <pre class=" CodeMirror-line "
313 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://sydney.kapeli.com/feeds/{name}.tgz </span></pre>
314 </div>
315 <div style="position: relative;">
316 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
317 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">14</div>
318 </div>
319 <pre class=" CodeMirror-line " role="presentation"><span role="presentation" style="padding-right: 0.1px;"><span cm-text="" cm-zwsp="">
320</span></span></pre>
321 </div>
322 <div style="position: relative;">
323 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
324 <div class="CodeMirror-linenumber CodeMirror-gutter-elt CodeMirror-linenumber-show"
325 style="left: 0px; width: 27px;">15</div>
326 </div>
327 <pre class=" CodeMirror-line "
328 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://london.kapeli.com/feeds/{name}.tgz</span></pre>
329 </div>
330 </div>
331 </div>
332 </div>
333 </div>
334 </div>
335 <div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 372px;"></div>
336 <div class="CodeMirror-gutters" style="height: 372px; left: 0px;">
337 <div class="CodeMirror-gutter CodeMirror-linenumbers" style="width: 35px;"></div>
338 </div>
339 </div>
340 </div>
341 </pre>
342 <p><span>此时,把所需文档的name替换掉链接中的{name}即可,得到下载链接如下:</span></p>
343 <pre class="md-fences md-end-block md-fences-with-lineno ty-contain-cm modeLoaded" spellcheck="false" lang=""
344 style="break-inside: unset;"><div class="CodeMirror cm-s-inner cm-s-null-scroll CodeMirror-wrap" lang=""><div style="overflow: hidden; position: relative; width: 3px; height: 0px; top: 10.4px; left: 48px;"><textarea autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="0" style="position: absolute; bottom: -1em; padding: 0px; width: 1000px; height: 1em; outline: none;"></textarea></div><div class="CodeMirror-scrollbar-filler" cm-not-content="true"></div><div class="CodeMirror-gutter-filler" cm-not-content="true"></div><div class="CodeMirror-scroll" tabindex="-1"><div class="CodeMirror-sizer" style="margin-left: 36px; margin-bottom: 0px; border-right-width: 0px; padding-right: 0px; padding-bottom: 0px;"><div style="position: relative; top: 0px;"><div class="CodeMirror-lines" role="presentation"><div role="presentation" style="position: relative; outline: none;"><div class="CodeMirror-measure"><pre><span>xxxxxxxxxx</span></pre>
345 <div class="CodeMirror-linenumber CodeMirror-gutter-elt">
346 <div>205</div>
347 </div>
348 </div>
349 <div class="CodeMirror-measure"></div>
350 <div style="position: relative; z-index: 1;"></div>
351 <div class="CodeMirror-code" role="presentation" style="">
352 <div class="CodeMirror-activeline" style="position: relative;">
353 <div class="CodeMirror-activeline-background CodeMirror-linebackground"></div>
354 <div class="CodeMirror-gutter-background CodeMirror-activeline-gutter" style="left: -36px; width: 36px;">
355 </div>
356 <div class="CodeMirror-gutter-wrapper CodeMirror-activeline-gutter" style="left: -36px;">
357 <div class="CodeMirror-linenumber CodeMirror-gutter-elt CodeMirror-linenumber-show"
358 style="left: 0px; width: 27px;">1</div>
359 </div>
360 <pre class=" CodeMirror-line "
361 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/ActionScript.tgz</span></pre>
362 </div>
363 <div style="position: relative;">
364 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
365 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">2</div>
366 </div>
367 <pre class=" CodeMirror-line "
368 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Akka.tgz</span></pre>
369 </div>
370 <div style="position: relative;">
371 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
372 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">3</div>
373 </div>
374 <pre class=" CodeMirror-line "
375 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Android.tgz</span></pre>
376 </div>
377 <div style="position: relative;">
378 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
379 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">4</div>
380 </div>
381 <pre class=" CodeMirror-line "
382 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Angular.tgz</span></pre>
383 </div>
384 <div style="position: relative;">
385 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
386 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">5</div>
387 </div>
388 <pre class=" CodeMirror-line "
389 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/AngularJS.tgz</span></pre>
390 </div>
391 <div style="position: relative;">
392 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
393 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">6</div>
394 </div>
395 <pre class=" CodeMirror-line "
396 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Ansible.tgz</span></pre>
397 </div>
398 <div style="position: relative;">
399 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
400 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">7</div>
401 </div>
402 <pre class=" CodeMirror-line "
403 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Apache_HTTP_Server.tgz</span></pre>
404 </div>
405 <div style="position: relative;">
406 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
407 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">8</div>
408 </div>
409 <pre class=" CodeMirror-line "
410 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Appcelerator_Titanium.tgz</span></pre>
411 </div>
412 <div style="position: relative;">
413 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
414 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">9</div>
415 </div>
416 <pre class=" CodeMirror-line "
417 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/AppleScript.tgz</span></pre>
418 </div>
419 <div style="position: relative;">
420 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
421 <div class="CodeMirror-linenumber CodeMirror-gutter-elt CodeMirror-linenumber-show"
422 style="left: 0px; width: 27px;">10</div>
423 </div>
424 <pre class=" CodeMirror-line "
425 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Arduino.tgz</span></pre>
426 </div>
427 <div style="position: relative;">
428 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
429 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">11</div>
430 </div>
431 <pre class=" CodeMirror-line "
432 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/AWS_JavaScript.tgz</span></pre>
433 </div>
434 <div style="position: relative;">
435 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
436 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">12</div>
437 </div>
438 <pre class=" CodeMirror-line "
439 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/BackboneJS.tgz</span></pre>
440 </div>
441 <div style="position: relative;">
442 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
443 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">13</div>
444 </div>
445 <pre class=" CodeMirror-line "
446 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Bash.tgz</span></pre>
447 </div>
448 <div style="position: relative;">
449 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
450 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">14</div>
451 </div>
452 <pre class=" CodeMirror-line "
453 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Boost.tgz</span></pre>
454 </div>
455 <div style="position: relative;">
456 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
457 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">15</div>
458 </div>
459 <pre class=" CodeMirror-line "
460 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Bootstrap_2.tgz</span></pre>
461 </div>
462 <div style="position: relative;">
463 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
464 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">16</div>
465 </div>
466 <pre class=" CodeMirror-line "
467 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Bootstrap_3.tgz</span></pre>
468 </div>
469 <div style="position: relative;">
470 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
471 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">17</div>
472 </div>
473 <pre class=" CodeMirror-line "
474 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Bootstrap_4.tgz</span></pre>
475 </div>
476 <div style="position: relative;">
477 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
478 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">18</div>
479 </div>
480 <pre class=" CodeMirror-line "
481 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Bootstrap_5.tgz</span></pre>
482 </div>
483 <div style="position: relative;">
484 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
485 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">19</div>
486 </div>
487 <pre class=" CodeMirror-line "
488 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Bourbon.tgz</span></pre>
489 </div>
490 <div style="position: relative;">
491 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
492 <div class="CodeMirror-linenumber CodeMirror-gutter-elt CodeMirror-linenumber-show"
493 style="left: 0px; width: 27px;">20</div>
494 </div>
495 <pre class=" CodeMirror-line "
496 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/C.tgz</span></pre>
497 </div>
498 <div style="position: relative;">
499 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
500 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">21</div>
501 </div>
502 <pre class=" CodeMirror-line "
503 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/C++.tgz</span></pre>
504 </div>
505 <div style="position: relative;">
506 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
507 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">22</div>
508 </div>
509 <pre class=" CodeMirror-line "
510 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/CakePHP.tgz</span></pre>
511 </div>
512 <div style="position: relative;">
513 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
514 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">23</div>
515 </div>
516 <pre class=" CodeMirror-line "
517 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Cappuccino.tgz</span></pre>
518 </div>
519 <div style="position: relative;">
520 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
521 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">24</div>
522 </div>
523 <pre class=" CodeMirror-line "
524 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Chai.tgz</span></pre>
525 </div>
526 <div style="position: relative;">
527 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
528 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">25</div>
529 </div>
530 <pre class=" CodeMirror-line "
531 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Chef.tgz</span></pre>
532 </div>
533 <div style="position: relative;">
534 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
535 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">26</div>
536 </div>
537 <pre class=" CodeMirror-line "
538 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Clojure.tgz</span></pre>
539 </div>
540 <div style="position: relative;">
541 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
542 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">27</div>
543 </div>
544 <pre class=" CodeMirror-line "
545 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/CMake.tgz</span></pre>
546 </div>
547 <div style="position: relative;">
548 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
549 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">28</div>
550 </div>
551 <pre class=" CodeMirror-line "
552 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Cocos2D.tgz</span></pre>
553 </div>
554 <div style="position: relative;">
555 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
556 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">29</div>
557 </div>
558 <pre class=" CodeMirror-line "
559 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Cocos2D-X.tgz</span></pre>
560 </div>
561 <div style="position: relative;">
562 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
563 <div class="CodeMirror-linenumber CodeMirror-gutter-elt CodeMirror-linenumber-show"
564 style="left: 0px; width: 27px;">30</div>
565 </div>
566 <pre class=" CodeMirror-line "
567 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Cocos3D.tgz</span></pre>
568 </div>
569 <div style="position: relative;">
570 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
571 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">31</div>
572 </div>
573 <pre class=" CodeMirror-line "
574 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/CodeIgniter.tgz</span></pre>
575 </div>
576 <div style="position: relative;">
577 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
578 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">32</div>
579 </div>
580 <pre class=" CodeMirror-line "
581 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/CoffeeScript.tgz</span></pre>
582 </div>
583 <div style="position: relative;">
584 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
585 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">33</div>
586 </div>
587 <pre class=" CodeMirror-line "
588 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/ColdFusion.tgz</span></pre>
589 </div>
590 <div style="position: relative;">
591 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
592 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">34</div>
593 </div>
594 <pre class=" CodeMirror-line "
595 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Common_Lisp.tgz</span></pre>
596 </div>
597 <div style="position: relative;">
598 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
599 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">35</div>
600 </div>
601 <pre class=" CodeMirror-line "
602 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Compass.tgz</span></pre>
603 </div>
604 <div style="position: relative;">
605 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
606 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">36</div>
607 </div>
608 <pre class=" CodeMirror-line "
609 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Cordova.tgz</span></pre>
610 </div>
611 <div style="position: relative;">
612 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
613 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">37</div>
614 </div>
615 <pre class=" CodeMirror-line "
616 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Corona.tgz</span></pre>
617 </div>
618 <div style="position: relative;">
619 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
620 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">38</div>
621 </div>
622 <pre class=" CodeMirror-line "
623 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/CouchDB.tgz</span></pre>
624 </div>
625 <div style="position: relative;">
626 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
627 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">39</div>
628 </div>
629 <pre class=" CodeMirror-line "
630 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Craft.tgz</span></pre>
631 </div>
632 <div style="position: relative;">
633 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
634 <div class="CodeMirror-linenumber CodeMirror-gutter-elt CodeMirror-linenumber-show"
635 style="left: 0px; width: 27px;">40</div>
636 </div>
637 <pre class=" CodeMirror-line "
638 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/CSS.tgz</span></pre>
639 </div>
640 <div style="position: relative;">
641 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
642 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">41</div>
643 </div>
644 <pre class=" CodeMirror-line "
645 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/D3JS.tgz</span></pre>
646 </div>
647 <div style="position: relative;">
648 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
649 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">42</div>
650 </div>
651 <pre class=" CodeMirror-line "
652 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Dart.tgz</span></pre>
653 </div>
654 <div style="position: relative;">
655 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
656 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">43</div>
657 </div>
658 <pre class=" CodeMirror-line "
659 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Django.tgz</span></pre>
660 </div>
661 <div style="position: relative;">
662 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
663 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">44</div>
664 </div>
665 <pre class=" CodeMirror-line "
666 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Docker.tgz</span></pre>
667 </div>
668 <div style="position: relative;">
669 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
670 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">45</div>
671 </div>
672 <pre class=" CodeMirror-line "
673 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Doctrine_ORM.tgz</span></pre>
674 </div>
675 <div style="position: relative;">
676 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
677 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">46</div>
678 </div>
679 <pre class=" CodeMirror-line "
680 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Dojo.tgz</span></pre>
681 </div>
682 <div style="position: relative;">
683 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
684 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">47</div>
685 </div>
686 <pre class=" CodeMirror-line "
687 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Drupal_7.tgz</span></pre>
688 </div>
689 <div style="position: relative;">
690 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
691 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">48</div>
692 </div>
693 <pre class=" CodeMirror-line "
694 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Drupal_8.tgz</span></pre>
695 </div>
696 <div style="position: relative;">
697 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
698 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">49</div>
699 </div>
700 <pre class=" CodeMirror-line "
701 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Drupal_9.tgz</span></pre>
702 </div>
703 <div style="position: relative;">
704 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
705 <div class="CodeMirror-linenumber CodeMirror-gutter-elt CodeMirror-linenumber-show"
706 style="left: 0px; width: 27px;">50</div>
707 </div>
708 <pre class=" CodeMirror-line "
709 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/ElasticSearch.tgz</span></pre>
710 </div>
711 <div style="position: relative;">
712 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
713 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">51</div>
714 </div>
715 <pre class=" CodeMirror-line "
716 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Elixir.tgz</span></pre>
717 </div>
718 <div style="position: relative;">
719 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
720 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">52</div>
721 </div>
722 <pre class=" CodeMirror-line "
723 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Emacs_Lisp.tgz</span></pre>
724 </div>
725 <div style="position: relative;">
726 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
727 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">53</div>
728 </div>
729 <pre class=" CodeMirror-line "
730 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/EmberJS.tgz</span></pre>
731 </div>
732 <div style="position: relative;">
733 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
734 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">54</div>
735 </div>
736 <pre class=" CodeMirror-line "
737 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Emmet.tgz</span></pre>
738 </div>
739 <div style="position: relative;">
740 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
741 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">55</div>
742 </div>
743 <pre class=" CodeMirror-line "
744 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Erlang.tgz</span></pre>
745 </div>
746 <div style="position: relative;">
747 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
748 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">56</div>
749 </div>
750 <pre class=" CodeMirror-line "
751 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Express.tgz</span></pre>
752 </div>
753 <div style="position: relative;">
754 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
755 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">57</div>
756 </div>
757 <pre class=" CodeMirror-line "
758 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/ExpressionEngine.tgz</span></pre>
759 </div>
760 <div style="position: relative;">
761 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
762 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">58</div>
763 </div>
764 <pre class=" CodeMirror-line "
765 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/ExtJS.tgz</span></pre>
766 </div>
767 <div style="position: relative;">
768 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
769 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">59</div>
770 </div>
771 <pre class=" CodeMirror-line "
772 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Flask.tgz</span></pre>
773 </div>
774 <div style="position: relative;">
775 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
776 <div class="CodeMirror-linenumber CodeMirror-gutter-elt CodeMirror-linenumber-show"
777 style="left: 0px; width: 27px;">60</div>
778 </div>
779 <pre class=" CodeMirror-line "
780 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Font_Awesome.tgz</span></pre>
781 </div>
782 <div style="position: relative;">
783 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
784 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">61</div>
785 </div>
786 <pre class=" CodeMirror-line "
787 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Foundation.tgz</span></pre>
788 </div>
789 <div style="position: relative;">
790 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
791 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">62</div>
792 </div>
793 <pre class=" CodeMirror-line "
794 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/GLib.tgz</span></pre>
795 </div>
796 <div style="position: relative;">
797 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
798 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">63</div>
799 </div>
800 <pre class=" CodeMirror-line "
801 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Go.tgz</span></pre>
802 </div>
803 <div style="position: relative;">
804 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
805 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">64</div>
806 </div>
807 <pre class=" CodeMirror-line "
808 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Gradle_DSL.tgz</span></pre>
809 </div>
810 <div style="position: relative;">
811 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
812 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">65</div>
813 </div>
814 <pre class=" CodeMirror-line "
815 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Gradle_Java_API.tgz</span></pre>
816 </div>
817 <div style="position: relative;">
818 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
819 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">66</div>
820 </div>
821 <pre class=" CodeMirror-line "
822 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Gradle_User_Guide.tgz</span></pre>
823 </div>
824 <div style="position: relative;">
825 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
826 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">67</div>
827 </div>
828 <pre class=" CodeMirror-line "
829 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Grails.tgz</span></pre>
830 </div>
831 <div style="position: relative;">
832 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
833 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">68</div>
834 </div>
835 <pre class=" CodeMirror-line "
836 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Groovy.tgz</span></pre>
837 </div>
838 <div style="position: relative;">
839 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
840 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">69</div>
841 </div>
842 <pre class=" CodeMirror-line "
843 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Groovy_JDK.tgz</span></pre>
844 </div>
845 <div style="position: relative;">
846 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
847 <div class="CodeMirror-linenumber CodeMirror-gutter-elt CodeMirror-linenumber-show"
848 style="left: 0px; width: 27px;">70</div>
849 </div>
850 <pre class=" CodeMirror-line "
851 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Grunt.tgz</span></pre>
852 </div>
853 <div style="position: relative;">
854 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
855 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">71</div>
856 </div>
857 <pre class=" CodeMirror-line "
858 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Gulp.tgz</span></pre>
859 </div>
860 <div style="position: relative;">
861 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
862 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">72</div>
863 </div>
864 <pre class=" CodeMirror-line "
865 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Haml.tgz</span></pre>
866 </div>
867 <div style="position: relative;">
868 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
869 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">73</div>
870 </div>
871 <pre class=" CodeMirror-line "
872 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Handlebars.tgz</span></pre>
873 </div>
874 <div style="position: relative;">
875 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
876 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">74</div>
877 </div>
878 <pre class=" CodeMirror-line "
879 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Haskell.tgz</span></pre>
880 </div>
881 <div style="position: relative;">
882 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
883 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">75</div>
884 </div>
885 <pre class=" CodeMirror-line "
886 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/HTML.tgz</span></pre>
887 </div>
888 <div style="position: relative;">
889 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
890 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">76</div>
891 </div>
892 <pre class=" CodeMirror-line "
893 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Ionic.tgz</span></pre>
894 </div>
895 <div style="position: relative;">
896 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
897 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">77</div>
898 </div>
899 <pre class=" CodeMirror-line "
900 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Jasmine.tgz</span></pre>
901 </div>
902 <div style="position: relative;">
903 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
904 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">78</div>
905 </div>
906 <pre class=" CodeMirror-line "
907 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Java_EE6.tgz</span></pre>
908 </div>
909 <div style="position: relative;">
910 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
911 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">79</div>
912 </div>
913 <pre class=" CodeMirror-line "
914 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Java_EE7.tgz</span></pre>
915 </div>
916 <div style="position: relative;">
917 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
918 <div class="CodeMirror-linenumber CodeMirror-gutter-elt CodeMirror-linenumber-show"
919 style="left: 0px; width: 27px;">80</div>
920 </div>
921 <pre class=" CodeMirror-line "
922 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Java_EE8.tgz</span></pre>
923 </div>
924 <div style="position: relative;">
925 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
926 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">81</div>
927 </div>
928 <pre class=" CodeMirror-line "
929 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Java_SE10.tgz</span></pre>
930 </div>
931 <div style="position: relative;">
932 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
933 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">82</div>
934 </div>
935 <pre class=" CodeMirror-line "
936 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Java_SE11.tgz</span></pre>
937 </div>
938 <div style="position: relative;">
939 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
940 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">83</div>
941 </div>
942 <pre class=" CodeMirror-line "
943 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Java_SE12.tgz</span></pre>
944 </div>
945 <div style="position: relative;">
946 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
947 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">84</div>
948 </div>
949 <pre class=" CodeMirror-line "
950 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Java_SE13.tgz</span></pre>
951 </div>
952 <div style="position: relative;">
953 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
954 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">85</div>
955 </div>
956 <pre class=" CodeMirror-line "
957 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Java_SE14.tgz</span></pre>
958 </div>
959 <div style="position: relative;">
960 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
961 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">86</div>
962 </div>
963 <pre class=" CodeMirror-line "
964 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Java_SE15.tgz</span></pre>
965 </div>
966 <div style="position: relative;">
967 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
968 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">87</div>
969 </div>
970 <pre class=" CodeMirror-line "
971 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Java_SE16.tgz</span></pre>
972 </div>
973 <div style="position: relative;">
974 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
975 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">88</div>
976 </div>
977 <pre class=" CodeMirror-line "
978 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Java_SE6.tgz</span></pre>
979 </div>
980 <div style="position: relative;">
981 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
982 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">89</div>
983 </div>
984 <pre class=" CodeMirror-line "
985 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Java_SE7.tgz</span></pre>
986 </div>
987 <div style="position: relative;">
988 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
989 <div class="CodeMirror-linenumber CodeMirror-gutter-elt CodeMirror-linenumber-show"
990 style="left: 0px; width: 27px;">90</div>
991 </div>
992 <pre class=" CodeMirror-line "
993 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Java_SE8.tgz</span></pre>
994 </div>
995 <div style="position: relative;">
996 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
997 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">91</div>
998 </div>
999 <pre class=" CodeMirror-line "
1000 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Java_SE9.tgz</span></pre>
1001 </div>
1002 <div style="position: relative;">
1003 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1004 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">92</div>
1005 </div>
1006 <pre class=" CodeMirror-line "
1007 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/JavaFX.tgz</span></pre>
1008 </div>
1009 <div style="position: relative;">
1010 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1011 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">93</div>
1012 </div>
1013 <pre class=" CodeMirror-line "
1014 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/JavaScript.tgz</span></pre>
1015 </div>
1016 <div style="position: relative;">
1017 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1018 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">94</div>
1019 </div>
1020 <pre class=" CodeMirror-line "
1021 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Jekyll.tgz</span></pre>
1022 </div>
1023 <div style="position: relative;">
1024 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1025 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">95</div>
1026 </div>
1027 <pre class=" CodeMirror-line "
1028 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Jinja.tgz</span></pre>
1029 </div>
1030 <div style="position: relative;">
1031 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1032 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">96</div>
1033 </div>
1034 <pre class=" CodeMirror-line "
1035 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Joomla.tgz</span></pre>
1036 </div>
1037 <div style="position: relative;">
1038 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1039 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">97</div>
1040 </div>
1041 <pre class=" CodeMirror-line "
1042 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/jQuery.tgz</span></pre>
1043 </div>
1044 <div style="position: relative;">
1045 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1046 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">98</div>
1047 </div>
1048 <pre class=" CodeMirror-line "
1049 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/jQuery_Mobile.tgz</span></pre>
1050 </div>
1051 <div style="position: relative;">
1052 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1053 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">99</div>
1054 </div>
1055 <pre class=" CodeMirror-line "
1056 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/jQuery_UI.tgz</span></pre>
1057 </div>
1058 <div style="position: relative;">
1059 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1060 <div class="CodeMirror-linenumber CodeMirror-gutter-elt CodeMirror-linenumber-show"
1061 style="left: 0px; width: 27px;">100</div>
1062 </div>
1063 <pre class=" CodeMirror-line "
1064 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Julia.tgz</span></pre>
1065 </div>
1066 <div style="position: relative;">
1067 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1068 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">101</div>
1069 </div>
1070 <pre class=" CodeMirror-line "
1071 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/KnockoutJS.tgz</span></pre>
1072 </div>
1073 <div style="position: relative;">
1074 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1075 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">102</div>
1076 </div>
1077 <pre class=" CodeMirror-line "
1078 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Kobold2D.tgz</span></pre>
1079 </div>
1080 <div style="position: relative;">
1081 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1082 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">103</div>
1083 </div>
1084 <pre class=" CodeMirror-line "
1085 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Laravel.tgz</span></pre>
1086 </div>
1087 <div style="position: relative;">
1088 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1089 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">104</div>
1090 </div>
1091 <pre class=" CodeMirror-line "
1092 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/LaTeX.tgz</span></pre>
1093 </div>
1094 <div style="position: relative;">
1095 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1096 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">105</div>
1097 </div>
1098 <pre class=" CodeMirror-line "
1099 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Less.tgz</span></pre>
1100 </div>
1101 <div style="position: relative;">
1102 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1103 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">106</div>
1104 </div>
1105 <pre class=" CodeMirror-line "
1106 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Lo-Dash.tgz</span></pre>
1107 </div>
1108 <div style="position: relative;">
1109 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1110 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">107</div>
1111 </div>
1112 <pre class=" CodeMirror-line "
1113 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Lua_5.1.tgz</span></pre>
1114 </div>
1115 <div style="position: relative;">
1116 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1117 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">108</div>
1118 </div>
1119 <pre class=" CodeMirror-line "
1120 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Lua_5.2.tgz</span></pre>
1121 </div>
1122 <div style="position: relative;">
1123 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1124 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">109</div>
1125 </div>
1126 <pre class=" CodeMirror-line "
1127 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Lua_5.3.tgz</span></pre>
1128 </div>
1129 <div style="position: relative;">
1130 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1131 <div class="CodeMirror-linenumber CodeMirror-gutter-elt CodeMirror-linenumber-show"
1132 style="left: 0px; width: 27px;">110</div>
1133 </div>
1134 <pre class=" CodeMirror-line "
1135 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Lua_5.4.tgz</span></pre>
1136 </div>
1137 <div style="position: relative;">
1138 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1139 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">111</div>
1140 </div>
1141 <pre class=" CodeMirror-line "
1142 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/MarionetteJS.tgz</span></pre>
1143 </div>
1144 <div style="position: relative;">
1145 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1146 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">112</div>
1147 </div>
1148 <pre class=" CodeMirror-line "
1149 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Markdown.tgz</span></pre>
1150 </div>
1151 <div style="position: relative;">
1152 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1153 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">113</div>
1154 </div>
1155 <pre class=" CodeMirror-line "
1156 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Matplotlib.tgz</span></pre>
1157 </div>
1158 <div style="position: relative;">
1159 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1160 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">114</div>
1161 </div>
1162 <pre class=" CodeMirror-line "
1163 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Meteor.tgz</span></pre>
1164 </div>
1165 <div style="position: relative;">
1166 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1167 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">115</div>
1168 </div>
1169 <pre class=" CodeMirror-line "
1170 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Mocha.tgz</span></pre>
1171 </div>
1172 <div style="position: relative;">
1173 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1174 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">116</div>
1175 </div>
1176 <pre class=" CodeMirror-line "
1177 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/MomentJS.tgz</span></pre>
1178 </div>
1179 <div style="position: relative;">
1180 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1181 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">117</div>
1182 </div>
1183 <pre class=" CodeMirror-line "
1184 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/MongoDB.tgz</span></pre>
1185 </div>
1186 <div style="position: relative;">
1187 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1188 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">118</div>
1189 </div>
1190 <pre class=" CodeMirror-line "
1191 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Mongoose.tgz</span></pre>
1192 </div>
1193 <div style="position: relative;">
1194 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1195 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">119</div>
1196 </div>
1197 <pre class=" CodeMirror-line "
1198 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Mono.tgz</span></pre>
1199 </div>
1200 <div style="position: relative;">
1201 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1202 <div class="CodeMirror-linenumber CodeMirror-gutter-elt CodeMirror-linenumber-show"
1203 style="left: 0px; width: 27px;">120</div>
1204 </div>
1205 <pre class=" CodeMirror-line "
1206 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/MooTools.tgz</span></pre>
1207 </div>
1208 <div style="position: relative;">
1209 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1210 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">121</div>
1211 </div>
1212 <pre class=" CodeMirror-line "
1213 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/MySQL.tgz</span></pre>
1214 </div>
1215 <div style="position: relative;">
1216 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1217 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">122</div>
1218 </div>
1219 <pre class=" CodeMirror-line "
1220 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Neat.tgz</span></pre>
1221 </div>
1222 <div style="position: relative;">
1223 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1224 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">123</div>
1225 </div>
1226 <pre class=" CodeMirror-line "
1227 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/NET_Framework.tgz</span></pre>
1228 </div>
1229 <div style="position: relative;">
1230 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1231 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">124</div>
1232 </div>
1233 <pre class=" CodeMirror-line "
1234 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Nginx.tgz</span></pre>
1235 </div>
1236 <div style="position: relative;">
1237 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1238 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">125</div>
1239 </div>
1240 <pre class=" CodeMirror-line "
1241 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/NodeJS.tgz</span></pre>
1242 </div>
1243 <div style="position: relative;">
1244 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1245 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">126</div>
1246 </div>
1247 <pre class=" CodeMirror-line "
1248 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/NumPy.tgz</span></pre>
1249 </div>
1250 <div style="position: relative;">
1251 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1252 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">127</div>
1253 </div>
1254 <pre class=" CodeMirror-line "
1255 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/OCaml.tgz</span></pre>
1256 </div>
1257 <div style="position: relative;">
1258 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1259 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">128</div>
1260 </div>
1261 <pre class=" CodeMirror-line "
1262 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/OpenCV.tgz</span></pre>
1263 </div>
1264 <div style="position: relative;">
1265 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1266 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">129</div>
1267 </div>
1268 <pre class=" CodeMirror-line "
1269 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/OpenGL_2.tgz</span></pre>
1270 </div>
1271 <div style="position: relative;">
1272 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1273 <div class="CodeMirror-linenumber CodeMirror-gutter-elt CodeMirror-linenumber-show"
1274 style="left: 0px; width: 27px;">130</div>
1275 </div>
1276 <pre class=" CodeMirror-line "
1277 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/OpenGL_3.tgz</span></pre>
1278 </div>
1279 <div style="position: relative;">
1280 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1281 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">131</div>
1282 </div>
1283 <pre class=" CodeMirror-line "
1284 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/OpenGL_4.tgz</span></pre>
1285 </div>
1286 <div style="position: relative;">
1287 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1288 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">132</div>
1289 </div>
1290 <pre class=" CodeMirror-line "
1291 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Pandas.tgz</span></pre>
1292 </div>
1293 <div style="position: relative;">
1294 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1295 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">133</div>
1296 </div>
1297 <pre class=" CodeMirror-line "
1298 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Perl.tgz</span></pre>
1299 </div>
1300 <div style="position: relative;">
1301 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1302 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">134</div>
1303 </div>
1304 <pre class=" CodeMirror-line "
1305 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Phalcon.tgz</span></pre>
1306 </div>
1307 <div style="position: relative;">
1308 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1309 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">135</div>
1310 </div>
1311 <pre class=" CodeMirror-line "
1312 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/PhoneGap.tgz</span></pre>
1313 </div>
1314 <div style="position: relative;">
1315 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1316 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">136</div>
1317 </div>
1318 <pre class=" CodeMirror-line "
1319 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/PHP.tgz</span></pre>
1320 </div>
1321 <div style="position: relative;">
1322 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1323 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">137</div>
1324 </div>
1325 <pre class=" CodeMirror-line "
1326 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/PHPUnit.tgz</span></pre>
1327 </div>
1328 <div style="position: relative;">
1329 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1330 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">138</div>
1331 </div>
1332 <pre class=" CodeMirror-line "
1333 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Play_Java.tgz</span></pre>
1334 </div>
1335 <div style="position: relative;">
1336 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1337 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">139</div>
1338 </div>
1339 <pre class=" CodeMirror-line "
1340 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Play_Scala.tgz</span></pre>
1341 </div>
1342 <div style="position: relative;">
1343 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1344 <div class="CodeMirror-linenumber CodeMirror-gutter-elt CodeMirror-linenumber-show"
1345 style="left: 0px; width: 27px;">140</div>
1346 </div>
1347 <pre class=" CodeMirror-line "
1348 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Polymer.dart.tgz</span></pre>
1349 </div>
1350 <div style="position: relative;">
1351 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1352 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">141</div>
1353 </div>
1354 <pre class=" CodeMirror-line "
1355 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/PostgreSQL.tgz</span></pre>
1356 </div>
1357 <div style="position: relative;">
1358 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1359 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">142</div>
1360 </div>
1361 <pre class=" CodeMirror-line "
1362 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Processing.tgz</span></pre>
1363 </div>
1364 <div style="position: relative;">
1365 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1366 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">143</div>
1367 </div>
1368 <pre class=" CodeMirror-line "
1369 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/PrototypeJS.tgz</span></pre>
1370 </div>
1371 <div style="position: relative;">
1372 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1373 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">144</div>
1374 </div>
1375 <pre class=" CodeMirror-line "
1376 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Pug.tgz</span></pre>
1377 </div>
1378 <div style="position: relative;">
1379 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1380 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">145</div>
1381 </div>
1382 <pre class=" CodeMirror-line "
1383 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Puppet.tgz</span></pre>
1384 </div>
1385 <div style="position: relative;">
1386 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1387 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">146</div>
1388 </div>
1389 <pre class=" CodeMirror-line "
1390 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Python_2.tgz</span></pre>
1391 </div>
1392 <div style="position: relative;">
1393 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1394 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">147</div>
1395 </div>
1396 <pre class=" CodeMirror-line "
1397 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Python_3.tgz</span></pre>
1398 </div>
1399 <div style="position: relative;">
1400 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1401 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">148</div>
1402 </div>
1403 <pre class=" CodeMirror-line "
1404 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Qt_4.tgz</span></pre>
1405 </div>
1406 <div style="position: relative;">
1407 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1408 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">149</div>
1409 </div>
1410 <pre class=" CodeMirror-line "
1411 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Qt_5.tgz</span></pre>
1412 </div>
1413 <div style="position: relative;">
1414 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1415 <div class="CodeMirror-linenumber CodeMirror-gutter-elt CodeMirror-linenumber-show"
1416 style="left: 0px; width: 27px;">150</div>
1417 </div>
1418 <pre class=" CodeMirror-line "
1419 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Qt_6.tgz</span></pre>
1420 </div>
1421 <div style="position: relative;">
1422 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1423 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">151</div>
1424 </div>
1425 <pre class=" CodeMirror-line "
1426 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/R.tgz</span></pre>
1427 </div>
1428 <div style="position: relative;">
1429 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1430 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">152</div>
1431 </div>
1432 <pre class=" CodeMirror-line "
1433 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Racket.tgz</span></pre>
1434 </div>
1435 <div style="position: relative;">
1436 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1437 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">153</div>
1438 </div>
1439 <pre class=" CodeMirror-line "
1440 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/React.tgz</span></pre>
1441 </div>
1442 <div style="position: relative;">
1443 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1444 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">154</div>
1445 </div>
1446 <pre class=" CodeMirror-line "
1447 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Redis.tgz</span></pre>
1448 </div>
1449 <div style="position: relative;">
1450 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1451 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">155</div>
1452 </div>
1453 <pre class=" CodeMirror-line "
1454 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/RequireJS.tgz</span></pre>
1455 </div>
1456 <div style="position: relative;">
1457 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1458 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">156</div>
1459 </div>
1460 <pre class=" CodeMirror-line "
1461 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Ruby.tgz</span></pre>
1462 </div>
1463 <div style="position: relative;">
1464 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1465 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">157</div>
1466 </div>
1467 <pre class=" CodeMirror-line "
1468 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Ruby_2.tgz</span></pre>
1469 </div>
1470 <div style="position: relative;">
1471 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1472 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">158</div>
1473 </div>
1474 <pre class=" CodeMirror-line "
1475 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Ruby_3.tgz</span></pre>
1476 </div>
1477 <div style="position: relative;">
1478 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1479 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">159</div>
1480 </div>
1481 <pre class=" CodeMirror-line "
1482 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Ruby_on_Rails_3.tgz</span></pre>
1483 </div>
1484 <div style="position: relative;">
1485 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1486 <div class="CodeMirror-linenumber CodeMirror-gutter-elt CodeMirror-linenumber-show"
1487 style="left: 0px; width: 27px;">160</div>
1488 </div>
1489 <pre class=" CodeMirror-line "
1490 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Ruby_on_Rails_4.tgz</span></pre>
1491 </div>
1492 <div style="position: relative;">
1493 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1494 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">161</div>
1495 </div>
1496 <pre class=" CodeMirror-line "
1497 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Ruby_on_Rails_5.tgz</span></pre>
1498 </div>
1499 <div style="position: relative;">
1500 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1501 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">162</div>
1502 </div>
1503 <pre class=" CodeMirror-line "
1504 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Ruby_on_Rails_6.tgz</span></pre>
1505 </div>
1506 <div style="position: relative;">
1507 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1508 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">163</div>
1509 </div>
1510 <pre class=" CodeMirror-line "
1511 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/RubyMotion.tgz</span></pre>
1512 </div>
1513 <div style="position: relative;">
1514 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1515 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">164</div>
1516 </div>
1517 <pre class=" CodeMirror-line "
1518 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Rust.tgz</span></pre>
1519 </div>
1520 <div style="position: relative;">
1521 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1522 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">165</div>
1523 </div>
1524 <pre class=" CodeMirror-line "
1525 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/SailsJS.tgz</span></pre>
1526 </div>
1527 <div style="position: relative;">
1528 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1529 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">166</div>
1530 </div>
1531 <pre class=" CodeMirror-line "
1532 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/SaltStack.tgz</span></pre>
1533 </div>
1534 <div style="position: relative;">
1535 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1536 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">167</div>
1537 </div>
1538 <pre class=" CodeMirror-line "
1539 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Sass.tgz</span></pre>
1540 </div>
1541 <div style="position: relative;">
1542 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1543 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">168</div>
1544 </div>
1545 <pre class=" CodeMirror-line "
1546 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Scala.tgz</span></pre>
1547 </div>
1548 <div style="position: relative;">
1549 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1550 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">169</div>
1551 </div>
1552 <pre class=" CodeMirror-line "
1553 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/SciPy.tgz</span></pre>
1554 </div>
1555 <div style="position: relative;">
1556 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1557 <div class="CodeMirror-linenumber CodeMirror-gutter-elt CodeMirror-linenumber-show"
1558 style="left: 0px; width: 27px;">170</div>
1559 </div>
1560 <pre class=" CodeMirror-line "
1561 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Semantic_UI.tgz</span></pre>
1562 </div>
1563 <div style="position: relative;">
1564 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1565 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">171</div>
1566 </div>
1567 <pre class=" CodeMirror-line "
1568 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Sencha_Touch.tgz</span></pre>
1569 </div>
1570 <div style="position: relative;">
1571 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1572 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">172</div>
1573 </div>
1574 <pre class=" CodeMirror-line "
1575 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Sinon.tgz</span></pre>
1576 </div>
1577 <div style="position: relative;">
1578 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1579 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">173</div>
1580 </div>
1581 <pre class=" CodeMirror-line "
1582 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Smarty.tgz</span></pre>
1583 </div>
1584 <div style="position: relative;">
1585 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1586 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">174</div>
1587 </div>
1588 <pre class=" CodeMirror-line "
1589 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Sparrow.tgz</span></pre>
1590 </div>
1591 <div style="position: relative;">
1592 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1593 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">175</div>
1594 </div>
1595 <pre class=" CodeMirror-line "
1596 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Spring_Framework.tgz</span></pre>
1597 </div>
1598 <div style="position: relative;">
1599 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1600 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">176</div>
1601 </div>
1602 <pre class=" CodeMirror-line "
1603 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/SQLAlchemy.tgz</span></pre>
1604 </div>
1605 <div style="position: relative;">
1606 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1607 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">177</div>
1608 </div>
1609 <pre class=" CodeMirror-line "
1610 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/SQLite.tgz</span></pre>
1611 </div>
1612 <div style="position: relative;">
1613 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1614 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">178</div>
1615 </div>
1616 <pre class=" CodeMirror-line "
1617 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Statamic.tgz</span></pre>
1618 </div>
1619 <div style="position: relative;">
1620 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1621 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">179</div>
1622 </div>
1623 <pre class=" CodeMirror-line "
1624 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Stylus.tgz</span></pre>
1625 </div>
1626 <div style="position: relative;">
1627 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1628 <div class="CodeMirror-linenumber CodeMirror-gutter-elt CodeMirror-linenumber-show"
1629 style="left: 0px; width: 27px;">180</div>
1630 </div>
1631 <pre class=" CodeMirror-line "
1632 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Susy.tgz</span></pre>
1633 </div>
1634 <div style="position: relative;">
1635 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1636 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">181</div>
1637 </div>
1638 <pre class=" CodeMirror-line "
1639 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/SVG.tgz</span></pre>
1640 </div>
1641 <div style="position: relative;">
1642 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1643 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">182</div>
1644 </div>
1645 <pre class=" CodeMirror-line "
1646 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Swift.tgz</span></pre>
1647 </div>
1648 <div style="position: relative;">
1649 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1650 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">183</div>
1651 </div>
1652 <pre class=" CodeMirror-line "
1653 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Symfony.tgz</span></pre>
1654 </div>
1655 <div style="position: relative;">
1656 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1657 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">184</div>
1658 </div>
1659 <pre class=" CodeMirror-line "
1660 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Tcl.tgz</span></pre>
1661 </div>
1662 <div style="position: relative;">
1663 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1664 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">185</div>
1665 </div>
1666 <pre class=" CodeMirror-line "
1667 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Tornado.tgz</span></pre>
1668 </div>
1669 <div style="position: relative;">
1670 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1671 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">186</div>
1672 </div>
1673 <pre class=" CodeMirror-line "
1674 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Twig.tgz</span></pre>
1675 </div>
1676 <div style="position: relative;">
1677 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1678 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">187</div>
1679 </div>
1680 <pre class=" CodeMirror-line "
1681 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Twisted.tgz</span></pre>
1682 </div>
1683 <div style="position: relative;">
1684 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1685 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">188</div>
1686 </div>
1687 <pre class=" CodeMirror-line "
1688 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/TypeScript.tgz</span></pre>
1689 </div>
1690 <div style="position: relative;">
1691 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1692 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">189</div>
1693 </div>
1694 <pre class=" CodeMirror-line "
1695 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/TYPO3.tgz</span></pre>
1696 </div>
1697 <div style="position: relative;">
1698 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1699 <div class="CodeMirror-linenumber CodeMirror-gutter-elt CodeMirror-linenumber-show"
1700 style="left: 0px; width: 27px;">190</div>
1701 </div>
1702 <pre class=" CodeMirror-line "
1703 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/UnderscoreJS.tgz</span></pre>
1704 </div>
1705 <div style="position: relative;">
1706 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1707 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">191</div>
1708 </div>
1709 <pre class=" CodeMirror-line "
1710 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Unity_3D.tgz</span></pre>
1711 </div>
1712 <div style="position: relative;">
1713 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1714 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">192</div>
1715 </div>
1716 <pre class=" CodeMirror-line "
1717 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Vagrant.tgz</span></pre>
1718 </div>
1719 <div style="position: relative;">
1720 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1721 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">193</div>
1722 </div>
1723 <pre class=" CodeMirror-line "
1724 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Vim.tgz</span></pre>
1725 </div>
1726 <div style="position: relative;">
1727 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1728 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">194</div>
1729 </div>
1730 <pre class=" CodeMirror-line "
1731 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/VMware_vSphere.tgz</span></pre>
1732 </div>
1733 <div style="position: relative;">
1734 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1735 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">195</div>
1736 </div>
1737 <pre class=" CodeMirror-line "
1738 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/VueJS.tgz</span></pre>
1739 </div>
1740 <div style="position: relative;">
1741 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1742 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">196</div>
1743 </div>
1744 <pre class=" CodeMirror-line "
1745 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/WordPress.tgz</span></pre>
1746 </div>
1747 <div style="position: relative;">
1748 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1749 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">197</div>
1750 </div>
1751 <pre class=" CodeMirror-line "
1752 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Xamarin.tgz</span></pre>
1753 </div>
1754 <div style="position: relative;">
1755 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1756 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">198</div>
1757 </div>
1758 <pre class=" CodeMirror-line "
1759 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Xojo.tgz</span></pre>
1760 </div>
1761 <div style="position: relative;">
1762 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1763 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">199</div>
1764 </div>
1765 <pre class=" CodeMirror-line "
1766 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/XSLT.tgz</span></pre>
1767 </div>
1768 <div style="position: relative;">
1769 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1770 <div class="CodeMirror-linenumber CodeMirror-gutter-elt CodeMirror-linenumber-show"
1771 style="left: 0px; width: 27px;">200</div>
1772 </div>
1773 <pre class=" CodeMirror-line "
1774 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Yii.tgz</span></pre>
1775 </div>
1776 <div style="position: relative;">
1777 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1778 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">201</div>
1779 </div>
1780 <pre class=" CodeMirror-line "
1781 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/YUI.tgz</span></pre>
1782 </div>
1783 <div style="position: relative;">
1784 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1785 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">202</div>
1786 </div>
1787 <pre class=" CodeMirror-line "
1788 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Zend_Framework_1.tgz</span></pre>
1789 </div>
1790 <div style="position: relative;">
1791 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1792 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">203</div>
1793 </div>
1794 <pre class=" CodeMirror-line "
1795 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Zend_Framework_2.tgz</span></pre>
1796 </div>
1797 <div style="position: relative;">
1798 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1799 <div class="CodeMirror-linenumber CodeMirror-gutter-elt" style="left: 0px; width: 27px;">204</div>
1800 </div>
1801 <pre class=" CodeMirror-line "
1802 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/Zend_Framework_3.tgz</span></pre>
1803 </div>
1804 <div style="position: relative;">
1805 <div class="CodeMirror-gutter-wrapper" style="left: -36px;">
1806 <div class="CodeMirror-linenumber CodeMirror-gutter-elt CodeMirror-linenumber-show"
1807 style="left: 0px; width: 27px;">205</div>
1808 </div>
1809 <pre class=" CodeMirror-line "
1810 role="presentation"><span role="presentation" style="padding-right: 0.1px;">http://tokyo.kapeli.com/feeds/ZeptoJS.tgz</span></pre>
1811 </div> 309 </div>
1812 </div> 310 </div>
1813 </div>
1814 </div>
1815 </div>
1816 </div>
1817 <div style="position: absolute; height: 0px; width: 1px; border-bottom: 0px solid transparent; top: 5084px;"></div>
1818 <div class="CodeMirror-gutters" style="height: 5084px; left: 0px;">
1819 <div class="CodeMirror-gutter CodeMirror-linenumbers" style="width: 35px;"></div>
1820 </div>
1821 </div>
1822 </div>
1823 </pre>
1824 <h2 id='移动'><span>移动</span></h2>
1825 <p><span>下载完成后,对压缩包进行解压,并将解压所得文件夹整体放入上文规定的Zeal文档存储路径之下。</span></p>
1826 <p><span>重启Zeal,即可在左侧看到信息,可以在左上角搜索了。</span></p>
1827 <p>&nbsp;</p>
1828 <p class="time">2023.3.26</p>
1829 <script src="https://www.qin-juan-ge-zhu.top/common/js/comment.js"></script>
1830 </div>
1831 </div>
1832</body> 311</body>
1833 312
1834</html> \ No newline at end of file 313</html> \ No newline at end of file