Titolo | Cantante | Autori |
---|---|---|
Fino a qui | Alessandra Amoroso | Alessandra Amoroso, Jacopo Ettorre, Federica Abbate, Fabio Clemente, Alessandro Merli (Takagi & Ketra), P. Pasini |
Vai! | Alfa | Andrea De Filippi (Alfa), I. B. Scott, M. A. Jackson |
La noia | Angelina Mango | Angelina Mango, Madame, Dardust |
Sinceramente | Annalisa | Annalisa Scarrone, Davide Simonetta, Paolo Antonacci, Stefano Tognini (Zef) |
La rabbia non ti basta | BigMama | M. Mammonie (BigMama), L. M. Lazzerini, Enrico Brun, Enrico Botta (Estremo) |
Governo punk | Bnkr44 | Duccio Caponi (Piccolo), Andrea Locci (Faster), Dario Lombar |
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
from internetarchive import upload | |
import os | |
file="path/documento.pdf" | |
descr="descrizione documento" | |
head, tail = os.path.split(file) | |
md = dict(subject='tag1;tag2;tag3', description=descr) | |
r = upload(tail, files=file, metadata=md) | |
r[0].status_code |
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
Programma del partito Pippo | |
=========================== | |
Il nostro programma elettorale | |
---------------------------- | |
Siamo il partito Pippo, le nostre idee le troverai in questo documento. Di seguito i punti riguardanti il nostro programma elettorale: | |
### Sanità | |
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
SourceFile | GPSLatitude | GPSLongitude | |
---|---|---|---|
./8.jpg | 43.8865623472222 | 11.0489912030556 | |
./9.jpg | 43.8860435483333 | 11.0501651763889 | |
./11.jpg | 43.8868751525 | 11.0550527572222 | |
./10.jpg | 43.8851814269444 | 11.0526170730556 | |
./4.jpg | 43.8856506347222 | 11.0476722716667 | |
./5.jpg | 43.8860473630556 | 11.0476732252778 | |
./7.jpg | 43.8860473630556 | 11.0476732252778 | |
./6.jpg | 43.8856506347222 | 11.0476722716667 | |
./2.jpg | 43.8852233886111 | 11.0470733641667 |
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
exiftool -n -gpslatitude -gpslongitude -csv .> data.csv |
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
MacBook-Pro-di-Matteo:template TeoPro$ exiftool 1.jpg | |
ExifTool Version Number : 10.70 | |
File Name : 1.jpg | |
Directory : . | |
File Size : 3.7 MB | |
File Modification Date/Time : 2017:12:30 14:44:25+01:00 | |
File Access Date/Time : 2017:12:30 23:43:00+01:00 | |
File Inode Change Date/Time : 2017:12:30 22:39:22+01:00 | |
File Permissions : rw-r--r-- | |
File Type : JPEG |
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
#!/bin/bash | |
#vedere doc http://python-rsstail.readthedocs.io/en/latest/ | |
rsstail -i 3 -u http://emergency.copernicus.eu/mapping/list-of-components/EMSR261/feed -n 0 | while read line | |
do | |
afplay allarme.mp3 | |
echo "$line" | |
done |
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
EMSR260 | |
observed_event_a;built_up_a;facilities_a;hydrography_a;natural_land_use_a;sensor_metadata_a;transportation_l;transportation_p | |
pdf;300 |
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
#Fonte http://sumo.dlr.de/wiki/Simulation_of_Urban_MObility_-_Wiki | |
# dati .osm mappa da www.openstreetmap.org © OpenStreetMap contributors | |
cd ${0%/*} | |
#1: Scaricare i dati in un file OSM da OpenStreetMap.org (nel mio caso galciana.osm) | |
#2: Generare il file .net per la simulazione (Netconvert importa le informazioni relative alle strade e le converte in un unico formato usabile da altri tool) | |
netconvert --osm-files galciana.osm -o galciana.net.xml --output.street-names true --output.original-names true |
NewerOlder