250
Points
Questions
48
Answers
34
-
- 653 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 …
- 228 views
- 1 answers
- 0 votes
-
- 220 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 …
- 223 views
- 0 answers
- 0 votes
-
- 242 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 …
- 250 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): …
- 205 views
- 0 answers
- 0 votes
-
I am using a package which defines a couple of classes (A & B). I want to extend class A …
- 215 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 …
- 220 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 …
- 226 views
- 1 answers
- 0 votes