1
2
3
4
def cart(maxs):
    """
    Compute each new result as it if was a number where digit i is of
...

Python On Permutation of values

by Auron, October 08, 2008 16:55

My second proposal is based...

C2953d47b6de83f3217b48c3584fab1c Talk

Python On Permutation of values

by Auron, October 07, 2008 14:44

Excellent!

C2953d47b6de83f3217b48c3584fab1c Talk
1
2
3
4
def perm(ni):
    result = []
    
...

Python Permutation of values

by Auron, October 07, 2008 12:18, 3 refactorings, tagged with recursion, lists

Boys and girls, it's time t...

C2953d47b6de83f3217b48c3584fab1c Talk

C# On TableAdapter and CommandTim...

by Auron, September 22, 2008 12:21

I think our solutions did t...

C2953d47b6de83f3217b48c3584fab1c Talk

C# On TableAdapter and CommandTim...

by Auron, July 03, 2008 13:59

You see, I don't find using...

C2953d47b6de83f3217b48c3584fab1c Talk
1
2
3
using System.Data;
...

C# On TableAdapter and CommandTim...

by Auron, July 03, 2008 10:19

Oh, yes, you're right. I di...

C2953d47b6de83f3217b48c3584fab1c Talk

C# On Cache SQL Server Views

by Auron, July 02, 2008 16:55

This code seems to work pre...

C2953d47b6de83f3217b48c3584fab1c Talk
1
2
3
4
namespace DataSetTableAdapters {

...

C# On TableAdapter and CommandTim...

by Auron, July 02, 2008 16:23

Thank you very much for you...

C2953d47b6de83f3217b48c3584fab1c Talk
1
2
3
4
namespace DataSetTableAdapters {

    partial class MyTableAdapter {
...

C# TableAdapter and CommandTim...

by Auron, July 02, 2008 10:19, 8 refactorings, tagged with tableadapter, commandtimeout, dataset, ado, C#, .net

As TableAdapters are are au...

C2953d47b6de83f3217b48c3584fab1c Talk