-
Notifications
You must be signed in to change notification settings - Fork 0
/
archives.html
86 lines (82 loc) · 4.32 KB
/
archives.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
<!DOCTYPE html>
<html lang="en">
<head>
<link href='//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,400italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="http://projects.curiousllc.com/theme/css/style.min.css">
<link rel="stylesheet" type="text/css" href="http://projects.curiousllc.com/theme/css/pygments.min.css">
<link rel="stylesheet" type="text/css" href="http://projects.curiousllc.com/theme/css/font-awesome.min.css">
<link href="http://projects.curiousllc.com/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Working with hardware Atom">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="" />
<meta name="author" content="Ryan Day" />
<meta name="description" content="" />
<meta property="og:site_name" content="Working with hardware"/>
<meta property="og:type" content="blog"/>
<meta property="og:title" content="Working with hardware"/>
<meta property="og:description" content=""/>
<meta property="og:locale" content="en_US"/>
<meta property="og:url" content="http://projects.curiousllc.com"/>
<meta property="og:image" content="https://avatars3.githubusercontent.com/u/6845642?v=3&s=200">
<title>Working with hardware – Archives</title>
</head>
<body>
<aside>
<div>
<a href="http://projects.curiousllc.com">
<img src="https://avatars3.githubusercontent.com/u/6845642?v=3&s=200" alt="" title="">
</a>
<h1><a href="http://projects.curiousllc.com"></a></h1>
<p></p>
<nav>
<div style="text-align: left; font-size: 0.9em">At Curious, we connect Things to the Cloud. <br/><br/>
If you would like to launch a product, or connect your product to the Cloud, drop us a line!</div>
<ul class="list">
<li><a href="mailto:launch@curiousllc.com" target="_blank">launch@curiousllc.com</a></li>
<li><a href="http://curiousllc.com/" target="_blank">Curious LLC</a></li>
<li><a href="http://www.meetup.com/NOVA-Python" target="_blank">Nova Python</a></li>
<li><a href="http://www.meetup.com/Golang-DC/" target="_blank">Golang DC</a></li>
</ul>
</nav>
<ul class="social">
<li><a class="sc-You can add links in your config file" href="#" target="_blank"><i class="fa fa-You can add links in your config file"></i></a></li>
<li><a class="sc-Another social link" href="#" target="_blank"><i class="fa fa-Another social link"></i></a></li>
</ul>
</div>
</aside>
<main>
<article>
<header>
<h1>Archives</h1>
</header>
<div>
<dl>
<dt>Sat 15 August 2015</dt>
<dd><a href="http://projects.curiousllc.com/examining-pwm-with-piscope.html">Examining PWM with Piscope</a></dd>
<dt>Tue 28 July 2015</dt>
<dd><a href="http://projects.curiousllc.com/flask-in-a-rump-kernel.html">Flask in a Rump Kernel</a></dd>
<dt>Fri 03 July 2015</dt>
<dd><a href="http://projects.curiousllc.com/testing-asynchronous-qt-code-part-2.html">Testing Asynchronous Qt Code (part 2)</a></dd>
<dt>Mon 29 June 2015</dt>
<dd><a href="http://projects.curiousllc.com/testing-asynchronous-qt-code-part-1.html">Testing Asynchronous Qt Code (part 1)</a></dd>
<dt>Mon 25 May 2015</dt>
<dd><a href="http://projects.curiousllc.com/test-driven-api-integration-with-go.html">Test driven API integration with Go</a></dd>
<dt>Fri 20 March 2015</dt>
<dd><a href="http://projects.curiousllc.com/examining-sqlalchemy-memory-usage.html">Examining SQLAlchemy Memory Usage</a></dd>
</dl>
</div>
</article>
<footer>
<p>© Ryan Day </p>
<p>Built using <a href="http://getpelican.com" target="_blank">Pelican</a> - <a href="https://github.com/alexandrevicenzi/flex" target="_blank">Flex</a> theme by <a href="http://alexandrevicenzi.com" target="_blank">Alexandre Vicenzi</a></p> </footer>
</main>
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-2393416-13', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>