Limiting the consecutive occurrence
#19
This is getting huge Hash-IT, you should be proud : P

I see a lot of good ideas, actually every idea here gives me several new ideas xD

- sed commands are customizable in an ultimate way, almost all what you guys wanted can be done. BUT, it iS slow!
However, if you define more specific conditions (e.g: Work on the first two characters only), it might get a bit faster.
And no, grep is way much slower than sed (With Perl regex too).

- This might sound weird, I've been thinking if we can calculate all the combinations in a very accurate way, we can actually know the ranges where the repetition thing will happen, thus, skipping these ranges using the -l, -s options in maskprocessor, I didn't try it though (Could be all wrong! xD)

- I'm a bit new to programming, but maybe I can program a generator for this. I'll make it support GPU too... In the next few years! xD
crunch-3.2 is a word-generator, it's source is already available for downloading!


I can't think of anything else now, let me see what you have!


Messages In This Thread
Limiting the consecutive occurrence - by Hash-IT - 05-23-2012, 12:38 AM
RE: Limiting the consecutive occurrence - by ntk - 05-27-2012, 01:28 PM
RE: Limiting the consecutive occurrence - by M@LIK - 05-27-2012, 03:30 PM
RE: Limiting the consecutive occurrence - by TAPE - 05-27-2012, 11:36 PM
RE: Limiting the consecutive occurrence - by ntk - 05-28-2012, 09:57 AM
RE: Limiting the consecutive occurrence - by ntk - 05-29-2012, 12:12 AM
RE: Limiting the consecutive occurrence - by ntk - 05-29-2012, 02:19 AM
RE: Limiting the consecutive occurrence - by ntk - 05-29-2012, 04:02 AM
RE: Limiting the consecutive occurrence - by ntk - 05-30-2012, 10:11 AM
RE: Limiting the consecutive occurrence - by ntk - 06-01-2012, 11:30 PM
RE: Limiting the consecutive occurrence - by ntk - 06-02-2012, 10:48 AM
RE: Limiting the consecutive occurrence - by ntk - 06-03-2012, 12:56 AM
RE: Limiting the consecutive occurrence - by ntk - 06-03-2012, 01:07 PM
RE: Limiting the consecutive occurrence - by ntk - 06-03-2012, 02:14 PM
RE: Limiting the consecutive occurrence - by ntk - 06-05-2012, 02:08 AM
RE: Limiting the consecutive occurrence - by ntk - 06-05-2012, 02:48 AM
RE: Limiting the consecutive occurrence - by aGia - 06-07-2012, 11:26 PM
RE: Limiting the consecutive occurrence - by ntk - 06-08-2012, 12:13 AM
RE: Limiting the consecutive occurrence - by aGia - 06-08-2012, 12:24 AM
RE: Limiting the consecutive occurrence - by ntk - 06-08-2012, 12:29 AM
RE: Limiting the consecutive occurrence - by ntk - 06-08-2012, 01:52 AM
RE: Limiting the consecutive occurrence - by d333 - 09-04-2012, 01:56 PM
RE: Limiting the consecutive occurrence - by atom - 09-04-2012, 02:04 PM