Epic Blog of Awesome

code.tech.sci.math.art.write

AdvanTej: Android : Passing data between main thread and worker threads.

Android : Passing data between main thread and worker threads.There may be situations where you want to spawn a thread from your Activity or Service to handle long running and may be blocking tasks. In such cases, its sometimes necessary to pass data back and forth between the main thread and the worker threads. E.g. if the worker thread finishes a task and returns the result to the main activity to display the results OR you want to keep a worker thread around and ask it to switch between tasks depending on some message you pass to it.

via AdvanTej: Android : Passing data between main thread and worker threads..

Java Chat Bot Tutorial A.I Artificial Intelligence Chatbot Tutorial Chatterbot Tutorial this is a basic introduction to how to implement a chatbot in Java or other programming languages

Basically, a chatterbot is a computer program that when you provide it with some inputs in Natural Language English, French … responds with something meaningful in that same language. Which means that the strength of a chatterbot could be directly measured by the quality of the output selected by the Bot in response to the user? By the previous description, we could deduce that a very basic chatterbot can be written in a few lines of code in a given specific programming language. Let’s make our first chatterbot notice that all the codes that will be used in this tutorial will be written in Java. So, it is assumed that the reader is familiar with this language

via Java Chat Bot Tutorial A.I Artificial Intelligence Chatbot Tutorial Chatterbot Tutorial this is a basic introduction to how to implement a chatbot in Java or other programming languages.

Studio Ghibli

I looked up this studio because I love the movie Ponyo. Looks like they’ve done many great animated films.

Studio Ghibli, Inc. (株式会社スタジオジブリ Kabushiki-gaisha Sutajio Jiburi?) is a Japanese animation and film studio founded in June 1985. The company’s logo features the character Totoro (a large forest spirit) from Hayao Miyazaki’s film My Neighbor Totoro. It has its headquarters in Koganei, Tokyo.[1]
Many anime features created by Studio Ghibli have won the Animage Anime Grand Prix award including: Castle in the Sky in 1986; My Neighbor Totoro in 1988; and Kiki’s Delivery Service in 1989. In 2002, Spirited Away won a Golden Bear and an Oscar for Best Animated Feature which remains the only film made outside the English-speaking world to have done so.

via Studio Ghibli – Wikipedia, the free encyclopedia.

Apache Jelly – Wikipedia, the free encyclopedia

Apache Jelly is a Java and XML based scripting and processing engine for turning XML into executable code.[1] Jelly is a component of Apache Commons.Custom XML languages are commonly created to perform some kind of processing action. Jelly is intended to provide a simple XML based processing engine that can be extended to support various custom actions.

via Apache Jelly – Wikipedia, the free encyclopedia.