| [ | |
| { | |
| owner: 'bcoe', | |
| repo: 'top-npm-users', | |
| description: ':star: Generate a list of top npm users by based on monthly downloads.', | |
| language: 'JavaScript', | |
| isFork: false, | |
| stargazers: 27, | |
| watchers: 27 | |
| } |
As proposed in Traewelling/line-colors#91.
To be deprecated in favor of a more scalable and sustainable approach (e.g. a shared repo).
This is a script that creatively uses the curl CLI to download an HTTP resource (colloquially "file"); It saves time & bandwidth whenever possible, but not at the expense of correctness.
- Compares
ETags to make sure that an unchanged resource is not transfered again, but a changed resource always is. - Requests a CE-coded (a.k.a. compressed, e.g. gzipped) representation of the resource, falling back to the "regular" one.
- Supports continuation, using conditional requests, but in contrast to the
-C -curl flag works with CE-coded responses, and falls back to a "full body" request.
People asked me: Why not use wget for this?
| product | notes | price (incl. VAT) | dedic.? | cores | RAM | SSD | Yabs | Geekbench ST | Geekbench MT | Geekbench version | operating system | date of benchmark |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Hetzner CPX11 | 4,58€/m | no | 2 | 2GB | 40GB | - | 1476/1496 |
2714/2732 |
Geekbench 6.3.0 Build 603408 (rosedale-main-build bca065a7d9) |
Ubuntu 22.04 | 2024-07-02 | |
| Hetzner CPX21 | 8,39€/m | no | 3 | 4GB | 80GB | - | 1484/1474 |
3862/3792 |
Geekbench 6.3.0 Build 603408 (rosedale-main-build bca065a7d9) |
Ubuntu 22.04 | 2024-07-02 | |
| Hetzner CPX22 | no IPv4 |
This uses gtfs-via-duckdb.
curl -fsSL \
'https://mobility-api.mobility-database.fintraffic.fi/gtfs-realtime/v2/' \
-H 'accept: application/protobuf' \
-H "x-api-key: $api_key" \
| ~/web/print-gtfs-rt-cli/cli.js -j \
| duckdb -readonly -csv -f match.sql gtfs/fintraffic.gtfs.duckdb \
| qsv select '!item' | head -n 10Please create an Issue in the transport-apis repo instead. 🙏
The Z shell (zsh) is a Unix shell [...]. Zsh can be thought of as an extended Bourne shell with a large number of improvements, including some features of bash, ksh, and tcsh.
Read more about ZSH at An Introduction to the Z Shell.
Choose one of the following options.
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
– The Git website
Choose one of the following options.