ror, scala, jetty, erlang, thrift, mongrel, comet server, my-sql, memchached, varnish, kestrel(mq), starling, gizzard, cassandra, hadoop, vertica, munin, nagios, awstats
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| openapi: 3.0.0 | |
| info: | |
| title: "OpenTripPlanner" | |
| version: "2.0.0-SNAPSHOT" | |
| description: "<h1>OpenTripPlanner</h1><p>The OpenTripPlanner multimodal journey planning system</p>" | |
| license: | |
| name: "GNU Lesser General Public License" | |
| url: "https://www.gnu.org/licenses/lgpl-3.0.txt" | |
| servers: [] | |
| paths: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from tornado.ioloop import IOLoop | |
| from tornado.platform.asyncio import AsyncIOMainLoop | |
| import asyncio | |
| import zmq.asyncio | |
| import zmq.eventloop | |
| import ipykernel.kernelapp | |
| p = asyncio.get_event_loop_policy() | |