mirror of
https://github.com/samsonjs/blog.git
synced 2026-03-25 09:05:51 +00:00
new filename format
This commit is contained in:
parent
13ecdfb434
commit
5d5202ed6b
8 changed files with 12 additions and 16 deletions
|
|
@ -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>
|
||||
|
|
@ -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>
|
||||
|
|
@ -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>
|
||||
|
||||
9
published/2011.11.27-recovering-old-posts.md
Normal file
9
published/2011.11.27-recovering-old-posts.md
Normal 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.
|
||||
Loading…
Reference in a new issue