Skip to content

Commit

Permalink
Content update
Browse files Browse the repository at this point in the history
  • Loading branch information
XueliangHan committed Jun 26, 2013
1 parent a6a8f24 commit f2fb7c5
Show file tree
Hide file tree
Showing 25 changed files with 354 additions and 376 deletions.
15 changes: 6 additions & 9 deletions README.md
Expand Up @@ -68,27 +68,21 @@ By the way, Markdown have a very bothering issue, you must put two "space" at th


###Design - New website architecture and structure
* folders
* website related folders and files
> |-- .git - folder which used by git
> |-- files
> |-- config - my configuration files
> |-- images - images used by posts
> |-- resume - my resume
> |-- static
> |-- images - images used by this website
> |-- javascripts - JavaScript used by this website
> |-- stylesheets - CSS used by this website
> |-- main.css (css for the primary and secondary html pages)
* files
> |-- .gitignore - git configuration file
> |-- CNAME - Github customize domain file
> |-- generate.sh - site content generator
> |-- md.pl - perl script used to convert markdown file to html
> |-- README.md - documentation about this website
> |-- upload.sh - script used to upload this site to remote server
* pages
* pages and posts
> |-- about.html - about this website and me
> |-- index.html - homepage
> |-- index0.html - navigation page 0
Expand All @@ -97,7 +91,10 @@ By the way, Markdown have a very bothering issue, you must put two "space" at th
> |-- status.html - my status update
> |-- statistics.html - statistics about this website
> |-- template.markdown/html - template for new html/markdown file
> |-- files
> |-- config - my configuration files
> |-- images - images used by posts
> |-- resume - my resume

###Code Highlight
Expand Down
2 changes: 1 addition & 1 deletion essays/essays.html
Expand Up @@ -8,7 +8,7 @@ <h2><strong>Hierarchical Theory</strong> - <em>need a little abstractive and hie

<!--
* [1 - One: Be yourself and be original.]
* [2 - Only Two Matters of LIFE: The Life and Work - Live to EXPERIENCE and Work to CONTRIBUTE.]
* [2 - Only Two Matters of LIFE: The Life and the Work - Live to EXPERIENCE and Work to CONTRIBUTE.]
* If you want to know what I mean, read this book - (Biography) Einstein: His Life and Universe by Walter Isaacson
* [4 - There are only Four Types of Job. - Pioneer(Explorers, Thinkers, Builders)]
* [5 - The Changing Curve(Progress): Five Type of People (TED)]
Expand Down
6 changes: 3 additions & 3 deletions essays/essays.markdown
@@ -1,14 +1,14 @@
#Essays

##__Hierarchical Theory__ - _need a little abstractive and hierarhcical thinking to understand._
* [3 - The Evolutionary Consciousness: Three Different Level of Working Attitudes][2013-06-21]
* [3 - The Evolutionary Consciousness: Three Different Level of Working Attitudes][2013-06-21-3]

[2013-06-21]: ./essays/3-level-of-working-con "3 - The Evolutionary Consciousness: Three Different Level of Working Attitudes"
[2013-06-21-3]: ./essays/3-level-of-working-con "3 - The Evolutionary Consciousness: Three Different Level of Working Attitudes"


<!--
* [1 - One: Be yourself and be original.]
* [2 - Only Two Matters of LIFE: The Life and Work - Live to EXPERIENCE and Work to CONTRIBUTE.]
* [2 - Only Two Matters of LIFE: The Life and the Work - Live to EXPERIENCE and Work to CONTRIBUTE.]
* If you want to know what I mean, read this book - (Biography) Einstein: His Life and Universe by Walter Isaacson
* [4 - There are only Four Types of Job. - Pioneer(Explorers, Thinkers, Builders)]
* [5 - The Changing Curve(Progress): Five Type of People (TED)]
Expand Down
12 changes: 11 additions & 1 deletion hacks/hacks.html
@@ -1,6 +1,14 @@
<p><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><?xml version="1.0" encoding="utf-8"?><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset='utf-8'>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<title></title>
<link id="MainCSS" type="text/css" rel="stylesheet" href="../static/stylesheets/main.css"/><script type="text/javascript" src=""></script>
</head><body></p>

<h1>HACKS</h1>

<!-- [Post name directly showed to readers][ref: I use working date range, 1.help me remember, 2.good way to organize.] -->
<!-- [Post name directly showed to readers][ref: I use working time range and keyword, 1.help me remember, 2.good way to organize.] -->
<!-- [ref]: "" -->

<h2>My Hacks</h2>
Expand Down Expand Up @@ -30,3 +38,5 @@ <h2>External Links</h2>
<li> <a date="2011-07-11" href="./hacks/use-goagent-and-gae-to-setup-a-free-and-open-internet-access.html">Use GoAgent and GAE to earn a Free and Open Internet Access</a>: Free to access information.</li>
<li>The Hack Learned from Linus - How Linus Use Pointers-to-Pointers Play With Linkedlist (C Language)</li>
-->

