Libros UCLV { BETA }

Gran cantidad de libros a nuestro alcance

Tenemos :
1413 libros,
340152 descargas y
1123 contribuyentes !

Se han encontrado 163 Coincidencias

The C++ Programming Language (Special 3rd Edition)

ISBN: 0201700735; Date: Feb. 15, 2000; Pub: Addison-Wesley


187 Visitas | 221 Descargas | 2014-03-13 19:16:20 | raimels

I find using C++more enjoyable than ever. C++’s support for design and programming has improved dramatically over the years, and lots of new helpful techniques have been developed for its use. However, C++is not just fun. Ordinary practical programmers have achieved significant improvements in productivity, maintainability, flexibility, and quality in projects of just about any kind and scale. By now, C++ has fulfilled most of the hopes I originally had for it, and also succeeded at tasks I hadn’t even dreamt of. This book introduces standard C++†and the key programming and design techniques supported by C++. Standard C++is a far more powerful and polished language than the version of C++introduced by the first edition of this book. New language features such as amespaces, exceptions, templates, and run-time type identification allow many techniques to be applied more directly than was possible before, and the standard library allows the programmer to start from a much higher level than the bare language.

The Definitive ANTLR 4 Reference


128 Visitas | 120 Descargas | 2014-03-15 02:04:03 | orosado

ANTLR v4 is a powerful parser generator that you can use to read, process, execute, or translate structured text or binary files. It’s widely used in academia and industry to build all sorts of languages, tools, and frameworks. Twitter search uses ANTLR for query parsing, with more than 2 billion queries a day. The languages for Hive and Pig and the data warehouse and analysis systems for Hadoop all use ANTLR. Lex Machina1 uses ANTLR for information extraction from legal texts. Oracle uses ANTLR within the SQL Developer IDE and its migration tools. The NetBeans IDE parses C++ with ANTLR. The HQL language in the Hibernate object-relational mapping framework is built with ANTLR.

Language Implementation Patterns


120 Visitas | 148 Descargas | 2014-03-15 02:18:50 | orosado

This book gives you just the tools you’ll need to develop day-to-day language applications. You’ll be able to handle all but the really advanced or esoteric situations. This book explains how existing language applications work so you can build your own. To do so, we’re going to break them down into a series of well-understood and commonly used patterns. But, keep in mind hat this book is a learning tool, not a library of language implementations. You’ll see many sample implementations throughout the book, though. Samples make the discussions more concrete and provide excellent foundations from which to build new applications. It’s also important to point out that we’re going to focus on building applications for languages that already exist (or languages you design that are very close to existing languages).

IA-32 Intel® Architecture Software Developer’s Manual


106 Visitas | 94 Descargas | 2014-04-08 03:37:02 | osantos

The IA-32 Intel Architecture Software Developer’s Manual, Volume 1, describes the basic architecture and programming environment of an IA-32 processor.

IA-32 Intel® Architecture Optimization Reference Manual


104 Visitas | 77 Descargas | 2014-04-08 03:39:47 | osantos

The IA-32 Intel® Architecture Optimization Reference Manual describes how to optimize software to take advantage of the performance characteristics of the current generation of IA-32 Intel architecture family of processors. The optimizations described in this manual apply to IA-32 processors based on the Intel NetBurst® microarchitecture, the Intel® Pentium® M processor family and IA-32 processors that support Hyper-Threading Technology. The target audience for this manual includes software programmers and compiler writers.

Puppet 2.7 Cookbook

Gestión de servidores


122 Visitas | 115 Descargas | 2014-04-09 03:11:08 | mmartin

