-
Notifications
You must be signed in to change notification settings - Fork 1
/
archive.html
102 lines (81 loc) · 3.76 KB
/
archive.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
<?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" />
<meta name="keywords" content="functional programming, scala, haskell, voting">
<title>Logji - Archives</title>
<link rel="stylesheet" type="text/css" href="./css/default.css" />
<link rel="stylesheet" type="text/css" href="./css/syntax.css" />
</head>
<body>
<div id="header">
<div id="logo">
<a href="./">Logji — Kris Nuttycombe</a>
</div>
<div id="navigation">
<a href="./">Home</a>
<a href="./about.html">About</a>
<a href="./contact.html">Contact</a>
<a href="./archive.html">Archive</a>
</div>
</div>
<div id="content">
<h1>Archives</h1>
Here you can find all my previous posts:
<ul>
<li>
<a href="./posts/2019-08-23-micro_winston_mtg.html">Micro-Draft Magic</a> - August 23, 2019
</li>
<li>
<a href="./posts/2019-08-22-records_of_functions.html">2019-08-22-records_of_functions</a> - August 22, 2019
</li>
<li>
<a href="./posts/2017-01-20-fair_voting.html">A Fair Voting System</a> - January 20, 2017
</li>
<li>
<a href="./posts/2016-07-08-the_strange_case_of_partial_functions.html">The Strange Case of Partial Functions</a> - July 8, 2016
</li>
<li>
<a href="./posts/2015-07-15-what_is_and_what_means.html">What things are, and what they mean.</a> - July 15, 2015
</li>
<li>
<a href="./posts/2014-02-12-the_abstract_future.html">The Abstract Future</a> - February 12, 2014
</li>
<li>
<a href="./posts/2012-11-29-f_bounded_polymorphism_give_up_now.html">F-bounded Type Polymorphism Considered Tricky</a> - November 29, 2012
</li>
<li>
<a href="./posts/2012-02-18-correcting_the_visitor_pattern.html">Correcting the Visitor Pattern</a> - February 18, 2012
</li>
<li>
<a href="./posts/2010-07-29-failure_tolerant_monad.html">A monad for failure-tolerant computations</a> - July 29, 2010
</li>
<li>
<a href="./posts/2010-02-05-keyword_escape.html">Keyword Escape in Scala</a> - February 5, 2010
</li>
<li>
<a href="./posts/2010-02-03-on_extraction.html">On Extraction</a> - February 3, 2010
</li>
<li>
<a href="./posts/2009-12-08-monadic_visitor.html">A Monadic Visitor</a> - December 8, 2009
</li>
<li>
<a href="./posts/2009-12-02-option_cata.html">The Catamorphism Challenge</a> - December 2, 2009
</li>
<li>
<a href="./posts/2009-11-07-composable_bindings_in_lift_ii.html">Composable Bindings in Lift Part II</a> - November 7, 2009
</li>
<li>
<a href="./posts/2009-09-29-composable_bindings_in_lift.html">Composable Bindings in Lift</a> - September 29, 2009
</li>
<li>
<a href="./posts/2009-04-21-deconstructoring_scala.html">Deconstruct(or)ing Scala</a> - April 21, 2009
</li>
</ul>
</div>
<div id="footer">
<a href="https://twitter.com/nuttycom" class="twitter-follow-button" data-show-count="false">Follow @nuttycom</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</body>
</html>