Matthew Schinckel
|
Registered User
|
Python & Objective-C + Cocoa Developer.
Scheme & Prolog fanboi.
Touch Football Coach & Player.
|
|
Nov 23 |
answered | Problem with NSString and NSMutableURLRequest |
|
Nov 23 |
comment |
Problem with NSString and NSMutableURLRequest Auctually, I seem to have reproduced it. It must be with how we are getting the string. I am using some code I found to base64Encode the username/password, and clearly it is failing. |
|
Nov 18 |
revised |
Rails or Django? (or something else?) added 1 characters in body; edited body |
|
Nov 10 |
comment |
Meaning of using commas and underscores with Python assignment operator? Yeah, but in the context given above, it is a "don't care" variable. |
|
Nov 6 |
answered | Activate virtualenv via os.system() |
|
Nov 2 |
accepted | Django unique_together and flagging objects as “deleted” |
|
Nov 2 |
answered | Inheriting directly from a built-in type versus its wrapper class in Python |
|
Nov 2 |
comment |
Unique BooleanField value in Django? Not necessarily: if you use a NullBooleanField, then you should be able to have: (a True, a False, any number of NULLs). |
|
Nov 2 |
answered | Django unique_together and flagging objects as “deleted” |
|
Oct 24 |
accepted | DateFormat in Django and App Engine? |
|
Oct 22 |
awarded | ● Popular Question |
|
Oct 17 |
comment |
What are some useful TextMate features? You can also use hg diff | mate - to get a diff of the mercurial repo. |
|
Oct 17 |
revised |
Mixing Python web platforms with Mediawiki typo |
|
Oct 6 |
revised |
Django Model in one to one relationship and displaying it from the admin Fixed up indentation. |
|
Oct 6 |
answered | Only showing year in django admin, a YearField instead of DateField? |
|
Oct 2 |
comment |
How to make textmate work well with NFS? Note: the latest ReMate plugins will enable turning this on/off on a volume by volume basis, which is good enough for me. |
|
Sep 28 |
answered | DateFormat in Django and App Engine? |
|
Sep 28 |
comment |
DateFormat in Django and App Engine? Duplicate - stackoverflow.com/questions/907351/… |
|
Sep 28 |
answered | django model Form. Include fields from related models |
|
Sep 28 |
answered | How to implement cookie support in ruby net/http? |
|
Sep 25 |
revised |
Understanding Python profile output changed 'calling' to 'executing'; added 44 characters in body |
|
Sep 25 |
comment |
Understanding Python profile output My bad. Will fix. |
|
Sep 24 |
answered | Understanding Python profile output |
|
Sep 9 |
answered | Java errors and syntax. Any help appreciated |
|
Sep 8 |
answered | easy way of installing python apps without using PYTHON path or muli symlink in site-package |
|
Sep 8 |
revised |
Django - Losing Auth Session s/loosing/losing/g |
|
Sep 5 |
comment |
Easiest way to write a Python program with access to Django database functionality You can probably have the cron job run as the apache user. |
|
Sep 1 |
answered | using .netrc with sftp |
|
Sep 1 |
answered | Ruby’s open-uri and cookies |
|
Aug 17 |
answered | Using the same decorator (with arguments) with functions and methods. |
|
Aug 17 |
asked | Using the same decorator (with arguments) with functions and methods. |
|
Aug 10 |
answered | Relationships in Django Admin |
|
Aug 10 |
revised |
How to test code locally when using a build server? grammar |
|
Aug 9 |
revised |
Django admin file upload doesn’t work, how do I debug this? Spelling. |
|
Aug 6 |
comment |
Programming languages that define the problem instead of the solution? Prolog is very parallelisable. The order of evaluation of clauses can happen in any order, and even at the same time. |
|
Aug 5 |
comment |
Local Machine Admin rights? You mean sudo, right? (GRIN) |
|
Aug 4 |
awarded | ● Yearling |
|
Jul 29 |
comment |
Using Caps Lock as Esc on a Mac Actually, I had to write a patch to do this. It was for an older version, but I am still using it now: sourceforge.net/tracker/… |
|
Jul 28 |
comment |
Name this python/ruby language construct (using array values to satisfy function parameters) Yes, you are correct. I meant map. |
|
Jul 28 |
answered | How Does Ruby handle bytes/binary? |
|
Jul 25 |
comment |
Tab-completion in Python interpreter in OS X Terminal And you can use readline.parse_and_bind ("bind ^[ rl_complete") if you want to bind completion to esc. Which I have bound to caps lock using double-command. That little bit of distance I now save when completing is amazing! (And I use TextMate, which uses esc as the complete key). |
|
Jul 22 |
accepted | How to intall Tomcat as a daemon on OS X? |
|
Jul 22 |
answered | git hangs up unexpectedly (but the push works) |
|
Jul 22 |
accepted | Filtering items in InlineFormset |
|
Jul 22 |
comment |
Naming conventions: “State” versus “Status” Yep. In Australia, too, we use the term State to describe the former individual colonies that were unified in the Commonwealth in 1901. So, I tend to only use .status, as having .state is often used in data structures that have an address. |
|
Jul 22 |
comment |
How would you model this database relationship? You may be able to even put a database-level constraint in, too. Depending upon your DBMS. |
|
Jul 22 |
answered | Filtering items in InlineFormset |
|
Jul 21 |
comment |
How to intall Tomcat as a daemon on OS X? I suggest this belongs on serverfault.com. It is about administration of a system, rather than just programming. Happy to be overruled, though. |
|
Jul 21 |
answered | How to intall Tomcat as a daemon on OS X? |
|
Jul 21 |
comment |
Programming for and by yourself IIRC, you can't comment with 1 rep, either. |