Build reliable, scalable, secure, high-performance systems to fully utilize the power of cloud computing Shows you how to use 100 powerful advanced features of Puppet, with detailed step-by-step instructions Covers all the popular tools and frameworks used with Puppet: Dashboard, Foreman, MCollective, and more Includes the latest features and updates in Puppet 2.7 Written in a simple, practical style by a professional systems administrator and Puppet expert, every recipe has detailed step-by-step instructions showing you the exact commands and configuration settings you need In Detail A revolution is coming to IT operations. Configuration management tools can build servers in seconds, and automate your entire network. Tools like Puppet are essential to take full advantage of the power of cloud computing, and build reliable, scalable, secure, high-performance systems. The book takes you beyond the basics to explore the full power of Puppet, showing you in detail how to tackle a variety of real-world problems and applications. At every step it shows you exactly what commands you need to type, and includes full code samples for every recipe. The book takes the reader from a basic knowledge of Puppet to a complete and expert understanding of Puppet's latest and most advanced features, community best practices, writing great manifests, scaling and performance, and how to extend Puppet by adding your own providers and resources. The book includes real examples from production systems and techniques that are in use in some of the world's largest Puppet installations, including a distributed Puppet architecture and a high-performance Puppetmaster solution using Apache and Passenger. Explore the power of Puppet with this practical guide to the world's most popular configuration management system What you will learn from this book Make Puppet reliable, performant, and scalable Produce eye-catching reports and information for management Understand common error messages and troubleshooting common problems Manage large networks with tools like Foreman and MCollective Use classes and inheritance to write powerful Puppet code Deploy configuration files and templates for lightning-fast installations Use virtual machines to build test and staging environments, and production systems on cloud platforms such as EC2 Automate every aspect of your systems including provisioning, deployment and change management Approach This book is written in a Cookbook style showing you how to set up and expand your Puppet infrastructure. It progresses through detailed information on the language and features, external tools, reporting, monitoring, and troubleshooting, and concludes with many specific recipes for managing popular applications. Who this book is written for The book assumes that the reader already has a working Puppet installation and perhaps has written some basic manifests or adapted some published modules. It also requires some experience of Linux systems administration, including familiarity with the command line, file system, and text editing. No programming experience is required.

Node Web Development


201 Visitas | 317 Descargas | 2014-04-10 14:43:51 | moliver

Una introducción practica a Node el nuevo stack de desarrollo en java script. Orientado para programadores de todas las edades. A practical introduction to Node, the exciting new server-side JavaScript web development stack

PROFESSIONAL NODE.JS

Programación con Node.js para programadores avanzados.


184 Visitas | 4411 Descargas | 2014-04-10 14:47:06 | moliver

IN 1995, WHEN I WAS IN MY SECOND YEAR IN COLLEGE, I was introduced to UNIX network programming. In C, you could create sockets to open TCP connections to servers and code the servers that accepted these connections. I remember the excitement I felt the fi rst time I created a TCP server: I could accept connections and receive and send messages on them. If I wanted my server to accept many concurrent connections, the common solution was to use threads, and soon I had created my fi rst multi-threaded TCP server. This server accessed a shared data structure, which needed to synchronize the access to all the client threads that had been spawned. Getting the synchronization fi ne-grained (to maximize resources and time) and right (to avoid deadlocks) proved to be more diffi cult than anticipated.

Getting Started with Grunt: The JavaScript Task Runner

Getting Started with Grunt: The JavaScript Task Runner. A hands-on approach to mastering the fundamentals of Grunt


132 Visitas | 186 Descargas | 2014-04-10 14:49:10 | moliver

Getting Started with Grunt: The JavaScript Task Runner is an introduction to the popular JavaScript build tool, Grunt. This book aims to provide the reader with a practical skillset, which can be used to solve real-world problems. This book is example driven, so each feature covered in this book is explained and also reinforced through the use of runnable examples, this dual method of learning will provide the reader with the means to verify that the theory aligns with its practical use. All of the software used in this book is open source and when covered, some will be accompanied with a short history while crediting the author. These open source developers do not release their work for monetary gain, instead, they hope to provide utility for others and to forward the community, and for this, they should be duly recognized.

Hands-on Node.js

Hands-on Node.js. Programming on Node.js


156 Visitas | 190 Descargas | 2014-04-10 14:50:48 | moliver

At the European JSConf 2009, a young programmer by the name of Ryan Dahl, introduced a project he had been working on. ?is project was a platform that combining Google’s V8 Javascript engine and an event loop. ?e project then took a different direction from other server-side Javascript platforms: all I/O primitives were event-driven, and there was no way around it. Leveraging the power and simplicity of Javascript, it turned the difficult task of writing asyn?ronous applications into an easy one. Since receiving a standing ovation at the end of his talk, Dahl’s project has been met with unprecedented growth, popularity and adoption. ?e project was named Node.js, now known to developers simply as ‘Node’. Node provides purely evented, non-blo?ing infrastructure for building highly concurrent so?ware.

Spring in Action, Third Edition

Spring framework


126 Visitas | 144 Descargas | 2014-04-28 19:25:38 | javierd

More than three years and two major versions of Spring have passed since the sec- ond edition was printed. Spring covers more ground than ever before and it would take several volumes to comprehensively cover the entire Spring portfolio. It’s not possible to cram everything there is to know about Spring into a single book. Since I couldn’t fit everything into one volume, I was choosy about what topics made it into this edition. I decided to focus on what I believe are the core Spring topics that most Spring developers should know. That’s not to say that the other topics aren’t important, but these are the essentials of Spring development.

