-
Notifications
You must be signed in to change notification settings - Fork 0
/
archive.html
102 lines (86 loc) · 4.08 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" />
<title>Uncanny Works - Blog</title>
<link rel="stylesheet" type="text/css" href="./css/default.css" />
<link rel="stylesheet" href="./css/highlight.css" />
</head>
<body>
<div id="header">
<div id="navigation">
<a href="./archive.html">Archive</a>
<a href="https://twitter.com/uncannyworks">@uncannyworks</a>
<a href="https://twitter.com/mojobojo">@mojobojo (Brian)</a>
<a href="https://twitter.com/CrappyGraphiX">@CrappyGraphiX (Chris)</a>
<a href="https://github.com/uncannyworks">github</a>
</div>
<a href="./">
<div id="logo">
<img src="./images/rogo1_kuro.png" />
</div>
</a>
</div>
<div id="content">
Here you can find all my previous posts:
<ul>
<li>
<a href="./posts/2016-11-19-unreal-engine-roguelike.html">Unreal Engine 4 - Roguelike</a> - November 19, 2016
</li>
<li>
<a href="./posts/2016-11-13-weekly-summary.html">Weekly Summary 3 - Ending 2016-11-13</a> - November 13, 2016
</li>
<li>
<a href="./posts/2016-11-06-weekly-summary.html">Weekly Summary 2 - Ending 2016-11-06</a> - November 6, 2016
</li>
<li>
<a href="./posts/2016-10-30-weekly-summary.html">Weekly Summary 1 - Ending 2016-10-30</a> - October 30, 2016
</li>
<li>
<a href="./posts/2016-08-16-what-can-you-do-in-armored-bits-anyways.html">What can you do in Armored Bits anyways?</a> - August 16, 2016
</li>
<li>
<a href="./posts/2016-08-16-doing-indie-game-dev-wrong.html">Doing Indie Game Dev Wrong</a> - August 16, 2016
</li>
<li>
<a href="./posts/2016-02-24-javascript-sdk-part-1.html">Forward Into.. Javascript?</a> - February 24, 2016
</li>
<li>
<a href="./posts/2016-01-01-haskell-game-server-part-2.html">Haskell Game Server - Part 2 (Cross Post)</a> - January 1, 2016
</li>
<li>
<a href="./posts/2015-12-28-haskell-game-server-part-1-followup.html">Haskell Game Server - Part 1 Followup (Cross Post)</a> - December 28, 2015
</li>
<li>
<a href="./posts/2015-12-26-haskell-game-server-part-1.html">Haskell Game Server - Part 1 (Cross Post)</a> - December 26, 2015
</li>
<li>
<a href="./posts/2015-09-27-choosing-a-backend-language.html">Choosing a Backend Language</a> - September 27, 2015
</li>
<li>
<a href="./posts/2015-09-24-armored-bits-promotional-website.html">Armored Bits - Promotional Website</a> - September 24, 2015
</li>
<li>
<a href="./posts/2015-08-30-armored-bits-war-machines.html">Armored Bits - War Machines</a> - August 30, 2015
</li>
</ul>
</div>
<div id="footer">
Site proudly generated by
<a href="http://jaspervdj.be/hakyll">Hakyll</a>
</div>
<script src="./js/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-28958813-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>