Tipo de Livro
-Autor
-Editora
-Ano de Publicação
-Cidade
+Sebos e Livreiros
+Preço
+Promoções
+Categoria
+Idioma
+Avaliação
+Compra Corporativa
+Exibindo: 1 - 44 de 580 resultados

Managing Projects with GNU Make
<p>The utility simply known as <i>make</i> is one of the most enduring features of both Unix and other operating systems. First invented in the 1970s, <i>make</i> still turns up to this day as the central engine in most programming projects; it even builds the Linux kernel. In the third edition of the classic <i>Managing Projects with GNU make</i>, readers will learn why this utility continues to ...
2004

Java Generics and Collections
<DIV><P>This comprehensive guide shows you how to master the most important changes to Java since it was first released. Generics and the greatly expanded collection libraries have tremendously increased the power of Java 5 and Java 6. But they have also confused many developers who haven't known how to take advantage of these new features. </P><P> <I>Java Generics and Collections</I> covers every...
2006

21st Century C
<div><p>Throw out your old ideas about C and get to know a programming language that’s substantially outgrown its origins. With this revised edition of <i>21st Century C</i>, you’ll discover up-to-date techniques missing from other C tutorials, whether you’re new to the language or just getting reacquainted.</p><p>C isn’t just the foundation of modern programming languages;...
2014

Active Directory
<div><p>Organize your network resources by learning how to design, manage, and maintain Active Directory. Updated to cover Windows Server 2012, the fifth edition of this bestselling book gives you a thorough grounding in Microsoft’s network directory service by explaining concepts in an easy-to-understand, narrative style.</p><p>You’ll negotiate a maze of technologies for deploying a s...
2013

Apache
<div><p>Apache is far and away the most widely used web server platform in the world. This versatile server runs more than half of the world's existing web sites. Apache is both free and rock-solid, running more than 21 million web sites ranging from huge e-commerce operations to corporate intranets and smaller hobby sites.</p> <p>With this new third edition of <i>Apache: The Definitive Guide</i>...
2002

Classic Shell Scripting
<p>Shell scripting skills never go out of style. It's the shell that unlocks the real potential of Unix. Shell scripting is essential for Unix users and system administrators-a way to quickly harness and customize the full power of any Unix system. With shell scripts, you can combine the fundamental Unix text and file processing commands to crunch data and automate repetitive tasks. But beneath th...
2005

Cloud Architecture Patterns
<DIV><P>If your team is investigating ways to design applications for the cloud, this concise book introduces 11 architecture patterns that can help you take advantage of cloud-platform services. You’ll learn how each of these platform-agnostic patterns work, when they might be useful in the cloud, and what impact they’ll have on your application architecture. You’ll also see an ...
2020

Conversion Optimization
<DIV><P>How do you turn website visitors into customers? </P><P><I>Conversion Optimization</I> offers practical advice on how to persuade visitors to make a buying decision -- without driving them away through data overload or tedious navigation. You'll learn how to use marketing principles, design, usability, and analytics on your site to increase your buyer-to-visitor ratio, whether you're invol...
2020

Cython
<div><p>Build software that combines Python’s expressivity with the performance and control of C (and C++). It’s possible with Cython, the compiler and hybrid programming language used by foundational packages such as NumPy, and prominent in projects including Pandas, h5py, and scikits-learn. In this practical guide, you’ll learn how to use Cython to improve Python’s perfor...
2015

Designing Embedded Hardware
<div><p>Embedded computer systems literally surround us: they're in our cell phones, PDAs, cars, TVs, refrigerators, heating systems, and more. In fact, embedded systems are one of the most rapidly growing segments of the computer industry today.</p> <p>Along with the growing list of devices for which embedded computer systems are appropriate, interest is growing among programmers, hobbyists, and...
2020

Designing Games
<p>Ready to give your design skills a real boost? This eye-opening book helps you explore the design structure behind most of todayâ??s hit video games. Youâ??ll learn principles and practices for crafting games that generate emotionally charged experiencesâ??a combination of elegant game mechanics, compelling fiction, and pace that fully immerses players. <p>In clear and approachable prose, desig...
2013

DNS and BIND
<div><p>DNS and BIND tells you everything you need to work with one of the Internet's fundamental building blocks: the distributed host information database that's responsible for translating names into addresses, routing mail to its proper destination, and even listing phone numbers with the new ENUM standard. This book brings you up-to-date with the latest changes in this crucial service.</p> <p...
2006

Dom Enlightenment
<DIV><P>With <I>DOM Enlightenment</I>, you’ll learn how to manipulate HTML more efficiently by scripting the Document Object Model (DOM) without a DOM library. Using code examples in cookbook style, author Cody Lindley (jQuery Cookbook) walks you through modern DOM concepts to demonstrate how various node objects work. </P><P>Over the past decade, developers have buried the DOM under framewo...
2013

