Cardiac surgical procedures are among the most common and most complicated forms of surgery worldwide and the postoperative period is characterized by complex challenges. Among the factors determining ultimate clinical outcome, postoperative critical care is of major importance. This book adopts a clinical approach in explaining and analyzing the course of clinical care in patients undergoing cardiac surgery. Since the postoperative clinical status is directly influenced by preoperative and intraoperative factors, the early chapters briefly examine preoperative issues and the intraoperative course of cardiac surgery, with particular attention to anesthesia and the process of cardiopulmonary bypass. Subsequent chapters primarily address the critical care of patients by means of an organ-oriented approach, which will enable the reader to use the text as a ‘cookbook’ of cardiac intensive care. This book is intended for use in daily practice by cardiac surgeons, cardiac anesthesiologists, intensivists and cardiac intensive care nurses.
Chủ Nhật, 1 tháng 3, 2015
Postoperative Critical Care for Cardiac Surgical Patients
Thứ Tư, 11 tháng 2, 2015
Sencha Touch Cookbook
Over 100 hands-on recipes to help you understand the complete Sencha Touch framework and solve your day-to-day problems
Thứ Ba, 13 tháng 1, 2015
Citrix XenDesktop 7 Cookbook
A step-by-step course that includes tasks ranging from a standard to high-level difficulty, oriented to deploy an enterprise production VDI environment. This practical approach is based on both GUI and command line operations, which gives you as an IT professional the alternatives to operate the system wherever possible. If you are a system administrator or an experienced IT professional who wants to refer to a centralized container of procedures and advanced tasks in XenDesktop, this is the book for you. If you are an IT technician approaching this technology for the first time, who wants to integrate a more theoretical formative process with step-by-step installation and configuration activities, this book will also help you. You will need to have experience of the virtualized environment and an understanding of the general concepts of desktop virtualization (VDI).
Thứ Năm, 8 tháng 1, 2015
Microsoft Exchange 2013 Cookbook
This book is a practical, hands-on guide that provides the reader with a number of clear, step-by-step exercises.’Microsoft Exchange 2013 Cookbook’ is targeted at network administrators who deal with the Exchange server in their day-to-day jobs. It assumes you have some practical experience with previous versions of Exchange (although this is not a requirement), without being a subject matter expert.
Thứ Hai, 5 tháng 1, 2015
Pretzel Making at Home
Here’s a new twist on an old favorite: pretzels warm from the oven. DIY bakers can make their own crunchy, chewy, savory, or sweet artisan pretzels with this collection of 50 recipes that imagines every way to shape, fill, and top them. Here are the traditional versions as well as novel creations such as Philly cheesesteak pretzel pockets and fried pretzel with cinnamon sugar. More substantial dishes like wild mushroom and chestnut pretzel stuffing, and pretzel bread pudding with caramel sauce elevate the humble pretzel to dinner-table fare as this tantalizing cookbook takes a cherished everyday snack to the next level of culinary creativity.
Chủ Nhật, 4 tháng 1, 2015
Thứ Năm, 25 tháng 12, 2014
Magento 1.4 Development Cookbook
Magento is the fastest growing PHP-based e-commerce solution based on the Zend Framework. It is a robust CMS that provides developers the ability to enrich their store with extra functionalities using custom modules. Developing a Magento store to get the desired look and feel is not as easy as you might believe and may take hours due to the wealth of features available for you to use.,
Magento 1.4 Development Cookbook provides unparalleled guidelines to develop a much faster and more captivating Magento store by writing powerful custom modules. The book covers everything from common development tasks to integrating social networking plugins into Magento.
Thứ Tư, 24 tháng 12, 2014
RESTful Web Services Cookbook
While the REST design philosophy has captured the imagination of web and enterprise developers alike, using this approach to develop real web services is no picnic. This cookbook includes more than 100 recipes to help you take advantage of REST, HTTP, and the infrastructure of the Web. You’ll learn ways to , RESTful web services for client and , applications that meet performance, scalability, reliability, and , goals, no matter what programming language and development framework you use.,
Each recipe includes one or two problem statements, with easy-to-follow, step-by-step instructions for solving them, as well as examples using HTTP requests and responses, and XML, JSON, and Atom snippets. You’ll also get implementation guidelines, and a discussion of the pros, cons, and trade-offs that come with each solution.
Rails AntiPatterns
As developers worldwide have adopted the powerful , on , web framework, many have fallen victim to common mistakes that reduce code quality, performance, reliability, stability, scalability, and maintainability. Rails AntiPatterns identifies these widespread Rails code and , problems, explains why they’re bad and why they happen – and shows exactly what to do instead.,
The book is organized into concise, modular chapters – each outlines a single common AntiPattern and offers detailed, cookbook-style code solutions that were previously difficult or impossible to find.
Thứ Ba, 23 tháng 12, 2014
Ruby Cookbook
From data structures and algorithms, to integration with cutting-edge technologies, the , Cookbook has something for every programmer. When you need to solve a problem, don’t reinvent the wheel: look it up in the Cookbook.
Raspberry Pi Cookbook for Python Programmers
Raspberry Pi Cookbook for Python Programmers is a practical guide for getting the most out of this little computer. It will guide you through the many uses of the Raspberry Pi and allow you to showcase the best it has to offer. Discover what the Raspberry Pi has to offer using detailed Python 3 examples that you can adapt and extend; see where your creativity takes you!,
Raspberry Pi Cookbook for Python Programmers – begins by guiding you through setting up the Raspberry Pi, performing tasks using Python 3 and introduces the first steps to interface with electronics. As you work through each chapter you will build up your skills and knowledge and apply them as you progress throughout the book, delving further and further into the unique abilities and features of the Raspberry Pi.
Python Text Processing with NLTK 2.0 Cookbook
Natural Language Processing is used everywhere – in search engines, spell checkers, , phones, computer , – even your washing machine. Python’s Natural Language Toolkit (NLTK) suite of libraries has rapidly emerged as one of the most efficient tools for Natural Language Processing. You want to employ nothing less than the best techniques in Natural Language Processing – and this book is your answer.,
Python Text Processing with NLTK 2.0 Cookbook is your handy and illustrative guide, which will walk you through all the Natural Language Processing techniques in a step-by-step manner. It will demystify the advanced features of text analysis and text mining using the comprehensive NLTK suite.
Python Network Programming Cookbook
This book highlights major aspects of , , in Python starting from writing simple networking clients, to developing complex screen-scraping and network , monitoring scripts. It creates the building blocks for many practical web and networking applications that rely on various networking protocols. This book presents the power and beauty of Python in solving the numerous real-world tasks in the area of network programming, system and network administration, network monitoring, and web-application development.,
This book develops your ability to solve a wide range of network programming tasks in Python. We will start by exploring the Python standard library functions to create client/server network and manipulate your local networking resources available under both IPv4 and IPv6. The practical focus continues with creating web and email clients, scraping web pages, fetching information from various websites, and searching for information on the Web such as Amazon, Flickr, and other sites. It further develops your skills to analyze your network security vulnerabilities using advanced network packet capture and analysis techniques.
Python Cookbook, 3rd Edition
If you need help writing programs in Python 3, or want to update older Python 2 code, this book is just the ticket. Packed with practical recipes written and tested with Python 3.3, this unique cookbook is for experienced Python programmers who want to focus on modern tools and idioms.,
Inside, you’ll find complete recipes for more than a dozen topics, covering the core Python language as well as tasks common to a wide variety of application domains. Each recipe contains code samples you can use in your projects right away, along with a discussion about how and why the solution works.
Python Cookbook, 2nd Edition
Portable, powerful, and a breeze to use, Python is the popular open source object-oriented , language used for both standalone programs and scripting applications. It is now being used by an increasing number of major organizations, including NASA and Google.,
Updated for Python 2.4, The Python Cookbook, 2nd Edition offers a wealth of useful code for all Python programmers, not just advanced practitioners. Like its predecessor, the new edition provides solutions to problems that Python programmers face everyday.
Python and AWS Cookbook
If you intend to use Amazon Web Services (AWS) for remote computing and storage, Python is an ideal , language for developing applications and controlling your cloud-based infrastructure. This cookbook gets you started with more than two dozen recipes for using Python with AWS, based on the author’s boto library.,
You’ll find detailed recipes for working with the S3 storage service as well as EC2, the service that lets you , and build , applications. Each recipe includes a code solution you can use immediately, along with a discussion of why and how the recipe works. You also get detailed advice for using boto with AWS and other cloud services.
Python 3 Text Processing with NLTK 3 Cookbook
This book will show you the essential techniques of text and language processing. Starting with tokenization, stemming, and the WordNet dictionary, you’ll progress to part-of-speech tagging, phrase chunking, and named entity recognition. You’ll learn how various text corpora are organized, as well as how to create your own custom corpus. Then, you’ll move onto text classification with a focus on sentiment analysis. And because NLP can be computationally expensive on large bodies of text, you’ll try a few methods for distributed text processing. Finally, you’ll be introduced to a number of other small but complementary Python libraries for text analysis, cleaning, and parsing.
Thứ Hai, 22 tháng 12, 2014
Microsoft Windows Server AppFabric Cookbook
Gain a solid understanding of the capabilities provided by , , AppFabric with a pragmatic, hands-on, results-oriented approach with this book. Learn how to apply the WCF and WF skills you already have to make the most of what Windows Server AppFabric has to offer. Includes step-by-step recipes for developing highly scalable composite services that utilize the capabilities provided by Windows Server AppFabric including caching, hosting, monitoring and persistence.
Microsoft Windows Identity Foundation Cookbook
Gain a firm understanding of Microsoft’s Identity and , Control paradigm with real world scenarios and hands-on solutions. Apply your existing , skills to build claims-enabled applications. Includes step-by-step recipes on easy-to-implement examples and practical advice on real world scenarios.
Microsoft Windows Communication Foundation 4.0 Cookbook for Developing SOA Applications
WCF 4.0 is a communications infrastructure that unifies a broad array of distributed systems’ capabilities in a composable, extensible architecture that supports multiple transports, messaging patterns, encodings, , topologies, and hosting models. This book is a collection of focused real-world recipes and covers , recipes on topics such as working with contracts to more advanced topics such as extending WCF runtime. By the end of this book you will have valuable information that helps transform the potentially unproductive habits of , developers who work with WCF.,
This book will take you through many concepts starting with complete support for contract-related design for WCF service development. You will learn to use WCF’s built-in feature for building various service endpoints.