| bio | website | thoughtspark.org |
|---|---|---|
| location | United States | |
| age | ||
| visits | member for | 4 years, 2 months |
| seen | yesterday | |
| stats | profile views | 71 |
|
Mar 19 |
awarded | Yearling |
|
Jan 2 |
awarded | Necromancer |
|
Dec 3 |
awarded | Guru |
|
Oct 10 |
awarded | Nice Answer |
|
Oct 3 |
revised |
Describe the SVN symbols Updated to point out that the pasted content, and the accepted answer, are Subversion version specific and could be wrong. |
|
Oct 3 |
revised |
Describe the SVN symbols I updated my correct answer, that will always be correct, to have verbose hand holding information to avoid people whining and downvoting. |
|
May 30 |
comment |
mach_vm_region_recurse, mapping memory and shared libraries on osx Did you ever figure this out? I'm in the same boat where I get filenames that point to the dyld_shared_cache and I'd like to get the real dylib being requested. |
|
Mar 19 |
awarded | Yearling |
|
Jan 26 |
awarded | Good Answer |
|
Nov 20 |
answered | Best way to manage a django project on a remote server with eclipse |
|
Nov 16 |
answered | What causes this graphical error in emacs with linum-mode on OS X? |
|
Oct 26 |
comment |
Xcode 4 + Git - Useful for me? That is correct...which is why I suggested never to overwrite the OS X supplied one because Git support in Xcode, and maybe Xcode itself, could stop working. I know there was a hack to update Subversion in Xcode 3 but it was terrible. |
|
Oct 26 |
comment |
Enforcing method order in a python module But like the guys mentioned above, global state is bad but sometimes you need to initialize or do something before your module can be useful. |
|
Oct 26 |
answered | Enforcing method order in a python module |
|
Oct 26 |
answered | Xcode 4 + Git - Useful for me? |
|
Oct 26 |
comment |
BackboneJs: how do i bootstrap my data in the page markup, and when do i assign them to my collections Backbone.js is written to interface with RESTful endpoints and it does this by tying your Collection to a REST endpoint that is used to retrieve/fresh your collection. While you can bootstrap things the way you're wanting, as you see by the answer you got, it's not as common as you think. The purpose of backbone.js and the like is to separate UI/View from the data itself so in my experiences, I never pass anything more than boilerplate HTML to load my backbone.js which then will do its work of retrieving/refreshing/managing my REST-based objects. "To each his own." :) |
|
Oct 25 |
comment |
BackboneJs: how do i bootstrap my data in the page markup, and when do i assign them to my collections I'm no backbone.js expert but I wrote a simple JsFiddle that does this type of bootstrapping, albeit a little different. Basically, I when I initialize my View, it creates the Collection and calls Collection.refresh(). So anywhere I create my View, it auto-initializes its data...or bootstraps based on your verbiage. Here is the link to the JsFiddle: jsfiddle.net/jcscoobyrs/WVX66 |
|
Oct 24 |
awarded | Editor |
|
Oct 24 |
revised |
How to store a data-key value of a gridview row on an element's .data expando with jQuery? Fixed a typo in the title: stroe != store |
|
Oct 23 |
answered | Subversion Pre Commit Hook |