[]RSS

About Archives Artwork Comic Contact Philosophy Projects Tags

Code reuse in Google’s Chromium project

[Comment]

September 5th, 2008 in Links

A list of libraries used in Google’s Chrome browser. It looks like the UI is probably Win32 using the WTL. Also interesting: NPSR is used from the Mozilla codebase.

Introducing Boost’s filesystem libraries

[Comment]

April 20th, 2008 in Links

An introduction to the Boost filesystem library, from the IBM developerworks archive.

Boost portability

[Comment]

April 16th, 2008 in Links

So I asked myself the question, “What platforms does Boost::Filesystem” support?” It took me a few minutes to find the answer, but when I did I was in awe. They test and document portability automatically!

Boost filesystem FAQ

[Comment]

April 16th, 2008 in Links

Some good information on Boost’s file system classes.

Prototype.js extensions and add-ons

[Comment]

November 26th, 2007 in Links

Skripteka is a large library of Prototype extensions and scripts.

How NOT to write a library

[Comment]

November 26th, 2007 in Links

How not to write a shared library. There’s nothing like wrapping stuff that works just fine.

New iPhone/iPodTouch site theme

[Comment]

October 10th, 2007 in Links

I’ve added a new theme for those of you browsing the site with an iPhone or iPod Touch. It’s based on Joe Hewitt’s iUI library, with some WordPress plugin magic.

The Loki C++ library

[Comment]

October 8th, 2007 in Links

Here’s the Loki C++ library, the spawn of the Modern C++ Design text, a great accompaniment to the Boost C++ library. See Loki at Wikipedia for additional details.

Javascript windows

[Comment]

July 11th, 2007 in Links

Not that in-browser windows are a great idea, but here is a Javascript library for showing modal and non-modal Javascript/browser windows. The library includes window styling, dialogs, and performs quite well on my workstation.

iPhone Ajax library

[Comment]

July 11th, 2007 in Links

JoeHewitt talks about his iUI library, an iPhone-esque Javascript/Ajax library. The library page is here (via).

Next page [>>]