250
Points
Questions
48
Answers
34
-
- 928 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 …
- 309 views
- 1 answers
- 0 votes
-
- 307 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 …
- 312 views
- 0 answers
- 0 votes
-
- 347 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 …
- 342 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): …
- 304 views
- 0 answers
- 0 votes
-
I am using a package which defines a couple of classes (A & B). I want to extend class A …
- 290 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 …
- 306 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 …
- 310 views
- 1 answers
- 0 votes