September 2009
9 links saved this month.
a.michelizza.free.fr
Tutoriel en français pour écrire un noyau x86 en C et en assembleur, du secteur de boot au multitâche, à la pagination et à Ext2, avec le noyau éducatif Pépin.
oumma.com
Sommaire des 114 sourates du Coran en traduction française, chacune liant vers son texte intégral.
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.
llvm.org
Home of LLVM, a modular collection of compiler and toolchain technologies including LLVM Core, Clang, LLDB, Flang and MLIR.
arthurdejong.org
Download page for webcheck, an extensible site-checking tool for webmasters, listing release tarballs with signatures plus Git repository instructions.
acme.com
Home of thttpd, a small and portable HTTP server implementing only the essentials, with URL-based traffic throttling and built-in IPv6 support.
nginx.net
Home of nginx, the HTTP server, reverse proxy, content cache, load balancer and mail proxy started by Igor Sysoev and released under a BSD licence.
googleonlinesecurity.blogspot.com
2007 study of roughly 70,000 domains correlating web server software with malware hosting, finding IIS over-represented relative to its share against Apache.
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.