Effective Computation in Physics
<p>More physicists today are taking on the role of software developer as part of their research, but software development isnâ??t always easy or obvious, even for physicists. This practical book teaches essential software development skills to help you automate and accomplish nearly any aspect of research in a physics-based field. <p> Written by two PhDs in nuclear engineering, this book includes ...
2015

Getting Started with RStudio
<DIV><P>Dive into the RStudio Integrated Development Environment (IDE) for using and programming R, the popular open source software for statistical computing and graphics. This concise book provides new and experienced users with an overview of RStudio, as well as hands-on instructions for analyzing data, generating reports, and developing R software packages. </P><P>The open source RStudio IDE b...
2011

Hacking Healthcare
<DIV><P>Ready to take your IT skills to the healthcare industry? This concise book provides a candid assessment of the US healthcare system as it ramps up its use of electronic health records (EHRs) and other forms of IT to comply with the government’s Meaningful Use requirements. It’s a tremendous opportunity for tens of thousands of IT professionals, but it’s also a huge challe...
2020

Heroku
<div><p>Take full advantage of Heroku’s cloud-based hosting services. This guide takes you through the inner workings of this PaaS platform and delivers practical advice for architecting your application to work as efficiently as possible. You’ll learn best practices for improving speed and throughput, solving latency issues, locating and fixing problems if your application goes down, ...
2013

Java 8 Lambdas
<div><p>If you’re a developer with core Java SE skills, this hands-on book takes you through the language changes in Java 8 triggered by the addition of lambda expressions. You’ll learn through code examples, exercises, and fluid explanations how these anonymous functions will help you write simple, clean, library-level code that solves business problems.</p><p>Lambda expressions are a...
2014

Learning GNU Emacs
<div><p>GNU Emacs is the most popular and widespread of the Emacs family of editors. It is also the most powerful and flexible. Unlike all other text editors, GNU Emacs is a complete working environment--you can stay within Emacs all day without leaving. <i>Learning GNU Emacs</i>, 3rd Edition tells readers how to get started with the GNU Emacs editor. It is a thorough guide that will also "grow" ...
2004

Lightweight Django
<div><p>How can you take advantage of the Django framework to integrate complex client-side interactions and real-time features into your web applications? Through a series of rapid application development projects, this hands-on book shows experienced Django developers how to include REST APIs, WebSockets, and client-side MVC frameworks such as Backbone.js into new or existing projects.</p><p>Lea...
2014

Machine Learning for Hackers
<DIV><P>If you’re an experienced programmer interested in crunching data, this book will get you started with machine learning—a toolkit of algorithms that enables computers to train themselves to automate useful tasks. Authors Drew Conway and John Myles White help you understand machine learning and statistics tools through a series of hands-on case studies, instead of a traditional m...
2012

Making Things Happen
In the updated edition of this critically acclaimed and bestselling book, Microsoft project veteran Scott Berkun offers a collection of essays on field-tested philosophies and strategies for defining, leading, and managing projects. Each essay distills complex concepts and challenges into practical nuggets of useful advice, and the new edition now adds more value for leaders and managers of projec...
2008

Making Isometric Social Real-Time Games with HTML5, CSS3, and Javascript
<DIV><P>Anyone familiar with Zynga's Farmville understands how fun and addictive real-time social games can be. This hands-on guide shows you how to design and build one of these games from start to finish, with nothing but open source tools. You'll learn how to render graphics, animate with sprites, add sound, validate scores to prevent cheating, and more, using detailed examples and code samples...
2011

Network Warrior
<p>Pick up where certification exams leave off. With this practical, in-depth guide to the entire network infrastructure, youâ??ll learn how to deal with real Cisco networks, rather than the hypothetical situations presented on exams like the CCNA. <i>Network Warrior</i> takes you step by step through the world of routers, switches, firewalls, and other technologies based on the author's extensive...
2020

Parallel and Concurrent Programming in Haskell
<DIV><P>If you have a working knowledge of Haskell, this hands-on book shows you how to use the language’s many APIs and frameworks for writing both parallel and concurrent programs. You’ll learn how parallelism exploits multicore processors to speed up computation-heavy programs, and how concurrency enables you to write programs with threads for multiple interactions. </P><P> Author S...
2013

Practical C++ Programming
<div><p>C++ is a powerful, highly flexible, and adaptable programming language that allows software engineers to organize and process information quickly and effectively. But this high-level language is relatively difficult to master, even if you already know the C programming language.</p> <p>The 2nd edition of <i>Practical C++ Programming</i> is a complete introduction to the C++ language for ...
2002