Douglas Mayle

2,206
reputation
123 views

Registered User

name Douglas Mayle
member for 1 year
seen 2 hours ago
website
location New York, NY
age 32
It's me
1d
answered python libraries for ssh handling
1d
answered Why does this work: if ( isset($var) && $var ){
Dec
11
accepted Populate UITableView with results of webservice
Dec
10
answered Reading utf-8 characters from a gzip file in python
Dec
7
accepted Quickest way to insert into SQLite using C API?
Dec
2
answered check CPU type at RUN time for C program on MAC
Dec
2
answered Is close() necessary when using iterator on a Python file object
Dec
2
comment how to find list of modules which depend upon a specific module in python
Gah, why would you do this? sys.modules already contains all loaded modules....
Dec
2
accepted How to get left-top and right-buttom latitude and longitude of map in MapKit
Dec
2
answered How to get left-top and right-buttom latitude and longitude of map in MapKit
Dec
2
comment JavaScript: Variable Value gets lost between functions
You need to provide the containing code if you want an explanation of what is happening
Dec
1
answered how to find list of modules which depend upon a specific module in python
Dec
1
answered Populate UITableView with results of webservice
Dec
1
answered Quickest way to insert into SQLite using C API?
Dec
1
revised iPhone animation efficiency solutions, layering questions
added 359 characters in body
Dec
1
comment iPhone animation efficiency solutions, layering questions
Not at all, you have the option of whether or not to display user controls
Dec
1
answered iPhone animation efficiency solutions, layering questions
Dec
1
revised Building a multithreaded work-queue (consumer/producer) in C++
deleted 12 characters in body; deleted 7 characters in body
Dec
1
answered Building a multithreaded work-queue (consumer/producer) in C++
Dec
1
answered Resizing UINavigationBar on rotation
Dec
1
accepted Using super() in nested classes.
Dec
1
comment How do I format positional argument help using Python’s optparse?
I suggest you look at the argparse module... It's small enough that you can embed it in any project, and does the same as this code and much more...
Dec
1
answered Using super() in nested classes.
Nov
30
answered How to create a configurable Tab bar like music app in iPhone
Nov
27
accepted Initialize project layout in python ?
Nov
26
revised Initialize project layout in python ?
added 148 characters in body; added 156 characters in body; added 207 characters in body
Nov
26
revised Initialize project layout in python ?
added 391 characters in body; added 536 characters in body
Nov
26
answered Initialize project layout in python ?
Nov
26
answered NSDateFormatter gives different values on device and simulator? What is work around?
Nov
26
answered Convert NSString to unsigned char * for iphone application
Nov
25
answered How to save data in NSUserDefaults even if app will be deleted?
Nov
25
answered MDDR in user agent string
Nov
25
revised onClick does not work properly on p tag
Update to match the included code
Nov
24
revised onClick does not work properly on p tag
added 1059 characters in body
Nov
24
comment onClick does not work properly on p tag
This code will never work because it tries to make a closure from a value...
Nov
24
answered onClick does not work properly on p tag
Nov
17
revised Using keys with spaces
added 988 characters in body
Nov
14
accepted Using keys with spaces
Nov
14
revised Using keys with spaces
added 1 characters in body
Nov
14
comment Using keys with spaces
Dan, I actually tested the code on an instance I was running and it worked i both cases... The only thing that I could think of is a problem with items. Try just doing a {{ hop.items }} to see what comes out. If the dictionary had the items method overriden, that could cause issues (e.g. hop has an 'items' property, then try hop.iteritems)
Nov
13
revised Using keys with spaces
added 435 characters in body; deleted 1 characters in body
Nov
13
revised Using keys with spaces
added 514 characters in body
Nov
13
revised Using keys with spaces
added 201 characters in body
Nov
13
answered Using keys with spaces
Nov
13
answered Toggle the Background Color between two links to show which is active using jquery and css?
Nov
12
awarded  Nice Answer
Nov
6
accepted How do I respond to a click on the iphone status bar?
Nov
4
awarded  Notable Question
Oct
28
accepted Preventing touches from being handled by a parent table view
Oct
28
answered How do I respond to a click on the iphone status bar?