forked from Pixelgebra/pixelgebra.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharchive.html
130 lines (120 loc) · 4.91 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
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
<?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="viewport" content="width=device-width, initial-scale=1.0" />
<title>Pixelgebra</title>
<link rel="stylesheet" type="text/css" href="./css/foundation.css" />
<link rel="stylesheet" type="text/css" href="./css/syntax.css" />
<!-- <link rel="stylesheet" type="text/css" href="/css/blog.css" /> -->
<link rel="stylesheet" type="text/css" href="./css/other.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="icon" type="image/x-icon" href="http://pixelgebra.github.io/img/favicon.ico" />
</head>
<body class="custom-background">
<!-- HEAD -->
<div class="row">
<!-- post -->
<div class="large-9 push-3 columns">
<div class="panelIdx">
<h1><a class="header" href="./archive.html">All Posts</a></h1>
<div class="panel">
<div class="section-container vertical-nav" data-section data-options="deep_linking: false; one_up: true">
<section class="section">
<h5 class="title">
<i class="fa fa-pencil fa-fw"></i>
<a href="./content/posts/2015-10-17-hackage.html" id="title">
Define and Use Hackage</a> - 17 Oct 2015
</h5>
</section>
<section class="section">
<h5 class="title">
<i class="fa fa-pencil fa-fw"></i>
<a href="./content/posts/2015-08-03-Contravariance.html" id="title">
Working with Contravariant Functors.</a> - 03 Aug 2015
</h5>
</section>
<section class="section">
<h5 class="title">
<i class="fa fa-pencil fa-fw"></i>
<a href="./content/posts/2015-05-29-old-time.html" id="title">
For old time's sake.</a> - 29 May 2015
</h5>
</section>
<section class="section">
<h5 class="title">
<i class="fa fa-pencil fa-fw"></i>
<a href="./content/posts/2015-05-29-Locale.html" id="title">
Localization with Data.Time.Format.Locale.</a> - 29 May 2015
</h5>
</section>
<section class="section">
<h5 class="title">
<i class="fa fa-pencil fa-fw"></i>
<a href="./content/posts/2015-05-27-sampling-element.html" id="title">
How to sample an element from varied structures.</a> - 27 May 2015
</h5>
</section>
<section class="section">
<h5 class="title">
<i class="fa fa-pencil fa-fw"></i>
<a href="./content/posts/2015-05-27-TryJuiyPixels.html" id="title">
Basic image processing with JuicyPixels in Haskell</a> - 27 May 2015
</h5>
</section>
<section class="section">
<h5 class="title">
<i class="fa fa-pencil fa-fw"></i>
<a href="./content/posts/2015-05-27-Polym-TypeFamilies.html" id="title">
Type Families and Associated Types.</a> - 27 May 2015
</h5>
</section>
</div> <!-- end section container-->
</div> <!-- end panel-->
</div> <!-- end panel-->
</div>
<!-- Sidebar -->
<div class="large-3 pull-9 columns sidebar">
<h1><a href="./index.html"><img src="./img/Logo.png" /></a></h1>
<hr />
<ul class="side-nav">
<li>
<a href="./about.html"><img src="http://blog.chucklefish.org/wp-content/uploads/2014/09/diamond_2x.png" /> About</a></li>
<li>
<a href="./tags.html"><img src="http://blog.chucklefish.org/wp-content/uploads/2014/09/greenslime_2x.png" /> Tags</a></li>
<li>
<a href="./archive.html"><img src="http://blog.chucklefish.org/wp-content/uploads/2014/09/codex_2x.png" /> All Posts</a></li>
</ul>
</div>
</div>
<!-- FOOTER -->
<footer class="row">
<hr />
<div class="large-6 columns">
<p>Copyright © 2015 Pixelgebra. All rights reserved.</p>
</div>
<div class="large-6 columns text-right">
<p>Powered by <a href="http://jaspervdj.be/hakyll">Hakyll</a>.</p>
</div>
</footer>
<script src="js/vendor/modernizr.js"></script>
<script src="js/vendor/jquery.js"></script>
<script src="js/foundation.min.js"></script>
<!-- JS := MathJax -->
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<!-- JS := Disqus -->
<script type="text/javascript">
(function() {
var dsq = document.createElement('script');
dsq.type = 'text/javascript';
dsq.async = true;
dsq.src = '//pixelgebra.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
<script id="dsq-count-scr" src="//pixelgebra.disqus.com/count.js" async></script>
<!-- END of definition of js-->
</body>
</html>