-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatom.xml
66 lines (54 loc) · 3.6 KB
/
atom.xml
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
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title><![CDATA[Octotest!]]></title>
<link href="http://jamesjh7.github.com/atom.xml" rel="self"/>
<link href="http://jamesjh7.github.com/"/>
<updated>2013-01-18T07:32:55-08:00</updated>
<id>http://jamesjh7.github.com/</id>
<author>
<name><![CDATA[James Huang]]></name>
</author>
<generator uri="http://octopress.org/">Octopress</generator>
<entry>
<title type="html"><![CDATA[Pasting Some Code]]></title>
<link href="http://jamesjh7.github.com/blog/2013/01/18/pasting-some-code/"/>
<updated>2013-01-18T07:13:00-08:00</updated>
<id>http://jamesjh7.github.com/blog/2013/01/18/pasting-some-code</id>
<content type="html"><![CDATA[<p>Hello. I’m going to try to paste some code. Here we go:</p>
<figure class='code'><figcaption><span>fruity.py (fruity.py)</span> <a href='http://jamesjh7.github.com/downloads/code/source/fruity.py'>download</a></figcaption>
<div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
<span class='line-number'>2</span>
<span class='line-number'>3</span>
<span class='line-number'>4</span>
<span class='line-number'>5</span>
<span class='line-number'>6</span>
<span class='line-number'>7</span>
<span class='line-number'>8</span>
</pre></td><td class='code'><pre><code class='py'><span class='line'><span class="k">for</span> <span class="n">letter</span> <span class="ow">in</span> <span class="s">'Python'</span><span class="p">:</span> <span class="c"># First Example</span>
</span><span class='line'> <span class="k">print</span> <span class="s">'Current Letter :'</span><span class="p">,</span> <span class="n">letter</span>
</span><span class='line'>
</span><span class='line'><span class="n">fruits</span> <span class="o">=</span> <span class="p">[</span><span class="s">'banana'</span><span class="p">,</span> <span class="s">'apple'</span><span class="p">,</span> <span class="s">'mango'</span><span class="p">]</span>
</span><span class='line'><span class="k">for</span> <span class="n">fruit</span> <span class="ow">in</span> <span class="n">fruits</span><span class="p">:</span> <span class="c"># Second Example</span>
</span><span class='line'> <span class="k">print</span> <span class="s">'Current fruit :'</span><span class="p">,</span> <span class="n">fruit</span>
</span><span class='line'>
</span><span class='line'><span class="k">print</span> <span class="s">"Good bye!"</span>
</span></code></pre></td></tr></table></div></figure>
<p>Does it work?</p>
]]></content>
</entry>
<entry>
<title type="html"><![CDATA[Hello World!]]></title>
<link href="http://jamesjh7.github.com/blog/2013/01/17/hello-world/"/>
<updated>2013-01-17T20:37:00-08:00</updated>
<id>http://jamesjh7.github.com/blog/2013/01/17/hello-world</id>
<content type="html"><![CDATA[<p>This is fun. I just learned how to use git and now I’m trying to learn markdown. I’m totally new to all this and
I pretty much have no clue what I’m doing. Surprisingly, Google and following directions will go a long way with how
well some things are documented.</p>
<p>Okay now I’m going to insert a picture
<img src="https://sphotos-a.xx.fbcdn.net/hphotos-ash4/484500_4107040828516_346648500_n.jpg" width="400" height="400" title="This is in Austria" ></p>
<p>Check it out!</p>
<p>I still have lots to learn – like Markdown and some Ruby if I want to make changes to how I use Octopress. But this is
pretty fun!</p>
]]></content>
</entry>
</feed>