background preloader

Dev

Facebook Twitter

Home - Développeurs Facebook. Guppy-PE: A Python Programming Environment. This is the home page for Guppy-PE , a programming environment providing object and heap memory sizing, profiling and analysis.

Guppy-PE: A Python Programming Environment

It includes a prototypical specification language that can be used to formally specify aspects of Python programs and generate tests and documentation from a common source. Guppy Guppy is an umbrella package combining Heapy and GSL with support utilities such as the Glue module that keeps things together. The name guppy was chosen because I found it in a backward-dictionary as a word ending with py and I thought it was cute enough and that it would not so likely conflict with some other package name. It was to be a general name since all kinds of packages should fit under this top level name.

Apple Bug Reporter - My Originated Problems. Developer's Notes for UIMenuController. When Apple introduced the highly anticipated "Copy and Paste" feature for the iPhone, it came with a default menu editing implementation.

Developer's Notes for UIMenuController

With the release of iOS 3.2, this implementation has been updated to include configurable menus to ease the iPhone developer's job. It's simple and elegant. In addition to using UIActionSheet to provide a list of commands/actions to choose from, the UIMenuController is worth a try too.