-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathindex.htm
More file actions
26 lines (26 loc) · 1.52 KB
/
Copy pathindex.htm
File metadata and controls
26 lines (26 loc) · 1.52 KB
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
<!doctype html>
<html itemscope="itemscope" itemtype="http://schema.org/WebPage">
<head>
<meta itemprop="image" content="//www.google.com/images/google_favicon_128.png">
<title>Google Turing Machine (2012-06-24)</title>
<script>
window.google = {doodle:{url:"http://www.google.com/search?q=Alan Turing", alt:"Alan Turing's 100th Birthday"}};
window.onload = function(){
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
};
</script>
<script src="turing12.3.js" async="true" type="text/javascript"></script>
<style>.c{color:#ccc}.c:hover{color:#678}</style>
</head>
<body>
<div class=c>Восстановленный движок машины Тьюринга после отработки на сайтах Гугла. 12 задач на программирование - кликните для начала работы. <a href="http://www.google.com/doodles/alan-turings-100th-birthday" style="color: #bbe">Об этом дудле</a>.</div>
<div id="hplogo" style="position: relative; width:487px; margin: 40px auto"></div>
<div class="g-plusone" data-annotation="inline" data-width="170"></div>
<div>© 2012 Google</div>
<div>© 2012 deobfuscate spmbt:<br>
<a href="https://github.com/spmbt/gTuringMachine">github.com/spmbt/gTuringMachine</a><br>
<a href="http://habrahabr.ru/post/146444/">habrahabr.ru/post/146444/</a></div>
</body>
</html>