Saturday, December 3, 2011

BizTalk Server 2000 Developer's Guide for .NET


BizTalk Server 2000 Developer's Guide for .NET
Syngress; 1 edition | January 2002 | ISBN-10: 1928994407 | 512 pages | PDF | 6.9 MB

The BizTalk 2000 Developer's Guide is written for developers who are responsible for installing, configuring and deploying the BizTalk Server in their organizations IT infrastructure.
The opening chapters of the book discuss the benefits of seamless business-to-business application integration, summarize the features and enhancements of BizTalk Server 2000, and offer an introduction to XML - the driving force behind BizTalk. The next chapters explore the multiple tools that are incorporated into BizTalk that will transform the way in which information is created, transmitted and maintained in the server environment. Other chapters include complete coverage of the security considerations for BizTalk, and an examination of the various third-party plug-ins for enhancing BizTalk Server 2000.


VB .NET for Developers By Keith Franklin


VB .NET for Developers By Keith Franklin
Publisher: Sa..,ms 2002 | 312 Pages | ISBN: 0672320894 | PDF | 4 MB



This book will smooth the transition to Visual Basic.NET and help developers understand the paradigm shift presented by the .NET Framework. Key differences between VB 6 and VB.NET will be highlighted in the code samples.

filesonic

depositfiles

filepost

Programming Entity Framework: Code First By Julia Lerman, Rowan Miller


Programming Entity Framework: Code First By Julia Lerman, Rowan Miller
Publisher: O'Re.,.illy Me..dia 2011 | 192 Pages | ISBN: 1449312942 | PDF | 6 MB



Take advantage of the Code First data modeling approach in ADO.NET Entity Framework, and learn how to build and configure a model based on existing classes in your business domain. With this concise book, you’ll work hands-on with examples to learn how Code First can create an in-memory model and database by default, and how you can exert more control over the model through further configuration.
Code First provides an alternative to the database first and model first approaches to the Entity Data Model. Learn the benefits of defining your model with code, whether you’re working with an existing database or building one from scratch. If you work with Visual Studio and understand database management basics, this book is for you.
  • Learn exactly what Code First does—and does not—enable you to do
  • Understand how property attributes, relationships, and database mappings are inferred from your classes by Code First
  • Use Data Annotations and the Fluent API to configure the Code First data model
  • Perform advanced techniques, such as controlling the database schema and overriding the default model caching
This book is a continuation of author Julia Lerman’s Programming Entity Framework, widely recognized as the leading book on the topic.

filesonic

filepost

S. Hernandez, C. A. Brebbia, "Computer Aided Optimum Design in Engineering X"

This summary is not available. Please click here to view the post.

Oracle Fusion Middleware Patterns


Oracle Fusion Middleware Patterns
224 pages | Packt Publishing (September 9, 2010) | ISBN-10: 1847198325 | PDF | 7.5 Mb

This book is a compilation of ten real-world case studies, originally published on Oracle Technology Network, and shows how to design and develop business processes efficiently. Throughout the book the authors discuss the revolutionary solutions that are behind the changing face of enterprises. This book is aimed at Architects and IT managers involved in the design, implementation, and integration of composite applications and end-to-end business processes.

Graph Transformations


Graph Transformations
Springer; 1 edition | October 9, 2006 | ISBN-10: 3540388702 | 485 pages | PDF | 8.1 Mb

This book constitutes the refereed proceedings of the Third International Conference on Graph Transformations, ICGT 2006. The book presents 28 revised full papers together with 3 invited lectures. All current aspects in graph drawing are addressed including graph theory and graph algorithms, theoretic and semantic aspects, modeling, tool issues and more. Also includes accounts of a tutorial on foundations and applications of graph transformations, and of ICGT Conference satellite events.

Cellular Computing (Genomics and Bioinformatics)


Cellular Computing (Genomics and Bioinformatics)
Publisher: OUP | 2004 | ISBN: 0195155408/0195155394 | English | PDF | 239 pages | 6.17 Mb

The completion of the first draft of the human genome has led to an explosion of interest in genetics and molecular biology. The view of the genome as a network of interacting computational components is well-established, but researchers are now trying to reverse the analogy, by using living organisms to construct logic circuits. The potential applications for such technologies is huge, ranging from bio-sensors, through industrial applications to drug delivery and diagnostics. This book would be the first to deal with the implementation of this technology, describing several working experimental demonstrations using cells as components of logic circuits, building toward computers incorporating biological components in their functioning.


1674127

Jesse Tilly, "Ant: The Definitive Guide"


Jesse Tilly, "Ant: The Definitive Guide"
Publisher: O'Reilly Media | ISBN: 0596001843 | edition 2002 | PDF | 316 pages | 2,8 mb

