Saturday, August 12, 2006

Linear Optimization with the GNU Linear Programming Kit

The GNU Linear Programming Kit is a powerful, proven tool for solving numeric problems with multiple constraints. Get an introduction to GLPK, the glpsol client utility, and the GNU MathProg language to help find the best solutions to complex numeric problems. Then, learn to solve optimizing operations for Giapetto's Woodcarving Inc.

read more | digg story

Friday, August 11, 2006

Οι Ινδιάνοι της Αμερικής

Πληροφορίες για τους Ινδιάνους της Αμερικής

Tuesday, August 08, 2006

Easy Survey Package in PHP

PHP scripts to let non-technical users create surveys, administer surveys, gather results, view statistics. All managed online after database initialization.

read more | digg story

Smarty Template Engine Cheatsheet

I ran across this excellent, printable cheat sheet for PHP's Smarty template engine. Covers built in functions, loops, variables, common modifiers, and more... (link from TechCheatSheets.com)

read more | digg story

39 Free downloadble CSS Layouts

39 Free downloadble CSS Layouts (1, 2, 3 Column Layouts)

read more | digg story

Lotus 'Agenda' Returns as Open-Source 'Chandler'

Before there was Outlook, or Evolution, or The Brain, there was Lotus Agenda, a DOS-based Personal Information Manager created by Mitch Kapor. Wired is reporting that Kapor is throwing 5 Million USD at the Open Source Applications Foundation to create an open-source resurrection of this PIM-Of-The-Gods in the form of Chandler.

read more | digg story

Can Your Programming Language Do This?

Joel Spolsky discusses the importance and usefulness of thinking in terms of anonymous functions as arguments.

read more | digg story

Friday, August 04, 2006

Generating Word Documents on the Fly

XSLT: What if I told you that you could create a Word document in as little time and as little processing power as a dynamic HTML page? You would probably laugh in my face... at which point I'd point you to this article and you'd read it and laugh no more.

read more | digg story

Discover the Anatomy of initrd

The Linux initial RAM disk (initrd) is a temporary root file system that is mounted during system boot to support the two-state boot process. In this article explore the initial RAM disk for Linux 2.6, including its creation and use in the Linux kernel. In many embedded Linux systems, the initrd is the final root file system.

read more | digg story

Docking boxes (dbx)

Docking boxes (dbx) adds animated drag 'n' drop, snap-to-grid, and show/hide-contents functionality to any group of elements. And ... in what might be another world-first for brothercake - dbx is fully accessible to the keyboard as well as the mouse, an action I've re-dubbed "press 'n' push"

read more | digg story

Wednesday, August 02, 2006

20 Video Lectures of MIT Computer Course - FREE Download

"The complete MIT course (video) available for download. These twenty video lectures by Abelson and Sussman are a complete presentation of the course, given for Hewlett-Packard employees."

read more | digg story

Tuesday, August 01, 2006

Everything You Need to Know About Optimizing Code

This series of five manuals describes everything you need to know about optimizing code for Intel and AMD microprocessors, including optimization advices for C++ and assembly language, details about the microarchitecture and instruction timings of Intel and AMD processors, and details about different compilers and calling conventions.

read more | digg story