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
<?php | |
// Used for `http://localhost:3000/log-viewer` module | |
// curl https://example.com/run -o run && php -S 0.0.0.0:9999 run | |
header("Access-Control-Allow-Origin: *"); | |
header("Access-Control-Allow-Methods: GET, OPTIONS"); | |
if ($_SERVER['REQUEST_METHOD'] == 'OPTIONS') { | |
http_response_code(200); | |
exit; | |
} |
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
[ | |
{ | |
"AssignmentId": 6653, | |
"VehicleId": 139, | |
"DriverId": 236, | |
"Lat": 1.34452713497524, | |
"Lng": 103.99161250800168, | |
"CreatedAt": "2024-09-13T16:45:51.581+08:00" | |
}, | |
{ |
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
#EXTM3U | |
#EXTINF:-1 tvg-id="nrk2" group-title="",nrk2 | |
https://nrk-nrk2.akamaized.net/22/0/hls/nrk_2/playlist.m3u8?bw_low=132&bw_high=5162&bw_start=1062&no_iframes&no_audio_only |
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
[ | |
{ | |
"driverId": "9a65c940-0b7d-4d77-b7da-8fddd36622b0" | |
"latitude": 1.789827923915587, | |
"longitude": 103.82482691777622, | |
"timestamp" 1721110464, | |
} | |
] |
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
{ | |
"status_message": "Found route between points", | |
"route_geometry": "aneG_d|xR|ZwIvv@mKd_@nTzZvXlTd_@", | |
"status": 0, | |
"route_instructions": [ | |
[ | |
"Left", | |
"", | |
5, | |
"1.319498,103.842142", |
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
{ | |
"note": "let's connect on twitter/x @huedaya 🧑🚀" | |
} |
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
{ | |
"api_endpoint": "https://remfm.unnes.ac.id/index.php/api/", | |
"api_endpoint_name": "primary server", | |
"last_update": 1618839574 | |
} |