Libros UCLV { BETA }

Gran cantidad de libros a nuestro alcance

Tenemos :
1413 libros,
262722 descargas y
1106 contribuyentes !

Se han encontrado 98 Coincidencias

Responsive Web Design by Example


142 Visitas | 299 Descargas | 2013-09-23 17:07:03 | cbustillo

Discover how you can easily create engaging, responsive websites with minimum hassle! This event surely comes with a consequence on the other side. Designers are forced to think of new ways to deliver web pages for mobile users; we can definitely no longer rely on the static grid, since the sizes of mobile devices are too varied. In 2010, Ethan Marcotte [http://ethanmarcotte.com/] coined a new answer to this situation called responsive web design [RWD] that now has become a popular practice in web design to deliver web pages in varying viewport sizes [http://www.alistapart.com/articles/responsive-web-design/].

Distibuted Systems

Programación


68 Visitas | 169 Descargas | 2013-09-24 00:53:35 | cbustillo

In today's digital environment, distributed systems are increasingly present in a wide variety of environments, ranging from public software applications to critical systems. Distributed Systems introduces the underlying concepts, the associated design techniques and the related security issues. Distributed Systems: Design and Algorithms, is dedicated to engineers, students, and anyone familiar with algorithms and programming, who want to know more about distributed systems. These systems are characterized by: several components with one or more threads, possibly running on different processors; asynchronous communications with possible additional assumptions (reliability, order preserving, etc.); local views for every component and no shared data between components.

Corona SDK Hotshot

Programming


32 Visitas | 84 Descargas | 2013-09-25 01:08:59 | cbustillo

f you've used the Corona Software Development Kit to build your very first new mobile app, you already know how easy it makes developing across all the pieces of this fragmented market. This book upgrades your knowledge of Lua and the Corona API with designs, habits and advanced concepts to speed your development and create more exciting apps. Corona SDK Hotshot will show you how to combine advanced Lua features such as coroutines and metatables with Corona's sophisticated tools, including physics and networking, to develop exactly the game or app you or your customers need, quickly and with an eye towards updating your app with improvements in the future.

97 Things Every Programmer Should Know


99 Visitas | 182 Descargas | 2013-09-26 14:43:26 | jgramos

PROGRAMMERS HAVE A LOT ON THEiR MiNDS. Programming languages, programming techniques, development environments, coding style, tools, development process, deadlines, meetings, software architecture, design patterns, team dynamics, code, requirements, bugs, code quality. And more. A lot.

The Healthy Programmer

Health and programming should go together like a horse and carriage. You can’t have one without the other. In our sedentary office work, we often forget that an absence of health is as bad as a lack of programming skills. Joe points out a dozen areas where you and I can do better. Every office worker should read this book and self-reflect on health improvements.


98 Visitas | 178 Descargas | 2013-09-26 19:58:47 | moliver

Ask a nondoctor about the likely afflictions of young patients, and he or she will most likely mention ankle sprains, tendonitis, and a few types of unpalatable infections. However, the truth is rather less exciting, and certainly less related to sports. Our list instead includes back pain, headaches, irritable bowel syndrome, upper-limb syndromes, and low mood—a list of maladies that is almost without exception due to a lifestyle filled with time spent stationary indoors, excess typing and repetitive wrist movements from mouse to keyboard, and inappropriate dietary intake. Interestingly and, may I say, without coincidence, these themes mirror the contents of this book, with chapters related to topics such as the right chair, preventing eye strain, agile dieting, and the fascinating topic of vitamin D deficiency, which is only just being adequately explored in the scientific and medical literature.

jQuery Game Development Essentials

IT eBooks


128 Visitas | 230 Descargas | 2013-09-27 15:12:41 | moliver

jQuery is a leading multi-browser JavaScript library that developers across the world utilize on a daily basis to help simplify client-side scripting. Using the friendly and powerful jQuery to create games based on DOM manipulations and CSS transforms allows you to target a vast array of browsers and devices without having to worry about individual peculiarities. jQuery Game Development Essentials will teach you how to use the environment, language, and framework that you're familiar with in an entirely new way so that you can create beautiful and addictive games. With concrete examples and detailed technical explanations you will learn how to apply game development techniques in a highly practical context.

Python Geospatial Development, 2nd Edition

Programing


95 Visitas | 180 Descargas | 2013-10-01 00:44:49 | cbustillo

Geospatial development links your data to places on the Earth's surface. Writing geospatial programs involves tasks such as grouping data by location, storing and analyzing large amounts of spatial information, performing complex geospatial calculations, and drawing colorful interactive maps. In order to do this well, you'll need appropriate tools and techniques, as well as a thorough understanding of geospatial concepts such as map projections, datums and coordinate systems. Python Geospatial Development - 2nd Edition teaches you everything you need to know about writing geospatial applications using Python. No prior knowledge of geospatial concepts, tools or techniques is required. The book guides you through the process of installing and using various toolkits, obtaining geospatial data for use in your programs, and building complete and sophisticated geospatial applications in Python.

Foundations of Python Network Programming, 2nd Edition

Programing


132 Visitas | 264 Descargas | 2013-10-01 01:18:35 | cbustillo

You will learn fundamentals like IP, TCP, DNS and SSL by using working Python programs; you will also be able to familiarize yourself with infrastructure components like memcached and message queues. You can also delve into network server designs, and compare threaded approaches with asynchronous event-based solutions. But the biggest change is this edition's expanded treatment of the web. The HTTP protocol is covered in extensive detail, with each feature accompanied by sample Python code. You can use your HTTP protocol expertise by studying an entire chapter on screen scraping and you can then test lxml and BeautifulSoup against a real-world web site.

Head-First Object Oriented Analysis & Design


75 Visitas | 197 Descargas | 2013-10-03 13:37:26 | efirvida

This is a refreaching look at the subject of OOA&D. There are many books on the market that spend a lot of time telling you why, but do not actually enable the practitioner to star work on a project.

Head-First SQL


166 Visitas | 580 Descargas | 2013-10-03 16:20:26 | efirvida

Is your data dragging you down? Are your tables all tangled up? Well we've got the tools to teach you just how to wrangle your databases into submission. Using the latest research in neurobiology, cognitive science, and learning theory to craft a multi-sensory SQL learning experience, Head First SQL has a visually rich format designed for the way your brain works, not a text-heavy approach that puts you to sleep.

Clean Code

Learn how to write clean code


96 Visitas | 173 Descargas | 2013-10-03 20:19:18 | ybpadron

Learning to write clean code is hard work. It requires more than just the knowledge of principles and patterns. You must sweatover it. You must practice it yourself, and watch yourself fail. You must watch others practice it and fail. You must see them stumble and retrace their steps. You must see them agonize over decisions and see the price they pay for making those decisions the wrong way. Be prepared to work hard while reading this book. This is not a “feel good” book that you can read on an airplane and finish before you land. This book will make you work, and work hard. What kind of work will you be doing? You’ll be reading code—lots of code. And you will be challenged to think about what’s right about that code and what’s wrong with it. You’ll be asked to follow along as we take modules apart and put them back together again. This will take time and effort; but we think it will be worth it.

PostgreSQL Server Programming

Programing


127 Visitas | 245 Descargas | 2013-10-17 00:18:28 | cbustillo

Learn how to work with PostgreSQL as if you spent the last decade working on it. PostgreSQL is capable of providing you with all of the options that you have in your favourite development language and then extending that right on to the database server. With this knowledge in hand, you will be able to respond to the current demand for advanced PostgreSQL skills in a lucrative and booming market. PostgreSQL Server Programming will show you that PostgreSQL is so much more than a database server. In fact, it could even be seen as an application development framework, with the added bonuses of transaction support, massive data storage, journaling, recovery and a host of other features that the PostgreSQL engine provides.

Introduction to Computer Science Using Python: A Computational Problem-Solving Focus

Introducción a la programación y a la solución de problemas de computación utilizando python3.


174 Visitas | 341 Descargas | 2013-11-07 02:27:56 | abelm

Dedica su primer capítulo a introducir las ciencias de la computación, los algoritmos, y otras cuestiones básicas. Su segundo capítulo está orientado a la solución de problemas de computación, esencialmente como es el proceso y el análisis de un problema concreto como caso de estudio. Con posterioridad introduce los conceptos de Datos y Expresiones (cap2), Estructuras de Control (cap3), Listas (cap4), Funciones (cap5), Objetos (cap6), Diseño modular (cap7), Trabajo con ficheros de texto (cap8), Estructura del tipo Diccionarios y Conjuntos (cap9), Programación Orientada a Objetos (cap10), Recursividad (cap11), y un último capítulo recorre el desarrollo de la computación desde sus inicios hasta hoy. Algo importante es que cada capítulo termina con la solución de un problema concreto donde se utiliza la materia impartida en los primeros epígrafes del mismo.

OpenCV Computer Vision with Python

Programar con el binding de OpenCV para manipular imágenes, video utilizando la webcam e incluso un Kinect.


155 Visitas | 280 Descargas | 2013-11-07 02:38:38 | abelm

El libro comienza con los pasos necesarios para instalar esta herramienta en cualquiera de los 3 sistemas más conocidos: Windows, MacOS o Ubuntu. El capítulo 2 trata el manejo de ficheros, cámaras e interfaces gráficas. Posteriormente en cada capítulo expone los temas de Filtrado, Rastreo, Detección de regiones y profundidad. Contiene dos valiosos apéndices para la integración con la biblioteca python-game y otro para el trabajo con Haarcascade personalizado para diferentes tareas.

Hownet and the Computation of Meaning

Procesamiento de la semántica de las palabras utilizando Hownet.


81 Visitas | 157 Descargas | 2013-11-25 04:49:06 | abelm

Este libro comienza con una introducción a los signficados y formas de representarlos. Puntualiza algunos aspectos históricos de este recurso léxico (Hownet) útil para procesar el idioma inglés y chino. Introduce al lector en los 'sememas' (las unidades más pequeñas del significado). Y posteriormente dedica varios capítulos a la Clasificación Conceptual, Roles Semánticos, Taxonomía, Diccionario de Conocimiento Hownet, Base de Datos de Conocimiento Etiquetado, Análisis de Relaciones en Hownet, Navegar en Hownet, Algoritmos y Software Hownet, ... Se los recomiendo por su valor incalculable para comparar resultados con la BD wordnet.

Beginning Python From Novice to Professional, Second Edition

Programación en Lenguaje Python


153 Visitas | 267 Descargas | 2013-11-25 05:05:39 | abelm

Este es un libro excelente para aprender a programar en python, y finalmente para hacer cosas extraordinarias también. A diferencia de otros libros dedica sus primeros 4 capítulos a: cuestiones básicas como la instalación en GNU/Linux y Windows, Listas y Tuplas, Strings y Diccionarios. Luego analiza los flujos, Funciones, Recursividad, Herencia, Manejo de Excepciones, entre otros. En una virtual tercera agrupación a partir del capítulo 11 analiza el trabajo con ficheros, Interfaces Gráficas, Soporte a Bases de Datos, Programación para Redes de Datos, Aplicaciones Web y Testing. A partir del capítulo 17, ya más avanzado, se pueden encontrar códigos muy bien documentados de como extender el lenguaje, empaquetar tus programas, programar parsers para HTML, XML, crear estructuras de comunicación como XML.RPC,....

A Primer on Scientific Programming with Python

Programación en Lenguaje python utilizando problemas matemáticos y de las ciencias naturales.


131 Visitas | 220 Descargas | 2013-11-27 06:24:39 | abelm

El objetivo del libro es enseñar programación en python utilizando problemas de las matemáticas y las ciencias naturales. Utiliza algunos ejemplos de trabajo con ficheros genéticos(ADN). El Cap1 contiene trabajo introductorio con fómulas en el lenguaje python. Cap2 Ciclos y tipo de datos Lista. Cap3 Funciones. Cap4 Trabajo con ficheros y manejo de errores y excepciones. Cap5 Arreglos y Plotting. Cap6 "Clases" de la POO. Cap7 Números aleatorios y su aplicación a juegos sencillos. Cap9. Programación Orientada a Objetos. Contiene 8 apéndices dedicados fundamentalmente a: trabajo con ecuaciones diferenciales, código python en lenguajes compilados, y otros temas tecnológicos.

JavaScript Step by Step, Third Edition

Programming


182 Visitas | 361 Descargas | 2013-11-28 01:46:43 | cbustillo

Expand your expertise - and teach yourself the fundamentals of JavaScript. If you have previous programming experience but are new to JavaScript, this tutorial delivers the step-by-step guidance and coding exercises you need to master core topics and techniques. Discover how to: Work with JavaScript syntax, variables, and data types; Master techniques for building cross-browser programs; Speed up and simplify app development with jQuery; Quickly retrieve data from a server using AJAX requests; Adapt your app for mobile devices with jQuery Mobile; Build Windows 8 apps using HTML, CSS, and JavaScript.

Think Python

Programación en lenguaje python.


118 Visitas | 197 Descargas | 2013-12-04 06:36:42 | abelm

Un excelente libro para aprender y enseñar a programar en python. Contiene por capítulos todos los temas de la programación orientada a objetos así como un capítulo para cada tipo de datos de este lenguaje. Es la base para el libro Think Complexity del mismo autor.

flex & bison

Compiladores


96 Visitas | 239 Descargas | 2013-12-12 15:50:48 | epcosta

flex & bison es un libro que nos adentra en el mundo de los compiladores mediante el uso de herramientas automatizadas en este caso los decendientes de lex y yacc de los sistemas unix originales.