This file contains hidden or 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
{ | |
"meta": { | |
"uuid": "0b6caa79-1aef-4ade-b575-464f54705b0b", | |
"request": { | |
"path": "iol/cc/A1235678/kpi/leads", | |
"qparams": { | |
"min_date": "2017-02-23", | |
"max_date": "2017-05-23", | |
"time_aggregation": "month", | |
"leads_aggregation": "lead" |
This file contains hidden or 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 bash | |
set -euo pipefail | |
crontab_bin=/usr/bin/crontab | |
if (( ${#@} != 1 )); then | |
echo 1>&2 "${0##*/} <param>" | |
exit 1 | |
fi | |
if [[ $1 == '-r' ]]; then |
This file contains hidden or 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 bash | |
# vim-recover: recover all the orphan swap files | |
# @version: 0.5b | |
# @require: set directory=~/.config/nvim/swap_files// | |
# @author: Giuseppe Ricupero | |
# @e-mail: [email protected] | |
set -euo pipefail | |
IFS=$'\n\t' | |
vim_flavour=/usr/bin/vim |
This file contains hidden or 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
@GrabResolver('https://jitpack.io') | |
@Grab('com.github.grational:empovered-text:v0.5.0') | |
import it.grational.text.EmpoveredText | |
String original = """<p><strong>Informazioni Azienda <em>ENZA <u>BUTTIGLIERI</u></em> S.A.S. DI <u>VINCENZA BUTTIGLIERI E C.</u></strong></p><p>L'azienda <strong>ENZA BUTTIGLIERI S.A.S. DI VINCENZA BUTTIGLIERI E C.</strong>, con partita IVA 01639160090 e codice fiscale <em>italico <u>01639160090</u></em>, ha come attivit\u00e0 prevalente Servizi dei saloni di barbiere e parrucchiere ed \u00e8 registrata con il codice Ateco prevalente: 96.02.01 . L'ultimo fatturato disponibile \u00e8 del [anno] ed \u00e8 di {fatturato}. La sua forma giuridica \u00e8 Societ\u00e0 in accomandita semplice e la sua sede legale si trova in VIA NIELLA 29 R - 17100 SAVONA, in provincia di SV.</p><p>ENZA BUTTIGLIERI S.A.S. DI VINCENZA BUTTIGLIERI E C. <u>ha raggiunto un fatturat</u>o nel 2021 di \u20ac 0 e nel 2022 di \u20ac 0 con una differenza di \u20ac 0,00</p><ul><li> La |
OlderNewer