docparser 0.0.1 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (81) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +2 -0
  3. data/.rubocop.yml +5 -0
  4. data/.travis.yml +3 -0
  5. data/Gemfile +9 -1
  6. data/README.md +11 -4
  7. data/Rakefile +15 -0
  8. data/example.rb +9 -7
  9. data/lib/docparser.rb +1 -0
  10. data/lib/docparser/document.rb +18 -11
  11. data/lib/docparser/output.rb +8 -8
  12. data/lib/docparser/output/html_output.rb +53 -47
  13. data/lib/docparser/output/json_output.rb +8 -3
  14. data/lib/docparser/output/multi_output.rb +4 -8
  15. data/lib/docparser/output/nil_output.rb +21 -0
  16. data/lib/docparser/output/screen_output.rb +2 -1
  17. data/lib/docparser/output/xlsx_output.rb +12 -2
  18. data/lib/docparser/output/yaml_output.rb +6 -1
  19. data/lib/docparser/parser.rb +80 -49
  20. data/lib/docparser/version.rb +1 -1
  21. data/test/lib/docparser/blackbox_test.rb +29 -0
  22. data/test/lib/docparser/document_test.rb +134 -0
  23. data/test/lib/docparser/logging_test.rb +19 -0
  24. data/test/lib/docparser/output/csv_output_test.rb +51 -0
  25. data/test/lib/docparser/output/html_output_test.rb +57 -0
  26. data/test/lib/docparser/output/json_output_test.rb +65 -0
  27. data/test/lib/docparser/output/multi_output_test.rb +80 -0
  28. data/test/lib/docparser/output/nil_output_test.rb +27 -0
  29. data/test/lib/docparser/output/screen_output_test.rb +55 -0
  30. data/test/lib/docparser/output/xlsx_output_test.rb +53 -0
  31. data/test/lib/docparser/output/yaml_output_test.rb +76 -0
  32. data/test/lib/docparser/output_test.rb +85 -0
  33. data/test/lib/docparser/parser_test.rb +197 -0
  34. data/test/lib/docparser/version_test.rb +11 -0
  35. data/test/support/hackaday/dl.rb +4 -0
  36. data/test/support/hackaday/file_1.html +716 -0
  37. data/test/support/hackaday/file_10.html +791 -0
  38. data/test/support/hackaday/file_11.html +787 -0
  39. data/test/support/hackaday/file_12.html +715 -0
  40. data/test/support/hackaday/file_13.html +793 -0
  41. data/test/support/hackaday/file_14.html +718 -0
  42. data/test/support/hackaday/file_15.html +707 -0
  43. data/test/support/hackaday/file_16.html +713 -0
  44. data/test/support/hackaday/file_17.html +715 -0
  45. data/test/support/hackaday/file_18.html +725 -0
  46. data/test/support/hackaday/file_19.html +715 -0
  47. data/test/support/hackaday/file_2.html +793 -0
  48. data/test/support/hackaday/file_20.html +795 -0
  49. data/test/support/hackaday/file_21.html +804 -0
  50. data/test/support/hackaday/file_22.html +722 -0
  51. data/test/support/hackaday/file_23.html +793 -0
  52. data/test/support/hackaday/file_24.html +717 -0
  53. data/test/support/hackaday/file_25.html +715 -0
  54. data/test/support/hackaday/file_26.html +717 -0
  55. data/test/support/hackaday/file_27.html +723 -0
  56. data/test/support/hackaday/file_28.html +711 -0
  57. data/test/support/hackaday/file_29.html +711 -0
  58. data/test/support/hackaday/file_3.html +794 -0
  59. data/test/support/hackaday/file_30.html +715 -0
  60. data/test/support/hackaday/file_31.html +713 -0
  61. data/test/support/hackaday/file_32.html +714 -0
  62. data/test/support/hackaday/file_33.html +716 -0
  63. data/test/support/hackaday/file_34.html +714 -0
  64. data/test/support/hackaday/file_35.html +792 -0
  65. data/test/support/hackaday/file_36.html +719 -0
  66. data/test/support/hackaday/file_37.html +712 -0
  67. data/test/support/hackaday/file_38.html +709 -0
  68. data/test/support/hackaday/file_39.html +808 -0
  69. data/test/support/hackaday/file_4.html +814 -0
  70. data/test/support/hackaday/file_40.html +801 -0
  71. data/test/support/hackaday/file_5.html +715 -0
  72. data/test/support/hackaday/file_6.html +792 -0
  73. data/test/support/hackaday/file_7.html +714 -0
  74. data/test/support/hackaday/file_8.html +717 -0
  75. data/test/support/hackaday/file_9.html +719 -0
  76. data/test/support/test_encoding.html +12 -0
  77. data/test/support/test_encoding2.html +12 -0
  78. data/test/support/test_html.html +16 -0
  79. data/test/support/test_xml.xml +5 -0
  80. data/test/test_helper.rb +14 -0
  81. metadata +126 -3
