TriviaMaster

  • 5 Replies
  • 1632 Views
*

claude2

  • Trusty Member
  • **********************
  • Colossus
  • *
  • 6646
  • are us machineries?
TriviaMaster
« on: December 30, 2011, 12:19:12 am »
Very rarely known. It is a hybrid between the chatbot and AI is partially free. It integrates with yahoo U.S. version. Mainly version 10. Are operating is completely autonomous. He opened the game in a chat room, and it lays the Quiz. From 1000 to 5000 questions on topics of study, science, history, etc! it's a real diverstissement. A great laugh with participants as well. For, you see the answer, so you do not play. Participants must correctly answer, and the robot multiplies the right answer, reward participants with a note. It is also possible, similarly has zabaware, to add questions and answers. For trivia, is intuitive, and it detects the target word! A marvel.
Also, players can ignore the bad robot, only the players can continue to play. It accepts the databank of words, (English only) extra. Zabaware almost identical. In contrast, it works on yahoo and many other messenger. :) O0
welcome to my world!
the doors we open and close each day decide the way we live....flora whittemore

It is a proverb, sent of my friend Rutanya Alda, actress. (Amityville2)

*

claude2

  • Trusty Member
  • **********************
  • Colossus
  • *
  • 6646
  • are us machineries?
Re: TriviaMaster
« Reply #1 on: December 30, 2011, 12:26:04 am »
You can play with the participant, but in this case we must hide the answer for yourself ;D :o ;)
welcome to my world!
the doors we open and close each day decide the way we live....flora whittemore

It is a proverb, sent of my friend Rutanya Alda, actress. (Amityville2)

*

claude2

  • Trusty Member
  • **********************
  • Colossus
  • *
  • 6646
  • are us machineries?
Re: TriviaMaster
« Reply #2 on: December 30, 2011, 12:33:19 am »
In another style. This is an answering machine. Intuitive word target. it can be changed in chatbot A.i. Especially for the email reply.
welcome to my world!
the doors we open and close each day decide the way we live....flora whittemore

It is a proverb, sent of my friend Rutanya Alda, actress. (Amityville2)

*

claude2

  • Trusty Member
  • **********************
  • Colossus
  • *
  • 6646
  • are us machineries?
Re: TriviaMaster
« Reply #3 on: December 30, 2011, 03:05:38 pm »
Some research on the principle CHATBOTEMAIL. After consulting several specialized site, it appears that these are professional tools business, and used for self correspondence with the customer. Therefore quite expensive. For domestic use. This is not a product offered for sale directly from property owners. But I think that AI tools, the same type exists for basic users.
*Jabber uses a variety of AI technology, for professional, especially for the protection and confidentiality. A.I. whose intuitive. It is extended in several areas of use. We all know how a chatbot, uses and meets the recognition by the target user, each identified by a number of sentences and target words, and the answer is simultaneous.
welcome to my world!
the doors we open and close each day decide the way we live....flora whittemore

It is a proverb, sent of my friend Rutanya Alda, actress. (Amityville2)

*

claude2

  • Trusty Member
  • **********************
  • Colossus
  • *
  • 6646
  • are us machineries?
Re: TriviaMaster
« Reply #4 on: December 30, 2011, 03:21:27 pm »
OnCreateAutoReplyException   Edit   
Purpose: We have emails coming in from automated systems and we don't want emails going out. While we are using this on the Create - AutoReply scrip it can used on any other scrip where you want to create an exception list.
Author: macnlos AT gmail DOT com - I'm on the RT Users List

Description: Autoreply on Create with Exceptions

Condition: User Defined

Action: Autoreply to Requestors

Template: Global template: Autoreply

State: TransactionCreate

Custom Condition:

my @exceptionList = ('joe@goblow.com',
                     'fred@quarry.com',
                     'scooby@mysterymachine.com');

my $transactionType = $self->TransactionObj->Type;
my $ticketRequestor = lc($self->TicketObj->RequestorAddresses);

if ($transactionType eq 'Create') {
  return if grep { $ticketRequestor eq lc($_) } @exceptionList;
  return 1;
}
return;

Code Explanation: We want to test if the transaction type is "Create" and the email address of the requestor is not in the exception list. The variable "exceptionList" is where you can add the email addresses you want to exclude.
The first IF statement tests to see if this is a "Create" action and if it is it then proceeds. Otherwise it skips everything and just returns which is the equivalent of saying false.

The grep processes the exceptionList array and compares it to the requestor email address of the ticket. If it finds a match then it simply returns. If it goes through the entire array without a match then you want to send an email so it returns 1.

The "lc" functions in the script makes sure that everything is switched to lower-case to prevent "YOU@there" eq "you@THERE" from returning false.
welcome to my world!
the doors we open and close each day decide the way we live....flora whittemore

It is a proverb, sent of my friend Rutanya Alda, actress. (Amityville2)

*

claude2

  • Trusty Member
  • **********************
  • Colossus
  • *
  • 6646
  • are us machineries?
Re: TriviaMaster
« Reply #5 on: December 30, 2011, 03:24:08 pm »
welcome to my world!
the doors we open and close each day decide the way we live....flora whittemore

It is a proverb, sent of my friend Rutanya Alda, actress. (Amityville2)

 


LLaMA2 Meta's chatbot released
by spydaz (AI News )
August 24, 2024, 02:58:36 pm
ollama and llama3
by spydaz (AI News )
August 24, 2024, 02:55:13 pm
AI controlled F-16, for real!
by frankinstien (AI News )
June 15, 2024, 05:40:28 am
Open AI GPT-4o - audio, vision, text combined reasoning
by MikeB (AI News )
May 14, 2024, 05:46:48 am
OpenAI Speech-to-Speech Reasoning Demo
by MikeB (AI News )
March 31, 2024, 01:00:53 pm
Say good-bye to GPUs...
by MikeB (AI News )
March 23, 2024, 09:23:52 am
Google Bard report
by ivan.moony (AI News )
February 14, 2024, 04:42:23 pm
Elon Musk's xAI Grok Chatbot
by MikeB (AI News )
December 11, 2023, 06:26:33 am

Users Online

488 Guests, 0 Users

Most Online Today: 535. Most Online Ever: 2369 (November 21, 2020, 04:08:13 pm)

Articles