(05-29-2012, 01:47 PM)M@LIK Wrote: According to this : "AMD dual core 3GHz" It's your CPU : (
I'm on i7 2.4, I can generate 1GB within couple of hours.
Oh dear and I thought this was a good one !! It looks like I am out of the game chaps as I cannot generate these lists in a reasonable time. I would love to know how come the new processors are so much faster !
(05-29-2012, 01:47 PM)M@LIK Wrote: Here are all the commands for Regular Expression:
All the rules so far.Code:(.)\1\1
(.).*\1.*\1
(.).*\1.*(.).*\2
(.).*(.).*\1.*\2
(.).*(.).*\2.*\1
(ABCD|BCDE|CDEF|DEFG|EFGH|FGHI|GHIJ|HIJK|IJKL|JKLM|KLMN|LMNO|MNOP|NOPQ|OPQR|PQRS|QRST|RSTU|STUV|TUVW|UVWX|VWXY|WXYZ)
You are doing a fantastic job there M@LIK. have you been able to run more than one filter at a time with ULM ? I have tried using "|" to separate them but it didn't work for me.
Just a warning for people copying M@LIK's regular expressions. There seems to be a formatting problem so you need to copy and paste the code into notepad. Then look at "PQRS​". You might find a "?" there as in "PQRS?" which dramatically affects the output of ULM.