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
| {-# START_FILE package.yaml #-} | |
| name: {{name}} | |
| version: 0.1.0.0 | |
| synopsis: | |
| description: | |
| homepage: https://github.com/{{github-username}}{{^github-username}}githubuser{{/github-username}}/{{name}}#readme | |
| license: AGPL-3.0-or-later | |
| author: {{author-name}}{{^author-name}}Author name here{{/author-name}} | |
| maintainer: {{author-email}}{{^author-email}}example@example.com{{/author-email}} | |
| copyright: {{copyright}}{{^copyright}}{{year}}{{^year}}2019{{/year}} {{author-name}}{{^author-name}}Author name here{{/author-name}}{{/copyright}} |
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
| #!/usr/bin/env woxi | |
| (* 2026 FIFA World Cup (Group Stage) - Goals per Match per Million Inhabitants | |
| Teams that have already scored at least one goal in the group stage, ranked | |
| by goals scored per match per one million inhabitants (so teams are compared | |
| fairly regardless of how many games they have played). Only group-stage | |
| matches are counted; knockout games are excluded. Match results are loaded | |
| live from the openfootball/worldcup.json dataset on GitHub. Populations come | |
| from the built-in CountryData knowledge base, in millions. |