Ant is the premiere build management tool for use in Java environments. Unlike traditional build management tools such as GNU Make, Ant is itself written in Java, is platform independent, and interfaces well with the utilities in Sun's Java software development kit (SDK). In addition to being platform independent, Ant is also independent of the integrated development environment (IDE) being used. IDE independence is important for open source projects (or other projects) in which the various developers might use different IDEs. Using Ant, Java developers can:
* Define build chunks, the results that they must produce, and the dependencies between them
* Automatically retrieve source code from source control systems such as PVCS
* Build applications by having Ant compile the necessary source files in the proper order


My Links

Daniel P. Bovet, "Understanding the Linux Kernel"


Daniel P. Bovet, "Understanding the Linux Kernel"
Publisher: O'Reilly Media | ISBN: 0596002130 | edition 2002 | CHM | 829 pages | 4,7 mb

To thoroughly understand what makes Linux tick and why it's so efficient, you need to delve deep into the heart of the operating system--into the Linux kernel itself. The kernel is Linux--in the case of the Linux operating system, it's the only bit of software to which the term "Linux" applies. The kernel handles all the requests or completed I/O operations and determines which programs will share its processing time, and in what order. Responsible for the sophisticated memory management of the whole system, the Linux kernel is the force behind the legendary Linux efficiency.


My Links

Robbie Allen, "Active Directory Cookbook for Windows Server 2003 and Windows 2000"


Robbie Allen, "Active Directory Cookbook for Windows Server 2003 and Windows 2000"
Publisher: O'Reilly Media | ISBN: 0596004648 | edition 2003 | CHM | 622 pages | 1 mb

Those of you who run networks on Windows 2000 know the benefits of using Active Directory for managing user information and permissions. You also know what a bear it can be. The newer version included with Windows Server 2003 has over 100 new and updated features to simplify deployment, but once it's in place many system administrators still find Active Directory challenging. If you're among those looking for practical hands-on support, help is here with our new Active Directory Cookbook for Windows Server 2003 & Windows 2000, a unique problem-solving guide that offers quick answers for both versions of the directory.


My Links

Matt Neuburg, "AppleScript: The Definitive Guide"


Matt Neuburg, "AppleScript: The Definitive Guide"
Publisher: O'Reilly | ISBN: 0596005571 | edition 2003 | CHM | 476 pages | 1,7 mb

AppleScript has always been useful, but with Mac OS X it's even more so. Nearly every application that comes with Mac OS X is scriptable. Even non-scriptable applications can often be driven with AppleScript, thanks to the new Accessibility API and GUI Scripting technologies. And now AppleScripters can put a true Aqua interface around their scripts! There's never been a more exciting time for AppleScript users. AppleScript: The Definitive Guide explores and teaches the language from the ground up.


My Links

Frank Garvan, "The MAPLE Book"


Frank Garvan, "The MAPLE Book"
Publisher: Chapman & Hall/CRC | ISBN: 1584882328 | edition 2001 | PDF | 467 pages | 2,6 mb

Maple is a very powerful computer algebra system used by students, educators, mathematicians, statisticians, scientists, and engineers for doing numerical and symbolic computations. Greatly expanded and updated from the author's MAPLE V Primer, The MAPLE Book offers extensive coverage of the latest version of this outstanding software package, MAPLE 7.0 The MAPLE Book serves both as an introduction to Maple and as a reference. Organized according to level and subject area of mathematics, it first covers the basics of high school algebra and graphing, continues with calculus and differential equations then moves on to more advanced topics, such as linear algebra, vector calculus, complex analysis, special functions, group theory, number theory and combinatorics.


My Links

Ivan Ristic, "Apache Security"


Ivan Ristic, "Apache Security"
Publisher: O'Reilly Media | ISBN: 0596007248 | edition 2005 | CHM | 420 pages | 1,6 mb

With more than 67% of web servers running Apache, it is by far the most widely used web server platform in the world. Apache has evolved into a powerful system that easily rivals other HTTP servers in terms of functionality, efficiency, and speed. Despite these impressive capabilities, though, Apache is only a beneficial tool if it's a secure one.


My Links

Implementing SugarCRM 5.x


Implementing SugarCRM 5.x
352 pages | Packt Publishing (September 13, 2010) | ISBN-10: 184719866X | PDF | 5.4 Mb

The book works from the SugarCRM basics right up to advanced features in a clear and friendly way. It follows a combination of theoretical discussions relating to varying business needs and the manner in which CRM technology can address them. By helping you clarify your business goals the book enables you to build a CRM system to support your business needs. If you are a small-medium business owner/manager with reasonable IT skills, a system implementer, or a system administrator who wants to implement SugarCRM for yourself either as a first CRM or as a replacement for existing solutions, this book is for you. Existing SugarCRM users who want to broaden their understanding of the topic will find this book valuable too. No programming knowledge is required to use this book to implement, customize, and use SugarCRM.

