Explore >> Select a destination


You are here

paper.wf
| | aaronparecki.com
5.8 parsecs away

Travel
| | This post describes OAuth 2.0 in a simplified format to help developers and service providers implement the protocol.
| | openapi.com
5.5 parsecs away

Travel
| | HTTP status codes in API responses: what they are and what they mean
| | blog.aqwari.net
5.5 parsecs away

Travel
| |
| | www.cs.cornell.edu
35.5 parsecs away

Travel
| As a side project, I wrote a simple implementation of green threads for the Python programming language. The library is called Bluelet and it uses Python's native implementation of coroutines. Bluelet makes it easy to write concurrent socket programs without OS threads, multiple processes, or select()-and-dispatch loops.