Skip to content

Instantly share code, notes, and snippets.

@sabas
sabas / bulkReopen.sh
Created September 15, 2016 19:27
Reopen closed notes
IDNOTA=( 10 20 30 )
TESTO="Riapro%Nota"
USERNAME='pippo'
PASSWORD='password'
for i in "${IDNOTA[@]}" do
curl http://api.openstreetmap.org/api/0.6/notes/$IDNOTA/reopen?text=$TESTO --user $USERNAME:$PASSWORD
done
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sabas
sabas / thumb.sh
Created December 13, 2014 16:09
Resize photos (found online)
#!/bin/bash
for file in ./*
do
# next line checks the mime-type of the file
IMAGE_TYPE=`file --mime-type -b "$file" | awk -F'/' '{print $1}'`
if [ "x$IMAGE_TYPE" == "ximage" ]; then
WIDTH=`imageinfo --width "$file"` # obtaining the image width
HEIGHT=`imageinfo --height "$file"` # obtaining the image height
We can make this file beautiful and searchable if this error is corrected: It looks like row 2 should actually have 2 columns, instead of 4. in line 1.
# Funded Startups
45.561575 12.440669 20lin.es http://web.map2app.com/The-Italian-Startup-Ecosystem/it/Funded-Startups/20lin.es/
45.561575 12.440669 Addictive http://web.map2app.com/The-Italian-Startup-Ecosystem/it/Funded-Startups/Addictive/
40.8652032 14.2880629 Admantx http://web.map2app.com/The-Italian-Startup-Ecosystem/it/Funded-Startups/Admantx/
45.436113 9.200977 ADRaptors http://web.map2app.com/The-Italian-Startup-Ecosystem/it/Funded-Startups/ADRaptors/
38.920267 16.251785499999983 Affaredelgiorno.it http://web.map2app.com/The-Italian-Startup-Ecosystem/it/Funded-Startups/Affaredelgiorno.it/
43.8607568 10.517102499999964 Alga Energy http://web.map2app.com/The-Italian-Startup-Ecosystem/it/Funded-Startups/Alga-Energy/
44.483507 11.421468 Angiodroid http://web.map2app.com/The-Italian-Startup-Ecosystem/it/Funded-Startups/Angiodroid/
41.8309576 14.103255499999932 App Tripper http://web.map2app.com/The-Italian-Startup-Ecosystem/it/Funded-Startups/App-Tripper/
39.219637 9.106661 Appeat.it http://web.map2app.co
@sabas
sabas / haversine.js
Created November 2, 2014 11:35
Just an implementation of haversine formula in JS
function haversine(lat1,lon1,lat2,lon2)
{
var R = 6372797.560856;
var dlat = (lat2-lat1).toRad();
var dlon = (lon2-lon1).toRad();
var lonh=Math.sin(dlon*0.5);
lonh*=lonh;
We can make this file beautiful and searchable if this error is corrected: It looks like row 10 should actually have 5 columns, instead of 2. in line 9.
ID Titolo Anno Amministrazione Scheda applicazione
1 INAIL - DoCS 2004 INAIL inail_docs_gestione_patrimonio_applicativo.pdf
3 INPS - Automatizzare il ciclo di vita della posta in uscita, eliminando la carta. 2005 INPS inps_posta_ibrida.pdf
4 Giustizia - Sistema Informativo Integrato per il Controllo di Gestione 2005 Min. Giustizia giustizia_controllo_di_gestione.pdf
5 DigitPA - Gestione Incarichi di Collaborazione Online 2005 DigitPA digitpa-candidati_e_incarichi_di_collaborazione.pdf
6 SSPA - Sistema Orchestra - Strumenti di supporto alle decisioni del Dirigente Pubblico 2005 Scuola Superiore della PA sspa_orchestra.pdf
7 CNR SIGLA 2005 CNR cnr_sigla.pdf
8 MEF - Gestione giuridico-amministrativa del personale appartenente alle amministrazioni pubbliche 2005 Min. Economia e Finanze mef_siap.pdf
9 MIUR - Applicazione per accertare consistenza, situazione e funzionalita' patrimonio edilizio scolastico 2005 Min. Istruzione, Universita' e Ricerca miur_anagrafe_edilizia_scolastica.pdf
10 INPS - Gestione raccolta,
@sabas
sabas / Del mappatore in vacanza
Created September 5, 2014 19:18
Ode a Cortesi?
In quel dell'isola di Ventotene,
un giorno arrivò un mappatore,
di completarla voleva l'onore.
Molti chiesero: ma cosa ne viene?
Disse: dei dati aperti l'amore.
con l'aiuto di altri da remoto
lui partì ad esplorare l'ignoto
girando tutto in diverse ore.
@sabas
sabas / refinery.geojson
Created August 2, 2014 17:51
Raffinerie presenti in Italia
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.