Skip to content

Commit

Permalink
Site updated at 2015-02-22 01:56:51 UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
versionzero committed Feb 22, 2015
1 parent 8d0464d commit 47ac8e9
Show file tree
Hide file tree
Showing 44 changed files with 59 additions and 59 deletions.
9 changes: 5 additions & 4 deletions atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Pre-Released Ideas]]></title>
<link href="http://versionzero.github.io/atom.xml" rel="self"/>
<link href="http://versionzero.github.io/"/>
<updated>2015-02-21T17:31:32-08:00</updated>
<updated>2015-02-21T17:56:41-08:00</updated>
<id>http://versionzero.github.io/</id>
<author>
<name><![CDATA[Ben Burnett]]></name>
Expand Down Expand Up @@ -1455,10 +1455,11 @@ use the %var%count%% form to extract the value:</p>
<div class="highlight"><pre><code class="language-batch" data-lang="batch"><span class="k">call</span> <span class="k">echo</span> <span class="nv">%var%</span>count%%</code></pre></div>
<p>On the other hand, while within a batch file use the %%var%count%%%
form to extract the value:</p>
<p>On the other hand, while within a batch file use the following form to
extract the value:</p>
<div class="highlight"><pre><code class="language-batch" data-lang="batch"><span class="k">call</span> <span class="k">echo</span> <span class="nv">%%var%</span>count%%%</code></pre></div>
<p>call echo %%var%count%%%</p>
<p>Note the extra strafing % signs. Both of the above expressions will
display the number 42, as expected; or maybe it&rsquo;s is surprising, it
Expand Down
7 changes: 4 additions & 3 deletions blog/2008/08/29/windows-environment-variable-trick/index.html
Expand Up @@ -129,10 +129,11 @@ <h1 class="entry-title">Windows Environment Variable Tricks</h1>
<div class="highlight"><pre><code class="language-batch" data-lang="batch"><span class="k">call</span> <span class="k">echo</span> <span class="nv">%var%</span>count%%</code></pre></div>


<p>On the other hand, while within a batch file use the %%var%count%%%
form to extract the value:</p>
<p>On the other hand, while within a batch file use the following form to
extract the value:</p>

<div class="highlight"><pre><code class="language-batch" data-lang="batch"><span class="k">call</span> <span class="k">echo</span> <span class="nv">%%var%</span>count%%%</code></pre></div>

<p>call echo %%var%count%%%</p>

