Links tagged “documentation”
108 links, newest first.
code.google.com
Reference documenting several hundred security-relevant behaviours of Internet Explorer, Firefox, Safari, Opera, Chrome and the Android browser, with open test cases.
phyast.pitt.edu
ate classes. The decorator module takes advantage of this feature to provide a facility for writing complex decorator factories. We have already seen examples of simple decorator factories, implemented as functions returning a decorator. For more complex situations, it is more convenient to implement decorator factories as classes returning callable objects that can be used as signature-preserving decorators. To this aim, decorator can also be used as a class decorator. Given a class with a .call(self, func, *args, **kw) method decorator(cls) adds a suitable __call__ method to the class; it raises a TypeError if the class already has a nontrivial __call__ method.
dev.chromium.org
Chromium documentation on Chrome's release channels — Canary, Dev, Beta and Stable — what each one is for and how to switch between them.
peak.telecommunity.com
Reference manual for setuptools, the distutils extension adding dependency declarations, egg building and easy_install to Python packaging.
docs.python.org
Chapter of the Python language reference covering objects, types and the standard type hierarchy, and every special method a class can define to customise its behaviour.
kernel.org
Official Git manual for users with command-line skills but no Git knowledge, from repository basics and history through workflows, rewriting history and plumbing commands.
code.google.com
Google's developer overview of Protocol Buffers, a language- and platform-neutral format for serializing structured data, with generated code for several languages.
vim.org
Vim script repository entry for PDV, a plugin that generates phpDocumentor doc blocks for PHP 4 and 5 code.







