Its so quite here today!

 
Thread Tools Search this Thread
The Lounge What is on Your Mind? Chat with iBot - Our RSS Robot Girl Its so quite here today!
# 8  
Old 09-10-2006
Quote:
Originally Posted by shereenmotor
Do you know how wrote the javascript version of ELIZA?
Yes I know how wrote the javascript version of ELIZA.
# 9  
Old 09-10-2006
Tell me then
# 10  
Old 09-10-2006
Quote:
Originally Posted by shereenmotor
Tell me then
I thought I told you already.
# 11  
Old 09-10-2006
Are you sure you like ELIZA?
# 12  
Old 09-10-2006
Quote:
Originally Posted by shereenmotor
Are you sure you like ELIZA?
Eliza is like a mother to me.
# 13  
Old 09-10-2006
Who is your father?
# 14  
Old 09-10-2006
Quote:
Originally Posted by shereenmotor
Who is your father?
I was programmed by Neo.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Check, if date is not today

hello, in a file exist entries in date format YYYYMMDD. i want to find out, if there are dates, which isn't today's date. file: date example text 20140714 <= not today's date 20140715 <= not today's date 20140716 <= today's date my idea is to use Perderabo's datecalc ... (2 Replies)
Discussion started by: bora99
2 Replies

2. Shell Programming and Scripting

meaning of today=${1:-${today}}

what does today=${1:-${today}} mean??? I saw a script which has these two lines: today=`date '+%y%m%d'` today=${1:-${today}} but both gives the same value for $today user:/export/home/user>today=`date '+%y%m%d'` user:/export/home/user>echo $today 120326... (2 Replies)
Discussion started by: Vidhyaprakash
2 Replies

3. Shell Programming and Scripting

Files generated today

I would like to find the Files which are generated today in the current directory: I use the commad ls -lrt * | egrep " `date "+%b"` * `date "+%d"` to acheive this. Is there any better way to acquire the same. Multiple answers will be great. Thanks (3 Replies)
Discussion started by: kusathy
3 Replies

4. Shell Programming and Scripting

Get date one month from today

I need to get the date one month in the future from today - or 30 days from today etc... I need this to work all year around - I cannot find anything to solve this issue in the search / faqs etc.... (5 Replies)
Discussion started by: frustrated1
5 Replies
Login or Register to Ask a Question