1 | |
2 | <head> |
3 | <style type="text/css">body { font-family: Arial }</style> |
4 | <title>TinyBrain.de</title> |
5 | |
6 | <script type="text/javascript"> |
7 | function iframeRef( frameRef ) { |
8 | return frameRef.contentWindow ? frameRef.contentWindow.document : frameRef.contentDocument |
9 | } |
10 | |
11 | function SubmitLine() { |
12 | //var chatframe = iframeRef(document.getElementById('chatframe')); |
13 | var chatframe = document.getElementById('chatframe'); |
14 | var say = document.getElementById('say'); |
15 | var sending = document.getElementById('sending'); |
16 | var url = '/tb/groupchat.php?title=&side=human&text='+encodeURIComponent(say.value); |
17 | //alert(url); |
18 | chatframe.src = url; |
19 | say.value = ''; |
20 | if (sending) |
21 | sending.style.visibility = "visible"; |
22 | return false; |
23 | } |
24 | |
25 | //var titleForFrame = 'xx'; /*document.title;*/ |
26 | </script> |
27 | </head> |
28 | |
29 | <body> |
30 | |
31 | <h2>TinyBrain.de</h2> |
32 | |
33 | <p> |
34 | <img title="Stefan Reich" alt="Stefan Reich" src="http://eyeocr.sourceforge.net/filestore/filestore.php?cmd=serve&file=blob_1001862&contentType=image/jpeg" align="left" width="90" height="90" style="margin-right: 15px; margin-bottom: 15px"> |
35 | Hello! I am Stefan. <b>I program intelligent bots</b>. I am a former Google engineer, and recently I ALMOST got a million $ in terms of <a href="http://hackerunit.com">investment</a>. The investors didn't follow up properly (yet), but I AM DOING THE A.I. REVOLUTION ANYWAYS. |
36 | </p><p> |
37 | |
38 | We're going out of the "Hello World" zone into real world applications now, so: <b>Please tell me what kind of intelligent (talking!) program you could use.</b> It's all usable over the web (or natively on Android phones). |
39 | </p><p> |
40 | |
41 | BTW, if you want to know the technology behind it: <a href="http://javax.tinybrain.de">Here's</a> my super-language for A.I. programming. <a href="mailto:stefan.reich.maker.of.eye@gmail.com">Mail.</a> Cheers</p> |
42 | |
43 | <span style="font-size: 15pt"> |
44 | <a href="http://nlbots.slack.com">nlbots.slack.com</a> - our bot community where you can talk to the bots and become a bot maker! To get invited, enter your e-mail here: |
45 | <center><form action="http://bots.tinybrain.de/1002018/submit"><input type="text" name="email" value="my@email.com"> <input type="submit" value="Invite me!"> |
46 | </form></center> |
47 | |
48 | <p><a href="http://relp.slack.com"><b>relp.slack.com</b></a> - another community of interesting people. <a href="https://www.reddit.com/3vnf1w">invitation there is a bit more manual.</a> |
49 | <br><a href="http://challenge.tinybrain.de">The bot writing challenge</a> in C#, C++, Python etc. |
50 | <br><a href="http://tinybrain.de:8080/chat/">chat.</a> (not so used anymore) |
51 | </p></span> |
52 | |
53 | <p>Latest blog posts:</p> |
54 | |
55 | <p>Coming up :-)</p> |
56 | |
57 | <hr> |
58 | |
59 | |
60 | <div style="text-align: center"> |
61 | <a href="http://tinybrain.blog.de">Blog!</a> |
62 | | |
63 | <a href="http://snippets.tinybrain.de">Database!</a> |
64 | | |
65 | <a href="http://javax.tinybrain.de">JavaX!</a> |
66 | </div> |
67 | |
68 | And here are my <a href="http://bots.tinybrain.de">bots</a>: :-) |
69 | |
70 | <iframe src="http://bots.tinybrain.de" width="100%" height="500"> |
71 | </iframe> |
72 | |
73 | <br> |
74 | |
75 | <center> |
76 | Visitor Map:<br> |
77 | <div style="display:inline-block;width:300px;"><script type="text/javascript" src="//ra.revolvermaps.com/0/0/7.js?i=0bmw9uo55x2&m=0&c=ff0000&cr1=ffffff&sx=0" async="async"></script></div></center> |
78 | |
79 | <!-- Google Analytics --> |
80 | <script> |
81 | (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
82 | (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
83 | m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
84 | })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); |
85 | |
86 | ga('create', 'UA-19356788-5', 'tinybrain.de'); |
87 | ga('send', 'pageview'); |
88 | </script> |
89 | <!-- Google Analytics End --> |
download render html show line numbers
Travelled to 12 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #754 |
Snippet name: | New homepage |
Eternal ID of this version: | #754/1 |
Text MD5: | 7d2bd7671514bf9df8b20cff6d651390 |
Author: | stefan |
Category: | homepages |
Type: | HTML |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2015-12-13 22:02:04 |
Source code size: | 3742 bytes / 89 lines |
Pitched / IR pitched: | No / Yes |
Views / Downloads: | 642 / 4528 |
Referenced in: | [show references] |