Explore >> Select a destination


You are here

rethinkdb.com
| | blog.appsignal.com
5.8 parsecs away

Travel
| | Learn how to create and use an Elixir gRPC server
| | github.com
6.9 parsecs away

Travel
| | Create HyperText with JavaScript. Contribute to hyperhype/hyperscript development by creating an account on GitHub.
| | sookocheff.com
8.1 parsecs away

Travel
| | View all articles in the Pipeline API Series. The Pipelines API is a general purpose workflow engine for App Engine applications. With the Pipelines API we can connect together complex workflows into a coherent run time backed by the Datastore. This article provides a basic overview of the Pipelines API and how it can be used for abritrary computational workflows. In the most basic sense a Pipeline is an object that takes input, performs some logic or computation on that input, and produces output. Pipelines can take two general forms - synchronous or asynchronous. Synchronous pipelines act as basic functions that must complete during a single request. Asynchronous pipelines spawn child pipelines and connect them together into a workflow by passing input and...
| | dustingram.com
19.1 parsecs away

Travel
| Using Android's Simple Protocol for Automated Network Control to send touch events to a physical device using Python and a TCP socket.