250
Points
Questions
48
Answers
34
-
- 127 views
- 1 answers
- 0 votes
-
I’m building an android compound control and nesting it into another compound control. The nested control, ThirtySecondIncrement, is a simple …
- 38 views
- 1 answers
- 0 votes
-
- 50 views
- 0 answers
- 0 votes
-
In my last post someone helped me to show my explore posts and it was very helpful. But I wanna …
- 37 views
- 0 answers
- 0 votes
-
- 44 views
- 1 answers
- 0 votes
-
I was developing a database in SQL Server where I was using an identity column as a seed for a …
- 54 views
- 2 answers
- 0 votes
-
I got a Category model class Category(models.Model): name = models.CharField(max_length=120,default=”, verbose_name=_(‘name’)) color = ColorField(default=’#FF0000′) and a Product model class Product(models.Model): …
- 45 views
- 0 answers
- 0 votes
-
I am using a package which defines a couple of classes (A & B). I want to extend class A …
- 43 views
- 2 answers
- 0 votes
-
I just found out about spyder-reports which can both generate the python code and the HTML output from the .mdw …
- 50 views
- 0 answers
- 0 votes
-
For a current project, I want to iterate over a list of word pairs that are defined as common_words within …
- 52 views
- 1 answers
- 0 votes