best man作品
--》点击后面地址进入看午@夜大片: http://pcjrwp515.aa345.cc/#fedoraproject1212
--》点击后面地址进入看午@夜视频: http://pcjrwp515.aa345.cc/#fedoraproject1212
best man作品经过几个小时的颠簸,我终于和江南见面了,首先迎接我们的是无锡。据说无锡的太湖是最美丽的湖,我们便坐船去了太湖中心的小岛——鼋头渚。当天阴天,我看见远处雾蒙蒙的与水连成了一体,而鼋头渚则像在喝水的乌龟。风把水吹起了波痕,船也随风而动,让我的心情不由得变得舒畅起来。到鼋头渚后看见一座宫殿坐落在山顶上,这便是玉皇大帝住的地方——凌霄殿。爬到山顶看见高大的凌霄殿在绿树的掩映下若隐若现,更为它增添了一份神秘感。万物都是如此。作为万物之灵的人类也是如此。【麓】be7勰浅。t man作品随心所欲感恩老师best man作品
Repository : ssh://hosted03.fedoraproject.org/clean-extra-utils
On branch : master
>---------------------------------------------------------------
commit 3cc86bc07f218d3b4aaae2140c06dae728d081fa
Author: Patrick Uiterwijk <puiterwijk(a)gmail.com>
Date: Fri Aug 10 23:34:38 2012 +0200
Moved everything to the correct places and written a global README file.
>---------------------------------------------------------------
.../ArgumentParser.dcl | 3 +++
.../ArgumentParser.icl | 3 +++
README => ArgumentParser/README | 0
example.icl => ArgumentParser/example.icl | 3 +++
README | 8 +++-----
5 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/ArgumentParser.dcl b/ArgumentParser/ArgumentParser.dcl
similarity index 95%
rename from ArgumentParser.dcl
rename to ArgumentParser/ArgumentParser.dcl
index 8dd7f2a..46be863 100644
--- a/ArgumentParser.dcl
+++ b/ArgumentParser/ArgumentParser.dcl
@@ -1,3 +1,6 @@
+/*
+ * Copyright 2012 Patrick Uiterwijk
+ */
definition module ArgumentParser
from StdOverloaded import class toString, class ==
diff --git a/ArgumentParser.icl b/ArgumentParser/ArgumentParser.icl
similarity index 99%
rename from ArgumentParser.icl
rename to ArgumentParser/ArgumentParser.icl
index 7c83019..47423c9 100644
--- a/ArgumentParser.icl
+++ b/ArgumentParser/ArgumentParser.icl
@@ -1,3 +1,6 @@
+/*
+ * Copyright 2012 Patrick Uiterwijk
+ */
implementation module ArgumentParser
import StdEnv
diff --git a/README b/ArgumentParser/README
similarity index 100%
copy from README
copy to ArgumentParser/README
diff --git a/example.icl b/ArgumentParser/example.icl
similarity index 93%
rename from example.icl
rename to ArgumentParser/example.icl
index 8485f07..74fc796 100644
--- a/example.icl
+++ b/ArgumentParser/example.icl
@@ -1,3 +1,6 @@
+/*
+ * Copyright 2012 Patrick Uiterwijk
+ */
module example
import StdString
diff --git a/README b/README
index 449cf75..01cd47e 100644
--- a/README
+++ b/README
@@ -1,5 +1,3 @@
-===INSTALLATION===
-To install this library, just place it in a directory where clm can find it.
-
-===USAGE===
-For examples of how to use this library, look at the examples.icl file.
+This is a collection of extra utilities/libraries for the Clean programming language.
+This collection is released under the 2-clause BSD License.
+To request additions or modifications, please email puiterwijk(a)fedoraproject.org.