New Tool: kwprocessor
#14
OK, I just pushed the discussed feature to the GitHub repo. The kwp now is able to "jump over" a key, for example to generate a password like "a13d". This means it's no longer bound to just adjacant tiles. The default is set to not jump over a key, but you can use the new parameter:

--keywalk-distance-min
--keywalk-distance-max

To define a range for that. For example for the password above you need route "111" stored in "r" and use this command:

Code:
./kwp basechars/tiny.base keymaps/en.keymap r -n 2 -x 2 -0 | grep 1a3d
1a3d

The implementation is now using a 834-dimensional configuration, which is just important to know if you're writing a new route. For example, the chunk "1ay", which both is basically 2*SOUTH, is not "2" as you might think. It's "11", because SOUTH+basic-mod+distance-1 is different to SOUTH+basic-mod+distance-2.

--

I've also added a new route 2-to-4-exhaustive-prince.route which simply produces all keyboard-walk chunks of length 2 to 4. With this, using in combination with princeprocessor, you can generate extreme compley keyboard-walk pattern of any length. Note that princeprocessor supports reading from stdin, so you can pipe kwp to pp :)

--

atom


Messages In This Thread
New Tool: kwprocessor - by atom - 08-15-2016, 11:09 AM
RE: New Tool: kwprocessor - by richk - 08-15-2016, 12:12 PM
RE: New Tool: kwprocessor - by jodler303 - 08-15-2016, 02:00 PM
RE: New Tool: kwprocessor - by richk - 08-15-2016, 10:30 PM
RE: New Tool: kwprocessor - by jodler303 - 08-15-2016, 11:25 PM
RE: New Tool: kwprocessor - by richk - 08-16-2016, 12:28 AM
RE: New Tool: kwprocessor - by BeanBagKing - 08-15-2016, 05:41 PM
RE: New Tool: kwprocessor - by kiara - 08-15-2016, 06:17 PM
RE: New Tool: kwprocessor - by Kgx Pnqvhm - 08-15-2016, 09:54 PM
RE: New Tool: kwprocessor - by jodler303 - 08-16-2016, 01:36 AM
RE: New Tool: kwprocessor - by richk - 08-16-2016, 03:40 AM
RE: New Tool: kwprocessor - by jodler303 - 08-16-2016, 01:13 PM
RE: New Tool: kwprocessor - by atom - 08-17-2016, 05:02 PM
RE: New Tool: kwprocessor - by atom - 08-21-2016, 08:49 PM