Posteado por Mnosh el 22 de Mayo de 2011 a las 11:33hs.

C# Game Programming [PDF]

Written for experienced programmers, C# Game Programming: For Serious Game Creation shows game programmers how to create games using the C# language and OpenGL. Using the latest features of C# and clean, object oriented code, readers will be taken step-by-step through the creation of two games. After the completion of the book, readers will have the skills they need to program their very own 2D and 3D games. An accompanying CD-Rom features all the source code used in the book along with the graphics used in the sample games and trial versions of the software used including Nuni, Subversion, Tortoise SVN, Tao Frame, and Visual Studio Express.

 

Posteado por Mnosh el 15 de Mayo de 2011 a las 13:08hs.

Mastering Unix Shell Scripting [PDF]

Learn to create shell scripts to solve real-world UNIX problems
Get ready to take on the UNIX world! UNIX expert Randal K. Michael guides you through every detail of writing shell scripts to automate specific tasks. Each chapter begins with a typical, everyday UNIX challenge, and then shows you how to take basic syntax and turn it into a shell scripting solution. Throughout the book, you’ll also find complete shell scripts plus detailed descriptions of each part. You’ll be able to modify this information to build tools that monitor for specific system events and situations, building the skills to solve real-world system administration problems.

Posteado por Mnosh el 06 de Febrero de 2011 a las 08:15hs.

Manual: Introduccion a C# [PDF ES]

C# (pronunciado si sharp en inglés) es un lenguaje de programación orientado a objetos desarrollado y estandarizado por Microsoft como parte de su plataforma .NET, que después fue aprobado como un estándar por la ECMA e ISO.

Su sintaxis básica deriva de C/C++ y utiliza el modelo de objetos de la plataforma.NET, similar al de Java aunque incluye mejoras derivadas de otros lenguajes (entre ellos Delphi).

El nombre C Sharp fue inspirado por la notación musical, donde ? (sostenido, en inglés sharp) indica que la nota (C es la nota do en inglés) es un semitono más alta, sugiriendo que C? es superior a C/C++.