Classement
193 résultats
O'Reilly Media - 12/04/2012
Langue English
Verrous : aucun
33,99 €
Livre numérique Head First C

Ever wished you could learn C from a book? Head First C provides a complete learning experience for C and structured imperative programming. Plus

Understanding Next-Generation Builds
O'Reilly Media - 06/07/2011
Langue English
Verrous : aucun
14,99 €
Livre numérique Building and Testing with Gradle

Build and test software written in Java and many other languages with Gradle, the open source project automation tool that’s getting a lot of attention. Plus

Make Sure IPv6 Doesn't Break Your Applications
O'Reilly Media - 30/06/2011
Langue English
Verrous : aucun
16,99 €
Livre numérique Migrating Applications to IPv6

If IPv6 is to be adopted on a large scale, the applications running on desktop systems, laptops, and even mobile devices need to work just as well with this protocol as they do with IPv4. Plus

Livre numérique Moving Applications to the Cloud on the Microsoft Azure™ Platform

How can a company's applications be scalable and have high availability?To achieve this, along with developing the applications, you must also have an infrastructure that can support them. For example, ... Plus

Livre numérique Programming Microsoft® ASP.NET MVC

Delve into the features, principles, and pillars of the ASP.NET MVC framework-deftly guided by Web development luminary Dino Esposito. ASP.NET MVC forces developers to think in terms of distinct components-model, view, ... Plus

Livre numérique Microsoft® ASP.NET 4 Step by Step

Teach yourself the fundamentals of Web development with ASP.NET 4-one step at a time. With STEP BY STEP, ... Plus

Livre numérique Microsoft® Visual Basic® 2010 Step by Step

Your hands-on, step-by-step guide to learning Visual Basic® 2010.Teach yourself the essential tools and techniques for Visual Basic® 2010-one step at a time. No matter what your skill level, ... Plus

Collective Wisdom from the Experts
O'Reilly Media - 12/02/2010
Langue English
Verrous : aucun
20,99 €
Livre numérique 97 Things Every Programmer Should Know

Tap into the wisdom of experts to learn what every programmer should know, no matter what language you use. With the 97 short and extremely useful tips for programmers in this book, ... Plus

Rails from the Outside In
O'Reilly Media - 09/02/2010
Langue English
Verrous : aucun
26,99 €
Livre numérique Learning Rails: Live Edition

Ready to learn Rails? Get up to speed using the framework’s latest release. In this Live Edition, Learning Rails has been updated to cover Rails 2.3.5, making it an ideal guide for Rails beginners. Unlike most Rails books, ... Plus

Microsoft Press - 04/02/2010
Langue English
Verrous : aucun
40,99 €
Livre numérique CLR via C#

Dig deep and master the intricacies of the common language runtime (CLR) and the .NET Framework 4.0. Written by a highly regarded programming expert and consultant to the Microsoft® .NET team, ... Plus

 

Nouvelles du Web

Fin… et suite… External link Français

11 juin 2009 18:46:51

Voilà, le temps et venu. Je ferme définitivement ce blog pour me consacrer pleinement au suivant . See you there.

Small is beautiful External link English

25 avril 2009 22:00:00

A friend of mine challenged me today to the number game. This is a classical one, where you have to guess a number between 0 and 999, and the computer will tell you whether you were right on or if you were above or below the chosen Instead of ...

Recursion and while loops in Factor External link English

10 octobre 2007 23:10:38

Tonight, I was willing to create a while construct in Factor taking two items on the stack: a quotation to execute when the test is true a test quotation For example, ...