This file contains 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | |
<title>RTNYC Transit App Hello</title> | |
<style> | |
@font-face { |
This file contains 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
https://otp-mta-prod.camsys-apps.com/otp/routers/default/plan?apikey=Z276E3rCeTzOQEoBPPN4JCEc6GfvdnYE&allowUnknownTransfers=false&mode=TRANSIT%2CWALK&numItineraries=3&showIntermediateStops=true&smartKissAndRide=true&flagStopBufferSize=50&nextDepartureWindow=86400&toPlace=LAT%2CLNG&fromPlace=LAT%2C%20LNG&arriveBy=false&wheelchair=false&maxWalkDistance=804&date=10%2F31%2F19&time=12%3A07%20AM&optimize=TRANSFERS&bannedAgencies=&bannedRouteTypes=702 |
We can make this file beautiful and searchable if this error is corrected: It looks like row 2 should actually have 5 columns, instead of 4 in line 1.
This file contains 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
M55 M550056 M550055 M550053 M550051 | |
M57 M570110 M570111 M570109 | |
M50 M500049 M500048 | |
B44+ SB44O0079 SB44O0080 SB44O0081 SB44O0082 SB44C0054 SB44O0071 SB44C0047 SB440060 SB44O0077 SB44C0053 SB44O0070 SB44O0078 SB44C0057 SB440069 SB44O0084 SB44O0086 SB44C0049 SB44C0056 SB440071 SB44C0055 SB44C0048 SB440059 SB440070 SB44O0085 SB44O0076 | |
M15+ SBS150146 SBS150147 SBS150145 SBS150148 SBS150149 | |
Q09 Q090118 Q090119 | |
S57 S570235 S570223 S570225 S570229 S570228 S570234 S570224 S570233 S570226 | |
S56 S560266 S560269 S560270 S560263 S560272 S560268 S560028 S560273 S560285 S560283 S560262 S560274 S560284 S560287 | |
S55 S550329 S550319 S550327 S550328 S550330 S550314 S550326 S550320 S550331 S550311 S550317 | |
S54 S540141 S540139 S540138 S540144 S540140 S540145 S540142 S540137 S540143 S540136 |
This file contains 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | |
<title>Matrice Tester</title> | |
<style> | |
body { | |
background-color: black; |
This file contains 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
namespace nyc.realtime; | |
/* | |
Why require Protocol Buffers and Flatbuffers? | |
Because we interop with web-browsers, it was necessary to build | |
a communication format that works on both sides. | |
Although protocol buffers works in the browser, a key part in the | |
decision making process was that WebAssembly should be taken into account. | |
JSON proved to be very inefficent for Web<->Server communication because |
This file contains 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
[ | |
{ | |
"stop1": "127", | |
"stop2": "128", | |
"polys": [ | |
"2000015" | |
] | |
}, | |
{ | |
"stop1": "123", |
This file contains 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
/*! | |
* Bootstrap v3.3.7 (http://getbootstrap.com) | |
* Copyright 2011-2016 Twitter, Inc. | |
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) | |
*/ | |
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ | |
html { | |
font-family: sans-serif; | |
-webkit-text-size-adjust: 100%; | |
-ms-text-size-adjust: 100%; |
This file contains 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
function FindProxyForURL(url, host) { | |
// Localhost, Intranet, DMZ and Private networks | |
if (shExpMatch(host, "localhost")) { | |
return "DIRECT"; | |
} | |
if (shExpMatch(host, "127.0.0.1")) { | |
return "DIRECT"; | |
} | |
if (shExpMatch(url, "ftp://*")) { | |
return "DIRECT"; |
This file contains 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
100 1.0 |
This file contains 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
@echo off | |
Setlocal EnableDelayedExpansion | |
title Minecraft Windows 10 Edition Launch debugger | |
echo Minecraft Windows 10 Edition Launch debugger | |
echo. | |
echo. | |
echo Contact Extreme_Heat on http://minecraftforum.net/ or Extreme on irc.esper.net for help with this file |
NewerOlder