This document is a collection of Unix/Linux/BSD commands and tasks which are useful for IT work or for advanced users. This is a practical guide with concise explanations, however the reader is supposed to know what s/he is doing.
Read more »Archived scoops - Programming
Big Unix Cheat Sheet
Category: Programming Tags: ()
Differences Between Scrum and Extreme Programming
The other day I was reviewing XP practices and came accross this interesting scoop about differences between Scrum and XP. As the author mentions, XP and Scrum are very aligned but have subtle yet important differences and I agree with those. It worth a read.
Read more »
Category: Programming Tags: ()
Free Font for programmers
Picky about font, esp. the programming font.The fonts available on windows are still ok but if you using Linux desktop the font's selection is limited and crave for better free fonts.Don't worry you are in for a treat. These monspaced fonts look great on any OS. Check it out.
See a couple of sample

Read more »
Category: Programming Tags: ()
Reading and writing the XML DOM with PHP
Reading and writing Extensible Markup Language (XML) in PHP may seem a little frightening. In fact, XML and all its related technologies can be intimidating. However, reading and writing XML in PHP doesn't have to be a daunting task. First, you need to learn a little about XML -- what it is and what it's used for. Then, you need to learn how to read and write XML in PHP, which you can do in many ways.
Category: Programming Tags: ()
Universal Feed Generator - Php
A PHP feed writer class that generates valid feed on the most popular feed formats - RSS 1.0, RSS 2.0 and ATOM.
Read more »Category: Programming Tags: ()
Phyton CheatSheet
A quick explanation of Python for Programmers. One image says it all.
Read more »Category: Programming Tags: ()
10 tools for modern PHP Development
A simple list of tools for modern PHP development. There are alternatives to most of the tools, but I’ll list native PHP tools wherever possible.
Read more »Category: Programming Tags: ()
Java Parellel Processing
Learn how to exploit fine-grained parallelism using the fork-join framework coming in Java 7
Read more »Category: Programming Tags: ()