Skip to content

Instantly share code, notes, and snippets.

View AntoineAugusti's full-sized avatar
🚄
High speed, low carbon

Antoine Augusti AntoineAugusti

🚄
High speed, low carbon
View GitHub Profile
We can't make this file beautiful and searchable because it's too large.
n_amenageur;n_operateur;n_enseigne;id_station;n_station;ad_station;code_insee;Xlongitude;Ylatitude;nbre_pdc;id_pdc;puiss_max;type_prise;acces_recharge;accessibilité;observations;date_maj
Aix-Marseille-Provence;BOUYGUES ENERGIES ET SERVICES;MAMP;FR*M13*P13092*001;SAINT-CHAMAS - Rue Victor Ferrier;Rue Victor Ferrier 0 SAINT-CHAMAS;13092;5.030772;43.549935;0;FR*M13*E13092*001*1;22;EF - T2;payant;24h/24 7j/7;Recharge par badge et avec une application smartphone;2020/07/02
Aix-Marseille-Provence;BOUYGUES ENERGIES ET SERVICES;MAMP;FR*M13*P13115*001;VERNEGUES - Route Du Château Bas;Route Du Château Bas 0 VERNEGUES;13115;5.205005;43.689299;2;FR*M13*E13115*001*1;22;EF - T2;payant;24h/24 7j/7;Recharge par badge et avec une application smartphone;2020/07/02
Aix-Marseille-Provence;BOUYGUES ENERGIES ET SERVICES;MAMP;FR*M13*P13204*004;MARSEILLE-4E - Avenue Des Chartreux;Avenue Des Chartreux 13004 MARSEILLE-4E;13204;5.400736;43.310012;0;FR*M13*E13204*004*2;22;EF - T2;payant;24h/24 7j/7;Recharge par badge et avec une applica
@AntoineAugusti
AntoineAugusti / citymapper_cmi.csv
Last active March 26, 2020 12:57
Citymapper Mobility Index on 2020-03-26
city date percentage
Barcelona 2020-03-02 112
Barcelona 2020-03-03 105
Barcelona 2020-03-04 105
Barcelona 2020-03-05 106
Barcelona 2020-03-06 105
Barcelona 2020-03-07 110
Barcelona 2020-03-08 107
Barcelona 2020-03-09 104
Barcelona 2020-03-10 92
@AntoineAugusti
AntoineAugusti / ftplib_simple_proxy.py
Created August 8, 2022 12:41 — forked from fmoo/ftplib_simple_proxy.py
An FTP client implementation that supports sending and receiving data via SOCKS proxy using PASV transfers
import ftplib
import socket
import socks # socksipy (https://github.com/mikedougherty/SocksiPy)
class FTP(ftplib.FTP):
def __init__(self, host='', user='', passwd='', acct='',
timeout=socket._GLOBAL_DEFAULT_TIMEOUT,
proxyconfig=None):
"""Like ftplib.FTP constructor, but with an added `proxyconfig` kwarg

Instructions

Read the following tutorial, type the commands and play with Redis as you read through.

Refer to the list of commands. You can:

  • search for a command using its name
  • search all commands available for a type (look only at Generic/Hash/List/Set/Sorted set/String).

Redis tutorial