Replace INSERT_YOUR_API_KEY_HERE with original API key.
After registration your get API key here: https://api.golemio.cz/api-keys/auth/
Replace INSERT_YOUR_API_KEY_HERE with original API key.
After registration your get API key here: https://api.golemio.cz/api-keys/auth/
| -- Query GTFS tables | |
| SELECT DISTINCT | |
| x.stop_id, | |
| next_stop, | |
| stops.stop_name | |
| FROM | |
| ( | |
| SELECT | |
| stop_id, | |
| stop_sequence, |
| Článek | Editací | |
|---|---|---|
| Ruská invaze na Ukrajinu (2022) | 1674 | |
| Časová osa ruské invaze na Ukrajinu (2022) | 731 | |
| Mistrovství světa ve fotbale 2022 | 483 | |
| Survivor Česko & Slovensko | 352 | |
| Úmrtí v roce 2022 | 342 | |
| Seznam fotbalistů s 500 a více vstřelenými brankami | 331 | |
| Tvoje tvář má známý hlas (9. řada) | 325 | |
| 2022 | 316 | |
| Seznam zájemců o kandidaturu ve volbě prezidenta České republiky 2023 | 311 |
| [{"id":"roam-transit/953","type":"gtfs","name":"Roam Transit GTFS","raw":"http://data.trilliumtransit.com/gtfs/roamtransit-banff-ab-ca/roamtransit-banff-ab-ca.zip","location":{"type":"Point","properties":{"name":"Banff, AB, Canada","shortName":"Banff"},"coordinates":[-115.570769,51.178363]}},{"id":"mission-bay-tma/952","type":"gtfs","name":"Mission Bay TMA GTFS","raw":"http://data.trilliumtransit.com/gtfs/missionbay-ca-us/missionbay-ca-us.zip","location":{"type":"Point","properties":{"name":"San Francisco, CA, USA","shortName":"San Francisco"},"coordinates":[-122.419415,37.774929]}},{"id":"avalon-transit/951","type":"gtfs","name":"Avalon Transit","raw":"http://data.trilliumtransit.com/gtfs/avalon-ca-us/avalon-ca-us.zip","location":{"type":"Point","properties":{"name":"Santa Catalina Island, California 90704, USA","shortName":"Santa Catalina Island"},"coordinates":[-118.41631,33.387886]}},{"id":"blue-grass-ultra-transit-service/950","type":"gtfs","name":"Blue Grass Ultra-Transit Service GTFS","raw":"http://dat |
Free to read online: exploringjs.com/impatient-js/
esm package.String.prototype.replaceAll()Promise.any()_) as separators in number literals and bigint literals| #BEGIN prompt code | |
| function makePrompt { | |
| local pred="\[\033[0;31m\]" | |
| local pyellow="\[\033[1;33m\]" | |
| bold=$'\e[1m'; underline=$'\e[4m'; dim=$'\e[2m'; strickthrough=$'\e[9m'; blink=$'\e[5m'; reverse=$'\e[7m'; hidden=$'\e[8m'; normal=$'\e[0m'; black=$'\e[30m'; red=$'\e[31m'; green=$'\e[32m'; orange=$'\e[33m'; blue=$'\e[34m'; purple=$'\e[35m'; aqua=$'\e[36m'; gray=$'\e[37m'; darkgray=$'\e[90m'; lightred=$'\e[91m'; lightgreen=$'\e[92m'; lightyellow=$'\e[93m'; lightblue=$'\e[94m'; lightpurple=$'\e[95m'; lightaqua=$'\e[96m'; white=$'\e[97m'; default=$'\e[39m'; BLACK=$'\e[40m'; RED=$'\e[41m'; GREEN=$'\e[42m'; ORANGE=$'\e[43m'; BLUE=$'\e[44m'; PURPLE=$'\e[45m'; AQUA=$'\e[46m'; GRAY=$'\e[47m'; DARKGRAY=$'\e[100m'; LIGHTRED=$'\e[101m'; LIGHTGREEN=$'\e[102m'; LIGHTYELLOW=$'\e[103m'; LIGHTBLUE=$'\e[104m'; LIGHTPURPLE=$'\e[105m'; LIGHTAQUA=$'\e[106m'; WHITE=$'\e[107m'; DEFAULT=$'\e[49m'; | |
| tabChar=$'\t' |
| alias ls='ls --color=auto' | |
| alias ll='ls -alF' | |
| alias la='ls -A' | |
| alias l='ls -CF' | |
| alias dir='dir --color=auto' | |
| alias vdir='vdir --color=auto' | |
| alias grep='grep --color=auto' | |
| alias fgrep='fgrep --color=auto' | |
| alias egrep='egrep --color=auto' | |
| # Add an "alert" alias for long running commands. Use like so: |
This is a compiled list of falsehoods programmers tend to believe about working with time.
Don't re-invent a date time library yourself. If you think you understand everything about time, you're probably doing it wrong.
| const videoPlayer = netflix | |
| .appContext | |
| .state | |
| .playerApp | |
| .getAPI() | |
| .videoPlayer; | |
| // Getting player id | |
| const videoPlayer = videoPlayer | |
| .getAllPlayerSessionIds()[0] |