local copy of WMO stations used in lidojs & editolido:
Fichier | URL |
---|---|
nsd_bbsss.txt | http://tgftp.nws.noaa.gov/data/nsd_bbsss.txt |
vola_legacy_report.txt | https://oscar.wmo.int/oscar/vola/vola_legacy_report.txt |
local copy of WMO stations used in lidojs & editolido:
Fichier | URL |
---|---|
nsd_bbsss.txt | http://tgftp.nws.noaa.gov/data/nsd_bbsss.txt |
vola_legacy_report.txt | https://oscar.wmo.int/oscar/vola/vola_legacy_report.txt |
To install:
karabiner://karabiner/assets/complex_modifications/import?url=https://gist.githubusercontent.com/flyingeek/b0889580110020dc82e2e327fd8ed87e/raw/keypadcommatoperiod.json
karabiner://karabiner/assets/complex_modifications/import?url=https://gist.githubusercontent.com/flyingeek/b0889580110020dc82e2e327fd8ed87e/raw/c62345869f4a0d99373d71ec76841d449e84a944/toggle_hidden_files_in_finder_without_fn.json
As configured in my dotfiles.
start new:
tmux
start new with session name:
I hereby claim:
To claim this, I am signing this object:
This is a sort of demo file for scriptable-pdfjs
First copy scriptable-pdfjs.html into your Scriptable Documents folder.
Then copy paste below in a new script. Run and watch your console !
Fichier à copier dans Editorial pour editolido. Vous pouvez utiliser l'Installateur
import re | |
import subprocess | |
import sys | |
pdf_file = '/Users/Eric/Downloads/AFC_07JAN.pdf' | |
text_file = '/Users/Eric/Desktop/D-ATIS_AFC_07JAN.txt' | |
# pdftotext is required | |
# OSX: install HomeBrew then brew install poppler | |
# Windows: bad luck ? |