Oracle BI Publisher 11g: A Practical Guide to Enterprise Reporting By Daniela Bozdoc


Oracle BI Publisher 11g: A Practical Guide to Enterprise Reporting By Daniela Bozdoc
Publisher: Pa..ckt Publi..shing 2011 | 254 Pages | ISBN: 1849683182 | PDF | 10 MB



  • Create and deliver improved snapshots in time of your Enterprise data using Oracle BI Publisher 11g with this hands-on book and eBook guide
  • A practical tutorial for improving your Enterprise reporting skills with Oracle BI Publisher 11g
  • Master report migration, template design, and E-Business Suite integration
  • A practical guide brimming with tips about all the new features of the 11g release

In Detail
Oracle BI Publisher 11g (formerly XML Publisher) enables the creation, management and delivery of various reports, making it a desirable tool for any company to achieve the best image of your resources. This book offers practical application of BIP functionality for improving your ability to design and deliver quality reports just when they are needed.
"Oracle BI Publisher 11g: A Practical Guide to Enterprise Reporting" is an applicable guide for using Oracle BIP from the perspective of a report developer, helping you to utilize the tool from simple to complex report design. You can take advantage of both the existing functionality of BIP 10g, as well as a special emphasis on the new 11g features.
This guide will take you on a tour of Oracle BI Publisher 11g, beginning with a description of the new 11g functionality. You'll continue by learning from a range of step-by-step procedures for building Data Models, Layout Templates and report configurations, packed with screenshots to help you along. Finally, you'll tackle themes like integration with Oracle EBS, Oracle report migration, and report translations.
By the end of "Oracle BI Publisher 11g: A Practical Guide to Enterprise Reporting", you'll be equipped with all you need to know to produce complex reports detailing your company's data.

What you will learn from this book
  • Jump start your learning by understanding what Business Intelligence really means
  • Migrate Oracle reports to Oracle BI Publisher 11g
  • Get to grips with designing Data Models for reports in Oracle BIP 11g
  • Master the management of multiple data sources
  • Gain the skills to design the layout of reports and build BI Publisher templates
  • Build RTF templates using Template Builder for MSWord
  • Go further with Oracle BIP by integrating with E-Business Suite and dealing with report translations
  • Learn how to build a report from beginning to end, including configuration
Approach
This is a practical guide with step-by step instructions for enhancing your application of Oracle BI Publisher 11g for enterprise reporting.

Who this book is written for
If you are an Oracle BI Publisher 11g end user, be it a report developer, business analyst or consultant, this book is for you. You should have good knowledge of general reporting practices and XML/XSL programming, though experience of using BI/XML publisher is not essential.



Jin-Yi Cai, S. Barry Cooper, Angsheng Li - Theory and Applications of Models of Computation


Jin-Yi Cai, S. Barry Cooper, Angsheng Li - Theory and Applications of Models of Computation
Publisher: Sрringer | 2006-07-06 | ISBN: 3540340211 | PDF | 809 pages | 8.35 MB


This book constitutes the refereed proceedings of the Third International Conference on Theory and Applications of Models of Computation, TAMC 2006, held in Beijing, China, in May 2006. The 75 revised full papers presented together with 7 plenary talks were carefully reviewed and selected from 319 submissions. All major areas in computer science, mathematics (especially logic) and the physical sciences particularly with regard to computation and computability theory are addressed.

Yoichi Ando, "Architectural Acoustics: Blending Sound Sources, Sound Fields, and Listeners"


Yoichi Ando, "Architectural Acoustics: Blending Sound Sources, Sound Fields, and Listeners"
Sp nger | 1998 | ISBN: 0387983333 | 224 pages | PDF | 19,3 MB

Proceeding from basic theory to design studies of concert and multiple purpose halls, the author introduces a remarkable seat selection system for the analysis of new and existing halls, and proposes a diagnostic system for testing the physical properties and calculating the psychological attributes at any seat after a hall is built. The book also presents a theory of subjective preferences, based on a model of the auditory cognitive system in the brain. Readers can thus follow the temporal and spatial values that may be associated with the left and right cerebral hemispheres in listening to music and speech, respectively, in a room. From the results of calculating subjective preference at each seat, for example, architects, musicians, and acoustical engineers concerned with the design and use of concert and multi-use halls may determine the best location to perform a certain type of music on the stage, as well as the best seats from which to listen.

Download



Deric J. Oehlers, M. A. Bradford - Elementary Behaviour of Composite Steel and Concrete Structural Members


Deric J. Oehlers, M. A. Bradford - Elementary Behaviour of Composite Steel and Concrete Structural Members
Publisher: Buttеrworth-Hеinemann | 2000-02-28 | ISBN: 0750632690 | PDF | 280 pages | 10.92 MB


