Libros UCLV { BETA }

Gran cantidad de libros a nuestro alcance

Tenemos :
1413 libros,
262722 descargas y
1106 contribuyentes !

Se han encontrado 98 Coincidencias

Bison the Yacc Compatible Parser Generator


41 Visitas | 53 Descargas | 2013-12-16 20:14:03 | epcosta

Bison is a general-purpose parser generator that converts an annotated context-free grammar into a deterministic LR or generalized LR (GLR) parser employing LALR(1) parser tables. As an experimental feature, Bison can also generate IELR(1) or canonical LR(1) parser tables. Once you are proficient with Bison, you can use it to develop a wide range of language parsers, from those used in simple desk calculators to complex programming languages. Bison is upward compatible with Yacc: all properly-written Yacc grammars ought to work with Bison with no change. Anyone familiar with Yacc should be able to use Bison with little trouble. You need to be fluent in C or C++ programming in order to use Bison or to understand this manual. Java is also supported as an experimental feature.

Hackers And Developers #4 Narciso


141 Visitas | 186 Descargas | 2013-12-20 20:30:28 | orosado

Magazine digital de distribución mensual sobre Software Libre, Hacking y Programación En ésta edición: PEP8 de Python, Hal 9000 Junior. (Primera Parte), Pylint al rescate, Manual de MVC: (3) Controladores, Double Test con ZendFramework2, ¿Cómo crear aplicaciones Web PHP con EuropioEngine?, Manual de Perl (Parte II), Conociendo a DOM: Parte II, Pásate a GNU/Linux con Arch: Pacman, el gestor de paquetes, Explorando Mosh, Agilismo en palabras simples, De estudiante a programador

Hackers And Developers #3


121 Visitas | 189 Descargas | 2013-12-20 20:27:29 | orosado

Magazine digital de distribución mensual sobre Software Libre, Hacking y Programación En ésta edición: Twitter Bootstrap: un elegante, intuitivo y poderoso framework..4, Web Scraping: excavando en la red..10, ¿Cómo empiezo con JavaScript?..17, Conociendo a DOM: Parte I..26, Manual de MVC: (3) Los objetos View..32, Mis primeros pasos con MongoDB..40, Introducción a Perl (Parte I)..45, Introducción al desarrollo dirigido por pruebas..51, IPv6, el presente.. 57, Pásate a GNU/Linux con Arch: Gestores de ventanas y escritorios..69, Invitación al proyecto GcalcTool: GNOME Calculator..79 Ubuntu Rookie: Toma 3..84.

Hackers And Developers #1


99 Visitas | 151 Descargas | 2013-12-20 20:24:44 | orosado

Magazine digital de distribución mensual sobre Software Libre, Hacking y Programación Este mes en Hackers & Developers... Pásate a GNU/Linux con Arch Linux: Parte I..3, Guifi.net: la red abierta libre y neutral..10, La importancia del shell, vi y regex..14, Los impresionantes archivos .PO – l10n de GNOME..19, Google Maps API: Primeros Pasos..25, THREE.JS ¿va a hacer todo eso por mi?..32, Arquitectos y diseñadores, los roles opcionales..36, Programador: Si. Diseñador: ¡Ni de riesgos!..42, PSeInt: Una Invitación para entrar en el maravilloso mundo de la programación.. 44, ¿Qué son los Namespaces?..48, Manual de MVC: (1) FrontController..54, U!.. 63.

Hackers And Developers #0


157 Visitas | 209 Descargas | 2013-12-20 20:20:55 | orosado

Magazine digital de distribución mensual sobre Software Libre, Hacking y Programación. Este mes en Hackers & Developers... Y ahora ¿qué Framework PHP usaré? ..3, Creando una capa de abstracción con PHP y mysqli ..7, ¿Por qué Python?.. 14, Empezando con Google App Engine..19, The Hitchhiker Pythonits's Guide to the Galaxy..25, GNU/Linux & Servers: Tricks & Tips..31, Contribuyendo en el equipo de traducción al español de GNOME..34, ¿La crisis del software?.. 36, Las cuentas claras y el proceso de desarrollo concreto ..42, La Web Semántica y sus Ontologías ..45, U!.. 49.

The Joel Test: 12 Steps to Better Code


43 Visitas | 53 Descargas | 2014-01-22 16:47:05 | jgramos

Have you ever heard of SEMA? It's a fairly esoteric system for measuring how good a software team is. No, wait! Don't follow that link! It will take you about six years just to understand that stuff. So I've come up with my own, highly irresponsible, sloppy test to rate the quality of a software team. The great part about it is that it takes about 3 minutes. With all the time you save, you can go to medical school.

The Definitive Guide to NetBeans Platform 7


81 Visitas | 126 Descargas | 2014-01-22 16:21:14 | karelr

Guía definitiva de la plataforma NetBeans en su versión 7. Un recorrido por las principales características de la plataforma.

Learning jQuery Deferreds

Programming


59 Visitas | 93 Descargas | 2014-01-30 05:04:54 | cbustillo

Orchestrating asynchronous function calls in JavaScript often leads to callback hell, but there is a reliable way to avoid this painful state of affairs. With this concise and simple guide, you'll learn how to use jQuery deferreds and promises, an elegant approach for managing asynchronous calls in both client and server applications. This book contains 18 examples that use deferreds to solve progressively challenging real-world programming problems, along with 75 stimulating puzzles (and their solutions) that will help you understand how and when to use deferreds. You'll learn new tricks in a fun way, and become immersed in the practice of event-based programming.

