-
Notifications
You must be signed in to change notification settings - Fork 35
/
wallOfNAND.html
33 lines (31 loc) · 1.36 KB
/
wallOfNAND.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<head>
<link rel="stylesheet" type="text/css" href="styles/style.css">
</head>
<html>
<body>
<div class="wrap">
<ul>
<li><a href="Binary.html"><b>SimpleCPU.com</b></a> </li>
</ul>
<div class="content">
<h2>Wall of NAND</h2>
Here are a collection of real life implementations of NAND gates.
<h3>Minecraft</h3>
<iframe width="420" height="315" src="https://www.youtube.com/embed/7hMs0zuv1yM" frameborder="0" allowfullscreen></iframe>
<br>
<br>
(psst, this project is <a href="https://github.com/r0nk/simplecpu" style="color: #0000AA">open source</a>, so any more videos are welcome!)<br>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55886101-1', 'auto');
ga('send', 'pageview');
</script>
<font size=2><a href="https://www.github.com/r0nk/simplecpu">source code</a> - <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=AVU3S9FB4BMCY&lc=US&item_name=Simple%20CPU¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted">donate</a> - <a href="mailto:r00nk@simplecpu.com">contact</a></font>
</body>
</html>