3
votes
4answers
439 views
Memory Usage on convenience method vs init method
Recently when I looked into iPhone memory management, I tried to compare the convenience method and init method on the same object. For example, I have UIImageView where it displays a downloaded …
1
vote
4answers
352 views
Dealing with objects returned from cocoa convenience methods
I'm having a lot of issues with NSDate objects being prematurely deallocated. I suspect that the issues may be related to the way that I deal with the objects returned from NSDate convenience methods. …
0
votes
2answers
97 views
How to normalize a NumPy array in Python?
After doing some processing on an audio or image array, it needs to be normalized within a range before it can be written back to a file. This can be done like so:
# Normalize audio channels to …
0
votes
5answers
91 views
Class design: allow a class to be used both as an object and also supply public static methods
I have a silly, little class "FileSystemSize" which can be used both as an object and also via public, static methods. The output is similar, but not identical in each case.
The class was intially …
0
votes
1answer
35 views
Is it possible to type style sheets in Firebug fast and convenient ? (as in Aptana)
For example, when I type the first of the parenthesis in Aptana, the second appears immediately, then I need only to press enter, it makes some white space, and I can type further.
A small feature …
