I hereby claim:
- I am spuklo on github.
- I am spuklo (https://keybase.io/spuklo) on keybase.
- I have a public key whose fingerprint is 66BA 9CE6 EE38 218C 9099 D566 1971 5BA8 D5D2 953D
To claim this, I am signing this object:
buildscript { | |
ext { | |
kotlin_version = "1.3.31" | |
} | |
repositories { | |
mavenCentral() | |
} | |
dependencies { |
from os.path import getsize, exists, isdir, join | |
from os import walk, remove | |
from sys import exit | |
from hashlib import md5 | |
from argparse import ArgumentParser | |
DEFAULT_EXTENSIONS = "jpg,jpeg,nef,raf,cr2,raw,dng,tif,tiff" | |
def md5sum_with_size(file_path): |
import org.hamcrest.Description; | |
import org.hamcrest.Factory; | |
import org.hamcrest.Matcher; | |
import org.hamcrest.TypeSafeMatcher; | |
public class CaseInsensitiveSubstringMatcher extends TypeSafeMatcher<String> { | |
private final String subString; | |
private CaseInsensitiveSubstringMatcher(final String subString) { |
I hereby claim:
To claim this, I am signing this object: