Categories: Developer, .NET, OpenSource, PHP, Python, SQL, Tools

Intel new processor capable of performing a trillion calculations a second

February 11th, 2007
Feb. 11 (Bloomberg) -- Intel Corp., the world's largest semiconductor maker, created a test processor capable of performing a trillion calculations a second, billing the thumbnail-sized chip as the first of its kind. Ten years ago, people required 10,0… more »

Getting Started with Windows Presentation Foundation (WPF)

February 9th, 2007
Getting Started with Windows Presentation Foundation (WPF) The WPF development platform is built on a core programming system, which is extended to support a broad set of application development features, including the application model itself, resource… more »

Object relational mapper

February 9th, 2007
Visual Studio Orcas includes an object relational mapper that enables you to create data models for relational data... Read more at:: My "First Look at Orcas" Presentation more »

Hard time...

January 30th, 2007
I am finding that with all the time wasted searching MSDN help and online web sites to learn how to use Microsoft products and the wasted time getting around bugs or having to sit around while Microsoft’s buggy software does what it wants to and no… more »

PEAK - Hatch Python eggs with setuptools

October 31st, 2006
The setuptools framework, a side project of the Python Enterprise Application Kit (PEAK). setuptools replaces the standard distutils library and adds versioned package and dependency management to Python. Perl users will be familiar with CPAN, and Ruby u… more »

Areca - file backup system

October 27th, 2006
Areca is a file backup system that supports data compression and encryption, incremental backups, a file history explorer, and many other features. It includes a transaction mechanism, which guarantees the integrity of your backups. more »

From Redmond with Love

October 27th, 2006
The Microsoft Internet Explorer Team sent us a cake for the release of Firefox 2! What's next, Stallman on a dinner date with Ballmer ? Stallman: "Hey would you like some hair? It is free you know." Ballmer: Freaking developers...developers, devel… more »

Google Code Search

October 25th, 2006
Search public source code with Google Code Search more »

Python Reference Wiki goes EffBot

October 23rd, 2006
(An Unofficial) Python Reference Wiki - The new (and temporary ?) place for the great and unofficial Python resources, by Mr EffBot. more »

SQLite implement Full Text Search

October 12th, 2006
The new FTS1 module is the first in a planned series of loadable modules for SQLite that implement Full Text Search. The FTS1 module is available in SQLite version 3.3.8 and later. Using FTS1 sqlite>create virtual table recipe using FTS1(name, ingredien… more »