week3 notes

This commit is contained in:
gauthiier 2016-11-16 11:56:51 +01:00
parent b5481d1506
commit f4a18150df
2 changed files with 32 additions and 2 deletions

View File

@ -22,12 +22,12 @@
<div id="frame">
<!-- text area where the conversation is displayed -->
<textarea id="conversation" rows="10" cols="65">...</textarea>
<textarea id="conversation" text="..." rows="10" cols="65">...</textarea>
<!-- inputs from human to send to server -->
<div id="inputs">
<label>To Localhost: </label>
<input id="text_field" type="text" value="..." onkeydown="enter_message();"/>
<input id="text_field" type="text" onkeydown="enter_message();"/>
<input type="button" value="Send" onclick="send_message();"/>
</div>

View File

@ -0,0 +1,30 @@
#### (working) notes
OSI Model
![](http://www.tech-faq.com/wp-content/uploads/2009/01/osimodel.png)
----
[Turing: The Imitation Game](http://www.loebner.net/Prizef/TuringArticle.html)
[Turing Test](http://plato.stanford.edu/entries/turing-test/)
[Why Aren't We Reading Turing](http://furtherfield.org/features/articles/why-arent-we-reading-turing)
----
[ELIZA](https://en.wikipedia.org/wiki/ELIZA)
![](https://www.planet-source-code.com/upload_PSC/screenshots/PIC20021211110167299.gif)
----
__Localhost's Imitation Game__
[socket.io](http://socket.io)
[express](http://expressjs.com)
[chance](http://chancejs.com)