<p></body></html></p>
27 changes: 19 additions & 8 deletions hacks/hacks.markdown
@@ -1,18 +1,27 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><?xml version="1.0" encoding="utf-8"?><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset='utf-8'>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<title></title>
<link id="MainCSS" type="text/css" rel="stylesheet" href="../static/stylesheets/main.css"/><script type="text/javascript" src=""></script>
</head><body>


#HACKS
<!-- [Post name directly showed to readers][ref: I use working date range, 1.help me remember, 2.good way to organize.] -->
<!-- [Post name directly showed to readers][ref: I use working time range and keyword, 1.help me remember, 2.good way to organize.] -->
<!-- [ref]: "" -->

##My Hacks
* [Hackintosh: Install Mac OS X 10.6.8 (Snow Leopard) on ThinkPad X61T (Tablet)][2013-06-01 - 2013-06-08] - _Try and learn something new._
* [Reverse Engineering: How to Convert ePub book into HTML/Doc/PDF][2012-12-13] - _Free to manipulate information._
* [Use GoAgent and GAE to earn a Free and Open Internet Access][2011-07-11] - _Free to access information._
* [Hackintosh: Install Mac OS X 10.6.8 (Snow Leopard) on ThinkPad X61T (Tablet)][2013-06-01 - 2013-06-08 Hackintosh] - _Try and learn something new._
* [Reverse Engineering: How to Convert ePub book into HTML/Doc/PDF][2012-12-13 epub] - _Free to manipulate information._
* [Use GoAgent and GAE to earn a Free and Open Internet Access][2011-07-11 GoAgent] - _Free to access information._
* The Hack Learned from Linus - How Linus Use Pointers-to-Pointers Play With Linkedlist (C Language)

<!-- ref -->

[2013-06-01 - 2013-06-08]: http://xuelianghan.tumblr.com/post/52456030005/hack-hackintosh-install-mac-os-x-10-6-8-snow "Hackintosh: Install Mac OS X 10.6.8 (Snow Leopard) on ThinkPad X61T (Tablet)"
[2012-12-13]: ./reverse-engineering-how-to-convert-epub-book-into-html-doc-pdf.html "Reverse Engineering: How to Convert ePub book into HTML/Doc/PDF"
[2011-07-11]: ./use-goagent-and-gae-to-setup-a-free-and-open-internet-access.html "Use GoAgent and GAE to earn a Free and Open Internet Access"
[2013-06-01 - 2013-06-08 Hackintosh]: http://xuelianghan.tumblr.com/post/52456030005/hack-hackintosh-install-mac-os-x-10-6-8-snow "Hackintosh: Install Mac OS X 10.6.8 (Snow Leopard) on ThinkPad X61T (Tablet)"
[2012-12-13 epub]: ./reverse-engineering-how-to-convert-epub-book-into-html-doc-pdf.html "Reverse Engineering: How to Convert ePub book into HTML/Doc/PDF"
[2011-07-11 GoAgent]: ./use-goagent-and-gae-to-setup-a-free-and-open-internet-access.html "Use GoAgent and GAE to earn a Free and Open Internet Access"



Expand All @@ -27,4 +36,6 @@
<li> <a date="2012-12-13" href="./hacks/reverse-engineering-how-to-convert-epub-book-into-html-doc-pdf.html">Reverse Engineering: How to Convert ePub book into HTML/Doc/PDF</a>: Free to manipulate information.</li>
<li> <a date="2011-07-11" href="./hacks/use-goagent-and-gae-to-setup-a-free-and-open-internet-access.html">Use GoAgent and GAE to earn a Free and Open Internet Access</a>: Free to access information.</li>
<li>The Hack Learned from Linus - How Linus Use Pointers-to-Pointers Play With Linkedlist (C Language)</li>
-->
-->

</body></html>
159 changes: 24 additions & 135 deletions hobbies/hobbies.html
@@ -1,149 +1,38 @@
<p><html>
<head><title>Hobby</title></head>
<body></p>
<p><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><?xml version="1.0" encoding="utf-8"?><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><meta charset='utf-8'><meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"><title>Hobbies</title><link id="MainCSS" type="text/css" rel="stylesheet" href="../static/stylesheets/main.css"/><script type="text/javascript" src=""></script></head><body></p>

<h1>My hobbies</h1>
<div align="center"><h1>My hobbies</h1></div><hr>
<div id="definition">
<div>A pursuit outside one's regular occupation engages in especially for <strong>relaxation</strong>.</div>
<div align="right">Definition of hobby from Marriam-Webster dictionary.</div>
</div>

