-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathindex-zh-sg.html
148 lines (135 loc) · 6.61 KB
/
index-zh-sg.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<title>瓦克星:教育新世界</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link href="http://wahlque.org/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="http://wahlque.org/bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet">
<link href="http://wahlque.org/styles/style.css" rel="stylesheet">
<link href="/styles/style.css" rel="stylesheet">
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="http://wahlque.org/favicon.ico">
<link rel="apple-touch-icon" href="http://wahlque.org/apple-touch-icon.png">
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<h1><a class="brand" href="http://wahlque.org/index-zh-sg.html">瓦克星</a></h1>
<div class="nav-collapse">
<ul class="nav">
<li><a href="http://wahlque.org/index-zh-sg.html">首页</a></li>
<li><a href="http://blog.wahlque.org/zh-sg">网志</a></li>
<li><a href="http://wiki.wahlque.org/w/index.php?title=%E9%A6%96%E9%A1%B5&userlang=zh-hans&flag=zh-sg">维基</a></li>
<li class="active"><a href="http://playground.wahlque.org/">园地</a></li>
<li><a href="https://github.com/Wahlque">代码</a></li>
</ul>
</div><!--/.nav-collapse -->
<div class="pull-right">
<div id="language-selector" class="btn-group">
<button id="language" class="btn"><span><img class="flag" src="http://wahlque.org/flags/zh-sg.png" /></span></button>
<button class="btn dropdown-toggle" data-toggle="dropdown">
<span class="caret"></span>
</button>
<ul id="languages" class="dropdown-menu">
<li><a href="/index-en-us.html"><img class="flag" src="http://wahlque.org/flags/en-us.png" /> en-us</a></li>
<li><a href="/index-zh-cn.html"><img class="flag" src="http://wahlque.org/flags/zh-cn.png" /> zh-cn</a></li>
<li><a href="/index-zh-hk.html"><img class="flag" src="http://wahlque.org/flags/zh-hk.png" /> zh-hk</a></li>
<li><a href="/index-zh-sg.html"><img class="flag" src="http://wahlque.org/flags/zh-sg.png" /> zh-sg</a></li>
<li><a href="/index-zh-tw.html"><img class="flag" src="http://wahlque.org/flags/zh-tw.png" /> zh-tw</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div id="slideshow" class="hero-unit span10">
<div id="mainimage">
<div id="caption"></div>
</div>
<div id="thumbnails">
<ul>
<li>
<a href="/images/slideshow/twilight.png"><img src="/images/slideshow/twilight.th.png" alt="晨昏线" /></a>
<div class="description">
<p>瓦克星上的白天和黑夜</p>
</div>
</li>
<li>
<a href="/images/slideshow/terra.png"><img src="/images/slideshow/terra.th.png" alt="大陆与海洋" /></a>
<div class="description">
<p>瓦克星上的大陆和海洋</p>
</div>
</li>
<li>
<a href="/images/slideshow/tree.png"><img src="/images/slideshow/tree.th.png" alt="树" /></a>
<div class="description">
<p>用L-系统生成的树</p>
</div>
</li>
</ul>
</div>
</div>
<div id="tutorials" class="span12 aligncenter">
<div id="tutorials-left" class="span4">
<h3>概念验证</h3>
<ul>
<li><a href='/poc/orbits/'>限定性三体问题的轨道</a>
<li><a href='/poc/plant2d'>一棵树</a>
<li><a href='/poc/weather'>实验性的模拟行星气候</a>(警告:程序需要一分钟初始化,同时每步计算需要一分钟)
</ul>
<h3>CoffeeScript演示</h3>
<ul>
<li><a href='/tutorials/coffeescript/001-hello-world/'>Hello World</a>
<li><a href='/tutorials/coffeescript/002-using-modules/?a=1&b=2'>使用模块</a>
<li><a href='/tutorials/coffeescript/003-qwery-bonzo-bean/'>Qwery, Bonzo, Bean</a>
<li><a href='/tutorials/coffeescript/004-webworkers/'>WebWorkers</a>
</ul>
</div>
<div id="tutorials-right" class="span4">
<h3>力学演示</h3>
<ul>
<li><a href='/tutorials/mechanics/001-binary-stars/'>双星系统</a>
<li><a href='/tutorials/mechanics/002-restricted-3-bodies/'>双星系统中的行星</a>
<li><a href='/tutorials/mechanics/003-twilight-zone/'>行星上的晨昏线</a>
</ul>
<h3>计算图形学演示</h3>
<ul>
<li><a href='/tutorials/graphics/001-terrain-gen/'>地貌生成</a>
<li><a href='/tutorials/graphics/002-rotated-wahlque/'>旋转中的瓦克星</a>
<li><a href='/tutorials/graphics/003-colorful-wahlque/'>彩色的瓦克星</a>
</ul>
<h3>大气科学演示</h3>
<ul>
<li><a href='/tutorials/atmospheric/001-balanced-temperature/'>行星上温度的纬向分布</a>
</ul>
</div>
<div id="notices" class="span3">
<h3>通告</h3>
</div>
</div>
</div> <!-- /container -->
<script src="http://wahlque.org/javascripts/jquery-1.7.2.min.js"></script>
<script src="http://wahlque.org/bootstrap/js/bootstrap.min.js"></script>
<script src="/javascripts/triqui.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-27097299-1']);
_gaq.push(['_setDomainName', 'playground.wahlque.org']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>