Wednesday, July 19, 2017

dict words, regex, suffix and prefix, dwl


wc -l /usr/share/dict/words

need to separate into suffixes and prefix based on regexes

for example:

starting in words length 5
cross

ending in words length 6
stitch

No comments:

Post a Comment

Going one step further with Kotlin & gRPC

Recently, I tried using Quarkus with Kotlin for grpc. I have worked with grpc for communication between microservices in Java & Golang. ...