This book is aimed at developing elementary analysis skills, familiarity and an intuitive feel for composite construction that is required by undergraduate and graduate students, and by structural engineers. It does not require a prior knowledge of advanced analysis and design techniques, and builds on simple concepts such as statics and the mechanics of materials. A topic is first introduced by a brief description, with numerous carefully-chosen examples forming an integral part of the main text. Working through the examples allows the reader to gain a full understanding of the subject, as a technique is illustrated by its application to designing new structures, or in the important area of assessing and upgrading existing structures.
The techniques described for the analysis of standard structures form a basis for understanding the way composite structures work, and these techniques are applied to many non-standard forms of composite construction that are not, or rarely, covered in national standards. The book is an essential purchase for all undergraduate and postgraduate students of structural/civil engineering and architecture, as well as all practising structural and civil engineers.
Covers practical applications not covered in codes, such as service ducts, splitting, upgrading existing structures and non-standard forms of composite construction
Topics are embellished by working through numerous unique and carefully-chosen examples that form an integral part of the subject material
Not orientated to specific codes, so that principles can be applied to any national design standard

COST C16 Improving the Quality of Existing Urban Building Envelopes


COST C16 Improving the Quality of Existing Urban Building Envelopes
IOS Press | April 15, 2007 | ISBN-10: 158603734X | 280 pages | PDF | 7 Mb

As a result of changes in the composition of the population, society changes continuously with respect to various factors including age-structure, family composition and the availability of energy. Changes lead to situations that are reflected in the commissioning of buildings, which is gradually shifted from new construction to the reuse and renovation of existing buildings. The adaptation of buildings often requires the modification of facades and the construction behind. The scope of this action within the COST Transport and Urban Development Domain is to improve techniques and methods for envelopes of buildings constructed during the last half of the 20th century in the COST countries. In other words it is directed on the building envelopes of the so-called non-traditional buildings. This publication is based on a support by COST, an intergovernmental European framework for international cooperation between nationally funded research activities. COST creates scientific networks and enables scientists to collaborate in a wide spectrum of activities in research and technology.

36 modèles pour une maison : Exposition itinérante, inaugurée à Bordeaux, Arc en rêve Centre d'architecture

This summary is not available. Please click here to view the post.

David Etheridge, "Natural Ventilation of Buildings: Theory, Measurement and Design"

This summary is not available. Please click here to view the post.

Andy van den Dobbelsteen, Arjen van Timmeren, Machiel van Dorst, "Smart Building in a Changing Climate"


Andy van den Dobbelsteen, Arjen van Timmeren, Machiel van Dorst, "Smart Building in a Changing Climate"
Te...e Pr..s | 2009-10-01 | ISBN: 9085940249 | 254 pages | PDF | 4,4 MB

Climate change and peak fuel are issues that affect society, technology, politics, markets—and also our built environment. Rather than just adapting to these changes, a proactive and integrated approach is needed, combining sustainable policy, planning, and design.

Smart Building in a Changing Climate presents the latest developments in the area of climate-responsive, energy-effective policy, planning, and design. New approaches include designing with nature, energy-based planning, bioclimatic architecture, adaptable building strategies, and innovative technology such as the Breathing Window.

Subjects include: Indoor & Outdoor Climate; Regional & Urban Planning; Building Design; The Building Skin; Flexibility & Transformation; Policy & Management. Also with Ronald Waterman, Ken Yeang, Wubbo Ockels, John Worthington, and Jón Kristinsson.

Enjoy this great book! Brought to you by SMIRK


!!! No mirrors please !!!

Paul F. Aubin, Darryl McClelland, Martin J. Schmid and Gregg Stanley, "AutoCAD MEP 2011"

This summary is not available. Please click here to view the post.

Robert M. Schoch - Pyramid Quest: Secrets of the Great Pyramid and the Dawn of Civilization


Robert M. Schoch - Pyramid Quest: Secrets of the Great Pyramid and the Dawn of Civilization
Tarcher | English | 2005 | ISBN: 1585424056 | 384 pages | EPUB/MOBI | 1.67 MB / 1.82 MB

In Pyramid Quest, Robert M. Schoch and Robert Aquinas McNally use the rigorous intellectual analysis of scientific inquiry to investigate what we know about the Great Pyramid, and develop a stunning hypothesis: This ancient monument is the strongest proof yet that civilization began thousands of years earlier than is generally thought, extending far back into a little-known time.


The Egyptologist acclaimed for re-dating the Great Sphinx at Giza sets his sights on one of the true mysteries of antiquity: the Great Pyramid of Giza.

What is the Great Pyramid of Giza? Ask that basic question of a traditional Egyptologist, and you get the basic, traditional answer: a fancy tombstone for a self-important pharaoh of the Old Kingdom. This, Egyptologists argue, is the sole finding based on the data, and the only deduction supported by science.