HTML5: The Missing Manual

Programming


165 Visitas | 329 Descargas | 2014-02-07 07:03:47 | cbustillo

HTML5 is more than a markup language - it's a collection of several independent web standards. Fortunately, this expanded guide covers everything you need in one convenient place. With step-by-step tutorials and real-world examples, HTML5: The Missing Manual shows you how to build web apps that include video tools, dynamic graphics, geolocation, offline features, and responsive layouts for mobile devices.

PyGTK 2.0 Tutorial

Interfaces Gráficas


75 Visitas | 117 Descargas | 2014-03-03 19:14:51 | eancedeg

PyGTK 2.0 is a set of Python modules which provide a Python interface to GTK+ 2.X. Throughout the rest of this document PyGTK refers to the 2.X version of PyGTK and GTK and GTK+ refer to the 2.X version of GTK+. The primary web site for PyGTK is www.pygtk.org [http://www.pygtk.org].

Practical C Programming

Programación en el lenguaje C.


89 Visitas | 119 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.


64 Visitas | 114 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.


47 Visitas | 104 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.

Curso Programacion Android

Programacion para Android


482 Visitas | 826 Descargas | 2014-05-15 02:25:41 | josedanielr

Con el Curso de Programación en Android de sgoliver.net aprenderás a crear desde cero tus propias aplicaciones para dispositivos móviles con sistema operativo Android. Desde los temas más básicos, como descargar e instalar las herramientas necesarias o crear tu primer proyecto paso a paso, hasta temas avanzados como la localización GPS o la comunicación con servicios web. Este manual va dirigido a todas aquellas personas interesadas en un tema tan en auge como la programación de aplicaciones móviles para la plataforma Android. Se tratarán temas dedicados a la construcción de aplicaciones nativas de la plataforma, dejando a un lado por el momento las aplicaciones web. Es por ello por lo que el único requisito indispensable a la hora de utilizar este manual es tener conocimientos bien asentados sobre el lenguaje de programación Java y ciertas nociones sobre aspectos básicos del desarrollo actual como la orientación a objetos.

Android Application Development For Dummies

Android Development


202 Visitas | 1410 Descargas | 2014-07-16 14:34:13 | acollazo

Welcome to Android Application Development For Dummies, the first For Dummies book that covers Android application development. When I was contacted to write this book, I was ecstatic about the opportunity to spread the wealth of knowledge that I’d picked up over the past year and a half of Android development. I hope you enjoy finding out about how to program for the Android platform from this book as much as I enjoyed writing it!

Beginning Android Application Development


167 Visitas | 1370 Descargas | 2014-07-16 14:48:47 | acollazo

i FirSt StArted plAying With the Android Sdk before it was offi cially released as version 1.0. Back then, the tools were unpolished, the APIs in the SDK were unstable, and the documentation was sparse. Fast forward two and a half years, Android is now a formidable mobile operating system, with a fol- lowing no less impressive than the iPhone. Having gone through all the growing pains of Android, I think now is the best time to start learning about Android programming — the APIs have stabilized, and the tools have improved. But one challenge remains: getting started is still an elusive goal for many. It was with this challenge in mind that I was motivated to write this book, one that could benefi t begin- ning Android programmers and enable them to write progressively more sophisticated applications.

Disear_Apps_Android_buenas_practicas_y_patrones

Desarrollo de Android


192 Visitas | 370 Descargas | 2014-07-16 14:58:00 | acollazo

Aprende sobre este nuevo Sistema Operativo que llego para quedarse con nosotros. Este blog es para estar al tanto de lo ultimo referente al sistema operativo Android.

Extending Bootstrap

Understand Bootstrap and unlock its secrets to build a truly customized project!


101 Visitas | 217 Descargas | 2014-09-12 14:46:05 | yuniorc

Extending Bootstrap is a practical guide to extending the use of Bootstrap, a very popular open source CSS framework originally developed by Twitter. This book focuses on different techniques to customize and extend Bootstrap according to your needs. We will cover theming, CSS customization, LESS usage, compiling your styles with Grunt.js, and much more. After reading this book, you will be an expert in Bootstrap and have all the knowledge you need to use it efficiently in your projects.

Effective awk Programming: Universal Text Processing and Pattern Matching

AWK


33 Visitas | 65 Descargas | 2015-03-10 22:21:52 | cbustillo

When processing text files, the awk language is ideal for handling data extraction, reporting, and data-reformatting jobs. This practical guide serves as both a reference and tutorial for POSIX-standard awk and for the GNU implementation, called gawk. This book is useful for novices and awk experts alike. In this thoroughly revised edition, author and gawk lead developer Arnold Robbins describes the awk language and gawk program in detail, shows you how to use awk and gawk for problem solving, and then dives into specific features of gawk. System administrators, programmers, webmasters, and other power users will find everything they need to know about awk and gawk.

R in Action

Programación en R


64 Visitas | 74 Descargas | 2015-04-30 14:50:46 | josedanielr

R in Action provides you with a guided introduction to R, giving you a 2,000-foot view of the platform and its capabilities. It will introduce you to the most important functions in the base installation and more than 90 of the most useful contributed packages. Throughout the book, the goal is practical application—how you can make sense of your data and communicate that understanding to others. When you finish, you should have a good grasp of how R works and what it can do, and where you can go to learn more. You’ll be able to apply a variety of techniques for visualizing data, and you’ll have the skills to tackle both basic and advanced data analytic problems.