-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
259 lines (197 loc) · 5.2 KB
/
index.html
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
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8>"/>
<title>
MonadicT
</title>
<base href="https://MonadicT.github.io/"/>
<meta name="generator" content="GNU Emacs 26.1 (build 1, x86_64-apple-darwin14.5.0, NS appkit-1348.17 Version 10.10.5 (Build 14F2511))
of 2018-05-28>"/>
<meta name="author" content="Praki Prakash"/>
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro|EB+Garamond:800|Roboto:100,300,400,400i,700" rel="stylesheet"> <link href="blog-style.css" rel="stylesheet"/>
</head>
<body>
<div style="display:flex">
<div style="flex:2">
</div>
<div style="flex:6">
<div>
<div class=" blog-nav">
<div id="blog-title">
MonadicT <div id="tagline">
I see dead objects!
</div>
</div>
<div>Search <form action="http://www.google.com/search" id="searchform"
method="get"><div><input class="box" id="s" name="q" type="text" />
<input name="sitesearch" type="hidden" value="http://MonadicT.github.io" />
</div></form></div>
</div>
<div class=" blog-nav">
<div id="site-links"><a href="/index.html">Home</a><a href="/articles.html">Articles</a><a href="/tags.html">Tags</a><a href="/about.html">About</a></div> <div id="social-media-icons"><a target="_new" href="https://twitter.com/MonadicT">
<span style={background-color: white; height:2em;width:2em;border-radius:24px}></span>
<img height="48px" width="48px"
title="Visit my Twitter page"
src="/images/twitter.png"/></a><a id="github-link" target="_new"
href="https://github.com/MonadicT"><img id="github-logo"
src="/images/github-logo.png"/></a></div>
</div>
<div style="border:1px">
</div>
<div id="outline-container-orgffc08d3" class="outline-2">
<h2 id="orgffc08d3">Posts</h2>
<div class="outline-text-2" id="text-orgffc08d3">
<div class=" post-title">
<a href="/2018/blog-site-generator.html">
Yet Another Emacs Static Site Generator
</a>
</div>
<div class=" post-summary">
A static site generator implemented entirely in emacs.
</div>
<div class=" post-publish-date">
Published: 2018-01-31
</div>
<div class=" post-title">
<a href="/2018/CommandLineParsingJava.html">
Commandline Parsing in Java
</a>
</div>
<div class=" post-summary">
Solution to a common problem in Java command line programs
</div>
<div class=" post-publish-date">
Published: 2018-01-31
</div>
<div class=" post-title">
<a href="/2018/RandomOffsetRectangles.html">
Creating Random Rectangles
</a>
</div>
<div class=" post-summary">
</div>
<div class=" post-publish-date">
Published: 2018-01-31
</div>
<div class=" post-title">
<a href="/2018/TidyingJavaImports.html">
Tidying Java imports
</a>
</div>
<div class=" post-summary">
A simple hack to remove unused imports from your Java files.
</div>
<div class=" post-publish-date">
Published: 2018-01-16
</div>
<div class=" post-title">
<a href="/2017/YetAnotherTemplatelanguageAndProcessor.html">
Yet another template language and processor
</a>
</div>
<div class=" post-summary">
A DSL for HTML documents implemented in elisp, org-mode.
</div>
<div class=" post-publish-date">
Published: 2017-06-02
</div>
<div class=" post-title">
<a href="/2016/WritingAParserUsingParsec.html">
Writing a parser using Parsec
</a>
</div>
<div class=" post-summary">
My Haskell experiements with creating a parser for a small language.
</div>
<div class=" post-publish-date">
Published: 2016-11-27
</div>
<div class=" post-title">
<a href="/2016/BloggingWithEmacsAndOrgMode.html">
Blogging with emacs and org-mode
</a>
</div>
<div class=" post-summary">
A description of emacs-based blogging workflow and unused now.
</div>
<div class=" post-publish-date">
Published: 2016-06-19
</div>
<div class=" post-title">
<a href="/2015/ConfiguringXMonad.html">
Configuring XMonad
</a>
</div>
<div class=" post-summary">
A walk-through of XMonad Window Manager configuration steps
</div>
<div class=" post-publish-date">
Published: 2015-05-20
</div>
<div class=" post-title">
<a href="/2014/SafeguardingSecretsWithGunPG.html">
Safeguarding Secrets with GnuPG
</a>
</div>
<div class=" post-summary">
How to store secrets on your computer and the emacs interface to access it.
</div>
<div class=" post-publish-date">
Published: 2014-03-08
</div>
<div class=" post-title">
<a href="/2014/JavaForkJoinFramework.html">
Java Fork/Join Framework
</a>
</div>
<div class=" post-summary">
An exemplar of elegant design
</div>
<div class=" post-publish-date">
Published: 2014-02-26
</div>
<div class=" post-title">
<a href="/2014/Ubuntu1304WifiFix.html">
Ubuntu Network Trouble
</a>
</div>
<div class=" post-summary">
Productivity tip on fixing Wi-Fi conectivity issues on Ubuntu 13.04
</div>
<div class=" post-publish-date">
Published: 2014-02-14
</div>
<div class=" post-title">
<a href="/2014/JavaReferences.html">
Java References
</a>
</div>
<div class=" post-summary">
Overview of Java Weak, Soft references and where they come in handy
</div>
<div class=" post-publish-date">
Published: 2014-01-24
</div>
<div class=" post-title">
<a href="/2018/blog-site-generator.html">
Rate-limiting Functions
</a>
</div>
<div class=" post-summary">
</div>
<div class=" post-publish-date">
Published:
</div>
</div>
</div>
</div>
</div>
<div style="flex:2">
</div>
<div class=" blog-footer">
Copyright © 2014-2018, Praki Prakash
</div>
</div>
</body>
</html>