forked from dpwright/dpwright.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharchive.html
More file actions
88 lines (84 loc) · 4.5 KB
/
archive.html
File metadata and controls
88 lines (84 loc) · 4.5 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Wright Access - Archives</title>
<link rel="stylesheet" type="text/css" href="./css/default.css" />
<link rel="stylesheet" type="text/css" href="./css/syntax.css" />
<link rel="stylesheet" type="text/css" href="//netdna.bootstrapcdn.com/font-awesome/3.1.1/css/font-awesome.css" />
</head>
<body>
<div id="header">
<h1 id="logo"><a href="./">Wright Access</a></h1>
<h2 id="sublogo">dpwright's notes on code, Japan, Japanese, and anything else</h2>
<div id="social">
<a class="icon" href="http://github.com/dpwright"><i class="icon-github"></i></a>
<a class="icon" href="http://twitter.com/danielpwright"><i class="icon-twitter"></i>en</a>
<a class="icon" href="http://twitter.com/tataminomusi"><i class="icon-twitter"></i>jp</a>
<a class="icon" href="mailto:dani@dpwright.com"><i class="icon-envelope"></i></a>
</div>
<div id="navigation">
<a href="./tags/code.html">Code</a>
<a href="./tags/git.html">Git</a>
<a href="./tags/vim.html">Vim</a>
<a class="jp" href="./tags/日本語.html">日本語</a>
</div>
</div>
<div id="content">
<h1>Archives</h1>
<ul id="postlist">
<li>
<a href="./posts/2012-09-25-git-script-to-rebase-all-child-branches-following-a-command.html">Git script to rebase all child branches following a command</a><div class="postdate">September 25, 2012</div>
</li>
<li>
<a href="./posts/2012-08-01-git-alias-to-get-a-git-commit-sha1-from-an-svn-revision-number-in-git-svn.html">Git alias to get a git commit sha1 from an SVN revision number in git-svn</a><div class="postdate">August 1, 2012</div>
</li>
<li>
<a href="./posts/2012-06-26-git-alias-to-amend-old-commits.html">Git alias to amend old commits</a><div class="postdate">June 26, 2012</div>
</li>
<li>
<a href="./posts/2012-06-25-bash-oneliner-watch-a-filesize.html">Bash oneliner: watch a filesize</a><div class="postdate">June 25, 2012</div>
</li>
<li>
<a href="./posts/2012-06-05-git-alias-to-open-all-diffs-in-vim-tabs.html">Git alias to open all diffs in vim tabs</a><div class="postdate">June 5, 2012</div>
</li>
<li>
<a href="./posts/2012-05-30-svn-post-commit-hook-email-file-owner.html">SVN post-commit hook: email file owner</a><div class="postdate">May 30, 2012</div>
</li>
<li>
<a href="./posts/2012-05-11-file-specific-merge-resolution-in-git.html">File-specific merge resolution in git</a><div class="postdate">May 11, 2012</div>
</li>
<li>
<a href="./posts/2012-05-09-プログラマは詩人なのか、魔法使いなのか?.html">プログラマは詩人なのか、魔法使いなのか?</a><div class="postdate">May 9, 2012</div>
</li>
<li>
<a href="./posts/2012-05-03-how-to-extract-an-intention-revealing-name-using-vim.html">How to extract an intention-revealing name using Vim</a><div class="postdate">May 3, 2012</div>
</li>
<li>
<a href="./posts/2012-04-27-programming-as-poetry-and-magic.html">Programming as poetry and magic</a><div class="postdate">April 27, 2012</div>
</li>
<li>
<a href="./posts/2012-04-24-accessing-networked-macs-from-freebsd.html">Accessing networked Macs from FreeBSD</a><div class="postdate">April 24, 2012</div>
</li>
<li>
<a href="./posts/2012-04-17-invoking-ex-commands-on-a-subset-of-files.html">Invoking ex commands on a subset of files</a><div class="postdate">April 17, 2012</div>
</li>
<li>
<a href="./posts/2012-04-16-using-ruby-to-send-mail-through-gmails-smtp-servers.html">Using Ruby to send mail through GMail's SMTP servers</a><div class="postdate">April 16, 2012</div>
</li>
<li>
<a href="./posts/2012-04-10-visualising-include-trees.html">Visualising #include trees</a><div class="postdate">April 10, 2012</div>
</li>
<li>
<a href="./posts/2012-04-10-ogre-include-tree.html">OGRE #include tree</a><div class="postdate">April 10, 2012</div>
</li>
</ul>
</div>
<div id="footer">
Copyright © 2013 Daniel P. Wright.
Site proudly generated by
<a href="http://jaspervdj.be/hakyll">Hakyll</a>.
</div>
</body>
</html>