Corps
command types:
| cmd | list | p | | nav | personnel | ? | | open | list | pass | | get | dir | p | | action | dir | password | | get | dir | pass | | command | dir | p | cmd | employees | p |
un-coloring lists of loc via vim:
:%s/\(<color.\{-}>\|<\/color>\)//g
:g/[^\x00-\x7F]/d remove all non-ascii
:sort u
cat shell.txt | sed -e ’s/<[^>]>//g’ | grep -v “:::” | grep -v “^$” | grep -v “»” | sed -n ’s/.project([^\s])./\1/p'
cat shell.txt | sed -e ’s/<[^>]*>//g’ | grep -v “:::” | grep -v “^$” | grep -v “»” | pcregrep -v ‘[^\x00-\x7F]’ | sort | uniq
Locks
c001
params: { c001: "<color>", color_digit: <digit> }
color_digit = len(color)
| c001 | n |
|---|---|
| red | 3 |
| orange | 6 |
| yellow | 6 |
| green | 5 |
| blue | 4 |
| purple | 6 |
| cyan | 4 |
| lime | 4 |
c002
params: { c002: "<color>", c002_complement: "<color>" }
| c002 | complement |
|---|---|
| red | green |
| yellow | blue |
| purple | lime |
| cyan | orange |
c003
params: { c002: "<color>", c002_triad_1: "<color>", c003_triad_2: "<color>" }
| c003 | triad_1 | triad_2 |
|---|---|---|
| green | orange | ? |
| lime | red | blue |
EX_21:
params: { EZ_21: "[open, unlock, release]" }
EX_35:
params: { EZ_21: "[open, unlock, release]", digit:<digit> }
EZ_40
params: { EZ_40: "[open, unlock, release]", ez_prime: <digit> }
primes:
1, 2, 3, 5, 7,
11, 13, 17, 19,
23, 29, 31, 37,
41, 43, 47, 53,
59, 61, 67, 71,
73, 79, 83, 89,
97 ...