Python On Poker sequence

by rullon.myopenid.com, May 15, 2010 19:51

thanks for feedback!
>Is g...

55502f40dc8b7c769880b10874abc9d0 Talk
def get_combinations(sequence,joker=10):
    """
    Checks duplicates in sequence, returns tuple with char and duplicate count
...

Python Poker sequence

by rullon.myopenid.com, May 11, 2010 13:27, 1 refactoring, tagged with python, poker

get max length of duplicate...

55502f40dc8b7c769880b10874abc9d0 Talk
entries         = BlogEntry.objects.filter(status=True,sticky=False,control_tags=controlTag)[offset:(offset+limit)]
sticky_entries  = BlogEntry.objects.filter(status=True,sticky=True,control_tags=controlTag)

...

Python Django combining querysets

by rullon.myopenid.com, March 23, 2010 21:19, 1 refactoring, tagged with python, django

When i combine this way, re...

55502f40dc8b7c769880b10874abc9d0 Talk
we have: 
--------

...

Python On Regexp extraction in Python

by rullon.myopenid.com, March 17, 2010 13:33

2nicerobot, thx for reply!
...

55502f40dc8b7c769880b10874abc9d0 Talk
import re

def process_html(str):
...

Python Regexp extraction in Python

by rullon.myopenid.com, March 17, 2010 10:22, 5 refactorings, tagged with python, regexp

Is it good way to extract p...

55502f40dc8b7c769880b10874abc9d0 Talk