By implication, anyone who dissents from this point of view is unscientific and woolly-minded-a believer in magic and ghosts. Indeed, some of the unconventional ideas about the Great Pyramid do have a spectacularly fabulous ring to them. Yet from beneath the obvious terms of this controversy, a deeper, more significant question arises: how is it that the Great Pyramid exercises such a gripping hold on the human psyche- adding cryptic grace to the back of the one-dollar bill and framing myriad claims of New Age "pyramid power"?



Download links (no mirrors please):

Charles and Berdeana Aguar, "Wrightscapes: Frank Lloyd Wright's Landscape Designs"


Charles and Berdeana Aguar, "Wrightscapes: Frank Lloyd Wright's Landscape Designs"
Publisher: McGraw-Hill Professional | ISBN: 0071377689 | edition 2002 | PDF | 374 pages | 20.3 mb

Here is the first book to examine the environmental landscape designs of Frank Lloyd Wright, probably the world's best known and most influential architect. WRIGHTSCAPES analyzes 85 of his works, and pays particular attention to site planning, landscape design, community scale, and regional planning.

The authors include many original diagrams, rare archival material, and some 200 photographs, many never published before. WRIGHTSCAPES also chronicles how and way Wright's famous ecological sensabilities were established and how his design aspirations went far beyond accepted definitions of architecture.

WRIGHTSCAPES is ideal for required or supplemental reading within many curriculums of architecture, landscape architecture, and city planning or urban design.

My Links

Horst Sondermann, "Photoshop in Architectural Graphics"

This summary is not available. Please click here to view the post.

Klaus-Jürgen Schneider, "Entwurfshilfen für Architekten und Bauingenieure: Faustformeln für Tragkonstruktionen, Tragfähigkeitstafeln, Bauwerksaussteifung "


Klaus-Jürgen Schneider, "Entwurfshilfen für Architekten und Bauingenieure: Faustformeln für Tragkonstruktionen, Tragfähigkeitstafeln, Bauwerksaussteifung "
Publisher: Bauwerk Verlag Gmbh; Auflage: 1. | ISBN: 3934369030 | 2004 | PDF | 142 pages | 7.1 MB

Dieses Buch enthält Faustformeln und Tabellen, mit deren Hilfe die Querschnittsbemessung vieler Tragwerkstypen unmittelbar, d. h. ohne Berechnung, näherungsweise angegeben werden k–nnen. Anhand von Tragfähigkeitstafeln kann der Benutzer bei vorher ermittelter Belastung die exakte Tragfähigkeit ablesen. So kann z.B. "auf einen Blick" festgestellt werden, ob eine Mauerwerkswand mit der geplanten Dicke m–glich ist. Zu Beginn des Buches formuliert der weltweit bekannte Bauingenieur Prof. J–rg Schlaich grundlegende Gedanken zum Thema "Erfinden, Entwerfen, Konstruieren". Die Entwurfshilfen für Architekten und Ingenieure sind die erste Ver–ffentlichung einer umfassenden Zusammenstellung von Hilfen für die Vorbemessung von Tragwerken.

No Mirrors!!!


Clear Glass: Creating New Perspectives


Clear Glass: Creating New Perspectives
Braun Publishing AG | ISBN-10: 3037680032 / ISBN-13: 978-3037680032 | 256 pages | 2008 | PDF | 255 MB

Glass stands for openness and transparency. In contemporary glass architecture these associations are utilized in a subtle and highly intentional way. Some buildings appear low-key and reduced to express elegance and seriousness, other provide deep insights to set a stage for profiling and a vivid exchange between inside and outside. In either case innovative glass buildings generate unexpected perspectives, individual communication channels and a temporary feeling of freedom in an actually closed spatiality. In this title about 60 projects from.


Klaus-Jürgen Schneider, "Entwurfshilfen für Architekten und Bauingenieure: Faustformeln für Tragkonstruktionen, Tragfähigkeitstafeln, Bauwerksaussteifung "
Publisher: Bauwerk Verlag Gmbh; Auflage: 1. | ISBN: 3934369030 | 2004 | PDF | 142 pages | 7.1 MB

Dieses Buch enthält Faustformeln und Tabellen, mit deren Hilfe die Querschnittsbemessung vieler Tragwerkstypen unmittelbar, d. h. ohne Berechnung, näherungsweise angegeben werden k–nnen. Anhand von Tragfähigkeitstafeln kann der Benutzer bei vorher ermittelter Belastung die exakte Tragfähigkeit ablesen. So kann z.B. "auf einen Blick" festgestellt werden, ob eine Mauerwerkswand mit der geplanten Dicke m–glich ist. Zu Beginn des Buches formuliert der weltweit bekannte Bauingenieur Prof. J–rg Schlaich grundlegende Gedanken zum Thema "Erfinden, Entwerfen, Konstruieren". Die Entwurfshilfen für Architekten und Ingenieure sind die erste Ver–ffentlichung einer umfassenden Zusammenstellung von Hilfen für die Vorbemessung von Tragwerken.

