]> gitweb.factorcode.org Git - factor.git/history - extra/metar
scryfall: parse mtga deck format
[factor.git] / extra / metar /
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-01-20 John BenediktssonSwitch to https urls
2023-01-12 Doug Colemanfactor: fix some spacing
2022-08-17 Doug Colemancore: subseq-index? -> subseq-of?
2022-07-31 Doug Colemansequences: rename subsequence? words to subseq? again.
2022-07-31 Doug Colemancore: find-subseq -> subsequence-starts, find-subseq...
2022-07-31 Doug Colemanfactor: use new words
2022-05-27 John Benediktssonmetar: adding relative humidity calculation.
2022-01-20 Doug Colemanfactor: trim more using lists.
2021-12-21 Doug Colemanfactor: use more split/join words
2021-12-20 Doug Colemanfactor: words -> split-words, lines -> split-lines...
2021-12-20 Doug Colemancore: Add words/unwords/unwords-as and use them.
2021-12-20 Doug Colemancore: Change lines -> read-lines, contents -> read...
2021-10-26 John Benediktssonmetar: print all-stations.
2021-10-26 John Benediktssonmetar: fix some international metar parsing.
2021-10-26 John Benediktssonmetar: some fixes for weather out of place.
2021-10-26 John Benediktssonmetar: fix "1 1/2SM" visibility.
2020-05-21 John Benediktssonmetar: add a main.
2019-03-21 John Benediktssonregexp: try again to fix the issue with backslashes.
2018-11-20 John Benediktssonmetar: fix for timestamps like "2124" meaning "2200".
2018-02-15 John Benediktssonmore test IN: cleanup.
2017-07-04 Björn Lindqvistbasis/,extra/: lots of new tags.txt files
2017-01-21 John BenediktssonRevert "sequences: swap stack arguments for start/start...
2017-01-21 John Benediktssonsequences: swap stack arguments for start/start*/subseq?.
2016-09-07 John Benediktssonmetar: some fixes for TAF parsing.
2016-09-07 John Benediktssonmetar: whoops, fix taf url.
2016-09-07 John Benediktssonmetar: switching urls from weather.noaa.gov to tgftp...
2016-08-20 Björn Lindqvistextra/: ensuring tests have an IN:-line ending with...
2016-03-31 John Benediktssonregexp: one R/ syntax to rule them all, simpler this...
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-13 Doug Colemanextra: use throw-foo for ERROR: change
2015-06-06 John Benediktssonmetar: simplify <taf-report>.
2015-04-01 John Benediktssonmetar: adding METAR and TAF weather parsers.