Annoyance, money loss, on AWS, missing out on customers, data loss, damages, lawsuites
Horizontal axis: Amount of tests.
sport | |
prost | |
Bier-Tanke Antik-Rebe Eiter-Bank KI-beraten Bi-Raketen Bakterien Benkert-AI |
use std::iter::Peekable; | |
fn take_when_3(peeky: &mut Peekable<impl Iterator<Item = u8>>) -> Option<u8> { | |
if let Some(3) = peeky.peek() { | |
peeky.next() | |
} else { | |
None | |
} | |
} |
git ls-files | sed 's/.*\.//' | sort | uniq -c | sort -u |