No Mirrors!!!


Deyan Sudjic - The Edifice Complex: How the Rich and Powerful — And Their Architects — Shape the World


Deyan Sudjic - The Edifice Complex: How the Rich and Powerful — And Their Architects — Shape the World
P.nguin | English | 2006 | ISBN: 014303801X | 416 pages | EPUB/MOBI | 1.9 MB / 1.2 MB

Deyan Sudjic—"probably the most influential figure in architecture you’ve never heard of" — argues that architecture, far from being auteur art, must be understood as a naked expression of power. From the grandiose projects of Stalin and Hitler to the "theme park" excess of today’s presidential libraries, Sudjic goes behind the scenes of history’s great manipulators of building propaganda—and exposes Rem Koolhaas, Frank Gehry, and other architects in a disturbing new light. This controversial book is essential reading for all those interested in the power of architecture—or the architecture of power.


A provocative look at architecture-"exceptionally intelligent and original" (Jonathan Yardley, The Washington Post Book World) Deyan Sudjic-"probably the most influential figure in architecture you've never heard of" - argues that architecture, far from being auteur art, must be understood as a naked expression of power. From the grandiose projects of Stalin and Hitler to the "theme park" excess of today's presidential libraries, Sudjic goes behind the scenes of history's great manipulators of building propaganda-and exposes Rem Koolhaas, Frank Gehry, and other architects in a disturbing new light. This controversial book is essential reading for all those interested in the power of architecture-or the architecture of power.



Download links (no mirrors please):

Surgery of the Thyroid and Parathyroid Glands


Surgery of the Thyroid and Parathyroid Glands 
Publisher: Springer | ISBN: 3540291652 | edition 2007 | PDF | 354 pages | 23.9 mb

The aim of this text is to create a unique in-depth comprehensive reference covering all surgically relevant thyroid and parathyroid diseases. It is a definite reference presenting the latest information on the management of common and rare disorders of the thyroid and parathyroid glands. International authorities provide detailed discussions on operative techniques and treatments that are accompanied by rationales for particular approaches advocated by the authors. The topics include the description of all surgically relevant pathologies, the preoperative surgical evaluation, decision making, and operative strategies for the different thyroid and parathyroid diseases. In addition, experts present the molecular basis for thyroid neoplasia and the current understanding of the genetics of inherited thyroid and parathyroid diseases. Evolving modern operative techniques like the minimally invasive videoscopic approach to the thyroid and parathyroids are also covered.



Download
Link 1
or
Link 2

McGraw-Hill's Conquering the GMAT Math: MGH's Conquering GMAT Math by Robert E. Moyer


McGraw-Hill's Conquering the GMAT Math: MGH's Conquering GMAT Math by Robert E. Moyer 
Publisher: McGraw-Hill; 1 edition (December 9, 2008) | ISBN: 0071485031 | Pages: 336 | PDF | 1.50 MB

The perfect math-refresher, McGraw-Hill’s Conquering GMAT Math gives you in-depth practice and intensive review for every type of math problem on the GMAT. This book provides a comprehensive overview of every test topic through sample exams and answered problems that increase in difficulty—helping to build conceptual and problem-solving skills.



Download
Link 1
or
Link 2

Saying Goodbye to Someone You Love: Your Emotional Journey through End Of Life and Grief


Norine Dresser, "Saying Goodbye to Someone You Love: Your Emotional Journey through End-Of-Life and Grief"
Publisher: Demos Health | 2010 | ISBN: 1932603859 | PDF | 202 pages | 1.2 MB

Saying Goodbye to Someone You Love consists of moving narratives about end of life and grief. These personal histories are complemented by practical guidelines for those caring for their loved ones through the last stages of life. For those who are grieving, the true-to-life-stories demonstrate how others have navigated through the tidal wave of emotions and reactions that characterize the grief process. For health care professionals and those who are offering support to grievers, Saying Goodbye to Someone You Love provides a new perspective on the challenges of caring for the dying and living with grief. Hundreds of poignant, touching, loving, humorous personal experiences address readers' concerns and curiosity about how others have faced life's final chapter with love and dignity. Specific issues include talking about death, hospice, funerals, grieving, and celebrating life. The book empowers readers by bringing compassion and awareness to end of life issues, providing examples of loving care at the moment of death, illuminating uncharted territory, demonstrating how others cope, demystifying the grief process, and inspiring hope.



Download
Link 1
or
Link 2

After America: Get Ready for Armageddon


