This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' | |
今天詩興大發,寫了一首七言絕句. | |
I wrote a Seven quatrains in python. | |
''' | |
a = [1, 2, 3, 4, 5, 6, 7] | |
print a[0:8] | |
print a[::-1] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="author" content=""> | |
<meta name="created" content="2012-10-30"> | |
<title> Prototype</title> | |
<link rel="stylesheet" href="http://yui.yahooapis.com/3.7.2/build/cssreset/reset-min.css"> | |
<link rel="stylesheet" href="http://yui.yahooapis.com/3.7.2/build/cssfonts/fonts-min.css"> | |
<script type="text/javascript" src="http://yui.yahooapis.com/3.7.2/build/yui/yui-min.js"></script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="author" content=""> | |
<meta name="created" content="2012-10-22"> | |
<title> Prototype</title> | |
<link rel="stylesheet" href="http://yui.yahooapis.com/3.7.2/build/cssreset/reset-min.css"> | |
<link rel="stylesheet" href="http://yui.yahooapis.com/3.7.2/build/cssfonts/fonts-min.css"> | |
<script type="text/javascript" src="http://yui.yahooapis.com/3.7.2/build/yui/yui-min.js"></script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test gist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="container"> | |
<div class="dragable"> | |
I am dragable. | |
</div> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="container"> | |
<div class="dragable"> | |
I am dragable. | |
</div> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="container"> | |
<div class="draggable"> | |
I am dragable. | |
</div> | |
</div> | |
<div id="drop-area"> | |
Drop area | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# DOCKER-VERSION 0.3.4 | |
FROM ubuntu | |
MAINTAINER Kevin Zhuang <[email protected]> | |
#RUN echo "This is a ubuntu Dockerfile." | |
#replace source.list with http://repogen.simplylinux.ch/ | |
RUN echo "deb http://02.archive.ubuntu.com/ubuntu/ precise main restricted universe multiverse" > /etc/apt/sources.list | |
RUN apt-get update |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
服貿法律資訊整理 | |
http://www.ecfa.org.tw/EcfaAttachment/ECFADoc/2010-06-29-%E9%99%84%E4%BB%B6%E4%B8%80%E8%B2%A8%E5%93%81%E8%B2%BF%E6%98%93%E5%8D%94%E5%AE%9A%E6%97%A9%E6%9C%9F%E6%94%B6%E7%A9%AB%E6%B8%85%E5%96%AE%E5%8F%8A%E9%99%8D%E7%A8%85%E5%AE%89%E6%8E%92.pdf (ECFA早收清單 附件一) | |
http://www.ecfa.org.tw/EcfaAttachment/ECFADoc/2010-06-29-%E9%99%84%E4%BB%B6%E5%9B%9B%E6%9C%8D%E5%8B%99%E8%B2%BF%E6%98%93%E6%97%A9%E6%94%B6.pdf | |
(ECFA早收清單 附件四) | |
http://law.moj.gov.tw/LawClass/LawAll.aspx?PCode=Q0010001 ( 臺灣地區與大陸地區人民關係條例 ) | |
第 11 條 |
OlderNewer