@@ -0,0 +1,722 @@
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 in 0.379 seconds
5
+ 66028 bytes batcached for 300 seconds
6
+ -->
7
+ <head profile="http://gmpg.org/xfn/11">
8
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
9
+ <title>Hack a Day — Fresh hacks every day</title>
10
+ <meta name="description" content="Fresh hacks every day" />
11
+ <meta name="robots" content="noodp,noydir" />
12
+ <link rel="Shortcut Icon" href="http://s1.wp.com/wp-content/themes/vip/hackaday2/images/favicon.ico?m=1353160633g" type="image/x-icon" />
13
+ <link rel="stylesheet" href="http://s1.wp.com/wp-content/themes/vip/hackaday2/style.css?m=1363789849g" type="text/css" media="screen" />
14
+
15
+ <meta name="description" content="Fresh hacks every day" />
16
+ <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" />
17
+ <script src='http://r-login.wordpress.com/remote-login.php?action=js&amp;host=hackaday.com&amp;id=4779443&amp;t=1366801143&amp;back=hackaday.com%2Fpage%2F22%2F' type="text/javascript"></script>
18
+ <script type="text/javascript">
19
+ /* <![CDATA[ */
20
+ if ( 'function' === typeof WPRemoteLogin ) {
21
+ document.cookie = "wordpress_test_cookie=test; path=/";
22
+ if ( document.cookie.match( /(;|^)\s*wordpress_test_cookie\=/ ) ) {
23
+ WPRemoteLogin();
24
+ }
25
+ }
26
+ /* ]]> */
27
+ </script>
28
+ <link rel="alternate" type="application/rss+xml" title="Hack a Day &raquo; Feed" href="http://feeds2.feedburner.com/hackaday/LgoM" />
29
+ <link rel="alternate" type="application/rss+xml" title="Hack a Day &raquo; Comments Feed" href="http://hackaday.com/comments/feed/" />
30
+ <script type="text/javascript">
31
+ /* <![CDATA[ */
32
+ function addLoadEvent(func){var oldonload=window.onload;if(typeof window.onload!='function'){window.onload=func;}else{window.onload=function(){oldonload();func();}}}
33
+ /* ]]> */
34
+ </script>
35
+ <link rel="canonical" href="http://hackaday.com/" />
36
+ <link rel='stylesheet' id='all-css-0' href='http://s0.wp.com/_static/??-eJzTLy/QTc7PK0nNK9HPLdUtyClNz8wr1s/JzE4t1s9KLSlITM7WBfP0kouLdfSxKy/ILy7RTctJzCzSLy6pzEklVm1GYlFmXjqMxtBVkpGaC3RGhol+ek5+UmIOSIF9rq2hsZmZuYmxqbFlFgANUUYu' type='text/css' media='all' />
37
+ <script type='text/javascript'>
38
+ /* <![CDATA[ */
39
+ var SafeCommentsAjax = {"ajaxurl":"http:\/\/hackaday.com\/wp-admin\/admin-ajax.php"};
40
+ /* ]]> */
41
+ </script>
42
+ <script type='text/javascript' src='http://s0.wp.com/_static/??-eJyFz0sKAjEMBuALWUsZpjvxLKXGmjp92KQz6umNogtRFAJZ5Et+opeqMPup74B0lDp1aJdnW0da6V9AJQzNMbygL5kh893VQpyAyIVv0/cYzDPC8pdF4Or8UTUgvH5c5QNInp6x6jr1gJk0uT2IrqWxsJSEPX5w0Z1lfZs2ZrB2NIOxY7wBpfljQw=='></script>
43
+ <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://hackadaycom.wordpress.com/xmlrpc.php?rsd" />
44
+ <link rel="shortcut icon" type="image/x-icon" href="http://0.gravatar.com/blavatar/4f3e6b6daa090af416a1ba595885efd1?s=16" sizes="16x16" />
45
+ <link rel="icon" type="image/x-icon" href="http://0.gravatar.com/blavatar/4f3e6b6daa090af416a1ba595885efd1?s=16" sizes="16x16" />
46
+ <link rel="apple-touch-icon-precomposed" href="http://1.gravatar.com/blavatar/5560f98f805877b0e332f191cb9e0af3?s=114" />
47
+ <link rel='openid.server' href='http://hackadaycom.wordpress.com/?openidserver=1' />
48
+ <link rel='openid.delegate' href='http://hackadaycom.wordpress.com/' />
49
+ <link rel="search" type="application/opensearchdescription+xml" href="http://hackaday.com/osd.xml" title="Hack a Day" />
50
+ <link rel="search" type="application/opensearchdescription+xml" href="http://wordpress.com/opensearch.xml" title="WordPress.com" />
51
+ <style>
52
+ /* <![CDATA[ */
53
+ /* Block: reblog */
54
+
55
+ .reblog-from img { margin: 0 10px 0 0; vertical-align: middle; padding: 0; border: 0; }
56
+ .reblogger-note img.avatar { float: left; padding: 0; border: 0; }
57
+ .reblogger-note-content { margin: 0 0 20px; }
58
+ .reblog-post .wpcom-enhanced-excerpt-content { border-left: 3px solid #eee; padding-left: 15px; }
59
+ .reblog-post ul.thumb-list { display: block; list-style: none; margin: 2px 0; padding: 0; clear: both; }
60
+ .reblog-post ul.thumb-list li { display: inline; margin: 0; padding: 0 1px; border: 0; }
61
+ .reblog-post ul.thumb-list li a { margin: 0; padding: 0; border: 0; }
62
+ .reblog-post ul.thumb-list li img { margin: 0; padding: 0; border: 0; }
63
+
64
+ .reblog-post .wpcom-enhanced-excerpt { clear: both; }
65
+
66
+ .reblog-post .wpcom-enhanced-excerpt address,
67
+ .reblog-post .wpcom-enhanced-excerpt li,
68
+ .reblog-post .wpcom-enhanced-excerpt h1,
69
+ .reblog-post .wpcom-enhanced-excerpt h2,
70
+ .reblog-post .wpcom-enhanced-excerpt h3,
71
+ .reblog-post .wpcom-enhanced-excerpt h4,
72
+ .reblog-post .wpcom-enhanced-excerpt h5,
73
+ .reblog-post .wpcom-enhanced-excerpt h6,
74
+ .reblog-post .wpcom-enhanced-excerpt p { font-size: 100% !important; }
75
+
76
+ .reblog-post .wpcom-enhanced-excerpt blockquote,
77
+ .reblog-post .wpcom-enhanced-excerpt pre,
78
+ .reblog-post .wpcom-enhanced-excerpt code,
79
+ .reblog-post .wpcom-enhanced-excerpt q { font-size: 98% !important; }
80
+
81
+
82
+ /* ]]> */
83
+ </style>
84
+
85
+ <script type="text/javascript">var _sf_startpt=(new Date()).getTime()</script>
86
+ <style>
87
+ .wpcom-related-posts ul li {
88
+ list-style-type: none;
89
+ display: inline-block;
90
+ }
91
+ </style>
92
+ <style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style>
93
+ <style type="text/css">
94
+ .recentcomments a {
95
+ display: inline !important;
96
+ padding: 0 !important;
97
+ margin: 0 !important;
98
+ }
99
+
100
+ table.recentcommentsavatartop img.avatar, table.recentcommentsavatarend img.avatar {
101
+ border: 0px;
102
+ margin: 0;
103
+ }
104
+
105
+ table.recentcommentsavatartop a, table.recentcommentsavatarend a {
106
+ border: 0px !important;
107
+ background-color: transparent !important;
108
+ }
109
+
110
+ td.recentcommentsavatarend, td.recentcommentsavatartop {
111
+ padding: 0px 0px 1px 0px;
112
+ margin: 0px;
113
+ }
114
+
115
+ td.recentcommentstextend {
116
+ border: none !important;
117
+ padding: 0px 0px 2px 10px;
118
+ }
119
+
120
+ .rtl td.recentcommentstextend {
121
+ padding: 0px 10px 2px 0px;
122
+ }
123
+
124
+ td.recentcommentstexttop {
125
+ border: none !important;
126
+ padding: 0px 0px 0px 10px;
127
+ }
128
+
129
+ .rtl td.recentcommentstexttop {
130
+ padding: 0px 10px 0px 0px;
131
+ }
132
+ </style>
133
+ <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>
134
+
135
+ <script>jQuery(document).ready(function($) {
136
+ $("cswap li a").click(function() {
137
+ $("link").attr("href",$(this).attr('rel'));
138
+ return false;
139
+ });
140
+ });</script>
141
+ <meta name="google-site-verification" content="v0_F4q2HixEv6wrQCEKBEbp2Wuj0oI9ywwaN6aoV0JE" />
142
+ </head>
143
+ <body class="home blog paged paged-22 typekit-enabled header-image content-sidebar highlander-enabled highlander-light">
144
+
145
+ <div id="fb-root"></div>
146
+ <script>(function(d, s, id) {
147
+ var js, fjs = d.getElementsByTagName(s)[0];
148
+ if (d.getElementById(id)) return;
149
+ js = d.createElement(s); js.id = id;
150
+ js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
151
+ fjs.parentNode.insertBefore(js, fjs);
152
+ }(document, 'script', 'facebook-jssdk'));</script>
153
+ <div id="wrap">
154
+ <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">
155
+ <script type="text/javascript"><!--
156
+ google_ad_client = "ca-pub-1812638130783065";
157
+ /* Hackaday, 728x90, created 4/26/08, Leaderboard */
158
+ google_ad_slot = "4036713767";
159
+ google_ad_width = 728;
160
+ google_ad_height = 90;
161
+ //-->
162
+ </script>
163
+ <script type="text/javascript"
164
+ src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
165
+ </script>
166
+ </div>
167
+ <div id="adslice">
168
+
169
+ <script type="text/javascript"><!--
170
+ google_ad_client = "pub-1812638130783065";
171
+ /* Hackaday, 728x15, created 4/26/08, AdSlice */
172
+ google_ad_slot = "0246324944";
173
+ google_ad_width = 728;
174
+ google_ad_height = 15;
175
+ //-->
176
+ </script>
177
+
178
+ <script type="text/javascript"
179
+ src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
180
+ </script>
181
+
182
+ </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>
183
+ <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>
184
+ <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>
185
+ <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>
186
+ <li class="right search">
187
+ <form method="get" class="searchform" action="http://hackaday.com/" >
188
+
189
+ <input type="text" value="Search this website &hellip;" name="s" class="s" onfocus="if (this.value == 'Search this website &hellip;') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search this website &hellip;';}" />
190
+ <input type="submit" class="searchsubmit" value="Search" />
191
+ </form>
192
+ </li></ul></div><!-- end .wrap --></div><div id="inner"><div class="wrap"> <div id="content-sidebar-wrap">
193
+ <div id="content" class="hfeed">
194
+ <div class="post-96705 post type-post status-publish format-standard hentry category-cellphones-hacks tag-2-4-ghz tag-atmega128rfa1 tag-augmented-reality tag-ir">
195
+
196
+ <h2 class="entry-title"><a href="http://hackaday.com/2013/03/25/ir-based-augmented-reality/" title="IR Based Augmented&nbsp;Reality" rel="bookmark">IR Based Augmented&nbsp;Reality</a></h2>
197
+
198
+ <div class="post-info"><span class="date published time" title="2013-03-25T10:01:52+00:00">March 25, 2013</span> By <span class="author vcard"><span class="fn"><a href="http://hackaday.com/author/ericevenchick/" class="fn n" title="Eric Evenchick" rel="author">Eric Evenchick</a></span></span> <span class="post-comments"><a href="http://hackaday.com/2013/03/25/ir-based-augmented-reality/#comments">11 Comments</a></span> </div> <div class="entry-content">
199
+ <p><a href="http://hackaday.com/?attachment_id=96706" rel="attachment wp-att-96706"><img class="alignnone size-large wp-image-96706" alt="ARUCI" src="http://hackadaycom.files.wordpress.com/2013/03/aruci.jpg?w=580&#038;h=385" width="580" height="385" /></a></p>
200
+ <p>For a final design project, [Frank] and his group took on an augmented reality project. The goal was to make objects interactively controllable by pointing a smartphone at them. Their solution was <a title="ARUCI" href="http://frank-zhao.com/cache/aruci.php">Augmented Reality Universal Controller and Identifier</a> (ARUCI).</p>
201
+ <p>The system locates controllable objects by sensing IR beacons that contain identifiers for each object. The IR is received by a Wiimote sensor, which has been integrated into a custom PCB. This board sits in a 3D printed enclosure, and mounts to the back of a smartphone. The electronics are powered by tapping off of the phone&#8217;s battery.</p>
202
+ <p>Commands are sent to devices using a custom 2.4 GHz protocol which was implemented using the ATmega128RFA1. Each device has another ATmega to receive the signal and control the real world object. In their demo, the group shows the system controlling devices including a TV, a radio, and an RC car.</p>
203
+ <p>The system provides an interesting way to interact with objects, and the hardware integration is quite impressive. After the break, watch [Frank] give a demo.</p>
204
+ <p> <a href="http://hackaday.com/2013/03/25/ir-based-augmented-reality/#more-96705" class="more-link">[Read more...]</a></p>
205
+ <div id="jp-post-flair" class="sharedaddy sd-like-enabled sd-sharing-enabled"></div> </div><!-- end .entry-content -->
206
+ <div class="post-meta"><span class="categories">Filed Under: <a href="http://hackaday.com/category/cellphones-hacks/" title="View all posts in cellphones hacks" rel="category tag">cellphones hacks</a></span> <span class="tags">Tagged With: <a href="http://hackaday.com/tag/2-4-ghz/" rel="tag">2.4 ghz</a>, <a href="http://hackaday.com/tag/atmega128rfa1/" rel="tag">atmega128rfa1</a>, <a href="http://hackaday.com/tag/augmented-reality/" rel="tag">augmented reality</a>, <a href="http://hackaday.com/tag/ir/" rel="tag">ir</a></span> </div>
207
+ </div><!-- end .postclass -->
208
+ <div class="post-96737 post type-post status-publish format-standard hentry category-news tag-comments tag-downgrayed">
209
+
210
+ <h2 class="entry-title"><a href="http://hackaday.com/2013/03/25/going-back-to-our-old-commenting-system/" title="Going back to our old commenting&nbsp;system!" rel="bookmark">Going back to our old commenting&nbsp;system!</a></h2>
211
+
212
+ <div class="post-info"><span class="date published time" title="2013-03-25T08:03:17+00:00">March 25, 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/25/going-back-to-our-old-commenting-system/#comments">101 Comments</a></span> </div> <div class="entry-content">
213
+ <p>On Friday,<a href="http://hackaday.com/2013/03/22/finally-upgrading-our-comment-system/"> I announced we would upgrade</a> our commenting system. It was tested over the weekend, and ultimately I have decided to go back to the wordpress system.  Here are the reasons why:</p>
214
+ <p><strong>1. Our old comments never got transitioned over.</strong></p>
215
+ <p>The intenseDebate system says I can just click a single button and it will import our old posts into the new system.  I did this Friday and the page never moved from 0%. I tried again Saturday night, with the 0% import still there this morning(Monday). Our old posts simply never imported. I don&#8217;t know if it was because our database of comments was so large (I doubt it) or what. I went to contact their support, but found them out for the weekend. That&#8217;s no big deal, but I wonder if the importer was a manual thing and no one was there to do it? If so, they should probably put a warning on the importer page.</p>
216
+ <p><strong>2. It wasn&#8217;t failing gracefully.</strong></p>
217
+ <p>I had many emails and comments saying that the comments were not showing when people were using script blockers, or certain android devices. The intenseDebate website claims that their system will show comments even if someone is using a script blocker. I did not personally test this, and frankly I don&#8217;t have to. Even if those people are mistaken or have peculiar setups, I simply can&#8217;t ignore complaints that our content <em>isn&#8217;t even showing</em>.</p>
218
+ <p><strong>3. I couldn&#8217;t expand all replies by default, or maybe I&#8217;m an idiot.</strong></p>
219
+ <p>I didn&#8217;t see an option anywhere to display all comment threads expanded by default. Maybe I just overlooked it. Maybe there&#8217;s some css trick to it. We HAVE to have our comments expanded. Often there is more useful information in the comments than the article itself. With replies nested you would have to go through and click every single thread just to see if there was anything useful.<em> This is such an obvious feature that I&#8217;m convinced I just went stupid for a while and didn&#8217;t read the button that enabled it, surely they didn&#8217;t omit it.</em></p>
220
+ <p>For these 3 reasons, I removed it.  Just like they said it would, it came out with no issue.</p>
221
+ <div id="jp-post-flair" class="sharedaddy sd-like-enabled sd-sharing-enabled"></div> </div><!-- end .entry-content -->
222
+ <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/comments/" rel="tag">comments</a>, <a href="http://hackaday.com/tag/downgrayed/" rel="tag">downgrayed</a></span> </div>
223
+ </div><!-- end .postclass -->
224
+ <div class="post-96709 post type-post status-publish format-standard hentry category-drone-hacks tag-afterburner tag-butane tag-fire tag-flitetest">
225
+
226
+ <h2 class="entry-title"><a href="http://hackaday.com/2013/03/25/giving-an-electric-rc-plane-an-afterburner/" title="Giving an Electric RC Plane an&nbsp;Afterburner" rel="bookmark">Giving an Electric RC Plane an&nbsp;Afterburner</a></h2>
227
+
228
+ <div class="post-info"><span class="date published time" title="2013-03-25T08:01:54+00:00">March 25, 2013</span> By <span class="author vcard"><span class="fn"><a href="http://hackaday.com/author/ericevenchick/" class="fn n" title="Eric Evenchick" rel="author">Eric Evenchick</a></span></span> <span class="post-comments"><a href="http://hackaday.com/2013/03/25/giving-an-electric-rc-plane-an-afterburner/#comments">41 Comments</a></span> </div> <div class="entry-content">
229
+ <p><a href="http://hackaday.com/?attachment_id=96710" rel="attachment wp-att-96710"><img class="alignnone size-large wp-image-96710" alt="RC Afterburner" src="http://hackadaycom.files.wordpress.com/2013/03/afterburner.jpg?w=580&#038;h=255" width="580" height="255" /></a></p>
230
+ <p>The folks at Flitetest decided to add some extra power to an electric DH.100 Vampire RC plane by adding a butane afterburner. After some testing, and a bit of fire, they were able to make it fly.</p>
231
+ <p>Their afterburner uses a small butane canister for fuel. A servo motor actuates the valve on the canister, forcing fuel into a tube. This tube is set up to regulate the flow of butane and ensure it vaporizes before reaching the afterburner.</p>
232
+ <p>At the afterburner, a circular piece of tubing with holes is used to dispense fuel, much like a barbecue. This tube is connected to one side of a stun gun&#8217;s flyback generator, and the metal surrounding it is connected to the other. The stun gun creates sparks across the gap and ignites the fuel.</p>
233
+ <p>With the extra components added, the landing gear was removed to save weight and the plane was given a nice coat of paint. They started it up for a test run, and the plane&#8217;s body caught fire. After some rework, they managed to take off, start the afterburner, fly around, and belly land the plane. It achieved some additional thrust, but also sounds and looks awesome.</p>
234
+ <p>After the break, check out a video walkthrough and demo. We promise you fire.</p>
235
+ <p> <a href="http://hackaday.com/2013/03/25/giving-an-electric-rc-plane-an-afterburner/#more-96709" class="more-link">[Read more...]</a></p>
236
+ <div id="jp-post-flair" class="sharedaddy sd-like-enabled sd-sharing-enabled"></div> </div><!-- end .entry-content -->
237
+ <div class="post-meta"><span class="categories">Filed Under: <a href="http://hackaday.com/category/drone-hacks/" title="View all posts in drone hacks" rel="category tag">drone hacks</a></span> <span class="tags">Tagged With: <a href="http://hackaday.com/tag/afterburner/" rel="tag">afterburner</a>, <a href="http://hackaday.com/tag/butane/" rel="tag">butane</a>, <a href="http://hackaday.com/tag/fire/" rel="tag">fire</a>, <a href="http://hackaday.com/tag/flitetest/" rel="tag">flitetest</a></span> </div>
238
+ </div><!-- end .postclass -->
239
+ <div align="center">
240
+
241
+
242
+
243
+ <script type="text/javascript"><!--
244
+
245
+ google_ad_client = "ca-pub-1812638130783065";
246
+
247
+ /* Hackaday, 300x250, created 4/26/08, MedRect main column */
248
+
249
+ google_ad_slot = "3449215672";
250
+
251
+ google_ad_width = 300;
252
+
253
+ google_ad_height = 250;
254
+
255
+ //-->
256
+
257
+ </script>
258
+
259
+ <script type="text/javascript"
260
+
261
+ src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
262
+
263
+ </script>
264
+
265
+
266
+
267
+ </div> <div class="post-96723 post type-post status-publish format-standard hentry category-tool-hacks tag-proxxon tag-table-saw">
268
+
269
+ <h2 class="entry-title"><a href="http://hackaday.com/2013/03/25/a-tiny-custom-table-saw/" title="A tiny custom table&nbsp;saw" rel="bookmark">A tiny custom table&nbsp;saw</a></h2>
270
+
271
+ <div class="post-info"><span class="date published time" title="2013-03-25T06:00:06+00:00">March 25, 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/25/a-tiny-custom-table-saw/#comments">31 Comments</a></span> </div> <div class="entry-content">
272
+ <p><img class="aligncenter size-full wp-image-96724" alt="saw" src="http://hackadaycom.files.wordpress.com/2013/03/saw1.jpg?w=580&#038;h=259" width="580" height="259" /></p>
273
+ <p>If you&#8217;re working with small parts, even the smallest table saw available at Home Depot or Lowes is generally overkill. For cutting up small pieces of wood, metal, and copper-clad board, a micro table saw is a great investment. They&#8217;re actually pretty inexpensive, but why just buy one <a href="http://metaltronics.wordpress.com/2011/05/16/micro-table-saw/">when you can make one</a> that is better than any model on the market?</p>
274
+ <p>The bed is constructed out of 1/4&#8243; aluminum plate with a 1/15 horsepower motor bolted to the underside. The fence clamps on to the table with a pair of delrin brackets, while the angle guide is made of delrin and a brass bar that fits into a slot in the table.</p>
275
+ <p>The actual blades came from a Proxxon micro table saw (a very good brand from our experience), but comparing this homemade saw to the commercial one provides a few surprises: The Proxxon has a more powerful motor, but the homebrew version has four times the cutting capacity. You can check out this saw cutting a 1/4&#8243; aluminum bar in the video after the break.</p>
276
+ <p>Thanks [Hubert] for sending this one in.</p>
277
+ <p> <a href="http://hackaday.com/2013/03/25/a-tiny-custom-table-saw/#more-96723" class="more-link">[Read more...]</a></p>
278
+ <div id="jp-post-flair" class="sharedaddy sd-like-enabled sd-sharing-enabled"></div> </div><!-- end .entry-content -->
279
+ <div class="post-meta"><span class="categories">Filed Under: <a href="http://hackaday.com/category/tool-hacks/" title="View all posts in tool hacks" rel="category tag">tool hacks</a></span> <span class="tags">Tagged With: <a href="http://hackaday.com/tag/proxxon/" rel="tag">proxxon</a>, <a href="http://hackaday.com/tag/table-saw/" rel="tag">table saw</a></span> </div>
280
+ </div><!-- end .postclass -->
281
+ <div class="post-96717 post type-post status-publish format-standard hentry category-nintendo-hacks tag-6502 tag-bitcoin tag-bitcoin-mining tag-nes tag-nintendo">
282
+
283
+ <h2 class="entry-title"><a href="http://hackaday.com/2013/03/25/mining-bitcoins-on-a-nintendo/" title="Mining bitcoins on a&nbsp;Nintendo" rel="bookmark">Mining bitcoins on a&nbsp;Nintendo</a></h2>
284
+
285
+ <div class="post-info"><span class="date published time" title="2013-03-25T04:00:46+00:00">March 25, 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/25/mining-bitcoins-on-a-nintendo/#comments">18 Comments</a></span> </div> <div class="entry-content">
286
+ <p><img class="aligncenter size-full wp-image-96718" alt="NES" src="http://hackadaycom.files.wordpress.com/2013/03/nes.png?w=580&#038;h=216" width="580" height="216" /></p>
287
+ <p>His friends know [gbg] as an aficionado of just about anything with a 6502 processor in it. He&#8217;s also interested in bitcoins. A while back, a friend asked if it would be possible to mine bitcoins with an old Nintendo Entertainment System. While this suggestion was made in jest, it&#8217;s not one of those ideas anyone can let go of easily. Yes,<a href="http://retrominer.com/"> it is possible to mine bitcoins with an NES</a>, and [gbg] is here to show us how.</p>
288
+ <p>Mining bitcoins is simply just performing a SHA256 hash on a random value from the bitcoin network and relaying the result of that calculation back to the Internet. Of course this requires an Internet to NES bridge; [gbg] brought in a Raspberry Pi for this task. There&#8217;s the problem of actually getting data into an NES, though, and that&#8217;s something only a<a href="http://www.retrousb.com/product_info.php?cPath=24&amp;products_id=36"> USB CopyNES</a> can handle. After doing some 32-bit math, the NES sends this out to the Raspberry Pi and onto the bitcoin network.</p>
289
+ <p>When you consider that even a high-end gaming computer has little chance of mining a bitcoin in any reasonable amount of time, there&#8217;s little chance RetroMiner will ever be able to mine a bitcoin. It&#8217;s all random, though, so while it&#8217;s <em>possible</em>, we&#8217;ll just appreciate the awesome build for now.</p>
290
+ <div id="jp-post-flair" class="sharedaddy sd-like-enabled sd-sharing-enabled"></div> </div><!-- end .entry-content -->
291
+ <div class="post-meta"><span class="categories">Filed Under: <a href="http://hackaday.com/category/nintendo-hacks/" title="View all posts in nintendo hacks" rel="category tag">nintendo hacks</a></span> <span class="tags">Tagged With: <a href="http://hackaday.com/tag/6502/" rel="tag">6502</a>, <a href="http://hackaday.com/tag/bitcoin/" rel="tag">bitcoin</a>, <a href="http://hackaday.com/tag/bitcoin-mining/" rel="tag">bitcoin mining</a>, <a href="http://hackaday.com/tag/nes/" rel="tag">nes</a>, <a href="http://hackaday.com/tag/nintendo/" rel="tag">nintendo</a></span> </div>
292
+ </div><!-- end .postclass -->
293
+ <div class="post-96691 post type-post status-publish format-standard hentry category-cnc-hacks tag-eggbot tag-pen tag-ping-pong-ball tag-printer tag-sphere tag-stepper-motor">
294
+
295
+ <h2 class="entry-title"><a href="http://hackaday.com/2013/03/24/cnc-ping-pong-printer-uses-simple-construction/" title="CNC ping pong printer uses simple&nbsp;construction" rel="bookmark">CNC ping pong printer uses simple&nbsp;construction</a></h2>
296
+
297
+ <div class="post-info"><span class="date published time" title="2013-03-24T14:01:23+00:00">March 24, 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/24/cnc-ping-pong-printer-uses-simple-construction/#comments">3 Comments</a></span> </div> <div class="entry-content">
298
+ <p><img class="aligncenter size-large wp-image-96692" alt="spherebot" src="http://hackadaycom.files.wordpress.com/2013/03/spherebot.png?w=580&#038;h=316" width="580" height="316" /></p>
299
+ <p>This is one of the simplest CNC builds we&#8217;ve seen but it still functions quite well. It&#8217;s <a href="http://www.youtube.com/watch?v=clCYiYnZ_nw">a clone of the EggBot</a>, but is aimed at printing on spherical Ping Pong balls rather than oblong eggs. [Chad] calls it the Spherebot, but you should be careful not to confuse it with <a href="http://hackaday.com/2012/04/02/sphere-morphing-hexabot-now-rolls-around">the morphing sphere robot</a> which can walk around like a hexapod.</p>
300
+ <p>The project is both mechanically and electronically simple. The body of the printer is made up of three acrylic plates, which we&#8217;re sure were clamped together when drilling holes to guarantee proper alignment. Threaded rod and nuts are used to mount the plates to one another, as well as to hold the sphere in place while printing. One stepper motor turns the ball while the other pivots the pen mount. A servo motor is responsible for lifting the pen. The entire thing is driven by an Arduino along with two stepper motor driver boards. Don&#8217;t miss [Chad's] presentation embedded after the break.</p>
301
+ <p> <a href="http://hackaday.com/2013/03/24/cnc-ping-pong-printer-uses-simple-construction/#more-96691" class="more-link">[Read more...]</a></p>
302
+ <div id="jp-post-flair" class="sharedaddy sd-like-enabled sd-sharing-enabled"></div> </div><!-- end .entry-content -->
303
+ <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></span> <span class="tags">Tagged With: <a href="http://hackaday.com/tag/eggbot/" rel="tag">eggbot</a>, <a href="http://hackaday.com/tag/pen/" rel="tag">pen</a>, <a href="http://hackaday.com/tag/ping-pong-ball/" rel="tag">ping pong ball</a>, <a href="http://hackaday.com/tag/printer/" rel="tag">printer</a>, <a href="http://hackaday.com/tag/sphere/" rel="tag">sphere</a>, <a href="http://hackaday.com/tag/stepper-motor/" rel="tag">stepper motor</a></span> </div>
304
+ </div><!-- end .postclass -->
305
+ <div class="post-96695 post type-post status-publish format-standard hentry category-microcontrollers tag-attiny2313 tag-frequency-meter">
306
+
307
+ <h2 class="entry-title"><a href="http://hackaday.com/2013/03/24/attiny2313-frequency-meter-measures-1hz-10mhz/" title="ATtiny2313 frequency meter measures&nbsp;1Hz-10MHz" rel="bookmark">ATtiny2313 frequency meter measures&nbsp;1Hz-10MHz</a></h2>
308
+
309
+ <div class="post-info"><span class="date published time" title="2013-03-24T12:01:21+00:00">March 24, 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/24/attiny2313-frequency-meter-measures-1hz-10mhz/#comments">4 Comments</a></span> </div> <div class="entry-content">
310
+ <p><img class="aligncenter size-large wp-image-96696" alt="attiny2313_frequency_meter" src="http://hackadaycom.files.wordpress.com/2013/03/attiny2313_frequency_meter.jpg?w=580&#038;h=435" width="580" height="435" /></p>
311
+ <p><a href="http://mdiy.pl/miernik-czestotliwosci-na-avr-od-1hz-do-10mhz/?lang=en">This frequency meter project</a> squeezes a lot of performance out of the ATtiny2313 microcontroller. That chip does all of the work, measuring the frequency on the input pin as well as multiplexing the set of 7 seven-segment displays which read out the measurement.</p>
312
+ <p>The system is only as accurate as the clock crystal used by the AVR chip, so [Manekinen] recommends using one with the best tolerances available. It is also necessary to choose a value which is divisible by 1024 to get the best combination of accuracy and resolution. In this case he&#8217;s using a 22.1184 MHz crystal oscillator which is a slight overclocking of the chip which is spec&#8217;d to run at 20 MHz max.</p>
313
+ <p>We didn&#8217;t totally follow his explanation of how the two timers are used for counting. But if we really wanted to drill down for a full understanding his code (written in BASCOM-AVR) is available. If you&#8217;re just interested in the hardware we embedded a screenshot of the schematic after the break.</p>
314
+ <p> <a href="http://hackaday.com/2013/03/24/attiny2313-frequency-meter-measures-1hz-10mhz/#more-96695" class="more-link">[Read more...]</a></p>
315
+ <div id="jp-post-flair" class="sharedaddy sd-like-enabled sd-sharing-enabled"></div> </div><!-- end .entry-content -->
316
+ <div class="post-meta"><span class="categories">Filed Under: <a href="http://hackaday.com/category/microcontrollers/" title="View all posts in Microcontrollers" rel="category tag">Microcontrollers</a></span> <span class="tags">Tagged With: <a href="http://hackaday.com/tag/attiny2313/" rel="tag">attiny2313</a>, <a href="http://hackaday.com/tag/frequency-meter/" rel="tag">frequency meter</a></span> </div>
317
+ </div><!-- end .postclass -->
318
+ <div class="navigation"><div class="alignleft"><a href="http://hackaday.com/page/23/" >&laquo; Older Posts</a></div><div class="alignright"><a href="http://hackaday.com/page/21/" >Newer Posts &raquo;</a></div></div><!-- end .navigation --> </div><!-- end #content -->
319
+ <div id="sidebar" class="sidebar widget-area">
320
+ <div id=tl_ad>
321
+ <script type="text/javascript"><!--
322
+ google_ad_client = "ca-pub-1812638130783065";
323
+ /* Hackaday, 300x250, created 4/26/08, MedRect sidebar */
324
+ google_ad_slot = "7800245928";
325
+ google_ad_width = 300;
326
+ google_ad_height = 250;
327
+ //-->
328
+ </script>
329
+ <script type="text/javascript"
330
+ src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
331
+ </script>
332
+
333
+ </div>
334
+
335
+
336
+
337
+
338
+
339
+
340
+ <div class="widget">
341
+ <h4>Never Miss a Hack</h4>
342
+ <div class="textwidget">
343
+
344
+ <!-- Place this tag where you want the badge to render. -->
345
+ <div class="g-plus" data-width= "280" data-href="https://plus.google.com/114843073658390316652" data-rel="publisher" data-theme="dark"></div>
346
+ <!-- Place this tag after the last badge tag. -->
347
+ <script type="text/javascript">
348
+ (function() {
349
+ var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
350
+ po.src = 'https://apis.google.com/js/plusone.js';
351
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
352
+ })();
353
+ </script>
354
+
355
+ <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>
356
+
357
+ <a href="https://twitter.com/hackaday" class="twitter-follow-button" data-show-count="true" data-lang="en" data-size="large">Follow @twitter</a>
358
+ <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>
359
+
360
+ <a href="http://feeds2.feedburner.com/hackaday/LgoM" target="_blank"><img src="http://hackadaycom.files.wordpress.com/2012/11/orange.png" border="0"/></a>
361
+ <div class="clear"> </div>
362
+ <!-- Begin MailChimp Signup Form -->
363
+ <link href="http://cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css">
364
+
365
+ <div id="mc_embed_signup">
366
+ <form action="http://mahalo.us5.list-manage.com/subscribe/post?u=126b2ab712043075d9bd7210e&amp;id=cb1aa8bd16" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
367
+ <label for="mce-EMAIL">Subscribe to our mailing list for sneak previews and behind the scenes info</label>
368
+ <input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
369
+ <div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
370
+ </form>
371
+ </div>
372
+
373
+ <!--End mc_embed_signup-->
374
+ </div>
375
+ </div>
376
+
377
+ <div id="categories-2" class="widget widget_categories"><div class="widget-wrap"><h4 class="widgettitle">Categories</h4>
378
+ <select name='cat' id='cat' class='postform' >
379
+ <option value='-1'>Select Category</option>
380
+ <option class="level-0" value="114554125">3d Printer hacks&nbsp;&nbsp;(116)</option>
381
+ <option class="level-0" value="18020710">android hacks&nbsp;&nbsp;(240)</option>
382
+ <option class="level-0" value="18020705">arduino hacks&nbsp;&nbsp;(1029)</option>
383
+ <option class="level-0" value="27981650">ARM&nbsp;&nbsp;(51)</option>
384
+ <option class="level-0" value="33199679">Ask Hackaday&nbsp;&nbsp;(29)</option>
385
+ <option class="level-0" value="64298109">ATtiny hacks&nbsp;&nbsp;(45)</option>
386
+ <option class="level-0" value="25122024">beer hacks&nbsp;&nbsp;(63)</option>
387
+ <option class="level-0" value="12115263">blackberry hacks&nbsp;&nbsp;(8)</option>
388
+ <option class="level-0" value="10969031">cellphones hacks&nbsp;&nbsp;(337)</option>
389
+ <option class="level-0" value="35745764">chemistry hacks&nbsp;&nbsp;(102)</option>
390
+ <option class="level-0" value="24483654">classic hacks&nbsp;&nbsp;(852)</option>
391
+ <option class="level-0" value="31677810">clock hacks&nbsp;&nbsp;(189)</option>
392
+ <option class="level-0" value="18755632">cnc hacks&nbsp;&nbsp;(341)</option>
393
+ <option class="level-0" value="568165">computer hacks&nbsp;&nbsp;(390)</option>
394
+ <option class="level-0" value="78428">cons&nbsp;&nbsp;(192)</option>
395
+ <option class="level-0" value="5738">contests&nbsp;&nbsp;(136)</option>
396
+ <option class="level-0" value="3923181">cooking hacks&nbsp;&nbsp;(72)</option>
397
+ <option class="level-0" value="10969032">digital audio hacks&nbsp;&nbsp;(422)</option>
398
+ <option class="level-0" value="10969033">digital cameras hacks&nbsp;&nbsp;(415)</option>
399
+ <option class="level-0" value="10969034">downloads hacks&nbsp;&nbsp;(101)</option>
400
+ <option class="level-0" value="107827385">drone hacks&nbsp;&nbsp;(10)</option>
401
+ <option class="level-0" value="63176382">Engine Hacks&nbsp;&nbsp;(31)</option>
402
+ <option class="level-0" value="35890">Featured&nbsp;&nbsp;(72)</option>
403
+ <option class="level-0" value="551890">firefox hacks&nbsp;&nbsp;(23)</option>
404
+ <option class="level-0" value="53446541">FPGA&nbsp;&nbsp;(1)</option>
405
+ <option class="level-0" value="18020562">g1 hacks&nbsp;&nbsp;(26)</option>
406
+ <option class="level-0" value="320557">google hacks&nbsp;&nbsp;(44)</option>
407
+ <option class="level-0" value="10969036">gps hacks&nbsp;&nbsp;(108)</option>
408
+ <option class="level-0" value="24535490">green hacks&nbsp;&nbsp;(152)</option>
409
+ <option class="level-0" value="27311668">Hackaday links&nbsp;&nbsp;(146)</option>
410
+ <option class="level-0" value="21755374">Hackerspaces&nbsp;&nbsp;(93)</option>
411
+ <option class="level-0" value="6310599">HackIt&nbsp;&nbsp;(101)</option>
412
+ <option class="level-0" value="10969037">handhelds hacks&nbsp;&nbsp;(189)</option>
413
+ <option class="level-0" value="79">hardware&nbsp;&nbsp;(249)</option>
414
+ <option class="level-0" value="144422905">High Voltage Hacks&nbsp;&nbsp;(5)</option>
415
+ <option class="level-0" value="66307084">Holiday Hacks&nbsp;&nbsp;(93)</option>
416
+ <option class="level-0" value="10969038">home entertainment hacks&nbsp;&nbsp;(516)</option>
417
+ <option class="level-0" value="5660882">home hacks&nbsp;&nbsp;(705)</option>
418
+ <option class="level-0" value="2708">how-to&nbsp;&nbsp;(135)</option>
419
+ <option class="level-0" value="908478">internet hacks&nbsp;&nbsp;(2)</option>
420
+ <option class="level-0" value="831">Interviews&nbsp;&nbsp;(13)</option>
421
+ <option class="level-0" value="1416772">iphone hacks&nbsp;&nbsp;(176)</option>
422
+ <option class="level-0" value="1275163">ipod hacks&nbsp;&nbsp;(144)</option>
423
+ <option class="level-0" value="344761">kickstarter&nbsp;&nbsp;(29)</option>
424
+ <option class="level-0" value="4157506">Kindle hacks&nbsp;&nbsp;(15)</option>
425
+ <option class="level-0" value="46717088">Kinect hacks&nbsp;&nbsp;(81)</option>
426
+ <option class="level-0" value="10969048">laptops hacks&nbsp;&nbsp;(111)</option>
427
+ <option class="level-0" value="10969055">laser hacks&nbsp;&nbsp;(167)</option>
428
+ <option class="level-0" value="18020716">led hacks&nbsp;&nbsp;(695)</option>
429
+ <option class="level-0" value="10626">lifehacks&nbsp;&nbsp;(54)</option>
430
+ <option class="level-0" value="729674">linux hacks&nbsp;&nbsp;(129)</option>
431
+ <option class="level-0" value="20732807">lockpicking hacks&nbsp;&nbsp;(11)</option>
432
+ <option class="level-0" value="10969060">macs hacks&nbsp;&nbsp;(135)</option>
433
+ <option class="level-0" value="144395979">Marijuana Hacks&nbsp;&nbsp;(2)</option>
434
+ <option class="level-0" value="11284667">Medical hacks&nbsp;&nbsp;(102)</option>
435
+ <option class="level-0" value="139916">Microcontrollers&nbsp;&nbsp;(512)</option>
436
+ <option class="level-0" value="5611793">misc hacks&nbsp;&nbsp;(1747)</option>
437
+ <option class="level-0" value="18020730">multitouch hacks&nbsp;&nbsp;(89)</option>
438
+ <option class="level-0" value="22652725">musical hacks&nbsp;&nbsp;(290)</option>
439
+ <option class="level-0" value="18020722">netbook hacks&nbsp;&nbsp;(50)</option>
440
+ <option class="level-0" value="6166512">Network Hacks&nbsp;&nbsp;(4)</option>
441
+ <option class="level-0" value="103">news&nbsp;&nbsp;(1091)</option>
442
+ <option class="level-0" value="1861880">nintendo ds hacks&nbsp;&nbsp;(34)</option>
443
+ <option class="level-0" value="114555425">nintendo gameboy hacks&nbsp;&nbsp;(90)</option>
444
+ <option class="level-0" value="18020685">nintendo hacks&nbsp;&nbsp;(261)</option>
445
+ <option class="level-0" value="4992726">nintendo wii hacks&nbsp;&nbsp;(78)</option>
446
+ <option class="level-0" value="118011206">Nook Hacks&nbsp;&nbsp;(1)</option>
447
+ <option class="level-0" value="114556430">palm pre hacks&nbsp;&nbsp;(6)</option>
448
+ <option class="level-0" value="245123">parts&nbsp;&nbsp;(72)</option>
449
+ <option class="level-0" value="10969081">peripherals hacks&nbsp;&nbsp;(648)</option>
450
+ <option class="level-0" value="16325149">phone hacks&nbsp;&nbsp;(17)</option>
451
+ <option class="level-0" value="10969088">playstation hacks&nbsp;&nbsp;(120)</option>
452
+ <option class="level-0" value="2060">podcasts&nbsp;&nbsp;(8)</option>
453
+ <option class="level-0" value="10969096">portable audio hacks&nbsp;&nbsp;(66)</option>
454
+ <option class="level-0" value="10969099">portable video hacks&nbsp;&nbsp;(57)</option>
455
+ <option class="level-0" value="588444">psp hacks&nbsp;&nbsp;(47)</option>
456
+ <option class="level-0" value="23971578">radio hacks&nbsp;&nbsp;(137)</option>
457
+ <option class="level-0" value="47">rants&nbsp;&nbsp;(28)</option>
458
+ <option class="level-0" value="69218551">Raspberry Pi&nbsp;&nbsp;(153)</option>
459
+ <option class="level-0" value="21870780">repair hacks&nbsp;&nbsp;(101)</option>
460
+ <option class="level-0" value="309">reviews&nbsp;&nbsp;(19)</option>
461
+ <option class="level-0" value="10969101">robots hacks&nbsp;&nbsp;(874)</option>
462
+ <option class="level-0" value="30302">roundup&nbsp;&nbsp;(35)</option>
463
+ <option class="level-0" value="10969111">security hacks&nbsp;&nbsp;(460)</option>
464
+ <option class="level-0" value="2301">Software Development&nbsp;&nbsp;(91)</option>
465
+ <option class="level-0" value="3796421">software hacks&nbsp;&nbsp;(47)</option>
466
+ <option class="level-0" value="10969116">solar hacks&nbsp;&nbsp;(46)</option>
467
+ <option class="level-0" value="10969121">tablet pcs hacks&nbsp;&nbsp;(40)</option>
468
+ <option class="level-0" value="3075183">teardown&nbsp;&nbsp;(31)</option>
469
+ <option class="level-0" value="10969130">tool hacks&nbsp;&nbsp;(657)</option>
470
+ <option class="level-0" value="25277004">toy hacks&nbsp;&nbsp;(360)</option>
471
+ <option class="level-0" value="10969134">transportation hacks&nbsp;&nbsp;(472)</option>
472
+ <option class="level-0" value="1">Uncategorized&nbsp;&nbsp;(332)</option>
473
+ <option class="level-0" value="3184456">video hacks&nbsp;&nbsp;(211)</option>
474
+ <option class="level-0" value="34942364">Virtual Reality&nbsp;&nbsp;(9)</option>
475
+ <option class="level-0" value="50802420">weapons hacks&nbsp;&nbsp;(63)</option>
476
+ <option class="level-0" value="12552193">wearable hacks&nbsp;&nbsp;(183)</option>
477
+ <option class="level-0" value="39510952">Weekly roundup&nbsp;&nbsp;(18)</option>
478
+ <option class="level-0" value="4891215">wireless hacks&nbsp;&nbsp;(333)</option>
479
+ <option class="level-0" value="7079455">xbox hacks&nbsp;&nbsp;(130)</option>
480
+ </select>
481
+
482
+ <script type='text/javascript'>
483
+ /* <![CDATA[ */
484
+ var dropdown = document.getElementById("cat");
485
+ function onCatChange() {
486
+ if ( dropdown.options[dropdown.selectedIndex].value > 0 ) {
487
+ location.href = "http://hackaday.com/?cat="+dropdown.options[dropdown.selectedIndex].value;
488
+ }
489
+ }
490
+ dropdown.onchange = onCatChange;
491
+ /* ]]> */
492
+ </script>
493
+
494
+ </div></div>
495
+ <div id="featured-post-2" class="widget featuredpost"><div class="widget-wrap"><h4 class="widgettitle">In case you missed it</h4>
496
+ <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&nbsp;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&nbsp;algae">Living night light with glowing&nbsp;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()-->
497
+
498
+ <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&nbsp;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&nbsp;Rift">3D Printing sensor mounts for the Oculus&nbsp;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()-->
499
+
500
+ <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&nbsp;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&nbsp;Oculight">Hacking the Oculus Rift: the&nbsp;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()-->
501
+
502
+ <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&nbsp;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&nbsp;movies">Top 10 best hacking scenes in&nbsp;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()-->
503
+
504
+ <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&#8217;s very first Kickstarter&nbsp;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&#8217;s very first Kickstarter&nbsp;campaign">Hackaday&#8217;s very first Kickstarter&nbsp;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()-->
505
+
506
+ <p class="more-from-category"><a href="http://hackaday.com/category/featured/" title="Featured">More Posts from this Category</a></p></div></div>
507
+ <div id="recent-comments-2" class="widget widget_recent_comments"><div class="widget-wrap"><h4 class="widgettitle">Recent comments</h4>
508
+ <ul id="recentcomments">
509
+ <li class="recentcomments">
510
+ 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&nbsp;bicycle</a> </li>
511
+ <li class="recentcomments">
512
+ <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&nbsp;retrofit</a> </li>
513
+ <li class="recentcomments">
514
+ 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&nbsp;source</a> </li>
515
+ <li class="recentcomments">
516
+ 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&nbsp;bicycle</a> </li>
517
+ <li class="recentcomments">
518
+ 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&nbsp;wristwatch</a> </li>
519
+ <li class="recentcomments">
520
+ 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&nbsp;bicycle</a> </li>
521
+ <li class="recentcomments">
522
+ 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&nbsp;bicycle</a> </li>
523
+ <li class="recentcomments">
524
+ <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&nbsp;bicycle</a> </li>
525
+ <li class="recentcomments">
526
+ <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&nbsp;wristwatch</a> </li>
527
+ <li class="recentcomments">
528
+ 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&nbsp;bicycle</a> </li>
529
+ </ul>
530
+ </div></div>
531
+ <div id="calendar-2" class="widget widget_calendar"><div class="widget-wrap"><h4 class="widgettitle">Find Hacks by Date</h4>
532
+ <div id="calendar_wrap"><table id="wp-calendar">
533
+ <caption>April 2013</caption>
534
+ <thead>
535
+ <tr>
536
+ <th scope="col" title="Sunday">S</th>
537
+ <th scope="col" title="Monday">M</th>
538
+ <th scope="col" title="Tuesday">T</th>
539
+ <th scope="col" title="Wednesday">W</th>
540
+ <th scope="col" title="Thursday">T</th>
541
+ <th scope="col" title="Friday">F</th>
542
+ <th scope="col" title="Saturday">S</th>
543
+ </tr>
544
+ </thead>
545
+
546
+ <tfoot>
547
+ <tr>
548
+ <td colspan="3" id="prev"><a href="http://hackaday.com/2013/03/" title="View posts for March 2013">&laquo; Mar</a></td>
549
+ <td class="pad">&nbsp;</td>
550
+ <td colspan="3" id="next" class="pad">&nbsp;</td>
551
+ </tr>
552
+ </tfoot>
553
+
554
+ <tbody>
555
+ <tr>
556
+ <td colspan="1" class="pad">&nbsp;</td><td><a href="http://hackaday.com/2013/04/01/" title="Hackaday&#8217;s very first Kickstarter&nbsp;campaign, Doctor Who-style&nbsp;WiFi, Kindle weather and recycling&nbsp;display, Windmill made from washing machine, 555&nbsp;chip, SNES headphones scream out for Bluetooth&nbsp;control, How-to: turn on a light&nbsp;bulb">1</a></td><td><a href="http://hackaday.com/2013/04/02/" title="An EQ display for a pedal&nbsp;board, Dual displays on a Playstation&nbsp;2, Ask Hackaday: Hacking lingo&nbsp;fails, Cooling a photomultiplier&nbsp;tube, Hackerspace tour: Arch Reactor in St. Louis&nbsp;Missouri, Adafruit launches educational show aimed at&nbsp;kids, CNC Tic Tac&nbsp;Toe, Building a vehicle parking&nbsp;camera, April Fools&#8217; project teaches coworkers not to touch your&nbsp;stuff, SenseLamp automates rooms by replacing light&nbsp;fixtures">2</a></td><td><a href="http://hackaday.com/2013/04/03/" title="Embedded web server is all about clever&nbsp;formatting, Powering the Oculus Rift with&nbsp;USB, Upgrading a router with impeccable soldering&nbsp;skills, Homebuilt Laser Cutter&nbsp;Ideas, Building a&nbsp;Theremincello, Microscope ring light with a number of different&nbsp;features, Hall effect limit switches for a 3D&nbsp;printer, Adding an optical mouse sensor to an autonomous&nbsp;vehicle">3</a></td><td><a href="http://hackaday.com/2013/04/04/" title="Retrotechtacular: The Fourier&nbsp;Series, MP3/USB/Aux hack hidden behind cassette&nbsp;facade, Pranking a hackerspace IRC for April Fool&#8217;s&nbsp;Day, Turning an easter egg hunt into a fox&nbsp;hunt, Wireless Temperature Control for a&nbsp;Microbrewery, Melting Metal with a DIY Foundry&nbsp;Furnace, Top 10 Hacking Failures in movies: part&nbsp;2, Steampunk theremin&nbsp;goggles, High speed circuit design for quantum physics light&nbsp;sensing, Home security hardware makes you the monitoring&nbsp;service">4</a></td><td><a href="http://hackaday.com/2013/04/05/" title="Snowboard goggle HUD displays critical data while falling down a&nbsp;mountain, Electric tricycle build log is like hacker&nbsp;crack, H-bot style 3D printer moves bed for&nbsp;Z-axis, Stapler hack fastens infinitely large sheets of&nbsp;paper, Light Graffiti with Servos and&nbsp;Python">5</a></td><td><a href="http://hackaday.com/2013/04/06/" title="Fixing the worst video game ever: E.T. for Atari&nbsp;2600, Rolling your own minimal USB to serial Arduino&nbsp;programmer, Making PLA stick to a 3D printer build platform by using hairspray or an acetone ABS&nbsp;slurry">6</a></td>
557
+ </tr>
558
+ <tr>
559
+ <td><a href="http://hackaday.com/2013/04/07/" title="Acoustic bass guitar uses water jug and two&nbsp;strings, Solar powered robot mows your lawn while you chill&nbsp;indoors, Hackaday Links: Sunday, April 7th,&nbsp;2013">7</a></td><td><a href="http://hackaday.com/2013/04/08/" title="Another way to look at&nbsp;Charlieplexing, Combo lock uses relays and logic&nbsp;gates, Yamaha SW60XG hack lets you use it as a standalone MIDI&nbsp;device">8</a></td><td><a href="http://hackaday.com/2013/04/09/" title="Synthesizing graphene in your basement&nbsp;laboratory, The RedBull creation contest&nbsp;begins!, Recurve bow make from wood and&nbsp;skis, Wall wart computer&nbsp;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&nbsp;process, MIDI pedal project looks as good as it&nbsp;sounds, Perpetual&nbsp;pong">10</a></td><td><a href="http://hackaday.com/2013/04/11/" title="Snowboard propulsion system motors you through the&nbsp;flats, Guitar EQ levels trigger the stage&nbsp;lights, Top 10 best hacking scenes in&nbsp;movies, Automating a mechanical&nbsp;typewriter, Hacking the Oculus Rift: the&nbsp;Oculight">11</a></td><td><a href="http://hackaday.com/2013/04/12/" title="Jeep Wrangler gets pressurized water right out of the&nbsp;bumper, Horribly complicated electric guitar&nbsp;keyboard, Generating electricity from&nbsp;alcohol">12</a></td><td><a href="http://hackaday.com/2013/04/13/" title="Network-controlled fireworks&nbsp;launcher, Working 3D printed stepper&nbsp;motor, SqueezeBerry: a Raspberri Pi powered Squeezebox&nbsp;appliance">13</a></td>
560
+ </tr>
561
+ <tr>
562
+ <td><a href="http://hackaday.com/2013/04/14/" title="Teaching a computer to play Mario&#8230; seemingly through&nbsp;voodoo, Building a replacement for a broken dehumidifier&nbsp;controller, Hackaday Links: Sunday, April 14th,&nbsp;2013">14</a></td><td><a href="http://hackaday.com/2013/04/15/" title="Glowing Easter eggs more fun than a dye&nbsp;job, [FlorianH] shows off MinimaBL, the next generation of his quadcopter&nbsp;project, Original hardware for fifteen consoles jammed into recently completed Project&nbsp;Unity">15</a></td><td><a href="http://hackaday.com/2013/04/16/" title="Tube radio husk gets a web radio&nbsp;transplant, Building a kegerator with visual&nbsp;style, Hacked together Mac isn&#8217;t a&nbsp;hackintosh">16</a></td><td><a href="http://hackaday.com/2013/04/17/" title="Hackerspace security system brings RFID, video feedback, and automatic&nbsp;doors, Apple MagSafe cord&nbsp;repair, 3D Printing sensor mounts for the Oculus&nbsp;Rift, Upgrade a toy keyboard&#8217;s tone&nbsp;production">17</a></td><td><a href="http://hackaday.com/2013/04/18/" title="Hidden servo automates slat-style window&nbsp;blinds, Semi-automatic pick and place&nbsp;machine, Living night light with glowing&nbsp;algae, Pulse Oximeter from LM324, LED, and&nbsp;Photodiode">18</a></td><td><a href="http://hackaday.com/2013/04/19/" title="Measuring the lifespan of&nbsp;LEGO, Replace your project power supplies with recycled Li-Ion cells and a switching&nbsp;regulator, Asynchronous fireflies use few&nbsp;parts">19</a></td><td><a href="http://hackaday.com/2013/04/20/" title="This piggy bank is our stock&nbsp;broker, GUI window manager on an AVR&nbsp;chip, Mood lamp/notifier uses neat modular PCB&nbsp;design">20</a></td>
563
+ </tr>
564
+ <tr>
565
+ <td><a href="http://hackaday.com/2013/04/21/" title="3D printing some sweet&nbsp;music, Drop-in pcb makes Nintendo Four Score a USB&nbsp;joystick, Hackaday Links: Sunday, April 21st,&nbsp;2013">21</a></td><td><a href="http://hackaday.com/2013/04/22/" title="Automatic tubular bells given a MIDI interface&nbsp;too, Connect a Retina display to a regular&nbsp;computer, 20 pounds and a gut feeling yields a configurable Rubidium atomic clock&nbsp;source">22</a></td><td><a href="http://hackaday.com/2013/04/23/" title="Console radio given new life with a WiFi router&nbsp;retrofit, What are the best hacking&nbsp;documentaries?, OTM-02 is a 3D printed&nbsp;wristwatch, Rattle generator is a new type of dynamo for a&nbsp;bicycle">23</a></td><td id="today">24</td><td>25</td><td>26</td><td>27</td>
566
+ </tr>
567
+ <tr>
568
+ <td>28</td><td>29</td><td>30</td>
569
+ <td class="pad" colspan="4">&nbsp;</td>
570
+ </tr>
571
+ </tbody>
572
+ </table></div></div></div>
573
+ <div id=virurl>
574
+ <!-- BEGIN - VIRURL Widget - iFrame Embed Code -->
575
+ <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"
576
+ width="300" height="600" scrolling="no" >
577
+ </iframe>
578
+ <!-- END - VIRURL Widget - iFrame Embed Code -->
579
+ </div>
580
+ <br />
581
+ <br />
582
+ <div id=tl_ad_bottom>
583
+ <script type="text/javascript"><!--
584
+ google_ad_client = "ca-pub-1812638130783065";
585
+ /* Hackaday sidebar wide skyscraper */
586
+ google_ad_slot = "1587378096";
587
+ google_ad_width = 160;
588
+ google_ad_height = 600;
589
+ google_ad_region = "test";
590
+ //-->
591
+ </script>
592
+ <script type="text/javascript"
593
+ src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
594
+ </script>
595
+ </div>
596
+
597
+
598
+ <br />
599
+
600
+
601
+
602
+
603
+
604
+
605
+ </div> </div><!-- end #content-sidebar-wrap -->
606
+ </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 &copy; 2013 &middot; <a href="http://www.studiopress.com/" title="Genesis Framework">Genesis Framework</a> &middot; <a href="http://wordpress.org/" title="WordPress">WordPress</a> &middot; <a href="http://hackadaycom.wordpress.com/wp-login.php">Log in</a></p></div></div><!-- end .wrap --></div><!-- end #footer -->
607
+ <script type="text/javascript">
608
+ var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
609
+ document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
610
+ </script>
611
+ <script type="text/javascript">
612
+ var pageTracker = _gat._getTracker("UA-2201445-6");
613
+ pageTracker._trackPageview();
614
+ </script>
615
+ <!-- Start Quantcast tag -->
616
+ <script type="text/javascript">
617
+ _qoptions={
618
+ qacct:"p-cc6zkdHuZwUDM"
619
+ };
620
+ </script>
621
+ <script type="text/javascript"
622
+ src="http://edge.quantserve.com/quant.js"></script>
623
+ <noscript>
624
+ <img src="http://pixel.quantserve.com/pixel/p-cc6zkdHuZwUDM.gif"
625
+ style="display: none;" border="0" height="1" width="1"
626
+ alt="Quantcast"/>
627
+ </noscript></div><!-- end #wrap -->
628
+
629
+ <script type="text/javascript">
630
+ var _qevents = _qevents || [], wpcomQuantcastData = {"qacct":"p-18-mFEk4J448M","labels":",language.en,type.wpcom,vip.hackadaycom"};
631
+ function wpcomQuantcastPixel( labels, options ) {
632
+ var i, defaults = wpcomQuantcastData, data = { event: 'ajax' };
633
+
634
+ labels = labels || '';
635
+ options = options || {};
636
+
637
+ if ( typeof labels != 'string' )
638
+ options = labels;
639
+
640
+ for ( i in defaults ) {
641
+ data[i] = defaults[i];
642
+ }
643
+
644
+ for ( i in options ) {
645
+ data[i] = options[i];
646
+ }
647
+
648
+ if ( data.labels ) {
649
+ data.labels += ',' + labels;
650
+ } else {
651
+ data.labels = labels;
652
+ }
653
+
654
+ _qevents.push( data );
655
+ };
656
+ (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); })();
657
+ _qevents.push( wpcomQuantcastData );
658
+ </script>
659
+ <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>
660
+
661
+
662
+ <!-- /// LOAD CHARTBEAT /// -->
663
+ <script type="text/javascript">
664
+ var _sf_async_config={};
665
+ _sf_async_config.uid = 2021;
666
+ _sf_async_config.useCanonical = true;
667
+
668
+ (function(){
669
+ function loadChartbeat() {
670
+ window._sf_endpt=(new Date()).getTime();
671
+ var e = document.createElement('script');
672
+ e.setAttribute('language', 'javascript');
673
+ e.setAttribute('type', 'text/javascript');
674
+ e.setAttribute('src',
675
+ (("https:" == document.location.protocol) ? "https://s3.amazonaws.com/" : "http://") +
676
+ "static.chartbeat.com/js/chartbeat.js");
677
+ document.body.appendChild(e);
678
+ }
679
+ var oldonload = window.onload;
680
+ window.onload = (typeof window.onload != 'function') ?
681
+ loadChartbeat : function() { oldonload(); loadChartbeat(); };
682
+ })();
683
+ </script>
684
+ <div style="display:none">
685
+ </div>
686
+ <script type='text/javascript' src='http://s2.wp.com/_static/??-eJylzMsOREAQRuEXMoqgEwvxLC4/qjPVOl3dZh4fO3vrk+/Qz3+m3UW4SFZpxsET/D+3mtEjxQ0CJR8gnIRWOCgrfXm8lcAl0uQRFtbtlR3Cqtegl66smto0xhStPQEw5Dy+'></script>
687
+ <script type="text/javascript">
688
+ // <![CDATA[
689
+ (function() {
690
+ try{
691
+ if ( window.external &&'msIsSiteMode' in window.external) {
692
+ if (window.external.msIsSiteMode()) {
693
+ var jl = document.createElement('script');
694
+ jl.type='text/javascript';
695
+ jl.async=true;
696
+ jl.src='/wp-content/plugins/ie-sitemode/custom-jumplist.php';
697
+ var s = document.getElementsByTagName('script')[0];
698
+ s.parentNode.insertBefore(jl, s);
699
+ }
700
+ }
701
+ }catch(e){}
702
+ })();
703
+ // ]]>
704
+ </script><script src="http://s.stats.wordpress.com/w.js?21" type="text/javascript"></script>
705
+ <script type="text/javascript">
706
+ st_go({'blog':'4779443','v':'wpcom','tz':'-7','user_id':'0','subd':'hackadaycom'});
707
+ 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();}
708
+ ex_go({'crypt':'UE40eW5QN0p8M2Y/RE1BNmNJfGhxNCVxUDExYmtXRThKbHcwXTdETWI1alhvb1oseHImN101ZFpEakVpYjlQYVFLYzBaVHRtPz0wXS9bVlFpZ3c1Qn5KSThLNS9lSHNGOE1IJk9+N3xFNWxyT2x+MUpnR1dJcFZKdW1kNjNSWkVfYURzdzd5bVtmNUhOQWtiYzlFaF1jP0QzQnJUc1AlX1I2ZVk4U2VTcEtCZWRVRkQ0JVhmd0hlLm42OWE/STdBSlU0SXV3QksrZDhGVVldZS9uU2xDM2xPQUxDZ1ppUmtBdDlXLSsvTloyVi5RY3ZDV1AzMVRtdVBKW2k3SA=='});
709
+ addLoadEvent(function(){linktracker_init('4779443',0);});
710
+ </script>
711
+ <noscript><img src="http://stats.wordpress.com/b.gif?v=noscript" style="height:0px;width:0px;overflow:hidden" alt="" /></noscript>
712
+ <script type="text/javascript">
713
+ // Trigger Quantcast pixel for each Infinite Scroll post load
714
+ if ( 'function' === typeof( jQuery ) ) {
715
+ jQuery( document.body ).on( 'post-load', function() {
716
+ if ( 'function' === typeof( wpcomQuantcastPixel ) )
717
+ wpcomQuantcastPixel();
718
+ } );
719
+ }
720
+ </script>
721
+ </body>
722
+ </html>