Mark Steyn, "After America: Get Ready for Armageddon"
Publisher: Regnery Publishing | ISBN: 1596981008 | August 8, 2011 | PDF | 400 pages | 11 MB

Optimistic About America's Future? Don't Be. In his giant New York Times bestseller, America Alone: The End of the World as We Know It, Mark Steyn predicted collapse for the rest of the Western World. Now, he adds, America has caught up with Europe on the great rush to self-destruction.It's not just our looming financial collapse; it's not just a culture that seems on a fast track to perdition, full of hapless, indulgent, childish people who think government has the answer for every problem; it's not just America's potential eclipse as a world power because of the drunken sailor policymaking in Washington—no, it's all this and more that spells one word for America: Armageddon.What will a world without American leadership look like? It won't be pretty—not for you and not for your children. America's decline won't be gradual, like an aging Europe sipping espresso at a cafe until extinction (and the odd Greek or Islamist riot). No, America's decline will be a wrenching affair marked by violence and possibly secession.With his trademark wit, Steyn delivers the depressing news with raw and unblinking honesty—but also with the touch of vaudeville stand-up and soft shoe that makes him the most entertaining, yet profound, columnist on the planet. And as an immigrant with nowhere else to go, he offers his own prescription for winning America back from the feckless and arrogant liberal establishment that has done its level best to suffocate the world's last best hope in a miasma of debt, decay, and debility. You will not read a more important—or more alarming, or even funnier—book all year than After America.



Download
Link 1
or
Link 2

David S. Goyer, Michael Cassutt - Heaven's Shadow


David S. Goyer, Michael Cassutt - Heaven's Shadow
Publisher: Ace Hardcover | ISBN: 044102033X | July 5, 2011 | EPUB/MOBI | 416 pages | 578 KB/689 KB

The science fiction epic of our time has arrived. Three years ago, an object one hundred miles across was spotted on a trajectory for Earth's sun. Now, its journey is almost over. As it approaches, two competing manned vehicles race through almost half a million kilometers of space to reach it first. But when they both arrive on the entity, they learn that it has been sent toward Earth for a reason. An intelligent race is desperately attempting to communicate with our primitive species. And the message is: Help us.

Download:

EPUB format:
wupload

MOBI format:
wupload

Gerald F. Combs Jr. - The Vitamins: Fundamental aspects in nutrition and health


Gerald F. Combs Jr. - The Vitamins: Fundamental aspects in nutrition and health
Publisher: Academic Press; 3rd edition (September 27, 2007) | Language: English | ISBN-10: 012183493X | PDF | 608 pages | 3 mb

The third edition of this bestselling text will again provide the latest coverage of the biochemistry and physiology of vitamins and vitamin-like substances. Extensively revised and expanded on the basis of recent research findings with enlarged coverage of health effects of vitamin-like factors, it is ideally suited for students and an important reference for anyone interested in nutrition, food science, animal science or endocrinology. It contains a cohesive and well-organized presentation of each of the vitamins, as well as the history of their discoveries and current information about their roles in nutrition and health.



Download
Link 1

Terry Brooks - The Measure of the Magic: Legends of Shannara


Terry Brooks - The Measure of the Magic: Legends of Shannara
Publisher: Del Rey | ISBN: 0345484207 | August 23, 2011 | EPUB/MOBI | 400 pages | 3 MB/2 MB

For five hundred years, the survivors of the Great Wars lived peacefully in a valley sanctuary shielded by powerful magic from the blighted and dangerous outside world. But the enchanted barriers have crumbled, the borders have been breached by predators, and the threat of annihilation looms large once more. Sider Ament, bearer of the last black staff and its profound power, devoted his life to protecting the valley and its inhabitants—and, in his final moments, gave stewardship of the black staff to the young tracker Panterra Qu. Now the newly anointed Knight of the Word must take up the battle against evil wherever it threatens: from without, where an army of bloodthirsty trolls is massing for invasion; and from within, where the Elf king of Arborlon has been murdered, his daughter, Princess Phryne Amarantyne, stands accused, and a heinous conspiracy is poised to subjugate the kingdom. But even these will pale beside the most harrowing menace Panterra is destined to confront—a nameless, merciless figure who wanders the devastated land on a relentless mission: to claim the last black staff ... and the life of he who wields it.

Download:

EPUB format:
Link 1

MOBI format:
Link 2

Lehninger Principles of Biochemistry (5th Edition)


Lehninger Principles of Biochemistry, Fifth Edition
Publisher: W. H. Freeman; 5th edition | ISBN: 071677108X | PDF | 1100 pages | 179MB

In the Fifth Edition, authors Dave Nelson and Mike Cox combine the best of the laboratory and best of the classroom, introducing exciting new developments while communicating basic principles through a variety of new learning tools-from new in-text worked examples and data analysis problems to the breakthrough eBook, which seamlessly integrates the complete text and its media components.

