Django snippets: Authenticate against Active Directory March 12, 2012, 1:39 p.m.

Use active directory to authenticate Django users.

programming development code python authentication active directory ldap django

iOS Frameworks Sept. 13, 2011, 6:13 p.m.

Collection of iOS frameworks.

tools osx programming development iphone

Symbolicator Aug. 23, 2011, 2:54 p.m.

A command-line tool to make crash logs readable.

osx mac programming development iphone tools

Linux tips March 24, 2011, 1:10 p.m.

Good list of linux / bash tips & tricks.

linux tips bash tools programming

The Hacker's Path Dec. 15, 2010, 1:15 a.m.

programming python ruby hacking web

When is a Leak not a Leak? Using Heapshot Analysis to Find Undesirable Memory Growth Oct. 18, 2010, 1:10 p.m.

Walkthrough tutorial of using Instruments to analyze a memory leak.

objective-c tutorial programming code tips

Custom-Colored Disclosure Indicators Oct. 8, 2010, 9:23 a.m.

Building a custom UIControl class for custom-coloured disclosure indicators on a tableview.

iphone programming objective-c tutorial code tips

ZDS Code Style Guide Sept. 28, 2010, 8 p.m.

Code style guidelines from Cocoa is My Girlfriend.

cocoa iphone programming objective-c

iPhone SDK Examples Sept. 24, 2010, 9:32 p.m.

Code samples for common iPhone programming tasks.

apple development examples howto iphone objective-c osx programming reference tips tutorial

Array Formulas Sept. 24, 2010, 12:14 p.m.

Introduction to array formulas in excel.

excel howto programming reference tips tools tutorial tutorials

How I Manage Memory June 29, 2010, 10:13 a.m.

Brett Simmons on memory management in iPhone & Mac programming.

memory objective-c apple cocoa performance programming iphone osx

Autorelease is Fast June 29, 2010, 10:13 a.m.

Using autorelease in Cocoa / Objective C.

iphone mac programming

Cocoa with Love: The design of every Mac application June 29, 2010, 10:06 a.m.

Outline of Mac application design.

apple cocoa development programming reference

Accessorizer June 18, 2010, 10:04 a.m.

Code completion extension for X Code.

code developer development generator mac iphone programming software tool tools utilities utility

HellBound Hackers Feb. 26, 2010, 1:46 p.m.

The hands-on approach to computer security. Learn how hackers break in, and how to keep them out.

tutorial reference howto web security programming tutorials hack challenge challenges

Beautiful Soup Feb. 21, 2010, 7:49 p.m.

Python module to process html and xml trees.

tools software reference webdev web programming python scripting tool html screenscraping

Emulating a Browser in Python Feb. 20, 2010, 5:24 p.m.

Set of examples for using mechanize to load urls, submit forms and process pages.

howto programming automation python mechanize screenscraping examples tutorial