<p>Note the extra strafing % signs. Both of the above expressions will
display the number 42, as expected; or maybe it&rsquo;s is surprising, it
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/about/atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: About | Pre-Released Ideas]]></title>
<link href="http://versionzero.github.io/blog/categories/about/atom.xml" rel="self"/>
<link href="http://versionzero.github.io/"/>
<updated>2015-02-21T17:31:32-08:00</updated>
<updated>2015-02-21T17:56:41-08:00</updated>
<id>http://versionzero.github.io/</id>
<author>
<name><![CDATA[Ben Burnett]]></name>
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/apple/atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: Apple | Pre-Released Ideas]]></title>
<link href="http://versionzero.github.io/blog/categories/apple/atom.xml" rel="self"/>
<link href="http://versionzero.github.io/"/>
<updated>2015-02-21T17:31:32-08:00</updated>
<updated>2015-02-21T17:56:41-08:00</updated>
<id>http://versionzero.github.io/</id>
<author>
<name><![CDATA[Ben Burnett]]></name>
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/balance/atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: Balance | Pre-Released Ideas]]></title>
<link href="http://versionzero.github.io/blog/categories/balance/atom.xml" rel="self"/>
<link href="http://versionzero.github.io/"/>
<updated>2015-02-21T17:31:32-08:00</updated>
<updated>2015-02-21T17:56:41-08:00</updated>
<id>http://versionzero.github.io/</id>
<author>
<name><![CDATA[Ben Burnett]]></name>
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/bash/atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: Bash | Pre-Released Ideas]]></title>
<link href="http://versionzero.github.io/blog/categories/bash/atom.xml" rel="self"/>
<link href="http://versionzero.github.io/"/>
<updated>2015-02-21T17:31:32-08:00</updated>
<updated>2015-02-21T17:56:41-08:00</updated>
<id>http://versionzero.github.io/</id>
<author>
<name><![CDATA[Ben Burnett]]></name>
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/bluetooth/atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: Bluetooth | Pre-Released Ideas]]></title>
<link href="http://versionzero.github.io/blog/categories/bluetooth/atom.xml" rel="self"/>
<link href="http://versionzero.github.io/"/>
<updated>2015-02-21T17:31:32-08:00</updated>
<updated>2015-02-21T17:56:41-08:00</updated>
<id>http://versionzero.github.io/</id>
<author>
<name><![CDATA[Ben Burnett]]></name>
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/cilk/atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: Cilk | Pre-Released Ideas]]></title>
<link href="http://versionzero.github.io/blog/categories/cilk/atom.xml" rel="self"/>
<link href="http://versionzero.github.io/"/>
<updated>2015-02-21T17:31:32-08:00</updated>
<updated>2015-02-21T17:56:41-08:00</updated>
<id>http://versionzero.github.io/</id>
<author>
<name><![CDATA[Ben Burnett]]></name>
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/cilkplus/atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: Cilkplus | Pre-Released Ideas]]></title>
<link href="http://versionzero.github.io/blog/categories/cilkplus/atom.xml" rel="self"/>
<link href="http://versionzero.github.io/"/>
<updated>2015-02-21T17:31:32-08:00</updated>
<updated>2015-02-21T17:56:41-08:00</updated>
<id>http://versionzero.github.io/</id>
<author>
<name><![CDATA[Ben Burnett]]></name>
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/clang/atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: Clang | Pre-Released Ideas]]></title>
<link href="http://versionzero.github.io/blog/categories/clang/atom.xml" rel="self"/>
<link href="http://versionzero.github.io/"/>
<updated>2015-02-21T17:31:32-08:00</updated>
<updated>2015-02-21T17:56:41-08:00</updated>
<id>http://versionzero.github.io/</id>
<author>
<name><![CDATA[Ben Burnett]]></name>
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/code/atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: Code | Pre-Released Ideas]]></title>
<link href="http://versionzero.github.io/blog/categories/code/atom.xml" rel="self"/>
<link href="http://versionzero.github.io/"/>
<updated>2015-02-21T17:31:32-08:00</updated>
<updated>2015-02-21T17:56:41-08:00</updated>
<id>http://versionzero.github.io/</id>
<author>
<name><![CDATA[Ben Burnett]]></name>
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/computer/atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: Computer | Pre-Released Ideas]]></title>
<link href="http://versionzero.github.io/blog/categories/computer/atom.xml" rel="self"/>
<link href="http://versionzero.github.io/"/>
<updated>2015-02-21T17:31:32-08:00</updated>
<updated>2015-02-21T17:56:41-08:00</updated>
<id>http://versionzero.github.io/</id>
<author>
<name><![CDATA[Ben Burnett]]></name>
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/computing/atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: Computing | Pre-Released Ideas]]></title>
<link href="http://versionzero.github.io/blog/categories/computing/atom.xml" rel="self"/>
<link href="http://versionzero.github.io/"/>
<updated>2015-02-21T17:31:32-08:00</updated>
<updated>2015-02-21T17:56:41-08:00</updated>
<id>http://versionzero.github.io/</id>
<author>
<name><![CDATA[Ben Burnett]]></name>
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/cpp/atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: Cpp | Pre-Released Ideas]]></title>
<link href="http://versionzero.github.io/blog/categories/cpp/atom.xml" rel="self"/>
<link href="http://versionzero.github.io/"/>
<updated>2015-02-21T17:31:32-08:00</updated>
<updated>2015-02-21T17:56:41-08:00</updated>
<id>http://versionzero.github.io/</id>
<author>
<name><![CDATA[Ben Burnett]]></name>
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/darwin/atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: Darwin | Pre-Released Ideas]]></title>
<link href="http://versionzero.github.io/blog/categories/darwin/atom.xml" rel="self"/>
<link href="http://versionzero.github.io/"/>
<updated>2015-02-21T17:31:32-08:00</updated>
<updated>2015-02-21T17:56:41-08:00</updated>
<id>http://versionzero.github.io/</id>
<author>
<name><![CDATA[Ben Burnett]]></name>
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/design/atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: Design | Pre-Released Ideas]]></title>
<link href="http://versionzero.github.io/blog/categories/design/atom.xml" rel="self"/>
<link href="http://versionzero.github.io/"/>
<updated>2015-02-21T17:31:32-08:00</updated>
<updated>2015-02-21T17:56:41-08:00</updated>
<id>http://versionzero.github.io/</id>
<author>
<name><![CDATA[Ben Burnett]]></name>
Expand Down
11 changes: 5 additions & 6 deletions blog/categories/dos/atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: Dos | Pre-Released Ideas]]></title>
<link href="http://versionzero.github.io/blog/categories/dos/atom.xml" rel="self"/>
<link href="http://versionzero.github.io/"/>
<updated>2015-02-21T17:31:32-08:00</updated>
<updated>2015-02-21T17:56:41-08:00</updated>
<id>http://versionzero.github.io/</id>
<author>
<name><![CDATA[Ben Burnett]]></name>
Expand Down Expand Up @@ -41,11 +41,10 @@ use the %var%count%% form to extract the value:</p>
<p><div class="highlight"><pre><code class="language-batch" data-lang="batch"><span class="k">call</span> <span class="k">echo</span> <span class="nv">%var%</span>count%%</code></pre></div></p>
<p>On the other hand, while within a batch file use the %%var%count%%%
form to extract the value:</p>
<p>On the other hand, while within a batch file use the following form to
extract the value:</p>
<p>
call echo %%var%count%%%</p>
<p><div class="highlight"><pre><code class="language-batch" data-lang="batch"><span class="k">call</span> <span class="k">echo</span> <span class="nv">%%var%</span>count%%%</code></pre></div></p>
<p>Note the extra strafing % signs. Both of the above expressions will
display the number 42, as expected; or maybe it&rsquo;s is surprising, it
Expand Down Expand Up @@ -410,7 +409,7 @@ line route. Or you might just find it a clever, but useless mess.</p>
;<span class="o">=</span> rem <span class="p">&lt;</span><span class="n">strong</span>&gt;<span class="p">&lt;</span><span class="n">strong</span>&gt;<span class="p">&lt;</span><span class="n">strong</span>&gt;<span class="p">&lt;</span><span class="n">strong</span>&gt;<span class="p">&lt;</span><span class="n">strong</span>&gt;<span class="p">&lt;</span><span class="n">strong</span>&gt;<span class="p">&lt;</span><span class="n">strong</span>&gt;<span class="p">&lt;</span><span class="n">strong</span>&gt;<span class="p">&lt;</span><span class="n">strong</span>&gt;<span class="p">&lt;</span><span class="n">strong</span>&gt;<span class="p">&lt;</span><span class="n">strong</span>&gt;<span class="p">&lt;</span><span class="n">strong</span>&gt;<span class="p">&lt;</span><span class="n">strong</span>&gt;<span class="p">&lt;</span><span class="n">strong</span>&gt;<span class="p">&lt;</span><span class="n">strong</span>&gt;<span class="p">&lt;</span><span class="n">strong</span>&gt;<span class="p">&lt;</span><span class="n">strong</span>&gt;<span class="p">&lt;</span><span class="n">strong</span>&gt;<span class="p">&lt;</span><span class="n">strong</span>&gt;<span class="p">&lt;</span><span class="n">strong</span>&gt;<span class="p">&lt;</span><span class="n">strong</span>&gt;<span class="p">&lt;</span><span class="n">strong</span>&gt;<span class="p">&lt;</span><span class="n">strong</span>&gt;<span class="p">&lt;</span><span class="n">strong</span>&gt;<span class="p">&lt;</span><span class="n">strong</span>&gt;<span class="p">&lt;</span><span class="n">strong</span>&gt;<span class="p">&lt;</span><span class="n">strong</span>&gt;<span class="p">&lt;</span><span class="n">strong</span>&gt;<span class="p">&lt;</span><span class="n">strong</span>&gt;<span class="p">&lt;</span><span class="n">strong</span>&gt;<span class="p">&lt;</span><span class="n">strong</span>&gt;<span class="p">&lt;</span><span class="n">strong</span>&gt;<span class="p">&lt;</span><span class="n">strong</span>&gt;
;<span class="o">=</span> rem * Filename: aliases.bat
;<span class="o">=</span> rem * Version: <span class="m">1</span>.<span class="m">0</span>
;<span class="o">=</span> rem * Author: Ben Burnett <span class="p">&lt;</span><span class="n">a</span> href<span class="o">=</span><span class="s2">&quot;&amp;#109;&amp;#97;&amp;#105;&amp;#108;&amp;#x74;&amp;#111;&amp;#58;&amp;#x6d;&amp;#x65;&amp;#64;&amp;#x63;&amp;#115;&amp;#46;&amp;#119;&amp;#x69;&amp;#115;&amp;#99;&amp;#46;&amp;#x65;&amp;#x64;&amp;#117;&quot;</span>&gt;&amp;#x<span class="m">6</span>d;&amp;#<span class="m">101</span>;&amp;#<span class="m">64</span>;&amp;#<span class="m">99</span>;&amp;#x<span class="m">73</span>;&amp;#x<span class="m">2</span>e;&amp;#x<span class="m">77</span>;&amp;#<span class="m">105</span>;&amp;#<span class="m">115</span>;&amp;#x<span class="m">63</span>;&amp;#<span class="m">46</span>;&amp;#<span class="m">101</span>;&amp;#x<span class="m">64</span>;&amp;#x<span class="m">75</span>;&lt;<span class="n">/a&gt;</span>
;<span class="o">=</span> rem * Author: Ben Burnett <span class="p">&lt;</span><span class="n">a</span> href<span class="o">=</span><span class="s2">&quot;&amp;#109;&amp;#x61;&amp;#x69;&amp;#x6c;&amp;#x74;&amp;#x6f;&amp;#x3a;&amp;#x6d;&amp;#x65;&amp;#x40;&amp;#x63;&amp;#x73;&amp;#x2e;&amp;#119;&amp;#105;&amp;#115;&amp;#99;&amp;#x2e;&amp;#101;&amp;#100;&amp;#117;&quot;</span>&gt;&amp;#x<span class="m">6</span>d;&amp;#<span class="m">101</span>;&amp;#<span class="m">64</span>;&amp;#x<span class="m">63</span>;&amp;#x<span class="m">73</span>;&amp;#x<span class="m">2</span>e;&amp;#x<span class="m">77</span>;&amp;#x<span class="m">69</span>;&amp;#<span class="m">115</span>;&amp;#<span class="m">99</span>;&amp;#x<span class="m">2</span>e;&amp;#x<span class="m">65</span>;&amp;#x<span class="m">64</span>;&amp;#<span class="m">117</span>;&lt;<span class="n">/a&gt;</span>
;<span class="o">=</span> rem * Purpose: Simple<span class="p">,</span> but useful aliases; this can be done by
;<span class="o">=</span> rem * other means&amp;ndash;of course&amp;ndash;but this is dead simple and
;<span class="o">=</span> rem * works <span class="k">on</span> EVERY Windows machine <span class="k">on</span> the planet.
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/ego/atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: Ego | Pre-Released Ideas]]></title>
<link href="http://versionzero.github.io/blog/categories/ego/atom.xml" rel="self"/>
<link href="http://versionzero.github.io/"/>
<updated>2015-02-21T17:31:32-08:00</updated>
<updated>2015-02-21T17:56:41-08:00</updated>
<id>http://versionzero.github.io/</id>
<author>
<name><![CDATA[Ben Burnett]]></name>
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/ethics/atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: Ethics | Pre-Released Ideas]]></title>
<link href="http://versionzero.github.io/blog/categories/ethics/atom.xml" rel="self"/>
<link href="http://versionzero.github.io/"/>
<updated>2015-02-21T17:31:32-08:00</updated>
<updated>2015-02-21T17:56:41-08:00</updated>
<id>http://versionzero.github.io/</id>
<author>
<name><![CDATA[Ben Burnett]]></name>
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/git/atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: Git | Pre-Released Ideas]]></title>
<link href="http://versionzero.github.io/blog/categories/git/atom.xml" rel="self"/>
<link href="http://versionzero.github.io/"/>
<updated>2015-02-21T17:31:32-08:00</updated>
<updated>2015-02-21T17:56:41-08:00</updated>
<id>http://versionzero.github.io/</id>
<author>
<name><![CDATA[Ben Burnett]]></name>
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/gps/atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: Gps | Pre-Released Ideas]]></title>
<link href="http://versionzero.github.io/blog/categories/gps/atom.xml" rel="self"/>
<link href="http://versionzero.github.io/"/>
<updated>2015-02-21T17:31:32-08:00</updated>
<updated>2015-02-21T17:56:41-08:00</updated>
<id>http://versionzero.github.io/</id>
<author>
<name><![CDATA[Ben Burnett]]></name>
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/hello/atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: Hello | Pre-Released Ideas]]></title>
<link href="http://versionzero.github.io/blog/categories/hello/atom.xml" rel="self"/>
<link href="http://versionzero.github.io/"/>
<updated>2015-02-21T17:31:32-08:00</updated>
<updated>2015-02-21T17:56:41-08:00</updated>
<id>http://versionzero.github.io/</id>
<author>
<name><![CDATA[Ben Burnett]]></name>
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/latex/atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: Latex | Pre-Released Ideas]]></title>
<link href="http://versionzero.github.io/blog/categories/latex/atom.xml" rel="self"/>
<link href="http://versionzero.github.io/"/>
<updated>2015-02-21T17:31:32-08:00</updated>
<updated>2015-02-21T17:56:41-08:00</updated>
<id>http://versionzero.github.io/</id>
<author>
<name><![CDATA[Ben Burnett]]></name>
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/lenovo/atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: Lenovo | Pre-Released Ideas]]></title>
<link href="http://versionzero.github.io/blog/categories/lenovo/atom.xml" rel="self"/>
<link href="http://versionzero.github.io/"/>
<updated>2015-02-21T17:31:32-08:00</updated>
<updated>2015-02-21T17:56:41-08:00</updated>
<id>http://versionzero.github.io/</id>
<author>
<name><![CDATA[Ben Burnett]]></name>
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/linux/atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: Linux | Pre-Released Ideas]]></title>
<link href="http://versionzero.github.io/blog/categories/linux/atom.xml" rel="self"/>
<link href="http://versionzero.github.io/"/>
<updated>2015-02-21T17:31:32-08:00</updated>
<updated>2015-02-21T17:56:41-08:00</updated>
<id>http://versionzero.github.io/</id>
<author>
<name><![CDATA[Ben Burnett]]></name>
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/live/atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: Live | Pre-Released Ideas]]></title>
<link href="http://versionzero.github.io/blog/categories/live/atom.xml" rel="self"/>
<link href="http://versionzero.github.io/"/>
<updated>2015-02-21T17:31:32-08:00</updated>
<updated>2015-02-21T17:56:41-08:00</updated>
<id>http://versionzero.github.io/</id>
<author>
<name><![CDATA[Ben Burnett]]></name>
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/llvm/atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: Llvm | Pre-Released Ideas]]></title>
<link href="http://versionzero.github.io/blog/categories/llvm/atom.xml" rel="self"/>
<link href="http://versionzero.github.io/"/>
<updated>2015-02-21T17:31:32-08:00</updated>
<updated>2015-02-21T17:56:41-08:00</updated>
<id>http://versionzero.github.io/</id>
<author>
<name><![CDATA[Ben Burnett]]></name>
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/load-balancer/atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: Load-balancer | Pre-Released Ideas]]></title>
<link href="http://versionzero.github.io/blog/categories/load-balancer/atom.xml" rel="self"/>
<link href="http://versionzero.github.io/"/>
<updated>2015-02-21T17:31:32-08:00</updated>
<updated>2015-02-21T17:56:41-08:00</updated>
<id>http://versionzero.github.io/</id>
<author>
<name><![CDATA[Ben Burnett]]></name>
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/me/atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: Me | Pre-Released Ideas]]></title>
<link href="http://versionzero.github.io/blog/categories/me/atom.xml" rel="self"/>
<link href="http://versionzero.github.io/"/>
<updated>2015-02-21T17:31:32-08:00</updated>
<updated>2015-02-21T17:56:41-08:00</updated>
<id>http://versionzero.github.io/</id>
<author>
<name><![CDATA[Ben Burnett]]></name>
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/odb2/atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: Odb2 | Pre-Released Ideas]]></title>
<link href="http://versionzero.github.io/blog/categories/odb2/atom.xml" rel="self"/>
<link href="http://versionzero.github.io/"/>
<updated>2015-02-21T17:31:32-08:00</updated>
<updated>2015-02-21T17:56:41-08:00</updated>
<id>http://versionzero.github.io/</id>
<author>
<name><![CDATA[Ben Burnett]]></name>
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/osx/atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: Osx | Pre-Released Ideas]]></title>
<link href="http://versionzero.github.io/blog/categories/osx/atom.xml" rel="self"/>
<link href="http://versionzero.github.io/"/>
<updated>2015-02-21T17:31:32-08:00</updated>
<updated>2015-02-21T17:56:41-08:00</updated>
<id>http://versionzero.github.io/</id>
<author>
<name><![CDATA[Ben Burnett]]></name>
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/perl/atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: Perl | Pre-Released Ideas]]></title>
<link href="http://versionzero.github.io/blog/categories/perl/atom.xml" rel="self"/>
<link href="http://versionzero.github.io/"/>
<updated>2015-02-21T17:31:32-08:00</updated>
<updated>2015-02-21T17:56:41-08:00</updated>
<id>http://versionzero.github.io/</id>
<author>
<name><![CDATA[Ben Burnett]]></name>
Expand Down
2 changes: 1 addition & 1 deletion blog/categories/pi/atom.xml
Expand Up @@ -4,7 +4,7 @@
<title><![CDATA[Category: Pi | Pre-Released Ideas]]></title>
<link href="http://versionzero.github.io/blog/categories/pi/atom.xml" rel="self"/>
<link href="http://versionzero.github.io/"/>
<updated>2015-02-21T17:31:32-08:00</updated>
<updated>2015-02-21T17:56:41-08:00</updated>
<id>http://versionzero.github.io/</id>
<author>
<name><![CDATA[Ben Burnett]]></name>
Expand Down

0 comments on commit 47ac8e9

Please sign in to comment.