350 reputation
10
bio website
location
age
visits member for 5 months
seen yesterday
stats profile views 66

May
22
comment Defining smallest possible sized macro in C
It's dumb to call people dumb when they need to have a more memory efficient representation of something.
May
22
revised Defining smallest possible sized macro in C
added 452 characters in body
May
22
comment Defining smallest possible sized macro in C
My compiler is still not liking this, let me edit my original post to show you.
May
22
comment Defining smallest possible sized macro in C
The only reason to avoid using a 64-bit integer is because my program could use an upwards of 26 gigs of RAM.
May
22
comment Defining smallest possible sized macro in C
I tried this; but, it does not evaluate as true when I have an if statement if (True) { /* Do Something */}
May
22
comment Defining smallest possible sized macro in C
int8 is fine, but I would rather have something smaller.
May
22
revised Defining smallest possible sized macro in C
added 188 characters in body
May
22
comment Defining smallest possible sized macro in C
How would they evaluate in an if statement? For example, let's say I want to look at the i-th row and j-th column and say if (boolMatrix[i][j]) { return 1}
May
22
asked Defining smallest possible sized macro in C
May
20
comment Create Hyperlink to view in another app with djangoRESTframework
No, I cannot because the two models are in different apps, and in my implementation, one of them is built with mongoengine instead of the standard Django ORM
May
20
comment Create Hyperlink to view in another app with djangoRESTframework
Is that enough? or should I add the view?
May
20
revised Create Hyperlink to view in another app with djangoRESTframework
added code example
May
20
asked Create Hyperlink to view in another app with djangoRESTframework
May
20
accepted Unique field in Django Model for each foreign key
May
20
asked Unique field in Django Model for each foreign key
May
17
awarded  Tumbleweed
May
16
accepted DjangoRestFramework serializing custom user models
May
16
comment DjangoRestFramework serializing custom user models
Oh, that is really obvious, thank you.
May
16
comment DjangoRestFramework serializing custom user models
The only problem with the model serializer is that I cannot define which fields are optional. Unless of course I am wrong. If this is the case will you please give me an explicit example with a detailed explanation so that I can add it to the documentation? I'm sure everyone within the community would be thankful.
May
15
asked DjangoRestFramework serializing custom user models