-
Picora is a minimalist web framework that provides a way to organize your code by mapping URLs directly to class methods, and allows you to easily separate your business logic from your display logic.
Archive for March, 2007
links for 2007-03-20
Make Your Own Encrypted Mac Disk Image
An encrypted disk image is a file that is 128-bit encrypted. When you double-click on this file, Mac OS X will prompt you for a password. Once authenticated, the disk image will mount on your Mac as if you had inserted a CD or USB flash drive.
Best BASH Shell Frequently Asked Questions on the net.
These answers are contributed by the regular members of the channel (originally heiner, and then others including greycat and r00t), and by users like you. If you find something inaccurate or simply misspelled, please feel free to correct it!
Linux and symmetric multiprocessing
As evidenced by major central processing unit (CPU) vendors, multi-core processors are poised to dominate the desktop and embedded space. With multiprocessing comes greater performance but also new problems. This article explores the ideas behind multiprocessing and developing applications for Linux® that exploit SMP.
Control.Tabs - A flexible, accessible HTML / CSS tab system.
Control.Tabs is a javascript library for creating accessible, flexible & unobtrusive tabbed interfaces in your applications or pages. It uses anchors and element ids to function, so browsers that do not support javascript will still be able to navigate through your tabs.
Free CSS Templates!
Here’s a gallery of free CSS templates, quite a few good looking designs!
links for 2007-03-15
-
This draft patch adds a sendfile() interface to Erlang.