-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathw3mbookmark.html
22 lines (22 loc) · 957 Bytes
/
w3mbookmark.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html><head><title>Bookmarks</title></head>
<body>
<h1>Bookmarks</h1>
<h2>Drive</h2>
<ul>
<li><a href="https://developers.google.com/drive/v2/reference/files/list">Files: list - Google Drive SDK — Google Developers</a>
<li><a href="https://developers.google.com/drive/search-parameters">Google Drive SDK — Google Developers search para</a>
<li><a href="https://developers.google.com/drive/v2/reference/files/insert">Files: insert - Google Drive SDK — Google Developers</a>
<!--End of section (do not delete this comment)-->
</ul>
<h2>Google</h2>
<ul>
<li><a href="http://www.google.com.tw/?gws_rd=cr&ei=JzpEUv-eO4SckAXh14DoDA">Google</a>
<!--End of section (do not delete this comment)-->
</ul>
<h2>Python</h2>
<ul>
<li><a href="http://docs.python.org/2/library/os.path.html#os.path.split">10.1. os.path — Common pathname manipulations — Python v2.7.5 documentation</a>
<!--End of section (do not delete this comment)-->
</ul>
</body>
</html>