Download
Link 1

Jack Antel - Clinical Neuroimmunology


Jack Antel - Clinical Neuroimmunology
Publisher: Oxford University Press, USA; 2 edition (November 24, 2005) | Language: English | ISBN-10: 0198510683 | PDF | 464 pages | 20 mb

"Clinical Neurimmunology" is the major reference text in the field, providing broad and comprehensive coverage of the interaction between the nervous and immune systems in both normal and diseased states. Understanding this interaction is fundamental to developing therapeutic approaches to disease and injury of the nervous system that are currently only marginally amenable to therapy. Neuroimmunology is a well-recognised and growing specialty world wide, both at the basic science and clinical level. It is a fast moving field, and this is the most up to date text available. Chapters are dedicated to the role of the immune system in disorders affecting both the central and peripheral nervous systems, including important neurodegenerative diseases (such as multiple sclerosis and HIV-related neural degeneration) which cause life-long disability. Extensive coverage is given to a whole array of immune-directed therapies. The book has a strong international team of well respected, high profile editors and authors. The first edition published to extensive and positive reviews, and has established itself as the principal reference source in the field. This second edition summarizes recent advances in clinical neuroimmunology in a comprehensive and unbiased way.



Download
Link 1

Stephen Goldberg - Clinical Neuroanatomy Made Ridiculously Simple


Stephen Goldberg - Clinical Neuroanatomy Made Ridiculously Simple
Publisher: Medmaster (1997) | Language: English | ISBN-10: 0940780003 | PDF | 87 pages | 4 mb

Univ. of Miami, FL. Helps medical students rapidly master that part of neuroanatomy that is essential to clinical care. Covers general organization, blood supply, meninges and spinal fluid, spinal cord, brain stem, visual system, autonomic system and hypothalamus, cerebellum, basal ganglia and thalamus, cerebral cortex, and a clinical review.



Download
Link 1

Karen Kingsbury - Remember Tuesday Morning (9/11 Series)


Karen Kingsbury - Remember Tuesday Morning (9/11 Series)
Publisher: Zondervan | ISBN: 0310334144 | August 15, 2011 | EPUB/MOBI | 320 pages | 3 MB/814 KB

A wall went up around Alex Brady's heart when his father, a New York firefighter, died in the Twin Towers. Turning his back on the only woman he ever loved, Alex shut out all the people who cared about him to concentrate on fighting crime. He and his trusty K9 partner, Bo, are determined to eliminate evil in the world and prevent tragedies like 9-11. Then the worst fire season in California's history erupts, and Alex faces the ultimate challenge to protect the community he serves. An environmental terrorist group is targeting the plush Oak Canyon Estates. At the risk of losing his job, and his soul, Alex is determined to infiltrate the group and put an end to their corruption. Only the friendship of Clay and Jamie Michaels---and the love of a dedicated young woman---can help Alex drop the walls around his heart and move forward into the future God has for him.
Download:

EPUB format:
wupload

MOBI format:
wupload

Obstetric Anesthesia: Principles and Practice by David H. Chestnut


Obstetric Anesthesia: Principles and Practice by David H. Chestnut (Repost)
Publisher: Mosby; 3 edition (April 23, 2004) | ISBN: 0323023576 | Pages: 1216 | CHM | 18.20 MB

The New Edition of this comprehensive, highly respected reference encompasses the entire current state of knowledge about obstetric anesthesia. Edited by a leading authority in the field, it covers everything from basic science...through the various anesthesia techniques for labor and delivery... to the full range of anesthetic and obstetric complications, as well as medical disorders during pregnancy.

* Emphasizes the treatment of the fetus and the mother as separate patients with distinct needs.
* Delivers contributions from many leaders in the fields of obstetric anesthesia and maternal-fetal medicine in the U.S., Canada, and Great Britain.
* Offers abundant figures, tables, and boxes that illustrate the step-by-step management of a full range of
* Presents key point summaries in each chapter for quick, convenient reference. 



Download
Link 1
or
Link 2

Spirulina in Human Nutrition and Health


Spirulina in Human Nutrition and Health
Publisher: CRC Press; 1 edition (October 8, 2007) | Language: English | ISBN-10: 142005256X | PDF | 328 pages | 3 mb

Astonishingly rich in nutrients, Spirulina is one of the most popular and well researched functional foods in the multi-billion dollar global food supplement market. This ancient species provides readily bioavailable protein along with carotenoids, essential fatty acids, vitamins, and minerals and has therapeutic applications in non-communicable disease such as diabetes milletus, hyperlipidemia, oxidative stress-induced diseases, inflammations, allergies, and even cancer. Growing scientific and market interests demand a high-quality, comprehensive, peer-reviewed volume on all aspects of this tiny aquatic plant.



Download
Link 1