raymyers - Overview
Pinned Loading
-
Simple Java program to tokenize stri... Simple Java program to tokenize string as a shell would - similar to shlex in Python. Not checked for POSIX compliance yet - feel free to comment with edge cases that could be fixed. This is my original work, free to reuse. Created for Stack Overflow question: https://stackoverflow.com/questions/1082953/shlex-alternative-for-java/20725050:
3
import java.util.ArrayList;
-
Refactoring patterns for Terraform
Ruby