First, I fetched all of the Argo data up through 2021 via ftp:
wget -r ftp://ftp.ifremer.fr/ifremer/argo
# wait a long time
tree ftp.ifremer.fr
└── ifremer
└── argo
First, I fetched all of the Argo data up through 2021 via ftp:
wget -r ftp://ftp.ifremer.fr/ifremer/argo
# wait a long time
tree ftp.ifremer.fr
└── ifremer
└── argo
Accompanying scripts for https//stuartleeks/posts/wsl-github-cli-windows-notifications-part-2/
Abbreviated setup notes
toast.exe
from https://github.com/stuartleeks/toast/releases/latest and place in your Windows PATH
ghrun.sh
and save-args.sh
to your system and make executable (chmod +x ghrun.sh
etc)alias ghrun=/path/to/ghrun.sh
Enjoy!
###Batch import CSV to a Spreadsheet
http://stackoverflow.com/questions/17578317
#!/usr/bin/env python2 | |
""" | |
Author: takeshix <[email protected]> | |
PoC code for CVE-2014-0160. Original PoC by Jared Stafford ([email protected]). | |
Supportes all versions of TLS and has STARTTLS support for SMTP,POP3,IMAP,FTP and XMPP. | |
""" | |
import sys,struct,socket | |
from argparse import ArgumentParser |
{"error": 42716.2954, "samples": 506, "value": [22.532806324110698], "label": "RM <= 6.94", "type": "split", "children": [{"error": 17317.3210, "samples": 430, "value": [19.93372093023257], "label": "LSTAT <= 14.40", "type": "split", "children": [{"error": 6632.2175, "samples": 255, "value": [23.349803921568636], "label": "DIS <= 1.38", "type": "split", "children": [{"error": 390.7280, "samples": 5, "value": [45.58], "label": "CRIM <= 10.59", "type": "split", "children": [{"error": 0.0000, "samples": 4, "value": [50.0], "label": "Leaf - 4", "type": "leaf"}, {"error": 0.0000, "samples": 1, "value": [27.9], "label": "Leaf - 5", "type": "leaf"}]}, {"error": 3721.1632, "samples": 250, "value": [22.90520000000001], "label": "RM <= 6.54", "type": "split", "children": [{"error": 1636.0675, "samples": 195, "value": [21.629743589743576], "label": "LSTAT <= 7.57", "type": "split", "children": [{"error": 129.6307, "samples": 43, "value": [23.969767441860473], "label": "TAX <= 222.50", "type": "split", "children": [{"err |