I hereby claim:
- I am MarcoBuster on github.
- I am marcobuster (https://keybase.io/marcobuster) on keybase.
- I have a public key whose fingerprint is 00B0 026F 65CF DE48 F95E 2BF1 2371 A2D6 4C58 1B16
To claim this, I am signing this object:
#!/usr/bin/python3 | |
import subprocess | |
import argparse | |
import re | |
SOLVERS = [ | |
"cplex", | |
"minos", | |
"snopt", |
I hereby claim:
To claim this, I am signing this object:
Lo SPID è uno strumento utile per poter autenticarsi a tutti i servizi della Pubblica Amministrazione, senza dover rinunciare alla sicurezza. Difatti, tutti i provider SPID devono implementare la MFA (Multi-Factor Authentication) per l'autenticazione di livello 2 e superiori.
Poste Italiane è un provider SPID e implementa la MFA con due modalità:
Trovo la verifica SMS anacronistica, quindi ho sempre utilizzato l'applicazione ufficiale per autenticarmi. L'applicazione è però lenta, bloat, contiene 2 traccianti (Google Crashlytics e Google Firebase Analytics) e chiede svariati permessi inutili.
import argparse | |
TAB_SIZE = 1 | |
parser = argparse.ArgumentParser( | |
description="Converti le tabelle testuali del corso di Ricerca Operativa del Professore Righini in parametri MathProg", | |
) | |
parser.add_argument( | |
"name", | |
metavar="name", |
import os | |
import glob | |
from telethon.sync import TelegramClient | |
BACKUP_FOLDER="/your/backups/path" | |
KEY_FILE = "/your/key/path.txt" # echo "yourpassword" > key.txt | |
API_ID = 12345 # Telegram API ID (https://my.telegram.org) | |
API_HASH = "qwertyuiopasdfghjklzxcvbnm" # Telegram API hash (https://my.telegram.org) | |
BOT_TOKEN = "123456789:qwertyuiopasdfghjklzxcvbnmqwertyuiop" # Telegram bot token (@BotFather) | |
DEST_ID = -1001234567890 # Destination chat ID (hint: use a private channel) |
GAGAAΨAAAC ΨAGΨAΨΨCΨΨ CΨGGΨCCCCA CAGACΨCAGA GAGAACCCGC 50 | |
CACCAΨGΨΨC GΨGΨΨCCΨGG ΨGCΨGCΨGCC ΨCΨGGΨGΨCC AGCCAGΨGΨG 100 | |
ΨGAACCΨGAC CACCAGAACA CAGCΨGCCΨC CAGCCΨACAC CAACAGCΨΨΨ 150 | |
ACCAGAGGCG ΨGΨACΨACCC CGACAAGGΨG ΨΨCAGAΨCCA GCGΨGCΨGCA 200 | |
CΨCΨACCCAG GACCΨGΨΨCC ΨGCCΨΨΨCΨΨ CAGCAACGΨG ACCΨGGΨΨCC 250 | |
ACGCCAΨCCA CGΨGΨCCGGC ACCAAΨGGCA CCAAGAGAΨΨ CGACAACCCC 300 | |
GΨGCΨGCCCΨ ΨCAACGACGG GGΨGΨACΨΨΨ GCCAGCACCG AGAAGΨCCAA 350 | |
CAΨCAΨCAGA GGCΨGGAΨCΨ ΨCGGCACCAC ACΨGGACAGC AAGACCCAGA 400 | |
GCCΨGCΨGAΨ CGΨGAACAAC GCCACCAACG ΨGGΨCAΨCAA AGΨGΨGCGAG 450 | |
ΨΨCCAGΨΨCΨ GCAACGACCC CΨΨCCΨGGGC GΨCΨACΨACC ACAAGAACAA 500 |
package main | |
import ( | |
"bufio" | |
"fmt" | |
"os" | |
"strconv" | |
"strings" | |
) |
import csv | |
from datetime import datetime | |
import praw | |
import base36 | |
import plotly # plotly==2.0.8, latest version without the bullshit | |
import plotly.graph_objs as go | |
import plotly.plotly as py | |
from config import PLOTLY_USERNAME, PLOTLY_APIKEY, CLIENT_ID, CLIENT_SECRET, TARGET |
#!/bin/bash | |
FILENAME="history/$(date +%Y-%m-%d"_"%H-%M-%s)".tar.gz | |
backup_redis () { | |
/usr/bin/docker cp $1:/data/dump.rdb latest/$1.rdb | |
} | |
backup_postgres () { | |
/usr/bin/docker exec -t $1 pg_dumpall -c -U postgres > latest/$1.sql |
# This is free and unencumbered software released into the public domain. | |
# | |
# Anyone is free to copy, modify, publish, use, compile, sell, or | |
# distribute this software, either in source code form or as a compiled | |
# binary, for any purpose, commercial or non-commercial, and by any | |
# means. | |
# | |
# In jurisdictions that recognize copyright laws, the author or authors | |
# of this software dedicate any and all copyright interest in the | |
# software to the public domain. We make this dedication for the benefit |