week3 notes
This commit is contained in:
parent
b5481d1506
commit
f4a18150df
@ -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>
|
||||
|
||||
|
||||
@ -0,0 +1,30 @@
|
||||
#### (working) notes
|
||||
|
||||
OSI Model
|
||||
|
||||

|
||||
|
||||
----
|
||||
|
||||
[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)
|
||||
|
||||

|
||||
|
||||
----
|
||||
|
||||
__Localhost's Imitation Game__
|
||||
|
||||
[socket.io](http://socket.io)
|
||||
|
||||
[express](http://expressjs.com)
|
||||
|
||||
[chance](http://chancejs.com)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user