Saturday, February 26, 2011

C++ Programmer

Pete Isensee: Program manager on the Microsoft Xbox platform team.

Monday, February 14, 2011

GNU Build System (Autotools)

The GNU build system, also known as the Autotools, is a suite of programming tools designed to assist in making source-code packages portable to many Unix-like systems. It comprises the GNU utility programs Autoconf, Automake, and Libtool. Other related tools frequently used with the GNU build system are GNU's make program, GNU gettext, pkg-config, and the GNU Compiler Collection, also called GCC.

Monday, January 31, 2011

Python

WikiBooks - Python Programming

XML

XML stands for eXtensible Markup Language. XML is designed to transport and store data. HTML is designed to display data.
W3School XML Tutorial

Saturday, January 22, 2011

Graphics Library

Cairo: Cairo is a 2D graphics library with support for multiple output devices. Cairo is implemented as a library written in the C programming language, but bindings are available for several different programming languages.
Skia: Skia ia s complete 2D graphic library for drawing Text, Geometries, and Images.

GTK

gtkmm - wiki
gtkmm: C++ Interfaces for GTK+ and GNOME
Programming with gtkmm

Tuesday, January 18, 2011

GNU Toolchain

The GNU toolchain is a blanket term for a collection of programming tools produced by the GNU Project. These tools form a toolchain used for developing applications and operating systems.
Projects included in the GNU toolchain are:
GNU make: Automation tool for compilation and build
GNU Compiler Collection (GCC): Suite of compilers for several programming languages
GNU Binutils: Suite of tools including linker, assembler and other tools
GNU Bison: Parser generator
GNU m4: m4 macro processor
GNU Debugger (GDB): Code debugging tool
GNU build system (autotools):
   Autoconf
   Autoheader
   Automake
   Libtool