-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathposts.html
More file actions
199 lines (152 loc) · 6.41 KB
/
posts.html
File metadata and controls
199 lines (152 loc) · 6.41 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>infectmac</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
<!-- 1140px Grid styles for IE -->
<!--[if lte IE 9]><link rel="stylesheet" href="static/css/ie_1140.css" type="text/css" media="screen" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="static/css/ie_reset.css" type="text/css" media="screen" /><![endif]-->
<!-- The 1140px Grid - http://cssgrid.net/ -->
<link rel="stylesheet" href="static/css/1140.css" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="infectmac - RSS" href="rss.xml" />
<!-- Your styles -->
<link rel="stylesheet" href="static/css/styles.css" type="text/css" media="screen" />
<link rel="stylesheet" href="static/css/twilight_pygments.css" type="text/css" media="screen" />
</head>
<body>
<div class="container">
<!-- Header -->
<div class="row">
<div class="twocol"></div>
<div class="eightcol blog-header">
infectmac.com<br/>
</div>
</div>
<!-- Section -->
<div class="row">
<div class="twocol"></div>
<div class="eightcol section">
<span class="section-header"><a href="index.html">Blog</a></span>
<span class="section-header"><a href="posts.html">Posts</a></span>
<span class="section-header"><a href="about.html">About</a></span>
</div>
</div>
<div class="row post-container">
<div class="twocol"></div>
<div class="eightcol post">
<div class="post-title">Posts</div>
<div class="post-date">Forever</div>
<ul class="">
<li>
<a href="posts/2011-12-20-6-3-have-you-tried-turning-it-on-and-off-again:-libxpc.html">have you tried turning it on and off again: libxpc</a>
</li>
<li>
<a href="posts/2011-2-14-3-39-good-tools.html">good tools</a>
</li>
<li>
<a href="posts/2011-2-7-9-32-objective-c-blocks.html">objective c blocks</a>
</li>
<li>
<a href="posts/2011-2-3-1-49-phantom-mapkit-polylines.html">phantom mapkit polylines</a>
</li>
<li>
<a href="posts/2011-1-31-8-28-the-great-uitableview-race.html">the great uitableview race</a>
</li>
<li>
<a href="posts/2011-1-24-7-28-silly-apple-ui.html">silly apple ui</a>
</li>
<li>
<a href="posts/2011-1-17-7-28-facebook-ads.html">facebook ads</a>
</li>
<li>
<a href="posts/2010-4-25-22-23-my-next-side-project.html">my next side project</a>
</li>
<li>
<a href="posts/2010-2-28-23-56-tetris-with-twilio.html">tetris with twilio</a>
</li>
<li>
<a href="posts/2009-10-5-2-31-mystery-function.html">mystery function</a>
</li>
<li>
<a href="posts/2009-9-29-4-6-reject-her-him-twilio-application.html">reject her him twilio application</a>
</li>
<li>
<a href="posts/2009-9-5-6-20-thank-you-google.html">thank you google</a>
</li>
<li>
<a href="posts/2009-6-22-7-50-Dial-THE-Joke.html">Dial THE Joke</a>
</li>
<li>
<a href="posts/2009-5-27-5-58-twitter-search.html">twitter search</a>
</li>
<li>
<a href="posts/2008-11-3-0-6-Why-being-a-computer-science-major-can-suck....html">Why being a computer science major can suck...</a>
</li>
<li>
<a href="posts/2008-9-6-16-19-in-5-years....html">in 5 years...</a>
</li>
<li>
<a href="posts/2008-8-10-18-38-stanford-btree-problems:-hasPathSum.html">stanford btree problems: hasPathSum</a>
</li>
<li>
<a href="posts/2008-8-2-22-15-RESTful-Python.html">RESTful Python</a>
</li>
<li>
<a href="posts/2008-7-22-1-15-python-tree.html">python tree</a>
</li>
<li>
<a href="posts/2008-7-13-5-22-chipmark2rss.html">chipmark2rss</a>
</li>
<li>
<a href="posts/2008-7-7-1-58-A-simple-stack-machine.html">A simple stack machine</a>
</li>
<li>
<a href="posts/2008-7-3-23-16-my_itoa-and-strrev.html">my_itoa and strrev</a>
</li>
<li>
<a href="posts/2008-7-3-1-4-subsequence-sum.html">subsequence sum</a>
</li>
<li>
<a href="posts/2008-7-2-3-34-Maximize-the-profit.html">Maximize the profit</a>
</li>
<li>
<a href="posts/2008-6-29-1-28-interview-prep-part-6-&-7.html">interview prep part 6 & 7</a>
</li>
<li>
<a href="posts/2008-6-27-2-16-interview-prep-part-5.html">interview prep part 5</a>
</li>
<li>
<a href="posts/2008-6-25-3-38-interview-prep-part-3.html">interview prep part 3</a>
</li>
<li>
<a href="posts/2008-6-24-1-59-interview-prep-part-2.html">interview prep part 2</a>
</li>
<li>
<a href="posts/2008-6-22-22-14-Interview-Prep-Part-1.html">Interview Prep Part 1</a>
</li>
</ul>
</div>
<!-- Footer -->
<div class="row">
<div class="twocol"></div>
<div class="eightcol blog-footer">
Copyright © 2012 - Evan Long
</div>
</div>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-4849522-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>
<!--css3-mediaqueries-js - http://code.google.com/p/css3-mediaqueries-js/ - Enables media queries in some unsupported browsers-->
<script type="text/javascript" src="static/js/css3-mediaqueries.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="static/js/ssbg.js"></script>
</body>
</html>