<ul>
<li>Definition of hobby by Marriam-Webster: A pursuit outside one's regular occupation engages in especially for <strong>relaxation</strong>.</li>
<li>My hobbyies: Music, Reading, Sports &amp; Fitness, Science-fiction, Travel</li>
<li>My objects: Universe, Intelligence(Life, Brain)</li>
<li><a href="./music.html">Music</a> - <em>Spiritual energy.</em></li>
</ul>

<hr>
<!--
[Science Fiction](./sci-fi.html) - _Imagination!_
[Meditation](./meditation.html)
<h1>Index</h1>
<ul>
<li>Art &amp; Literature: Film, Music, Painting, Photography, Reading
<ul>
<li>Reading</li>
<li>Writing</li>
<li>Time-Lapse</li>
<li>PHOTOGRAPHY of (Universe/Stars/Sky/Landscape) [Inspired]</li>
<li>Film/Movie</li>
</ul></li>
<li>Travel - Different Area/Country/Nation/State with different Language/Culture</li>
</ul>

<hr>

<h2>Art &amp; Literature: Film, Music, Painting, Photography, Reading</h2>

<h3>READING</h3>

<ul>
<li><strong>More Reading, Less Internet Surfing.</strong>
<ul>
<li>Deep reading, Deep learning.</li>
<li>Buy a kindle, then read at anywhere, anytime.</li>
<li>Michael, a man in prison for 25 years without Internet, <a href="http://en.wikipedia.org/wiki/Michael_G._Santos">Michael G. Santos - Wikipedia</a>, <a href="http://michaelsantos.com">Official Website</a></li>
</ul></li>
<li>Series of good translated English book (filtering function, only very good book worth translate)
<ul>
<li><a href="http://www.sciencep.com/s_congshu_more.php?type=&amp;id=172&amp;csid=172">20世纪科普经典收藏</a></li>
</ul></li>
<li>Science Books
<ul>
<li>Charles Darwin's book <em>The Origin of the Species</em></li>
</ul></li>
</ul>

<h3>Writing</h3>

<ul>
<li>Blog and Bloging
<ul>
<li>(Unread)<a href="http://www.dorieclark.com/">Dorie Clark</a>, <a href="http://blogs.hbr.org/cs/2012/12/if_youre_serious_about_ideas_g.html">If You're Serious About Ideas, Get Serious About Blogging</a></li>
</ul></li>
</ul>

<h3>Time-Lapse</h3>

<ul>
<li><a href="twitter.com/dustion_farrell">Dustin Farrell on Twitter</a>, <a href="http://www.crewwesting.com">Crewwesting</a></li>
<li><a href="http://www.youtube.com/watch?v=Lks1XuFC4x0">Dustin Farrell Time-Lapse Video of Arizona and Utah Skies Video</a>, you can <a href="http://keepvid.com/?url=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DLks1XuFC4x0">download it to your computer by using KeepVid</a>
Verything even death is losing it's power in front of the <em>Nature</em> and <em>Universe</em>, the music is fantastic</li>
</ul>

<h3>PHOTOGRAPHY of (Universe/Stars/Sky/Landscape) [Inspired]</h3>

<h4>Collections</h4>

<ul>
<li>(High Quality) <a href="http://apod.nasa.gov/apod/archivepix.html">Astronomy Picture of the Day Archive</a></li>
<li><a href="http://www.facebook.com/Milkway.Nasa.115943216485228220871">Milky Way Scientists-Facebook</a></li>
<li>TESOPhotography(Photo/Video) by Terje Sorgjerd, <strong>Mind-blowing</strong>, <strong>Gorgeous</strong>. <a href="http://tesophotography.com">TESOPhotography Official Website</a>, <a href="http://www.facebook.com/TSOPhotography">TSOPhotography-Facebook</a></li>
<li><a href="http://www.500px.com">500px</a>, 500px on iPad, iPhone, Android.</li>
</ul>
Reading & Writing ?
Sports & Fitness ?
Travel ?
<h4>Star and Sky</h4>
Limited by the power of your theory
MIND Reading <li><a href="./hobbies/reading.html">Reading</a></li>
Physical Sport &Fitness <li><a href="./hobbies/sports-and-fitness.html">Sports & Fitness</a></li>
Experience Traval <li><a href="./hobbies/travel.html">Travel</a></li>
Beauty Photography <li><a href="./hobbies/photography.html">Photography</a></li>
Experience Visual <li><a href="./hobbies/film.html">Film ;&amp Movie</a> - <em>List of films meaningful to me, and I recommended them to others.</em></li>
<ul>
<li>(Featured) <a href="http://s.cn.bing.net/az/hprichbg/rb/QuiverTrees_ZH-CN6369200264_1366x768.jpg">QuiverTrees - Under the Sky and Stars (Bing)</a></li>
<li>(Search Engine) <a href="http://images.search.yahoo.com/search/images;_ylt=A2KJkess.nFROWQAuoeJzbkF?p=stars+and+sky&amp;fr=yfp-t-900&amp;ei=utf-8&amp;n=30&amp;x=wrt&amp;y=Search">Stars and Sky - Yahoo</a></li>
</ul>

