This file contains 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 Html exposing (li, text, ul) | |
import String exposing (split) | |
add a b = | |
numberToRoman ((romanToNumber a) + (romanToNumber b)) | |
romanToNumber roman = | |
List.length(split "" roman) | |
{- case roman of | |
"I" -> 1 |
This file contains 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
hashcat (v5.1.0) starting in benchmark mode... | |
Benchmarking uses hand-optimized kernel code by default. | |
You can use it in your cracking session by setting the -O option. | |
Note: Using optimized kernel code limits the maximum supported password length. | |
To disable the optimized kernel code in benchmark mode, use the -w option. | |
OpenCL Platform #1: NVIDIA Corporation | |
====================================== | |
* Device #1: Tesla V100-PCIE-16GB, 4064/16258 MB allocatable, 80MCU |