Page 1 of 1

Looking for livecode teacher or coder

Posted: Sat Jan 03, 2015 6:10 pm
by pxdn_eu
Hello,

for a bigger project I need to code a PROOF of CONCEPT in livecode. Therefore I need a teacher who is able to teach me a simple application via skype.

The app needs to fulfill the following methods.


The client is on OS X, a simple window with a chat screen and send button. USER is able to type into text, and send the text away. The software checks the "sended" text file for trigger words. If software finds specific trigger word, it will reply which pre-defined answer. The answers are in a .txt file, located on a http server. If USER's line does not contain a trigger word, it will answer with a random answer.

Example: BOLD is trigger word.

USER: Hello how old are you?
(old) > triggers answer #049

AI: (answer #049) Iam older then the universe.

USER: How can I contact you?
(contact) > triggers answer #010

AI: we are chatting, I think you found a way already to contact me.

USER: What time is it?
(no trigger word found)

AI: (anwers #R03 randomly) Well, I need to go soon.


IF you have a offer (teaching or just programming) please contact me a.priorATpxdn.eu

thank you!

Re: Looking for livecode teacher or coder

Posted: Sun Jan 04, 2015 4:41 pm
by WaltBrown
Hi pxdn,

Have you looked thru any of the learning resources, like http://livecodesupersite.com/tutorials.html, http://livecode.byu.edu/indexgeneric.php, http://lessons.runrev.com/m/4071/l/1292 ... ng-sockets?

These all lead to further links of interest.

Also, it seems you may be doing AIML or similar, (not LC related) is http://www.alicebot.org/aiml.html.
Walt

Re: Looking for livecode teacher or coder

Posted: Sun Jan 04, 2015 5:17 pm
by bn
Hi pxdn,

have a look at a simple chat system by Björnke von Gierke which you find in "Sample Stacks" from within Livecode or

http://livecodeshare.runrev.com

search for Björnke

Kind regards
Bernd