new filename format

This commit is contained in:
Sami Samhuri 2011-12-02 23:22:41 -08:00
parent 13ecdfb434
commit 5d5202ed6b
8 changed files with 12 additions and 16 deletions

View file

@ -70,5 +70,5 @@ but I decided to just go with what I have already so I can get on with the
more interesting and fun tasks.</p>
<p><i>Next in this series: <a
href="2010-01-18_basics-of-the-mach-o-file-format.html">Basics
href="2010.01.18-basics-of-the-mach-o-file-format.html">Basics
of the Mach-O file format</a></i><p>

View file

@ -7,7 +7,7 @@ Tags: mach-o, os x, compiler
<p><i>This post is part of a series on generating basic x86 Mach-O files
with Ruby. The
<a href="2010-01-17_working-with-c-style-structs-in-ruby.html">
<a href="2010.01.17-working-with-c-style-structs-in-ruby.html">
first post</a> introduced CStruct, a Ruby class used to serialize
simple struct-like objects.</i></p>
@ -65,7 +65,7 @@ Mach header fire up a shell and type <tt>otool -h /bin/zsh</tt> (on a
Mac).</p>
<p>Using
<a href="2010-01-17_working-with-c-style-structs-in-ruby.html">
<a href="2010.01.17-working-with-c-style-structs-in-ruby.html">
CStruct</a> we define the Mach header like so:</p>
<script src="http://gist.github.com/280635.js"></script>

View file

@ -1,13 +0,0 @@
Title: Recovering old blog posts
Date: November 27, 2011
Timestamp: 1322385300
Author: sjs
Tags: recover blog posts
----
<p>
I'm in the process of recovering some old blog posts from the
<a href="http://web.archive.org">Wayback Machine</a>.
Some of them might be culled, because nobody cares about my old blog posts except for me.
</p>

View file

@ -0,0 +1,9 @@
Title: Recovering Old Blog Posts
Date: November 27, 2011
Timestamp: 1322385300
Author: sjs
Tags: recover, old, blog, posts
----
I'm in the process of recovering some old blog posts from the [Wayback Machine](http://web.archive.org).
Some of them might be culled, because nobody cares about my old blog posts except for me.