Page 2 of 25

PostPosted: Thu Aug 09, 2007 10:30 am
by Da80th
hi Joe,

Good job on programming these plug-ins, you come in at a perfect timing as Stan being very busy lately.

Again, good job! :cool:


Da80th

PostPosted: Thu Aug 09, 2007 10:37 am
by Joe
[quote=Da80th]
hi Joe,

Good job on programming these plug-ins, you come in at a perfect timing as Stan being very busy lately.

Again, good job! :cool:


Da80th
[/quote]

Yeah thanks,

Stan is very busy and hope he can able to spare time on some other filters and implementations.

Its very interesting to create plug-ins. I try to do my best to all EL Members

if any ideas to implementing filters, I am happy to give a try on it.

I can able to give a try because I am not well with knowledge in Java, I am jus learning.

Thanks for your Suggestions.

PostPosted: Fri Aug 10, 2007 1:25 am
by daniel
[quote=Joe]
Hi Daniel and All EL Members,

Here I have tried "Ticket Index Positions"

Please give your Suggestions and Corrections if any,

I hope this will be helpful to reduce the combinations.

Your suggestions and ideas to improve will be grateful.

Thanks,
[/quote]

Hi Joe,
Well done! It works if you filter one position at a time, but if you filter several positions at once it seems to have a problem with its AND logic?
Anyhow, its still very useful as it is.
Thanks
Daniel

PostPosted: Fri Aug 10, 2007 4:57 am
by Joe
but if you filter several positions at once it seems to have a problem with its AND logic?


i think problem will be solved if we add Min to Max positions must pass right?

Plug-Ins 4- Combination Digit Counts -

PostPosted: Mon Aug 13, 2007 11:54 am
by Joe
Hi All,

Please use this Plug-in too,

Hope this too can help you to reduce Combinations,

This is the "Digit counts in Single Combinations", You can set the Min and Max for the each single digits,

Thanks.

PostPosted: Tue Aug 14, 2007 9:26 pm
by stan
great job joe!

if you're not too busy developing your plugins i can give you some more tips&tricks, e.g. create a new web page for them and let others download them more comfortably...

PostPosted: Tue Aug 14, 2007 9:30 pm
by stan
[quote=Da80th:1186648208]
Good job on programming these plug-ins, you come in at a perfect timing as Stan being very busy lately.
[/quote]

i know - sorry about that. i don't have that much free time to spend on expert lotto. but it should get better in a few weeks time :red:

PostPosted: Tue Aug 14, 2007 10:52 pm
by Trust
Hi Joe !

Your filter plug-ins are great but it seems to be a problem when
i try to build a group with your filter(s)

If i try to add the "Ticket Index Positions" filter to a group -in the
filter group builder they show up as (remove 0/0)

Do you have any idea of what is wrong or maybe Stan knows how to fix
it?

PostPosted: Wed Aug 15, 2007 6:45 am
by Joe
[quote=stan]
great job joe!

if you're not too busy developing your plugins i can give you some more tips&tricks, e.g. create a new web page for them and let others download them more comfortably...
[/quote]

Thanks a lot stan, I am not much busy, I am very happy to create more plug-ins as much I can, and I am very happy to participate in developing works, Looking for you tips & tricks,

Once again thanks for all your wishes,

PostPosted: Wed Aug 15, 2007 6:49 am
by Joe
[quote=Trust]
Hi Joe !

Your filter plug-ins are great but it seems to be a problem when
i try to build a group with your filter(s)

If i try to add the "Ticket Index Positions" filter to a group -in the
filter group builder they show up as (remove 0/0)

Do you have any idea of what is wrong or maybe Stan knows how to fix
it?
[/quote]


Yeah, thanks for reporting, I didn't check that compound filters before I post it, really sorry,

Hope I can Solve this problem and try to make it sooner.

Thanks Trust,

PostPosted: Wed Aug 15, 2007 6:08 pm
by Red Devil
[quote=Joe:1186998898]
Hi All,

Please use this Plug-in too,

Hope this too can help you to reduce Combinations,

This is the "Digit counts in Single Combinations", You can set the Min and Max for the each single digits,

Thanks.
[/quote]

Joe,

I can't seem to get this to work, no matter what I check it always returns either 0 or all combinations. Could you give us a little more instruction please.

Thanks

Red Devil

PostPosted: Wed Aug 15, 2007 6:17 pm
by Joe
yeah, Its single Digits counts in the combinations,

For Example: 01 12 24 37 44 49,

for this combination, I have counted each Singe Digits ( 0 to 9).

0 counts is 1
1 counts is 2
2 counts is 2
3 counts is 1.
...
9 counts is 1.

you can select the Digits and set the Min and Max counts.

The the bottom of the count is Min and Max selected digit counts must be passed.

In First/Last Digit, you can select either first or last Digits, but here we can able to set for both.

If this is not cleat, please let me know

Thanks Red.

PostPosted: Wed Aug 15, 2007 11:18 pm
by Red Devil
Joe,

First, I wrongly assumed that this filter was associated with the Index not the drawn numbers.

So can I assume from your example; 01 12 24 37 44 49

that the ones you missed out are:

4 counts = 4
7 counts = 1

In effect you are counting the number of times each digit appears as both a first digit and a last digit

Just to make sure that I have got this the following example draw:

06 10 11 19 22 46 would be:

0 = 2
1 = 4
2 = 2
3 = 0
4 = 1
5 = 0
6 = 2
7 = 0
8 = 0
9 = 1

Regards

Red Devil

PostPosted: Thu Aug 16, 2007 4:18 am
by Joe
Exactly Red,

Hope you got it now, This filter can be used in many different ways,

For Example, we can find how many Min and Max zero occurrences of the Digits in the Combinations.

Like wise Single Occurrences, double, 3 and extra...

Presently We cant use this in Compound filter, I'll fix the problem soon.

Thanks

PostPosted: Thu Aug 16, 2007 9:06 pm
by Red Devil
Joe,

Yes I got it now and it works fine

Thanks