<h4>Andromeda Galaxy</h4>

<ul>
<li><a href="https://www.google.com/search?q=andromeda+galaxy&amp;hl=en&amp;newwindow=1&amp;tbm=isch&amp;tbo=u&amp;source=univ&amp;sa=X&amp;ei=NXRiUcmEI7G5iAeigIGgCQ&amp;sqi=2&amp;ved=0CDsQsAQ&amp;biw=1050&amp;bih=566">Google Search</a></li>
<li><a href="http://www.wallchan.com/images/sandbox/53850-andromeda-galaxy.jpg">Single View</a></li>
<li><a href="http://www.nasa.gov/images/content/654242main_p1220b3k.jpg">Andromeda with Milky Way</a></li>
<li><a href="http://www.wallsforpc.com/wp-content/uploads/2012/10/Andromeda-Galaxy.jpg">Mac OS 10.7 Wallpaper</a></li>
<li><p>Featured Andromeda Galaxy Photoes</p>

<ul>
<li>Andromeda Galaxy Clean Looking <img src="./files/images/andromeda-clean-looking.jpg" alt="Andromeda Galaxy Clean Looking" title="Andromeda Galaxy Clean Looking" /></li>
<li>Andromeda Galaxy and Milky Way from Earth <img src="./files/images/andromeda-galaxy-and-milky-way-from-earth.jpg" alt="Synthesized Andromeda Galaxy and Milky Way from Earth" title="Andromeda Galaxy and Milky Way from Earth" /></li>
</ul></li>
<li><p><a href="http://www.quora.com/Photography/What-is-the-most-amazing-photo-you-have-ever-taken">What is the most amazing photo you have ever taken - Quora</a>, 2013-04-27: This question have 629 answers, each answer have a gorgeous picture, everybody give his/her best shoot, it is the best collection I have ever seen in my life, this series completely blow my mind, it shows you how wonderful and amazing our world is.</p></li>
</ul>

<h3>FILM/MOVIE</h3>

<ul>
<li>Life in A Day (2010): (Love, Fear). Highly recommended, the best film and documentary I've ever seen in my life.</li>
</ul>

<hr>
<h2>Travel - Different Area/Country/Nation/State with different Language/Culture</h2>
Interest
* Objective:
* Reality: The physical world we lived in - Universe.
* Destiny: The ingelligence generated from the physical world (Universe) - Life.
<ul>
<li>Alex Maccaw
<ul>
<li>(Text+Photo)<a href="http://alexmaccaw.com/posts/how_to_travel_around_the_world">How to travel around the world for a year</a>.2012-09.</li>
<li>(Text+Photo)<a href="http://alwxmaccaw.co.uk/posts/traveling_writing_programming">Traveling, Writing and Programming</a>.2013-03.</li>
</ul></li>
<li>(Chinese)(Photo)<a href="http://www.360doc.com/content/12/0912/17/544508_235750036.shtml">Landscape - The world's most beautiful place that you may never have a chance to see</a></li>
</ul>

<h4>Haven't Been There</h4>

<ul>
<li>Africa
<ul>
<li>(Chinese)(Text+Photo)<a href="http://blog.renren.com/share/269071291/15449298105">The coolest things of my life - back from Tanzania</a>.2013-03.</li>
</ul></li>
<li><p>America</p>

<ul>
<li>(Chinese)(Documentary)[留美三人行-优库在线]</li>
<li>(Chinese)(Documentary)Yansong's USA Trip Series.(Chinese)[岩松看美国系列]: 15 episodes.</li>
<li>(Documentary)Virtual Trip Kustsu Los Angeles.USA.2008.BluRay.720p.AC3.x264-CHD</li>
</ul></li>
<li><p>China, Shang Hai</p>

<ul>
<li>(Chinese)(Blog-post)<a href="http://www.robbinfan.com/blog/31/why-love-shanghai">Robbin-Why I like ShangHai and don't like Beijing</a></li>
</ul></li>
<li>Shen Yang, 2013-04-17</li>
<li>China, Hong Kong
<ul>
<li>(Chinese)(Blog-post)<a href="http://blog.hetaoos.com/archives/108">Sharing my personal experience at Hong Kong and Macao</a>.2012-12.</li>
</ul></li>
</ul>
-->

<p></body>
</html></p>

0 comments on commit f2fb7c5

Please sign in to comment.