Spring persistence with Hibernate

Spring e Hibernate


145 Visitas | 186 Descargas | 2014-04-28 19:30:07 | javierd

Since its inception, the Spring Framework has gradually changed the rules of application development in the Java community. This book is the ideal guide and teaching companion for developers interested in learning about the Spring Framework and how it can be leveraged to build persistence-driven applications using Hibernate, one of the most popular Java persistence frameworks today. Spring Persistence with Hibernate gets you rolling with fundamental Spring concepts, as well as proven design patterns for integrating persistence into your applications.

Begining Hibernate 2nd Edition

Hibernate


121 Visitas | 125 Descargas | 2014-04-28 19:33:04 | javierd

Hibernate is an amazing piece of software. With a little experience and the power of annotations, you can build a complex, database-backed system with disturbing ease. Once you have built a system using Hibernate, you will never want to go back to the traditional approaches. While Hibernate is incredibly powerful, it presents a steep learning curve when you first encounter it—steep learning curves are actually a good thing because they impart profound insight once you have scaled them. Yet gaining that insight takes some perseverance and assistance.

Practical C Programming

Programación en el lenguaje C.


171 Visitas | 173 Descargas | 2014-05-12 17:50:18 | yeiniel

Libro práctico para aprender a programar en el lenguaje C de la editorial O’Reilly. Además de la mecánica de la programación hace énfasis en las buenas prácticas de desarrollo de software.

The C Programming Language

Programación en el lenguaje C.


132 Visitas | 165 Descargas | 2014-05-12 17:55:51 | yeiniel

Este es el libro escrito por los creadores del lenguaje. En su primera edición sirvió como referencia para el lenguaje mismo y es la base del estándar C del año 89.

Advanced Programming in the UNIX Environment

Programación en C en sistemas compatibles con el estándar POSIX.


119 Visitas | 157 Descargas | 2014-05-12 18:09:24 | yeiniel

Ofrece una detallada descripción de las API de los sistemas compatibles con el estándar POSIX.1003 así como ejemplos de uso y aplicaciones.

Google Web Toolkit Tutorial

Programacion web usando GWT


123 Visitas | 153 Descargas | 2014-06-10 14:10:08 | dgalvez

El libro aborta los elementos fundamentales para desarrollar aplicaciones usando GWT. Comienza con los elementos basicos que deben estar disponibles para poder desarrollar aplicaciones con GWT y luego describe las 4 partes fundamentales (modulos) en que se divide una aplicacion GWT. Finalmente se desarrolla una aplicacion paso a paso y se muestra el proceso de despliegue de la misma. El resto del libro esta relacionada con la programacion para web y el uso de widgets.

The Java Language Specification Third Edition


146 Visitas | 153 Descargas | 2014-06-16 18:13:55 | orosado

The Java programming language is a general-purpose concurrent class-based object-oriented programming language, specifically designed to have as few implementation dependencies as possible. It allows application developers to write a program once and then be able to run it everywhere on the Internet. This book attempts a complete specification of the syntax and semantics of the language. We intend that the behavior of every language construct is specified here, so that all implementations will accept the same programs. Except for timing dependencies or other non-determinisms and given sufficient time and sufficient memory space, a program written in the Java programming language should compute the same result on all machines and in all implementations.

Full Stack Web Development with Backbone.js


117 Visitas | 141 Descargas | 2014-07-14 18:33:27 | jgramos

Web users demand intuitive and responsive interfaces for tracking their finances and browsing catalogs. Unlike desktop or system applications, where interfaces are mostly built with flavors of C, C++, or Java, today’s web browsers only run JavaScript natively. But the same patterns that make graphical user interfaces successful on different plat?forms apply to JavaScript as well. Many communities have formed around experimenting and developing ideas for the model-view-controller (MVC) pattern with JavaScript. It seems like every day there is a new idea about how MVC in web browsers should look and why other ideas won’t work for you.

Node.js a travez de Koans


147 Visitas | 182 Descargas | 2014-07-15 15:47:13 | rwpino

Con el presente proyecto se pretenden establecer unas líneas de aprendizaje de la plataforma Node a través de un recorrido interactivo por sus principales módulos, tanto propios como de terceras partes, con el que introducirse y asentar sus principios básicos de funcionamiento. A través de seis capítulos se quiere proporcionar al lector de una amplia visión de qué herramientas pone Node a su disposición y cómo debe usarlas para realizar sus propios desarrollos.