➜ ~ xmodmap -pp There are 12 pointer buttons defined.
Physical Button
Button Code
1 1
2 2
3 3
4 4
5 5
// This is the principal idea for the question and some thoughts that I didn't have time to explain. | |
// The simple version - O(CNM) where C number of queries, N number of log lines, M avg length of log line ==> O(NM) ? | |
static Set<String> findRelativeTags(Iterator<String> logStream, String[] queries) { | |
if (queries == null || queries.length == 0) { | |
return Collections.emptySet(); | |
} | |
Set<String> relativeTags = new HashSet<>(); | |
while (logStream.hasNext()) { | |
Set<String> logLineTagSet = splitTagSet(logStream.next()); |
➜ ~ xmodmap -pp There are 12 pointer buttons defined.
Physical Button
Button Code
1 1
2 2
3 3
4 4
5 5
I hereby claim:
To claim this, I am signing this object: