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
| import com.yubico.client.v2.VerificationResponse; | |
| import com.yubico.client.v2.YubicoClient; | |
| import com.yubico.client.v2.exceptions.YubicoValidationFailure; | |
| import com.yubico.client.v2.exceptions.YubicoVerificationException; | |
| import javax.swing.*; | |
| import java.io.BufferedReader; | |
| import java.io.File; | |
| import java.io.InputStreamReader; | |
| import java.net.Socket; |
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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> | |
| <link rel="shortcut icon" type="image/png" href="fav.png"/> | |
| <link rel="stylesheet" href="style.css" type="text/css"> | |
| <title>Competenze</title> | |
| </head> | |
| <body> | |
| <header> |
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
| <html> | |
| <head> | |
| <title>Figure</title> | |
| <style> | |
| body{ | |
| margin: 0 | |
| } | |
| div.f{ | |
| float: left; | |
| } |
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
| ##- IMPORT | |
| ##- DOC | |
| ''' | |
| Creare un programma che, dato un numero intero positivo,ne | |
| restituisce l'ultima cifra | |
| ''' | |
| ##- VARIABILI |
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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <link rel="stylesheet" href="style.css" type="text/css"> | |
| <title>Home</title> | |
| </head> | |
| <body> | |
| <header> | |
| <div class="logo">Elia Perantoni</div> | |
| <div class="nav"> |
NewerOlder