This file contains 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 python3 | |
import os | |
import re | |
import argparse | |
import shutil | |
import logging | |
from logging import handlers | |
from datetime import datetime | |
from pathlib import Path |
This file contains 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 python3 | |
import os | |
import shutil | |
import argparse | |
import subprocess | |
from pathlib import Path | |
import multiprocessing | |
import logging | |
from logging import handlers |
This file contains 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
[ | |
{ | |
"name": "Palais des Sports", | |
"category": "Palais omnisports", | |
"address": "81, Rue Raymond Teisseire", | |
"post_code": 13009, | |
"city": "Marseille", | |
"phone_number": "04 91 71 30 40", | |
"url": "http://sports-loisirs.marseille.fr/equipements-sportifs/palais-des-sports", | |
"longitude": 5.40128867653098, |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
// yarn add strava-v3 glob-promise glob lodash | |
const strava = require('strava-v3'); | |
const glob = require("glob-promise") | |
const _ = require("lodash") | |
strava.config({ | |
client_id: "", | |
client_secret: "", | |
redirect_uri: "http://localhost/callback", | |
}) |
This file contains 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
[ | |
{ | |
"date": "1995", | |
"value": 284.1733871 | |
}, | |
{ | |
"date": "1996", | |
"value": 262.2768595 | |
}, | |
{ |
This file contains 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
[ | |
{ | |
"date":2008, | |
"death":0, | |
"injury":300, | |
"malfunction":49 | |
}, | |
{ | |
"date":2009, | |
"death":2, |
This file contains 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
[ | |
{ | |
"date": 2008, | |
"value": 371 | |
}, | |
{ | |
"date": 2009, | |
"value": 187 | |
}, | |
{ |
This file contains 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
[ | |
{ | |
"label": "Warned about local complications", | |
"value": 52 | |
}, | |
{ | |
"label": "Not warned", | |
"value": 42 | |
}, | |
{ |
This file contains 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
[ | |
{ | |
"movie": "Avatar", | |
"budget": 237, | |
"box_office": 2784 | |
}, | |
{ | |
"movie": "ET: The Extra-Terrestrial", | |
"budget": 11, | |
"box_office": 793 |
NewerOlder