docparser 0.0.1 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.gitignore +2 -0
- data/.rubocop.yml +5 -0
- data/.travis.yml +3 -0
- data/Gemfile +9 -1
- data/README.md +11 -4
- data/Rakefile +15 -0
- data/example.rb +9 -7
- data/lib/docparser.rb +1 -0
- data/lib/docparser/document.rb +18 -11
- data/lib/docparser/output.rb +8 -8
- data/lib/docparser/output/html_output.rb +53 -47
- data/lib/docparser/output/json_output.rb +8 -3
- data/lib/docparser/output/multi_output.rb +4 -8
- data/lib/docparser/output/nil_output.rb +21 -0
- data/lib/docparser/output/screen_output.rb +2 -1
- data/lib/docparser/output/xlsx_output.rb +12 -2
- data/lib/docparser/output/yaml_output.rb +6 -1
- data/lib/docparser/parser.rb +80 -49
- data/lib/docparser/version.rb +1 -1
- data/test/lib/docparser/blackbox_test.rb +29 -0
- data/test/lib/docparser/document_test.rb +134 -0
- data/test/lib/docparser/logging_test.rb +19 -0
- data/test/lib/docparser/output/csv_output_test.rb +51 -0
- data/test/lib/docparser/output/html_output_test.rb +57 -0
- data/test/lib/docparser/output/json_output_test.rb +65 -0
- data/test/lib/docparser/output/multi_output_test.rb +80 -0
- data/test/lib/docparser/output/nil_output_test.rb +27 -0
- data/test/lib/docparser/output/screen_output_test.rb +55 -0
- data/test/lib/docparser/output/xlsx_output_test.rb +53 -0
- data/test/lib/docparser/output/yaml_output_test.rb +76 -0
- data/test/lib/docparser/output_test.rb +85 -0
- data/test/lib/docparser/parser_test.rb +197 -0
- data/test/lib/docparser/version_test.rb +11 -0
- data/test/support/hackaday/dl.rb +4 -0
- data/test/support/hackaday/file_1.html +716 -0
- data/test/support/hackaday/file_10.html +791 -0
- data/test/support/hackaday/file_11.html +787 -0
- data/test/support/hackaday/file_12.html +715 -0
- data/test/support/hackaday/file_13.html +793 -0
- data/test/support/hackaday/file_14.html +718 -0
- data/test/support/hackaday/file_15.html +707 -0
- data/test/support/hackaday/file_16.html +713 -0
- data/test/support/hackaday/file_17.html +715 -0
- data/test/support/hackaday/file_18.html +725 -0
- data/test/support/hackaday/file_19.html +715 -0
- data/test/support/hackaday/file_2.html +793 -0
- data/test/support/hackaday/file_20.html +795 -0
- data/test/support/hackaday/file_21.html +804 -0
- data/test/support/hackaday/file_22.html +722 -0
- data/test/support/hackaday/file_23.html +793 -0
- data/test/support/hackaday/file_24.html +717 -0
- data/test/support/hackaday/file_25.html +715 -0
- data/test/support/hackaday/file_26.html +717 -0
- data/test/support/hackaday/file_27.html +723 -0
- data/test/support/hackaday/file_28.html +711 -0
- data/test/support/hackaday/file_29.html +711 -0
- data/test/support/hackaday/file_3.html +794 -0
- data/test/support/hackaday/file_30.html +715 -0
- data/test/support/hackaday/file_31.html +713 -0
- data/test/support/hackaday/file_32.html +714 -0
- data/test/support/hackaday/file_33.html +716 -0
- data/test/support/hackaday/file_34.html +714 -0
- data/test/support/hackaday/file_35.html +792 -0
- data/test/support/hackaday/file_36.html +719 -0
- data/test/support/hackaday/file_37.html +712 -0
- data/test/support/hackaday/file_38.html +709 -0
- data/test/support/hackaday/file_39.html +808 -0
- data/test/support/hackaday/file_4.html +814 -0
- data/test/support/hackaday/file_40.html +801 -0
- data/test/support/hackaday/file_5.html +715 -0
- data/test/support/hackaday/file_6.html +792 -0
- data/test/support/hackaday/file_7.html +714 -0
- data/test/support/hackaday/file_8.html +717 -0
- data/test/support/hackaday/file_9.html +719 -0
- data/test/support/test_encoding.html +12 -0
- data/test/support/test_encoding2.html +12 -0
- data/test/support/test_html.html +16 -0
- data/test/support/test_xml.xml +5 -0
- data/test/test_helper.rb +14 -0
- metadata +126 -3
@@ -0,0 +1,723 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
2
|
+
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
3
|
+
<!--
|
4
|
+
generated 94 seconds ago
|
5
|
+
generated in 0.314 seconds
|
6
|
+
served from batcache in 0.002 seconds
|
7
|
+
expires in 206 seconds
|
8
|
+
-->
|
9
|
+
<head profile="http://gmpg.org/xfn/11">
|
10
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
11
|
+
<title>Hack a Day — Fresh hacks every day</title>
|
12
|
+
<meta name="description" content="Fresh hacks every day" />
|
13
|
+
<meta name="robots" content="noodp,noydir" />
|
14
|
+
<link rel="Shortcut Icon" href="http://s1.wp.com/wp-content/themes/vip/hackaday2/images/favicon.ico?m=1353160633g" type="image/x-icon" />
|
15
|
+
<link rel="stylesheet" href="http://s1.wp.com/wp-content/themes/vip/hackaday2/style.css?m=1363789849g" type="text/css" media="screen" />
|
16
|
+
|
17
|
+
<meta name="description" content="Fresh hacks every day" />
|
18
|
+
<meta name="keywords" content="hall of fame, fpga, nook hacks, internet hacks, marijuana hacks, network hacks, high voltage hacks, palm pre hacks, blackberry hacks, podcasts, virtual reality, drone hacks, lockpicking hacks, interviews, kindle hacks, phone hacks, weekly roundup, reviews, firefox hacks, g1 hacks" />
|
19
|
+
<script src='http://r-login.wordpress.com/remote-login.php?action=js&host=hackaday.com&id=4779443&t=1366801053&back=hackaday.com%2Fpage%2F27%2F' type="text/javascript"></script>
|
20
|
+
<script type="text/javascript">
|
21
|
+
/* <![CDATA[ */
|
22
|
+
if ( 'function' === typeof WPRemoteLogin ) {
|
23
|
+
document.cookie = "wordpress_test_cookie=test; path=/";
|
24
|
+
if ( document.cookie.match( /(;|^)\s*wordpress_test_cookie\=/ ) ) {
|
25
|
+
WPRemoteLogin();
|
26
|
+
}
|
27
|
+
}
|
28
|
+
/* ]]> */
|
29
|
+
</script>
|
30
|
+
<link rel="alternate" type="application/rss+xml" title="Hack a Day » Feed" href="http://feeds2.feedburner.com/hackaday/LgoM" />
|
31
|
+
<link rel="alternate" type="application/rss+xml" title="Hack a Day » Comments Feed" href="http://hackaday.com/comments/feed/" />
|
32
|
+
<script type="text/javascript">
|
33
|
+
/* <![CDATA[ */
|
34
|
+
function addLoadEvent(func){var oldonload=window.onload;if(typeof window.onload!='function'){window.onload=func;}else{window.onload=function(){oldonload();func();}}}
|
35
|
+
/* ]]> */
|
36
|
+
</script>
|
37
|
+
<link rel="canonical" href="http://hackaday.com/" />
|
38
|
+
<link rel='stylesheet' id='all-css-0' href='http://s0.wp.com/_static/??-eJzTLy/QTc7PK0nNK9HPLdUtyClNz8wr1s/JzE4t1s9KLSlITM7WBfP0kouLdfSxKy/ILy7RTctJzCzSLy6pzEklVm1GYlFmXjqMxtBVkpGaC3RGhol+ek5+UmIOSIF9rq2hsZmZuYmxqbFlFgANUUYu' type='text/css' media='all' />
|
39
|
+
<script type='text/javascript'>
|
40
|
+
/* <![CDATA[ */
|
41
|
+
var SafeCommentsAjax = {"ajaxurl":"http:\/\/hackaday.com\/wp-admin\/admin-ajax.php"};
|
42
|
+
/* ]]> */
|
43
|
+
</script>
|
44
|
+
<script type='text/javascript' src='http://s0.wp.com/_static/??-eJyFz0sKAjEMBuALWUsZpjvxLKXGmjp92KQz6umNogtRFAJZ5Et+opeqMPup74B0lDp1aJdnW0da6V9AJQzNMbygL5kh893VQpyAyIVv0/cYzDPC8pdF4Or8UTUgvH5c5QNInp6x6jr1gJk0uT2IrqWxsJSEPX5w0Z1lfZs2ZrB2NIOxY7wBpfljQw=='></script>
|
45
|
+
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://hackadaycom.wordpress.com/xmlrpc.php?rsd" />
|
46
|
+
<link rel="shortcut icon" type="image/x-icon" href="http://0.gravatar.com/blavatar/4f3e6b6daa090af416a1ba595885efd1?s=16" sizes="16x16" />
|
47
|
+
<link rel="icon" type="image/x-icon" href="http://0.gravatar.com/blavatar/4f3e6b6daa090af416a1ba595885efd1?s=16" sizes="16x16" />
|
48
|
+
<link rel="apple-touch-icon-precomposed" href="http://1.gravatar.com/blavatar/5560f98f805877b0e332f191cb9e0af3?s=114" />
|
49
|
+
<link rel='openid.server' href='http://hackadaycom.wordpress.com/?openidserver=1' />
|
50
|
+
<link rel='openid.delegate' href='http://hackadaycom.wordpress.com/' />
|
51
|
+
<link rel="search" type="application/opensearchdescription+xml" href="http://hackaday.com/osd.xml" title="Hack a Day" />
|
52
|
+
<link rel="search" type="application/opensearchdescription+xml" href="http://wordpress.com/opensearch.xml" title="WordPress.com" />
|
53
|
+
<style>
|
54
|
+
/* <![CDATA[ */
|
55
|
+
/* Block: reblog */
|
56
|
+
|
57
|
+
.reblog-from img { margin: 0 10px 0 0; vertical-align: middle; padding: 0; border: 0; }
|
58
|
+
.reblogger-note img.avatar { float: left; padding: 0; border: 0; }
|
59
|
+
.reblogger-note-content { margin: 0 0 20px; }
|
60
|
+
.reblog-post .wpcom-enhanced-excerpt-content { border-left: 3px solid #eee; padding-left: 15px; }
|
61
|
+
.reblog-post ul.thumb-list { display: block; list-style: none; margin: 2px 0; padding: 0; clear: both; }
|
62
|
+
.reblog-post ul.thumb-list li { display: inline; margin: 0; padding: 0 1px; border: 0; }
|
63
|
+
.reblog-post ul.thumb-list li a { margin: 0; padding: 0; border: 0; }
|
64
|
+
.reblog-post ul.thumb-list li img { margin: 0; padding: 0; border: 0; }
|
65
|
+
|
66
|
+
.reblog-post .wpcom-enhanced-excerpt { clear: both; }
|
67
|
+
|
68
|
+
.reblog-post .wpcom-enhanced-excerpt address,
|
69
|
+
.reblog-post .wpcom-enhanced-excerpt li,
|
70
|
+
.reblog-post .wpcom-enhanced-excerpt h1,
|
71
|
+
.reblog-post .wpcom-enhanced-excerpt h2,
|
72
|
+
.reblog-post .wpcom-enhanced-excerpt h3,
|
73
|
+
.reblog-post .wpcom-enhanced-excerpt h4,
|
74
|
+
.reblog-post .wpcom-enhanced-excerpt h5,
|
75
|
+
.reblog-post .wpcom-enhanced-excerpt h6,
|
76
|
+
.reblog-post .wpcom-enhanced-excerpt p { font-size: 100% !important; }
|
77
|
+
|
78
|
+
.reblog-post .wpcom-enhanced-excerpt blockquote,
|
79
|
+
.reblog-post .wpcom-enhanced-excerpt pre,
|
80
|
+
.reblog-post .wpcom-enhanced-excerpt code,
|
81
|
+
.reblog-post .wpcom-enhanced-excerpt q { font-size: 98% !important; }
|
82
|
+
|
83
|
+
|
84
|
+
/* ]]> */
|
85
|
+
</style>
|
86
|
+
|
87
|
+
<script type="text/javascript">var _sf_startpt=(new Date()).getTime()</script>
|
88
|
+
<style>
|
89
|
+
.wpcom-related-posts ul li {
|
90
|
+
list-style-type: none;
|
91
|
+
display: inline-block;
|
92
|
+
}
|
93
|
+
</style>
|
94
|
+
<style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style>
|
95
|
+
<style type="text/css">
|
96
|
+
.recentcomments a {
|
97
|
+
display: inline !important;
|
98
|
+
padding: 0 !important;
|
99
|
+
margin: 0 !important;
|
100
|
+
}
|
101
|
+
|
102
|
+
table.recentcommentsavatartop img.avatar, table.recentcommentsavatarend img.avatar {
|
103
|
+
border: 0px;
|
104
|
+
margin: 0;
|
105
|
+
}
|
106
|
+
|
107
|
+
table.recentcommentsavatartop a, table.recentcommentsavatarend a {
|
108
|
+
border: 0px !important;
|
109
|
+
background-color: transparent !important;
|
110
|
+
}
|
111
|
+
|
112
|
+
td.recentcommentsavatarend, td.recentcommentsavatartop {
|
113
|
+
padding: 0px 0px 1px 0px;
|
114
|
+
margin: 0px;
|
115
|
+
}
|
116
|
+
|
117
|
+
td.recentcommentstextend {
|
118
|
+
border: none !important;
|
119
|
+
padding: 0px 0px 2px 10px;
|
120
|
+
}
|
121
|
+
|
122
|
+
.rtl td.recentcommentstextend {
|
123
|
+
padding: 0px 10px 2px 0px;
|
124
|
+
}
|
125
|
+
|
126
|
+
td.recentcommentstexttop {
|
127
|
+
border: none !important;
|
128
|
+
padding: 0px 0px 0px 10px;
|
129
|
+
}
|
130
|
+
|
131
|
+
.rtl td.recentcommentstexttop {
|
132
|
+
padding: 0px 10px 0px 0px;
|
133
|
+
}
|
134
|
+
</style>
|
135
|
+
<meta name="application-name" content="Hack a Day" /><meta name="msapplication-window" content="width=device-width;height=device-height" /><meta name="msapplication-tooltip" content="Fresh hacks every day" /><meta name="msapplication-task" content="name=Subscribe;action-uri=http://feeds2.feedburner.com/hackaday/LgoM;icon-uri=http://0.gravatar.com/blavatar/4f3e6b6daa090af416a1ba595885efd1?s=16" /><style id="syntaxhighlighteranchor"></style>
|
136
|
+
|
137
|
+
<script>jQuery(document).ready(function($) {
|
138
|
+
$("cswap li a").click(function() {
|
139
|
+
$("link").attr("href",$(this).attr('rel'));
|
140
|
+
return false;
|
141
|
+
});
|
142
|
+
});</script>
|
143
|
+
<meta name="google-site-verification" content="v0_F4q2HixEv6wrQCEKBEbp2Wuj0oI9ywwaN6aoV0JE" />
|
144
|
+
</head>
|
145
|
+
<body class="home blog paged paged-27 typekit-enabled header-image content-sidebar highlander-enabled highlander-light">
|
146
|
+
|
147
|
+
<div id="fb-root"></div>
|
148
|
+
<script>(function(d, s, id) {
|
149
|
+
var js, fjs = d.getElementsByTagName(s)[0];
|
150
|
+
if (d.getElementById(id)) return;
|
151
|
+
js = d.createElement(s); js.id = id;
|
152
|
+
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
|
153
|
+
fjs.parentNode.insertBefore(js, fjs);
|
154
|
+
}(document, 'script', 'facebook-jssdk'));</script>
|
155
|
+
<div id="wrap">
|
156
|
+
<div id="header"><div class="wrap"><div id="title-area"><h1 id="title"><a href="http://hackaday.com/" title="Hack a Day">Hack a Day</a></h1><p id="description">Fresh hacks every day</p></div><!-- end #title-area --><div class="widget-area"><div = "leaderboard">
|
157
|
+
<script type="text/javascript"><!--
|
158
|
+
google_ad_client = "ca-pub-1812638130783065";
|
159
|
+
/* Hackaday, 728x90, created 4/26/08, Leaderboard */
|
160
|
+
google_ad_slot = "4036713767";
|
161
|
+
google_ad_width = 728;
|
162
|
+
google_ad_height = 90;
|
163
|
+
//-->
|
164
|
+
</script>
|
165
|
+
<script type="text/javascript"
|
166
|
+
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
|
167
|
+
</script>
|
168
|
+
</div>
|
169
|
+
<div id="adslice">
|
170
|
+
|
171
|
+
<script type="text/javascript"><!--
|
172
|
+
google_ad_client = "pub-1812638130783065";
|
173
|
+
/* Hackaday, 728x15, created 4/26/08, AdSlice */
|
174
|
+
google_ad_slot = "0246324944";
|
175
|
+
google_ad_width = 728;
|
176
|
+
google_ad_height = 15;
|
177
|
+
//-->
|
178
|
+
</script>
|
179
|
+
|
180
|
+
<script type="text/javascript"
|
181
|
+
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
|
182
|
+
</script>
|
183
|
+
|
184
|
+
</div></div><!-- end .widget-area --></div><!-- end .wrap --></div><!--end #header--><div id="nav"><div class="wrap"><ul id="menu-main" class="menu menu-primary superfish"><li id="menu-item-90201" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-90201"><a href="http://www.hackaday.com">Home</a></li>
|
185
|
+
<li id="menu-item-77211" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-77211"><a href="http://hackaday.com/contact-hack-a-day/">Submit a tip</a></li>
|
186
|
+
<li id="menu-item-90210" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-90210"><a href="http://forums.hackaday.com">forums</a></li>
|
187
|
+
<li id="menu-item-94591" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-94591"><a href="http://hackaday.com/hackaday-staff/">Hackaday Staff</a></li>
|
188
|
+
<li class="right search">
|
189
|
+
<form method="get" class="searchform" action="http://hackaday.com/" >
|
190
|
+
|
191
|
+
<input type="text" value="Search this website …" name="s" class="s" onfocus="if (this.value == 'Search this website …') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search this website …';}" />
|
192
|
+
<input type="submit" class="searchsubmit" value="Search" />
|
193
|
+
</form>
|
194
|
+
</li></ul></div><!-- end .wrap --></div><div id="inner"><div class="wrap"> <div id="content-sidebar-wrap">
|
195
|
+
<div id="content" class="hfeed">
|
196
|
+
<div class="post-96425 post type-post status-publish format-standard hentry category-digital-cameras-hacks category-featured tag-bullet-time tag-gopro tag-slow-motion tag-video">
|
197
|
+
|
198
|
+
<h2 class="entry-title"><a href="http://hackaday.com/2013/03/20/bullet-time-with-a-single-gopro/" title="Bullet time with a single GoPro" rel="bookmark">Bullet time with a single GoPro</a></h2>
|
199
|
+
|
200
|
+
<div class="post-info"><span class="date published time" title="2013-03-20T12:55:57+00:00">March 20, 2013</span> By <span class="author vcard"><span class="fn"><a href="http://hackaday.com/author/calebkraft/" class="fn n" title="Caleb Kraft" rel="author">Caleb Kraft</a></span></span> <span class="post-comments"><a href="http://hackaday.com/2013/03/20/bullet-time-with-a-single-gopro/#comments">37 Comments</a></span> </div> <div class="entry-content">
|
201
|
+
<p><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='470' height='295' src='http://www.youtube.com/embed/e04PVFe5LMM?version=3&rel=1&fs=1&showsearch=0&showinfo=1&iv_load_policy=1&wmode=transparent' frameborder='0'></iframe></span></p>
|
202
|
+
<p>Earlier this week I saw a video that was showing how some guys <a href="http://vimeo.com/61393274#">made some really cool bullet time effects</a> with 15 tiny rugged awesome cameras called “GoPros”(that wasn’t a paid endorsement, they’re awesome). For those unfamiliar, the bullet time effect gained popularity from the first matrix movie. The footage slowed down to slow motion while [Neo] dodged some bullets, but the camera was still able to move around. To do this, they built a massive circular rig and mounted tons of cameras all around. Using these multiple angles, they were able to stitch together the scene in slow motion and “move” the camera.</p>
|
203
|
+
<p> <a href="http://hackaday.com/2013/03/20/bullet-time-with-a-single-gopro/#more-96425" class="more-link">[Read more...]</a></p>
|
204
|
+
<div id="jp-post-flair" class="sharedaddy sd-like-enabled sd-sharing-enabled"></div> </div><!-- end .entry-content -->
|
205
|
+
<div class="post-meta"><span class="categories">Filed Under: <a href="http://hackaday.com/category/digital-cameras-hacks/" title="View all posts in digital cameras hacks" rel="category tag">digital cameras hacks</a>, <a href="http://hackaday.com/category/featured/" title="View all posts in Featured" rel="category tag">Featured</a></span> <span class="tags">Tagged With: <a href="http://hackaday.com/tag/bullet-time/" rel="tag">bullet time</a>, <a href="http://hackaday.com/tag/gopro/" rel="tag">GoPro</a>, <a href="http://hackaday.com/tag/slow-motion/" rel="tag">slow motion</a>, <a href="http://hackaday.com/tag/video/" rel="tag">video</a></span> </div>
|
206
|
+
</div><!-- end .postclass -->
|
207
|
+
<div class="post-96449 post type-post status-publish format-standard hentry category-news tag-hiller tag-pawnee tag-retrotechtacular tag-rotor tag-vz-1">
|
208
|
+
|
209
|
+
<h2 class="entry-title"><a href="http://hackaday.com/2013/03/20/retrotechtacular-flying-foot-soldiers-are-coming-for-you-sixty-years-ago/" title="Retrotechtacular: flying foot-soldiers are coming for you (sixty years ago)" rel="bookmark">Retrotechtacular: flying foot-soldiers are coming for you (sixty years ago)</a></h2>
|
210
|
+
|
211
|
+
<div class="post-info"><span class="date published time" title="2013-03-20T12:01:31+00:00">March 20, 2013</span> By <span class="author vcard"><span class="fn"><a href="http://hackaday.com/author/mikehackaday/" class="fn n" title="Mike Szczys" rel="author">Mike Szczys</a></span></span> <span class="post-comments"><a href="http://hackaday.com/2013/03/20/retrotechtacular-flying-foot-soldiers-are-coming-for-you-sixty-years-ago/#comments">27 Comments</a></span> </div> <div class="entry-content">
|
212
|
+
<p><img class="aligncenter size-large wp-image-96450" alt="Hiller_VZ-1_Pawnee_(2)" src="http://hackadaycom.files.wordpress.com/2013/03/hiller_vz-1_pawnee_2.jpg?w=387&h=450" width="387" height="450" /></p>
|
213
|
+
<p>Pictured above is a remarkable piece of experimental technology from the 1950′s that never ended up going anywhere. <a href="http://en.wikipedia.org/wiki/Hiller_VZ-1_Pawnee">The Hiller VZ-1 Pawnee</a> is a single-rider vehicle that was supposed to provide a tactical advantage to US forces. The Office of Naval research spent a couple of years developing the aircraft, wich uses two rotors mounted inside the base of the platform. They spin opposite each other — which removes the need for a tail rotor like you’d find on a helicopter –to lift the platform a short distance off the ground. Although six of them were made only two survive. But the good news is you can go and see them at museums on the East or West coast of the US.</p>
|
214
|
+
<p>Now that the serious business is behind us, let’s talk about the video clip after the break. The narrative style is a gem of the newsreel era. We can’t tell what is going on with the accent, but we’re totally convinced that at least one general meeting per year at your local hackerspace should require all presenters to use their best impression of this talented gentleman’s voice.</p>
|
215
|
+
<p> <a href="http://hackaday.com/2013/03/20/retrotechtacular-flying-foot-soldiers-are-coming-for-you-sixty-years-ago/#more-96449" class="more-link">[Read more...]</a></p>
|
216
|
+
<div id="jp-post-flair" class="sharedaddy sd-like-enabled sd-sharing-enabled"></div> </div><!-- end .entry-content -->
|
217
|
+
<div class="post-meta"><span class="categories">Filed Under: <a href="http://hackaday.com/category/news/" title="View all posts in news" rel="category tag">news</a></span> <span class="tags">Tagged With: <a href="http://hackaday.com/tag/hiller/" rel="tag">hiller</a>, <a href="http://hackaday.com/tag/pawnee/" rel="tag">pawnee</a>, <a href="http://hackaday.com/tag/retrotechtacular/" rel="tag">retrotechtacular</a>, <a href="http://hackaday.com/tag/rotor/" rel="tag">rotor</a>, <a href="http://hackaday.com/tag/vz-1/" rel="tag">vz-1</a></span> </div>
|
218
|
+
</div><!-- end .postclass -->
|
219
|
+
<div class="post-96445 post type-post status-publish format-standard hentry category-cnc-hacks category-cooking-hacks tag-baking tag-cookie tag-scale">
|
220
|
+
|
221
|
+
<h2 class="entry-title"><a href="http://hackaday.com/2013/03/20/bakery-automation-mixes-single-cookies/" title="Bakery automation mixes single cookies" rel="bookmark">Bakery automation mixes single cookies</a></h2>
|
222
|
+
|
223
|
+
<div class="post-info"><span class="date published time" title="2013-03-20T10:01:36+00:00">March 20, 2013</span> By <span class="author vcard"><span class="fn"><a href="http://hackaday.com/author/mikehackaday/" class="fn n" title="Mike Szczys" rel="author">Mike Szczys</a></span></span> <span class="post-comments"><a href="http://hackaday.com/2013/03/20/bakery-automation-mixes-single-cookies/#comments">12 Comments</a></span> </div> <div class="entry-content">
|
224
|
+
<p><img class="aligncenter size-large wp-image-96446" alt="bakery_automation" src="http://hackadaycom.files.wordpress.com/2013/03/bakery_automation.png?w=580&h=315" width="580" height="315" /></p>
|
225
|
+
<p>[Ben Krasnow's] latest project is a delicious one. In the image above he’s showing off <a href="http://benkrasnow.blogspot.com/2013/03/cookie-perfection-machine-butter.html">the beginnings of his cookie dispenser</a>. No, it’s not another take on <a href="http://hackaday.com/2013/03/05/oreo-separators-episode-2-chucks-food-at-your-face/">a way to eat Oreo cookies</a>. It actually comes much earlier in the production chain. His device is akin to a 3D printer for baked goods in that it will be able to automatically combine raw ingredients to form production runs as small as a single serving of cookie dough.</p>
|
226
|
+
<p>When we first heard about it we wondered why you would want to bake just one cookie? But of course that’s not the purpose at all. The machine will allow you to bake a full sheet of cookies, but provides the option of making each one of them with a different recipe. As with all baking, combining ingredients in the proper proportions is paramount. In the post linked at the top he’s working on a butter dispenser. But in an earlier post <a href="http://benkrasnow.blogspot.com/2013/03/hacking-milligram-balance-scale-with.html">he hacked an electronic scale to help weigh other ingredients</a>. You can watch both video clips after the break.</p>
|
227
|
+
<p>Imaging a dozen cookies with slightly different amounts of flour in them. A few test sheets and he should be able to dial in the very best recipes.</p>
|
228
|
+
<p> <a href="http://hackaday.com/2013/03/20/bakery-automation-mixes-single-cookies/#more-96445" class="more-link">[Read more...]</a></p>
|
229
|
+
<div id="jp-post-flair" class="sharedaddy sd-like-enabled sd-sharing-enabled"></div> </div><!-- end .entry-content -->
|
230
|
+
<div class="post-meta"><span class="categories">Filed Under: <a href="http://hackaday.com/category/cnc-hacks/" title="View all posts in cnc hacks" rel="category tag">cnc hacks</a>, <a href="http://hackaday.com/category/cooking-hacks/" title="View all posts in cooking hacks" rel="category tag">cooking hacks</a></span> <span class="tags">Tagged With: <a href="http://hackaday.com/tag/baking/" rel="tag">baking</a>, <a href="http://hackaday.com/tag/cookie/" rel="tag">cookie</a>, <a href="http://hackaday.com/tag/scale/" rel="tag">scale</a></span> </div>
|
231
|
+
</div><!-- end .postclass -->
|
232
|
+
<div align="center">
|
233
|
+
|
234
|
+
|
235
|
+
|
236
|
+
<script type="text/javascript"><!--
|
237
|
+
|
238
|
+
google_ad_client = "ca-pub-1812638130783065";
|
239
|
+
|
240
|
+
/* Hackaday, 300x250, created 4/26/08, MedRect main column */
|
241
|
+
|
242
|
+
google_ad_slot = "3449215672";
|
243
|
+
|
244
|
+
google_ad_width = 300;
|
245
|
+
|
246
|
+
google_ad_height = 250;
|
247
|
+
|
248
|
+
//-->
|
249
|
+
|
250
|
+
</script>
|
251
|
+
|
252
|
+
<script type="text/javascript"
|
253
|
+
|
254
|
+
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
|
255
|
+
|
256
|
+
</script>
|
257
|
+
|
258
|
+
|
259
|
+
|
260
|
+
</div> <div class="post-96419 post type-post status-publish format-standard hentry category-android-hacks tag-geocache tag-gps tag-ioio tag-reverse-geocache">
|
261
|
+
|
262
|
+
<h2 class="entry-title"><a href="http://hackaday.com/2013/03/20/putting-the-brains-of-a-reverse-geocache-on-the-outside/" title="Putting the brains of a reverse geocache on the outside" rel="bookmark">Putting the brains of a reverse geocache on the outside</a></h2>
|
263
|
+
|
264
|
+
<div class="post-info"><span class="date published time" title="2013-03-20T08:00:01+00:00">March 20, 2013</span> By <span class="author vcard"><span class="fn"><a href="http://hackaday.com/author/brianbenchoff/" class="fn n" title="Brian Benchoff" rel="author">Brian Benchoff</a></span></span> <span class="post-comments"><a href="http://hackaday.com/2013/03/20/putting-the-brains-of-a-reverse-geocache-on-the-outside/#comments">9 Comments</a></span> </div> <div class="entry-content">
|
265
|
+
<p><img class="aligncenter size-full wp-image-96420" alt="ioio" src="http://hackadaycom.files.wordpress.com/2013/03/ioio.jpg?w=580&h=304" width="580" height="304" /></p>
|
266
|
+
<p>A reverse geocache – a box that only opens in a specific geographical area – is a perennial favorite here at Hackaday. We see a ton of different implementations, but most of the time, the builds are reasonably similar. Of course dedicating a GPS receiver solely to a reverse geocache isn’t an inexpensive prospect, so [Eric] came up with a better solution. <a href="http://www.instructables.com/id/The-Reverse-Andycache-Android-powered-reverse-geo/?ALLSTEPS">He’s using a smart phone as the brains of his geocache</a>, allowing him to keep the GPS and display outside the locked box.</p>
|
267
|
+
<p>The build began by finding an old box and modifying it so it can be locked with a servo. The only other bits of electronics inside the box are an IOIO board, a battery pack, and an I2C EEPROM for storing a few settings. On the phone side of things, [Eric] <a href="https://play.google.com/store/apps/details?id=com.androchill.reversegeocache">wrote an Android app</a> to serve as both the programming interface, UI, and GPS hardware for his reverse geocache. It’s exactly like all the other reverse geocaches we’ve seen, only this time the controls are wireless.</p>
|
268
|
+
<p>[Eric] put up a video demoing his reverse geocache. You can check that out after the break.</p>
|
269
|
+
<p> <a href="http://hackaday.com/2013/03/20/putting-the-brains-of-a-reverse-geocache-on-the-outside/#more-96419" class="more-link">[Read more...]</a></p>
|
270
|
+
<div id="jp-post-flair" class="sharedaddy sd-like-enabled sd-sharing-enabled"></div> </div><!-- end .entry-content -->
|
271
|
+
<div class="post-meta"><span class="categories">Filed Under: <a href="http://hackaday.com/category/android-hacks/" title="View all posts in android hacks" rel="category tag">android hacks</a></span> <span class="tags">Tagged With: <a href="http://hackaday.com/tag/geocache/" rel="tag">geocache</a>, <a href="http://hackaday.com/tag/gps/" rel="tag">gps</a>, <a href="http://hackaday.com/tag/ioio/" rel="tag">ioio</a>, <a href="http://hackaday.com/tag/reverse-geocache/" rel="tag">reverse geocache</a></span> </div>
|
272
|
+
</div><!-- end .postclass -->
|
273
|
+
<div class="post-96373 post type-post status-publish format-standard hentry category-hackaday-links tag-fresnel tag-gauntlet tag-ipad tag-iron-man tag-laser tag-magnet tag-projection-mapping tag-projector tag-virtual-reality">
|
274
|
+
|
275
|
+
<h2 class="entry-title"><a href="http://hackaday.com/2013/03/20/hackaday-links-march-20th-2013/" title="Hackaday Links: March 20th, 2013" rel="bookmark">Hackaday Links: March 20th, 2013</a></h2>
|
276
|
+
|
277
|
+
<div class="post-info"><span class="date published time" title="2013-03-20T06:01:13+00:00">March 20, 2013</span> By <span class="author vcard"><span class="fn"><a href="http://hackaday.com/author/platinumfungi/" class="fn n" title="Ryan Fitzpatrick" rel="author">Ryan Fitzpatrick</a></span></span> <span class="post-comments"><a href="http://hackaday.com/2013/03/20/hackaday-links-march-20th-2013/#comments">23 Comments</a></span> </div> <div class="entry-content">
|
278
|
+
<h4><span>Giant fresnel lens is dangerous fun</span></h4>
|
279
|
+
<h4><img class="alignnone size-full wp-image-96382" alt="giant-fresnel-lens-is-dangerous-fun" src="http://hackadaycom.files.wordpress.com/2013/03/giant-fresnel-lens-is-dangerous-fun1.jpg?w=580&h=200" width="580" height="200" /></h4>
|
280
|
+
<p>Here’s an interesting, and rather dangerous, <a href="http://www.youtube.com/watch?feature=player_embedded&v=jrje73EyKag#!">use for those old big screen TVs </a>that are frequently listed for FREE on Craigslist. With the lens from the old TV built into an adjustable wooden frame, [Grant] was able to melt a stack of pennies, instantly burn wood, melt spots in concrete, and serve his family a cooked egg… Cool.</p>
|
281
|
+
<h4><span>Projection mapping app helps create hologram like performance stage</span></h4>
|
282
|
+
<p><img class="alignnone size-full wp-image-96387" alt="projection-mapping-app-creates-live-desktop-stage" src="http://hackadaycom.files.wordpress.com/2013/03/projection-mapping-app-creates-live-desktop-stage.jpg?w=580&h=200" width="580" height="200" /></p>
|
283
|
+
<p>[Aimino] used an iPad, a mobile projector, and a mosquito screen <a href="https://www.youtube.com/watch?v=CTS8rs6zUT4">to create a trippy hologram like stage.</a> It might not seem like much at first, but it’s actually a pretty interesting effect. Watching the video makes me wonder what other applications this could have in the near future.</p>
|
284
|
+
<h4><span>The world’s strongest magnet</span></h4>
|
285
|
+
<p><img class="alignnone size-full wp-image-96396" alt="worlds-strongest-magnet" src="http://hackadaycom.files.wordpress.com/2013/03/worlds-strongest-magnet1.jpg?w=580&h=201" width="580" height="201" /></p>
|
286
|
+
<p>At a cost of over $14 million dollars and weighing in at 35 tons, <a href="http://www.youtube.com/watch?v=QGytW_C6hR8">the 45 Tesla Hybrid is the strongest DC magnet on Earth</a>. It’s powerful enough that the film crew couldn’t even safely get in to take footage of it. Over half of their camera tapes were wiped clean just while being in the same facility that houses it!</p>
|
287
|
+
<h4><span>Virtual Body chair uses 4 of our 5 senses</span></h4>
|
288
|
+
<p><img class="alignnone size-large wp-image-96400" alt="virtual-body-chair" src="http://hackadaycom.files.wordpress.com/2013/03/virtual-body-chair.jpg?w=580&h=188" width="580" height="188" /></p>
|
289
|
+
<p>Created in the hopes of providing a VR experience for seniors with mobility problems who can no longer travel the world, Tokyo Metropolitan University’s Ikei Laboratory presents <a href="http://www.youtube.com/watch?feature=player_embedded&v=KMG4D7YUhwI">the ‘Virtual Body’ exhibition</a>. Included are a 3D monitor, a pair of headphones, a fan to create breezes and spread scents, a chair that moves and vibrates, and moving foot pedals.</p>
|
290
|
+
<h4><span>Iron Man laser gauntlet pops balloons with ease</span></h4>
|
291
|
+
<p><img class="alignnone size-full wp-image-96405" alt="functional-iron-man-laser-gauntlet" src="http://hackadaycom.files.wordpress.com/2013/03/functional-iron-man-laser-gauntlet.jpg?w=504&h=200" width="504" height="200" /></p>
|
292
|
+
<p>If you’re an Iron Man fan with disposable income, you might want to check out <a href="http://laser-gadgets.com/ironman_gauntlet.php">this functional full metal laser gauntlet</a>. Built from scratch using no blueprints or guides, [AnselmoFanZero] sells them for around $3K USD.</p>
|
293
|
+
<div id="jp-post-flair" class="sharedaddy sd-like-enabled sd-sharing-enabled"></div> </div><!-- end .entry-content -->
|
294
|
+
<div class="post-meta"><span class="categories">Filed Under: <a href="http://hackaday.com/category/hackaday-links/" title="View all posts in Hackaday links" rel="category tag">Hackaday links</a></span> <span class="tags">Tagged With: <a href="http://hackaday.com/tag/fresnel/" rel="tag">fresnel</a>, <a href="http://hackaday.com/tag/gauntlet/" rel="tag">gauntlet</a>, <a href="http://hackaday.com/tag/ipad/" rel="tag">ipad</a>, <a href="http://hackaday.com/tag/iron-man/" rel="tag">iron man</a>, <a href="http://hackaday.com/tag/laser/" rel="tag">laser</a>, <a href="http://hackaday.com/tag/magnet/" rel="tag">magnet</a>, <a href="http://hackaday.com/tag/projection-mapping/" rel="tag">projection mapping</a>, <a href="http://hackaday.com/tag/projector/" rel="tag">projector</a>, <a href="http://hackaday.com/tag/virtual-reality/" rel="tag">virtual reality</a></span> </div>
|
295
|
+
</div><!-- end .postclass -->
|
296
|
+
<div class="post-96412 post type-post status-publish format-standard hentry category-medical-hacks tag-heart-rate tag-meditation tag-wee">
|
297
|
+
|
298
|
+
<h2 class="entry-title"><a href="http://hackaday.com/2013/03/20/measuring-meditation-with-a-heart-rate/" title="Measuring meditation with a heart rate" rel="bookmark">Measuring meditation with a heart rate</a></h2>
|
299
|
+
|
300
|
+
<div class="post-info"><span class="date published time" title="2013-03-20T04:00:38+00:00">March 20, 2013</span> By <span class="author vcard"><span class="fn"><a href="http://hackaday.com/author/brianbenchoff/" class="fn n" title="Brian Benchoff" rel="author">Brian Benchoff</a></span></span> <span class="post-comments"><a href="http://hackaday.com/2013/03/20/measuring-meditation-with-a-heart-rate/#comments">12 Comments</a></span> </div> <div class="entry-content">
|
301
|
+
<p><img class="aligncenter size-full wp-image-96413" alt="meditation" src="http://hackadaycom.files.wordpress.com/2013/03/meditation.jpg?w=580&h=352" width="580" height="352" /></p>
|
302
|
+
<p>We’ve seen our fair share of builds over the years that attempt to peer inside a user’s head and divine their state of mind. Whether the goal is to induce lucid dreaming or just reduce anxiety, we’re always impressed with how many ways you can detect moods with physiological measurements. [Kirk] has been measuring his own physiology for months, and found the biggest change during meditation is the variability in his heart rate. Using that algorithm, he <a href="http://www.kpkaiser.com/entrepreneurship/building-a-meditation-controlled-orb/">made an orb that changes colors when he’s meditating</a>.</p>
|
303
|
+
<p>The hardware for the build uses a Bluetooth LE heart rate monitor connected to a smart phone communicating with an Electric Imp. After processing the heart rate data, the Imp triggers an RGB LED strip controlled with an Arduino. The result is a plastic orb that glows whenever the user is displaying some sort of mindfulness, cross referenced with algorithm generated from mindlessly browsing the Internet.</p>
|
304
|
+
<div id="jp-post-flair" class="sharedaddy sd-like-enabled sd-sharing-enabled"></div> </div><!-- end .entry-content -->
|
305
|
+
<div class="post-meta"><span class="categories">Filed Under: <a href="http://hackaday.com/category/medical-hacks/" title="View all posts in Medical hacks" rel="category tag">Medical hacks</a></span> <span class="tags">Tagged With: <a href="http://hackaday.com/tag/heart-rate/" rel="tag">heart rate</a>, <a href="http://hackaday.com/tag/meditation/" rel="tag">meditation</a>, <a href="http://hackaday.com/tag/wee/" rel="tag">Wee</a></span> </div>
|
306
|
+
</div><!-- end .postclass -->
|
307
|
+
<div class="post-96353 post type-post status-publish format-standard hentry category-hackerspaces tag-warehouse">
|
308
|
+
|
309
|
+
<h2 class="entry-title"><a href="http://hackaday.com/2013/03/19/hackerspace-intro-make-lehigh-valley/" title="Hackerspace Intro: Make Lehigh Valley" rel="bookmark">Hackerspace Intro: Make Lehigh Valley</a></h2>
|
310
|
+
|
311
|
+
<div class="post-info"><span class="date published time" title="2013-03-19T20:01:10+00:00">March 19, 2013</span> By <span class="author vcard"><span class="fn"><a href="http://hackaday.com/author/mikehackaday/" class="fn n" title="Mike Szczys" rel="author">Mike Szczys</a></span></span> <span class="post-comments"><a href="http://hackaday.com/2013/03/19/hackerspace-intro-make-lehigh-valley/#comments">16 Comments</a></span> </div> <div class="entry-content">
|
312
|
+
<p><img class="aligncenter size-large wp-image-96356" alt="make-lehigh-valley" src="http://hackadaycom.files.wordpress.com/2013/03/make-lehigh-valley.png?w=580&h=338" width="580" height="338" /></p>
|
313
|
+
<p><a href="http://www.youtube.com/watch?v=A4A2JTYBoPk">The video tour</a> of <a href="http://makelehighvalley.com/">Make Lehigh Valley in Pennsylvania</a> involves mostly a show-and-tell about the raw materials just waiting to find their way into members’ projects. The tour starts off outside the warehouse that house the hackerspace as well as an associated business incubator called Hive 4A. It then moves inside to give us a look at what they’ve got going on.</p>
|
314
|
+
<p>We love the space. There are really two kinds of buildings we see used in these tours. One type are commercial retail spaces, like <a href="http://hackaday.com/2013/03/11/hackerspace-intro-heatsync-labs/">HeatSync Labs</a> or <a href="http://hackaday.com/2013/03/03/hackerspace-intro-workshop-88/">Workshop 88</a>. They’re clean, well-lit, and in the public view. This is the other kind, behind closed doors and full or floor-space. The building features a really awesome wide-plank wooden floor. It plays host to a smattering of different equipment and a multitude of boxes, jars, troughs, and jugs full of all kinds of stuff. It looks like they’re beginning to get the parts organization under control. Old milk jugs serve as a first round of sorting. There’s also a nice little small parts rack built from plastic tea bottles and small cubby holes made of cardboard. See it all in the clip after the break.</p>
|
315
|
+
<p> <a href="http://hackaday.com/2013/03/19/hackerspace-intro-make-lehigh-valley/#more-96353" class="more-link">[Read more...]</a></p>
|
316
|
+
<div id="jp-post-flair" class="sharedaddy sd-like-enabled sd-sharing-enabled"></div> </div><!-- end .entry-content -->
|
317
|
+
<div class="post-meta"><span class="categories">Filed Under: <a href="http://hackaday.com/category/hackerspaces/" title="View all posts in Hackerspaces" rel="category tag">Hackerspaces</a></span> <span class="tags">Tagged With: <a href="http://hackaday.com/tag/warehouse/" rel="tag">warehouse</a></span> </div>
|
318
|
+
</div><!-- end .postclass -->
|
319
|
+
<div class="navigation"><div class="alignleft"><a href="http://hackaday.com/page/28/" >« Older Posts</a></div><div class="alignright"><a href="http://hackaday.com/page/26/" >Newer Posts »</a></div></div><!-- end .navigation --> </div><!-- end #content -->
|
320
|
+
<div id="sidebar" class="sidebar widget-area">
|
321
|
+
<div id=tl_ad>
|
322
|
+
<script type="text/javascript"><!--
|
323
|
+
google_ad_client = "ca-pub-1812638130783065";
|
324
|
+
/* Hackaday, 300x250, created 4/26/08, MedRect sidebar */
|
325
|
+
google_ad_slot = "7800245928";
|
326
|
+
google_ad_width = 300;
|
327
|
+
google_ad_height = 250;
|
328
|
+
//-->
|
329
|
+
</script>
|
330
|
+
<script type="text/javascript"
|
331
|
+
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
|
332
|
+
</script>
|
333
|
+
|
334
|
+
</div>
|
335
|
+
|
336
|
+
|
337
|
+
|
338
|
+
|
339
|
+
|
340
|
+
|
341
|
+
<div class="widget">
|
342
|
+
<h4>Never Miss a Hack</h4>
|
343
|
+
<div class="textwidget">
|
344
|
+
|
345
|
+
<!-- Place this tag where you want the badge to render. -->
|
346
|
+
<div class="g-plus" data-width= "280" data-href="https://plus.google.com/114843073658390316652" data-rel="publisher" data-theme="dark"></div>
|
347
|
+
<!-- Place this tag after the last badge tag. -->
|
348
|
+
<script type="text/javascript">
|
349
|
+
(function() {
|
350
|
+
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
|
351
|
+
po.src = 'https://apis.google.com/js/plusone.js';
|
352
|
+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
|
353
|
+
})();
|
354
|
+
</script>
|
355
|
+
|
356
|
+
<div class="fb-like" data-href="https://www.facebook.com/pages/Hack-a-Day/136115233068429?ref=hl" data-send="true" data-width="280" data-show-faces="true" data-colorscheme="dark"></div>
|
357
|
+
|
358
|
+
<a href="https://twitter.com/hackaday" class="twitter-follow-button" data-show-count="true" data-lang="en" data-size="large">Follow @twitter</a>
|
359
|
+
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
|
360
|
+
|
361
|
+
<a href="http://feeds2.feedburner.com/hackaday/LgoM" target="_blank"><img src="http://hackadaycom.files.wordpress.com/2012/11/orange.png" border="0"/></a>
|
362
|
+
<div class="clear"> </div>
|
363
|
+
<!-- Begin MailChimp Signup Form -->
|
364
|
+
<link href="http://cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css">
|
365
|
+
|
366
|
+
<div id="mc_embed_signup">
|
367
|
+
<form action="http://mahalo.us5.list-manage.com/subscribe/post?u=126b2ab712043075d9bd7210e&id=cb1aa8bd16" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
|
368
|
+
<label for="mce-EMAIL">Subscribe to our mailing list for sneak previews and behind the scenes info</label>
|
369
|
+
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
|
370
|
+
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
|
371
|
+
</form>
|
372
|
+
</div>
|
373
|
+
|
374
|
+
<!--End mc_embed_signup-->
|
375
|
+
</div>
|
376
|
+
</div>
|
377
|
+
|
378
|
+
<div id="categories-2" class="widget widget_categories"><div class="widget-wrap"><h4 class="widgettitle">Categories</h4>
|
379
|
+
<select name='cat' id='cat' class='postform' >
|
380
|
+
<option value='-1'>Select Category</option>
|
381
|
+
<option class="level-0" value="114554125">3d Printer hacks (116)</option>
|
382
|
+
<option class="level-0" value="18020710">android hacks (240)</option>
|
383
|
+
<option class="level-0" value="18020705">arduino hacks (1029)</option>
|
384
|
+
<option class="level-0" value="27981650">ARM (51)</option>
|
385
|
+
<option class="level-0" value="33199679">Ask Hackaday (29)</option>
|
386
|
+
<option class="level-0" value="64298109">ATtiny hacks (45)</option>
|
387
|
+
<option class="level-0" value="25122024">beer hacks (63)</option>
|
388
|
+
<option class="level-0" value="12115263">blackberry hacks (8)</option>
|
389
|
+
<option class="level-0" value="10969031">cellphones hacks (337)</option>
|
390
|
+
<option class="level-0" value="35745764">chemistry hacks (102)</option>
|
391
|
+
<option class="level-0" value="24483654">classic hacks (852)</option>
|
392
|
+
<option class="level-0" value="31677810">clock hacks (189)</option>
|
393
|
+
<option class="level-0" value="18755632">cnc hacks (341)</option>
|
394
|
+
<option class="level-0" value="568165">computer hacks (390)</option>
|
395
|
+
<option class="level-0" value="78428">cons (192)</option>
|
396
|
+
<option class="level-0" value="5738">contests (136)</option>
|
397
|
+
<option class="level-0" value="3923181">cooking hacks (72)</option>
|
398
|
+
<option class="level-0" value="10969032">digital audio hacks (422)</option>
|
399
|
+
<option class="level-0" value="10969033">digital cameras hacks (415)</option>
|
400
|
+
<option class="level-0" value="10969034">downloads hacks (101)</option>
|
401
|
+
<option class="level-0" value="107827385">drone hacks (10)</option>
|
402
|
+
<option class="level-0" value="63176382">Engine Hacks (31)</option>
|
403
|
+
<option class="level-0" value="35890">Featured (72)</option>
|
404
|
+
<option class="level-0" value="551890">firefox hacks (23)</option>
|
405
|
+
<option class="level-0" value="53446541">FPGA (1)</option>
|
406
|
+
<option class="level-0" value="18020562">g1 hacks (26)</option>
|
407
|
+
<option class="level-0" value="320557">google hacks (44)</option>
|
408
|
+
<option class="level-0" value="10969036">gps hacks (108)</option>
|
409
|
+
<option class="level-0" value="24535490">green hacks (152)</option>
|
410
|
+
<option class="level-0" value="27311668">Hackaday links (146)</option>
|
411
|
+
<option class="level-0" value="21755374">Hackerspaces (93)</option>
|
412
|
+
<option class="level-0" value="6310599">HackIt (101)</option>
|
413
|
+
<option class="level-0" value="10969037">handhelds hacks (189)</option>
|
414
|
+
<option class="level-0" value="79">hardware (249)</option>
|
415
|
+
<option class="level-0" value="144422905">High Voltage Hacks (5)</option>
|
416
|
+
<option class="level-0" value="66307084">Holiday Hacks (93)</option>
|
417
|
+
<option class="level-0" value="10969038">home entertainment hacks (516)</option>
|
418
|
+
<option class="level-0" value="5660882">home hacks (705)</option>
|
419
|
+
<option class="level-0" value="2708">how-to (135)</option>
|
420
|
+
<option class="level-0" value="908478">internet hacks (2)</option>
|
421
|
+
<option class="level-0" value="831">Interviews (13)</option>
|
422
|
+
<option class="level-0" value="1416772">iphone hacks (176)</option>
|
423
|
+
<option class="level-0" value="1275163">ipod hacks (144)</option>
|
424
|
+
<option class="level-0" value="344761">kickstarter (29)</option>
|
425
|
+
<option class="level-0" value="4157506">Kindle hacks (15)</option>
|
426
|
+
<option class="level-0" value="46717088">Kinect hacks (81)</option>
|
427
|
+
<option class="level-0" value="10969048">laptops hacks (111)</option>
|
428
|
+
<option class="level-0" value="10969055">laser hacks (167)</option>
|
429
|
+
<option class="level-0" value="18020716">led hacks (695)</option>
|
430
|
+
<option class="level-0" value="10626">lifehacks (54)</option>
|
431
|
+
<option class="level-0" value="729674">linux hacks (129)</option>
|
432
|
+
<option class="level-0" value="20732807">lockpicking hacks (11)</option>
|
433
|
+
<option class="level-0" value="10969060">macs hacks (135)</option>
|
434
|
+
<option class="level-0" value="144395979">Marijuana Hacks (2)</option>
|
435
|
+
<option class="level-0" value="11284667">Medical hacks (102)</option>
|
436
|
+
<option class="level-0" value="139916">Microcontrollers (512)</option>
|
437
|
+
<option class="level-0" value="5611793">misc hacks (1747)</option>
|
438
|
+
<option class="level-0" value="18020730">multitouch hacks (89)</option>
|
439
|
+
<option class="level-0" value="22652725">musical hacks (290)</option>
|
440
|
+
<option class="level-0" value="18020722">netbook hacks (50)</option>
|
441
|
+
<option class="level-0" value="6166512">Network Hacks (4)</option>
|
442
|
+
<option class="level-0" value="103">news (1091)</option>
|
443
|
+
<option class="level-0" value="1861880">nintendo ds hacks (34)</option>
|
444
|
+
<option class="level-0" value="114555425">nintendo gameboy hacks (90)</option>
|
445
|
+
<option class="level-0" value="18020685">nintendo hacks (261)</option>
|
446
|
+
<option class="level-0" value="4992726">nintendo wii hacks (78)</option>
|
447
|
+
<option class="level-0" value="118011206">Nook Hacks (1)</option>
|
448
|
+
<option class="level-0" value="114556430">palm pre hacks (6)</option>
|
449
|
+
<option class="level-0" value="245123">parts (72)</option>
|
450
|
+
<option class="level-0" value="10969081">peripherals hacks (648)</option>
|
451
|
+
<option class="level-0" value="16325149">phone hacks (17)</option>
|
452
|
+
<option class="level-0" value="10969088">playstation hacks (120)</option>
|
453
|
+
<option class="level-0" value="2060">podcasts (8)</option>
|
454
|
+
<option class="level-0" value="10969096">portable audio hacks (66)</option>
|
455
|
+
<option class="level-0" value="10969099">portable video hacks (57)</option>
|
456
|
+
<option class="level-0" value="588444">psp hacks (47)</option>
|
457
|
+
<option class="level-0" value="23971578">radio hacks (137)</option>
|
458
|
+
<option class="level-0" value="47">rants (28)</option>
|
459
|
+
<option class="level-0" value="69218551">Raspberry Pi (153)</option>
|
460
|
+
<option class="level-0" value="21870780">repair hacks (101)</option>
|
461
|
+
<option class="level-0" value="309">reviews (19)</option>
|
462
|
+
<option class="level-0" value="10969101">robots hacks (874)</option>
|
463
|
+
<option class="level-0" value="30302">roundup (35)</option>
|
464
|
+
<option class="level-0" value="10969111">security hacks (460)</option>
|
465
|
+
<option class="level-0" value="2301">Software Development (91)</option>
|
466
|
+
<option class="level-0" value="3796421">software hacks (47)</option>
|
467
|
+
<option class="level-0" value="10969116">solar hacks (46)</option>
|
468
|
+
<option class="level-0" value="10969121">tablet pcs hacks (40)</option>
|
469
|
+
<option class="level-0" value="3075183">teardown (31)</option>
|
470
|
+
<option class="level-0" value="10969130">tool hacks (657)</option>
|
471
|
+
<option class="level-0" value="25277004">toy hacks (360)</option>
|
472
|
+
<option class="level-0" value="10969134">transportation hacks (472)</option>
|
473
|
+
<option class="level-0" value="1">Uncategorized (332)</option>
|
474
|
+
<option class="level-0" value="3184456">video hacks (211)</option>
|
475
|
+
<option class="level-0" value="34942364">Virtual Reality (9)</option>
|
476
|
+
<option class="level-0" value="50802420">weapons hacks (63)</option>
|
477
|
+
<option class="level-0" value="12552193">wearable hacks (183)</option>
|
478
|
+
<option class="level-0" value="39510952">Weekly roundup (18)</option>
|
479
|
+
<option class="level-0" value="4891215">wireless hacks (333)</option>
|
480
|
+
<option class="level-0" value="7079455">xbox hacks (130)</option>
|
481
|
+
</select>
|
482
|
+
|
483
|
+
<script type='text/javascript'>
|
484
|
+
/* <![CDATA[ */
|
485
|
+
var dropdown = document.getElementById("cat");
|
486
|
+
function onCatChange() {
|
487
|
+
if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {
|
488
|
+
location.href = "http://hackaday.com/?cat="+dropdown.options[dropdown.selectedIndex].value;
|
489
|
+
}
|
490
|
+
}
|
491
|
+
dropdown.onchange = onCatChange;
|
492
|
+
/* ]]> */
|
493
|
+
</script>
|
494
|
+
|
495
|
+
</div></div>
|
496
|
+
<div id="featured-post-2" class="widget featuredpost"><div class="widget-wrap"><h4 class="widgettitle">In case you missed it</h4>
|
497
|
+
<div class="post-97657 post type-post status-publish format-standard hentry category-3d-printer-hacks category-featured tag-algae tag-bioluminescence tag-dinoflagellate tag-glowing tag-phosphorescence"><a href="http://hackaday.com/2013/04/18/living-night-light-with-glowing-algae/" title="Living night light with glowing algae" class="alignleft"><img width="90" height="61" src="http://hackadaycom.files.wordpress.com/2013/04/thumb1.jpg?w=90" class="attachment-thumbnail" alt="thumb" /></a><h2><a href="http://hackaday.com/2013/04/18/living-night-light-with-glowing-algae/" title="Living night light with glowing algae">Living night light with glowing algae</a></h2><p class="byline post-info"><br /> <span class="post-comments"><a href="http://hackaday.com/2013/04/18/living-night-light-with-glowing-algae/#comments">67 Comments</a></span></p></div><!--end post_class()-->
|
498
|
+
|
499
|
+
<div class="post-97648 post type-post status-publish format-standard hentry category-3d-printer-hacks category-featured category-virtual-reality-2 tag-3d-printing tag-lulzbot tag-oculus-rift tag-virtual-reality tag-vr"><a href="http://hackaday.com/2013/04/17/3d-printing-sensor-mounts-for-the-oculus-rift/" title="3D Printing sensor mounts for the Oculus Rift" class="alignleft"><img width="90" height="67" src="http://hackadaycom.files.wordpress.com/2013/04/thumb.jpg?w=90" class="attachment-thumbnail" alt="thumb" /></a><h2><a href="http://hackaday.com/2013/04/17/3d-printing-sensor-mounts-for-the-oculus-rift/" title="3D Printing sensor mounts for the Oculus Rift">3D Printing sensor mounts for the Oculus Rift</a></h2><p class="byline post-info"><br /> <span class="post-comments"><a href="http://hackaday.com/2013/04/17/3d-printing-sensor-mounts-for-the-oculus-rift/#comments">7 Comments</a></span></p></div><!--end post_class()-->
|
500
|
+
|
501
|
+
<div class="post-97564 post type-post status-publish format-standard hentry category-featured category-virtual-reality-2 tag-adaliight tag-ambilight tag-oculus-rift tag-virtual-reality tag-vr"><a href="http://hackaday.com/2013/04/11/hacking-the-oculus-rift-the-oculight/" title="Hacking the Oculus Rift: the Oculight" class="alignleft"><img width="90" height="54" src="http://hackadaycom.files.wordpress.com/2013/04/screen-shot-2013-04-14-at-9-52-43-am.png?w=90" class="attachment-thumbnail" alt="Screen Shot 2013-04-14 at 9.52.43 AM" /></a><h2><a href="http://hackaday.com/2013/04/11/hacking-the-oculus-rift-the-oculight/" title="Hacking the Oculus Rift: the Oculight">Hacking the Oculus Rift: the Oculight</a></h2><p class="byline post-info"><br /> <span class="post-comments"><a href="http://hackaday.com/2013/04/11/hacking-the-oculus-rift-the-oculight/#comments">20 Comments</a></span></p></div><!--end post_class()-->
|
502
|
+
|
503
|
+
<div class="post-97538 post type-post status-publish format-standard hentry category-featured category-news tag-top-10 tag-wins"><a href="http://hackaday.com/2013/04/11/top-10-best-hacking-scenes-in-movies/" title="Top 10 best hacking scenes in movies" class="alignleft"><img width="90" height="55" src="http://hackadaycom.files.wordpress.com/2013/04/screen-shot-2013-04-14-at-9-51-38-am.png?w=90" class="attachment-thumbnail" alt="Screen Shot 2013-04-14 at 9.51.38 AM" /></a><h2><a href="http://hackaday.com/2013/04/11/top-10-best-hacking-scenes-in-movies/" title="Top 10 best hacking scenes in movies">Top 10 best hacking scenes in movies</a></h2><p class="byline post-info"><br /> <span class="post-comments"><a href="http://hackaday.com/2013/04/11/top-10-best-hacking-scenes-in-movies/#comments">88 Comments</a></span></p></div><!--end post_class()-->
|
504
|
+
|
505
|
+
<div class="post-97094 post type-post status-publish format-standard hentry category-featured category-news tag-april-fools"><a href="http://hackaday.com/2013/04/01/hackadays-very-first-kickstarter-campaign/" title="Hackaday’s very first Kickstarter campaign" class="alignleft"><img width="90" height="54" src="http://hackadaycom.files.wordpress.com/2013/03/hackaday-kickstarter.jpg?w=90" class="attachment-thumbnail" alt="hackaday-kickstarter" /></a><h2><a href="http://hackaday.com/2013/04/01/hackadays-very-first-kickstarter-campaign/" title="Hackaday’s very first Kickstarter campaign">Hackaday’s very first Kickstarter campaign</a></h2><p class="byline post-info"><br /> <span class="post-comments"><a href="http://hackaday.com/2013/04/01/hackadays-very-first-kickstarter-campaign/#comments">58 Comments</a></span></p></div><!--end post_class()-->
|
506
|
+
|
507
|
+
<p class="more-from-category"><a href="http://hackaday.com/category/featured/" title="Featured">More Posts from this Category</a></p></div></div>
|
508
|
+
<div id="recent-comments-2" class="widget widget_recent_comments"><div class="widget-wrap"><h4 class="widgettitle">Recent comments</h4>
|
509
|
+
<ul id="recentcomments">
|
510
|
+
<li class="recentcomments">
|
511
|
+
echodelta on <a href="http://hackaday.com/2013/04/23/rattle-generator-is-a-new-type-of-dynamo-for-a-bicycle/comment-page-1/#comment-997083">Rattle generator is a new type of dynamo for a bicycle</a> </li>
|
512
|
+
<li class="recentcomments">
|
513
|
+
<a href='http://jsutton.co.uk' rel='external nofollow' class='url'>James</a> on <a href="http://hackaday.com/2013/04/23/console-radio-given-new-life-with-a-wifi-router-retrofit/comment-page-1/#comment-997080">Console radio given new life with a WiFi router retrofit</a> </li>
|
514
|
+
<li class="recentcomments">
|
515
|
+
nhede on <a href="http://hackaday.com/2013/04/22/20-pounds-and-a-gut-feeling-yields-a-configurable-rubidium-atomic-clock-source/comment-page-1/#comment-997074">20 pounds and a gut feeling yields a configurable Rubidium atomic clock source</a> </li>
|
516
|
+
<li class="recentcomments">
|
517
|
+
Dax on <a href="http://hackaday.com/2013/04/23/rattle-generator-is-a-new-type-of-dynamo-for-a-bicycle/comment-page-1/#comment-997071">Rattle generator is a new type of dynamo for a bicycle</a> </li>
|
518
|
+
<li class="recentcomments">
|
519
|
+
TacticalNinja on <a href="http://hackaday.com/2013/04/23/otm-02-is-a-3d-printed-wristwatch/comment-page-1/#comment-997070">OTM-02 is a 3D printed wristwatch</a> </li>
|
520
|
+
<li class="recentcomments">
|
521
|
+
Arlet on <a href="http://hackaday.com/2013/04/23/rattle-generator-is-a-new-type-of-dynamo-for-a-bicycle/comment-page-1/#comment-997017">Rattle generator is a new type of dynamo for a bicycle</a> </li>
|
522
|
+
<li class="recentcomments">
|
523
|
+
Arlet on <a href="http://hackaday.com/2013/04/23/rattle-generator-is-a-new-type-of-dynamo-for-a-bicycle/comment-page-1/#comment-997016">Rattle generator is a new type of dynamo for a bicycle</a> </li>
|
524
|
+
<li class="recentcomments">
|
525
|
+
<a href='http://smonson.com/' rel='external nofollow' class='url'>Smonson</a> on <a href="http://hackaday.com/2013/04/23/rattle-generator-is-a-new-type-of-dynamo-for-a-bicycle/comment-page-1/#comment-996997">Rattle generator is a new type of dynamo for a bicycle</a> </li>
|
526
|
+
<li class="recentcomments">
|
527
|
+
<a href='http://twitter.com/admsch' rel='external nofollow' class='url'>Adam Scheuring (@admsch)</a> on <a href="http://hackaday.com/2013/04/23/otm-02-is-a-3d-printed-wristwatch/comment-page-1/#comment-996993">OTM-02 is a 3D printed wristwatch</a> </li>
|
528
|
+
<li class="recentcomments">
|
529
|
+
JoSSte on <a href="http://hackaday.com/2013/04/23/rattle-generator-is-a-new-type-of-dynamo-for-a-bicycle/comment-page-1/#comment-996990">Rattle generator is a new type of dynamo for a bicycle</a> </li>
|
530
|
+
</ul>
|
531
|
+
</div></div>
|
532
|
+
<div id="calendar-2" class="widget widget_calendar"><div class="widget-wrap"><h4 class="widgettitle">Find Hacks by Date</h4>
|
533
|
+
<div id="calendar_wrap"><table id="wp-calendar">
|
534
|
+
<caption>April 2013</caption>
|
535
|
+
<thead>
|
536
|
+
<tr>
|
537
|
+
<th scope="col" title="Sunday">S</th>
|
538
|
+
<th scope="col" title="Monday">M</th>
|
539
|
+
<th scope="col" title="Tuesday">T</th>
|
540
|
+
<th scope="col" title="Wednesday">W</th>
|
541
|
+
<th scope="col" title="Thursday">T</th>
|
542
|
+
<th scope="col" title="Friday">F</th>
|
543
|
+
<th scope="col" title="Saturday">S</th>
|
544
|
+
</tr>
|
545
|
+
</thead>
|
546
|
+
|
547
|
+
<tfoot>
|
548
|
+
<tr>
|
549
|
+
<td colspan="3" id="prev"><a href="http://hackaday.com/2013/03/" title="View posts for March 2013">« Mar</a></td>
|
550
|
+
<td class="pad"> </td>
|
551
|
+
<td colspan="3" id="next" class="pad"> </td>
|
552
|
+
</tr>
|
553
|
+
</tfoot>
|
554
|
+
|
555
|
+
<tbody>
|
556
|
+
<tr>
|
557
|
+
<td colspan="1" class="pad"> </td><td><a href="http://hackaday.com/2013/04/01/" title="Hackaday’s very first Kickstarter campaign, Doctor Who-style WiFi, Kindle weather and recycling display, Windmill made from washing machine, 555 chip, SNES headphones scream out for Bluetooth control, How-to: turn on a light bulb">1</a></td><td><a href="http://hackaday.com/2013/04/02/" title="An EQ display for a pedal board, Dual displays on a Playstation 2, Ask Hackaday: Hacking lingo fails, Cooling a photomultiplier tube, Hackerspace tour: Arch Reactor in St. Louis Missouri, Adafruit launches educational show aimed at kids, CNC Tic Tac Toe, Building a vehicle parking camera, April Fools’ project teaches coworkers not to touch your stuff, SenseLamp automates rooms by replacing light fixtures">2</a></td><td><a href="http://hackaday.com/2013/04/03/" title="Embedded web server is all about clever formatting, Powering the Oculus Rift with USB, Upgrading a router with impeccable soldering skills, Homebuilt Laser Cutter Ideas, Building a Theremincello, Microscope ring light with a number of different features, Hall effect limit switches for a 3D printer, Adding an optical mouse sensor to an autonomous vehicle">3</a></td><td><a href="http://hackaday.com/2013/04/04/" title="Retrotechtacular: The Fourier Series, MP3/USB/Aux hack hidden behind cassette facade, Pranking a hackerspace IRC for April Fool’s Day, Turning an easter egg hunt into a fox hunt, Wireless Temperature Control for a Microbrewery, Melting Metal with a DIY Foundry Furnace, Top 10 Hacking Failures in movies: part 2, Steampunk theremin goggles, High speed circuit design for quantum physics light sensing, Home security hardware makes you the monitoring service">4</a></td><td><a href="http://hackaday.com/2013/04/05/" title="Snowboard goggle HUD displays critical data while falling down a mountain, Electric tricycle build log is like hacker crack, H-bot style 3D printer moves bed for Z-axis, Stapler hack fastens infinitely large sheets of paper, Light Graffiti with Servos and Python">5</a></td><td><a href="http://hackaday.com/2013/04/06/" title="Fixing the worst video game ever: E.T. for Atari 2600, Rolling your own minimal USB to serial Arduino programmer, Making PLA stick to a 3D printer build platform by using hairspray or an acetone ABS slurry">6</a></td>
|
558
|
+
</tr>
|
559
|
+
<tr>
|
560
|
+
<td><a href="http://hackaday.com/2013/04/07/" title="Acoustic bass guitar uses water jug and two strings, Solar powered robot mows your lawn while you chill indoors, Hackaday Links: Sunday, April 7th, 2013">7</a></td><td><a href="http://hackaday.com/2013/04/08/" title="Another way to look at Charlieplexing, Combo lock uses relays and logic gates, Yamaha SW60XG hack lets you use it as a standalone MIDI device">8</a></td><td><a href="http://hackaday.com/2013/04/09/" title="Synthesizing graphene in your basement laboratory, The RedBull creation contest begins!, Recurve bow make from wood and skis, Wall wart computer mouse">9</a></td><td><a href="http://hackaday.com/2013/04/10/" title="Hacker sends this through the mail to record a video of the process, MIDI pedal project looks as good as it sounds, Perpetual pong">10</a></td><td><a href="http://hackaday.com/2013/04/11/" title="Snowboard propulsion system motors you through the flats, Guitar EQ levels trigger the stage lights, Top 10 best hacking scenes in movies, Automating a mechanical typewriter, Hacking the Oculus Rift: the Oculight">11</a></td><td><a href="http://hackaday.com/2013/04/12/" title="Jeep Wrangler gets pressurized water right out of the bumper, Horribly complicated electric guitar keyboard, Generating electricity from alcohol">12</a></td><td><a href="http://hackaday.com/2013/04/13/" title="Network-controlled fireworks launcher, Working 3D printed stepper motor, SqueezeBerry: a Raspberri Pi powered Squeezebox appliance">13</a></td>
|
561
|
+
</tr>
|
562
|
+
<tr>
|
563
|
+
<td><a href="http://hackaday.com/2013/04/14/" title="Teaching a computer to play Mario… seemingly through voodoo, Building a replacement for a broken dehumidifier controller, Hackaday Links: Sunday, April 14th, 2013">14</a></td><td><a href="http://hackaday.com/2013/04/15/" title="Glowing Easter eggs more fun than a dye job, [FlorianH] shows off MinimaBL, the next generation of his quadcopter project, Original hardware for fifteen consoles jammed into recently completed Project Unity">15</a></td><td><a href="http://hackaday.com/2013/04/16/" title="Tube radio husk gets a web radio transplant, Building a kegerator with visual style, Hacked together Mac isn’t a hackintosh">16</a></td><td><a href="http://hackaday.com/2013/04/17/" title="Hackerspace security system brings RFID, video feedback, and automatic doors, Apple MagSafe cord repair, 3D Printing sensor mounts for the Oculus Rift, Upgrade a toy keyboard’s tone production">17</a></td><td><a href="http://hackaday.com/2013/04/18/" title="Hidden servo automates slat-style window blinds, Semi-automatic pick and place machine, Living night light with glowing algae, Pulse Oximeter from LM324, LED, and Photodiode">18</a></td><td><a href="http://hackaday.com/2013/04/19/" title="Measuring the lifespan of LEGO, Replace your project power supplies with recycled Li-Ion cells and a switching regulator, Asynchronous fireflies use few parts">19</a></td><td><a href="http://hackaday.com/2013/04/20/" title="This piggy bank is our stock broker, GUI window manager on an AVR chip, Mood lamp/notifier uses neat modular PCB design">20</a></td>
|
564
|
+
</tr>
|
565
|
+
<tr>
|
566
|
+
<td><a href="http://hackaday.com/2013/04/21/" title="3D printing some sweet music, Drop-in pcb makes Nintendo Four Score a USB joystick, Hackaday Links: Sunday, April 21st, 2013">21</a></td><td><a href="http://hackaday.com/2013/04/22/" title="Automatic tubular bells given a MIDI interface too, Connect a Retina display to a regular computer, 20 pounds and a gut feeling yields a configurable Rubidium atomic clock source">22</a></td><td><a href="http://hackaday.com/2013/04/23/" title="Console radio given new life with a WiFi router retrofit, What are the best hacking documentaries?, OTM-02 is a 3D printed wristwatch, Rattle generator is a new type of dynamo for a bicycle">23</a></td><td id="today">24</td><td>25</td><td>26</td><td>27</td>
|
567
|
+
</tr>
|
568
|
+
<tr>
|
569
|
+
<td>28</td><td>29</td><td>30</td>
|
570
|
+
<td class="pad" colspan="4"> </td>
|
571
|
+
</tr>
|
572
|
+
</tbody>
|
573
|
+
</table></div></div></div>
|
574
|
+
<div id=virurl>
|
575
|
+
<!-- BEGIN - VIRURL Widget - iFrame Embed Code -->
|
576
|
+
<iframe style="border: none; margin: 0; padding: 0; width: 300px; height: 600px;" src="https://www.virurl.com/iframe_widget?t=hackaday&l=5&category=Tech&w=23&u=147555"
|
577
|
+
width="300" height="600" scrolling="no" >
|
578
|
+
</iframe>
|
579
|
+
<!-- END - VIRURL Widget - iFrame Embed Code -->
|
580
|
+
</div>
|
581
|
+
<br />
|
582
|
+
<br />
|
583
|
+
<div id=tl_ad_bottom>
|
584
|
+
<script type="text/javascript"><!--
|
585
|
+
google_ad_client = "ca-pub-1812638130783065";
|
586
|
+
/* Hackaday sidebar wide skyscraper */
|
587
|
+
google_ad_slot = "1587378096";
|
588
|
+
google_ad_width = 160;
|
589
|
+
google_ad_height = 600;
|
590
|
+
google_ad_region = "test";
|
591
|
+
//-->
|
592
|
+
</script>
|
593
|
+
<script type="text/javascript"
|
594
|
+
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
|
595
|
+
</script>
|
596
|
+
</div>
|
597
|
+
|
598
|
+
|
599
|
+
<br />
|
600
|
+
|
601
|
+
|
602
|
+
|
603
|
+
|
604
|
+
|
605
|
+
|
606
|
+
</div> </div><!-- end #content-sidebar-wrap -->
|
607
|
+
</div><!-- end .wrap --></div><!-- end #inner --><div id="footer" class="footer"><div class="wrap"><div class="gototop"><p><a href="#wrap" rel="nofollow">Return to top of page</a></p></div><div class="creds"><p>Copyright © 2013 · <a href="http://www.studiopress.com/" title="Genesis Framework">Genesis Framework</a> · <a href="http://wordpress.org/" title="WordPress">WordPress</a> · <a href="http://hackadaycom.wordpress.com/wp-login.php">Log in</a></p></div></div><!-- end .wrap --></div><!-- end #footer -->
|
608
|
+
<script type="text/javascript">
|
609
|
+
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
610
|
+
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
611
|
+
</script>
|
612
|
+
<script type="text/javascript">
|
613
|
+
var pageTracker = _gat._getTracker("UA-2201445-6");
|
614
|
+
pageTracker._trackPageview();
|
615
|
+
</script>
|
616
|
+
<!-- Start Quantcast tag -->
|
617
|
+
<script type="text/javascript">
|
618
|
+
_qoptions={
|
619
|
+
qacct:"p-cc6zkdHuZwUDM"
|
620
|
+
};
|
621
|
+
</script>
|
622
|
+
<script type="text/javascript"
|
623
|
+
src="http://edge.quantserve.com/quant.js"></script>
|
624
|
+
<noscript>
|
625
|
+
<img src="http://pixel.quantserve.com/pixel/p-cc6zkdHuZwUDM.gif"
|
626
|
+
style="display: none;" border="0" height="1" width="1"
|
627
|
+
alt="Quantcast"/>
|
628
|
+
</noscript></div><!-- end #wrap -->
|
629
|
+
|
630
|
+
<script type="text/javascript">
|
631
|
+
var _qevents = _qevents || [], wpcomQuantcastData = {"qacct":"p-18-mFEk4J448M","labels":",language.en,type.wpcom,vip.hackadaycom"};
|
632
|
+
function wpcomQuantcastPixel( labels, options ) {
|
633
|
+
var i, defaults = wpcomQuantcastData, data = { event: 'ajax' };
|
634
|
+
|
635
|
+
labels = labels || '';
|
636
|
+
options = options || {};
|
637
|
+
|
638
|
+
if ( typeof labels != 'string' )
|
639
|
+
options = labels;
|
640
|
+
|
641
|
+
for ( i in defaults ) {
|
642
|
+
data[i] = defaults[i];
|
643
|
+
}
|
644
|
+
|
645
|
+
for ( i in options ) {
|
646
|
+
data[i] = options[i];
|
647
|
+
}
|
648
|
+
|
649
|
+
if ( data.labels ) {
|
650
|
+
data.labels += ',' + labels;
|
651
|
+
} else {
|
652
|
+
data.labels = labels;
|
653
|
+
}
|
654
|
+
|
655
|
+
_qevents.push( data );
|
656
|
+
};
|
657
|
+
(function() {var elem = document.createElement('script');elem.src = (document.location.protocol == "https:" ? "https://secure" : "http://edge") + ".quantserve.com/quant.js";elem.async = true;elem.type = "text/javascript";var scpt = document.getElementsByTagName('script')[0];scpt.parentNode.insertBefore(elem, scpt); })();
|
658
|
+
_qevents.push( wpcomQuantcastData );
|
659
|
+
</script>
|
660
|
+
<noscript><div style="display: none;"><img src="//pixel.quantserve.com/pixel/p-18-mFEk4J448M.gif?labels=%2Clanguage.en%2Ctype.wpcom%2Cvip.hackadaycom" height="1" width="1" alt="" /></div></noscript>
|
661
|
+
|
662
|
+
|
663
|
+
<!-- /// LOAD CHARTBEAT /// -->
|
664
|
+
<script type="text/javascript">
|
665
|
+
var _sf_async_config={};
|
666
|
+
_sf_async_config.uid = 2021;
|
667
|
+
_sf_async_config.useCanonical = true;
|
668
|
+
|
669
|
+
(function(){
|
670
|
+
function loadChartbeat() {
|
671
|
+
window._sf_endpt=(new Date()).getTime();
|
672
|
+
var e = document.createElement('script');
|
673
|
+
e.setAttribute('language', 'javascript');
|
674
|
+
e.setAttribute('type', 'text/javascript');
|
675
|
+
e.setAttribute('src',
|
676
|
+
(("https:" == document.location.protocol) ? "https://s3.amazonaws.com/" : "http://") +
|
677
|
+
"static.chartbeat.com/js/chartbeat.js");
|
678
|
+
document.body.appendChild(e);
|
679
|
+
}
|
680
|
+
var oldonload = window.onload;
|
681
|
+
window.onload = (typeof window.onload != 'function') ?
|
682
|
+
loadChartbeat : function() { oldonload(); loadChartbeat(); };
|
683
|
+
})();
|
684
|
+
</script>
|
685
|
+
<div style="display:none">
|
686
|
+
</div>
|
687
|
+
<script type='text/javascript' src='http://s2.wp.com/_static/??-eJylzMsOREAQRuEXMoqgEwvxLC4/qjPVOl3dZh4fO3vrk+/Qz3+m3UW4SFZpxsET/D+3mtEjxQ0CJR8gnIRWOCgrfXm8lcAl0uQRFtbtlR3Cqtegl66smto0xhStPQEw5Dy+'></script>
|
688
|
+
<script type="text/javascript">
|
689
|
+
// <![CDATA[
|
690
|
+
(function() {
|
691
|
+
try{
|
692
|
+
if ( window.external &&'msIsSiteMode' in window.external) {
|
693
|
+
if (window.external.msIsSiteMode()) {
|
694
|
+
var jl = document.createElement('script');
|
695
|
+
jl.type='text/javascript';
|
696
|
+
jl.async=true;
|
697
|
+
jl.src='/wp-content/plugins/ie-sitemode/custom-jumplist.php';
|
698
|
+
var s = document.getElementsByTagName('script')[0];
|
699
|
+
s.parentNode.insertBefore(jl, s);
|
700
|
+
}
|
701
|
+
}
|
702
|
+
}catch(e){}
|
703
|
+
})();
|
704
|
+
// ]]>
|
705
|
+
</script><script src="http://s.stats.wordpress.com/w.js?21" type="text/javascript"></script>
|
706
|
+
<script type="text/javascript">
|
707
|
+
st_go({'blog':'4779443','v':'wpcom','tz':'-7','user_id':'0','subd':'hackadaycom'});
|
708
|
+
function st_vt() {var x=document.createElement("img");x.src="http://stats.wordpress.com/g.gif?blog=4779443&v=wpcomvt&tz=-7&user_id=0&subd=hackadaycom&rand="+Math.random();}
|
709
|
+
ex_go({'crypt':'UE40eW5QN0p8M2Y/RE1BNmNJfGhxNCVxUDExYmtXRThKbHcwXTdETWI1alhvb1oseHImN101ZFpEakVpYjlQYVFLYzBaVHRtPz0wXS9bVlFpZ3c1Qn5KSThLNS9lSHNGOE1IJk9+N3xFNWxyT2x+MUpnR1dJcFZKZGtDM0xOdnVVZytRQVp6LSU2amFYdzJSUFouNDd1ZC0sOWgvdkZyST8wT2c2N0YtWWRdYU5fLkI2NDF+MHBFRi40N1AmJlEzUE42R242WlJTfDN0JmU5YVpnXSY/aFhuTDZfSFNNVSVrV0RZL0RdXzcsN3RNTzlkRi4sfHpVJXdpaCtpbA=='});
|
710
|
+
addLoadEvent(function(){linktracker_init('4779443',0);});
|
711
|
+
</script>
|
712
|
+
<noscript><img src="http://stats.wordpress.com/b.gif?v=noscript" style="height:0px;width:0px;overflow:hidden" alt="" /></noscript>
|
713
|
+
<script type="text/javascript">
|
714
|
+
// Trigger Quantcast pixel for each Infinite Scroll post load
|
715
|
+
if ( 'function' === typeof( jQuery ) ) {
|
716
|
+
jQuery( document.body ).on( 'post-load', function() {
|
717
|
+
if ( 'function' === typeof( wpcomQuantcastPixel ) )
|
718
|
+
wpcomQuantcastPixel();
|
719
|
+
} );
|
720
|
+
}
|
721
|
+
</script>
|
722
|
+
</body>
|
723
|
+
</html>
|