Looking for livecode teacher or coder

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
pxdn_eu
Posts: 1
Joined: Sat Jan 03, 2015 6:01 pm

Looking for livecode teacher or coder

Post by pxdn_eu » Sat Jan 03, 2015 6:10 pm

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!

WaltBrown
Posts: 466
Joined: Mon May 11, 2009 9:12 pm

Re: Looking for livecode teacher or coder

Post by WaltBrown » Sun Jan 04, 2015 4:41 pm

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
Walt Brown
Omnis traductor traditor

bn
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 4174
Joined: Sun Jan 07, 2007 9:12 pm

Re: Looking for livecode teacher or coder

Post by bn » Sun Jan 04, 2015 5:17 pm

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

Post Reply