-
E. O. Ospedali Galliera
- Genova - Italy
Pinned Loading
-
dicom-ecg-plot
dicom-ecg-plot PublicDicom ECG Viewer and Converter. Convert to PDF, PNG, JPG, SVG, ...
-
Example of remote sign using Aruba s...
Example of remote sign using Aruba services.The example creates a signed PDF document. 1from zeep import Client
2import sys
3import os
45WSDL = 'https://firmaautomatica.aruba.it/ArubaSignService/ArubaSignService?WSDL'
-
SICP problem on counting change - in...
SICP problem on counting change - in python 1"""
2How many different ways can we make change of $1.00, given half-dollars,
3quarters, dimes, nickels, and pennies?
4"""
5 -
Ransomware blocklist generator for S...
Ransomware blocklist generator for Shorewall (using https://ransomwaretracker.abuse.ch/blocklist/) 1#!/bin/bash
2# Author: Marco De Benedetto <debe@galliera.it>
3#
4# Ransomware blocklist for Shorewall using https://ransomwaretracker.abuse.ch/blocklist/
5#
-
Flatten list in Python
Flatten list in Python 1def flatten(l):
2if isinstance(l, list):
3out = []
4out = flatten(l.pop()) + out
5if l:
-
tesi-master
tesi-master PublicTesi del master dei 2° livello in cybersecurity dell'Università di Genova
TeX
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.