Collector's Encyclopedia of Depression Glass


Gene Florence - 1977
    This completely revised 18th edition with 156 patterns and more than 400 beautiful color photographs illustrates, as well as realistically prices, glass made from the 1920s through the end of the 1930s.Collector Books

Basic VLSI Design


Douglas A. Pucknell - 1985
    It also provides a straightforward but comprehensive treatment of VLSI design processes and design rules for students and all novice digital systems designers.

The D Programming Language


Andrei Alexandrescu - 2010
    I'm sure you'll find the read rewarding." --From the Foreword by Scott Meyers D is a programming language built to help programmers address the challenges of modern software development. It does so by fostering modules interconnected through precise interfaces, a federation of tightly integrated programming paradigms, language-enforced thread isolation, modular type safety, an efficient memory model, and more. The D Programming Language is an authoritative and comprehensive introduction to D. Reflecting the author's signature style, the writing is casual and conversational, but never at the expense of focus and pre-cision. It covers all aspects of the language (such as expressions, statements, types, functions, contracts, and modules), but it is much more than an enumeration of features. Inside the book you will find In-depth explanations, with idiomatic examples, for all language features How feature groups support major programming paradigms Rationale and best-use advice for each major feature Discussion of cross-cutting issues, such as error handling, contract programming, and concurrency Tables, figures, and "cheat sheets" that serve as a handy quick reference for day-to-day problem solving with D Written for the working programmer, The D Programming Language not only introduces the D language--it presents a compendium of good practices and idioms to help both your coding with D and your coding in general.

Working with UNIX Processes


Jesse Storimer - 2011
    Want to impress your coworkers and write the fastest, most efficient, stable code you ever have? Don't reinvent the wheel. Reuse decades of research into battle-tested, highly optimized, and proven techniques available on any Unix system.This book will teach you what you need to know so that you can write your own servers, debug your entire stack when things go awry, and understand how things are working under the hood.http://www.jstorimer.com/products/wor...

Further Adventures in Search of Perfection: Reinventing Kitchen Classics


Heston Blumenthal - 2007
    The book to accompany the second season of the prime-time flagship BBC2 TV series

Domain-Driven Design in PHP


Carlos Buenosvinos
    Explore applying the Hexagonal Architecture within your application, whether within an open source framework or your own bespoke system. Finally, look into integrating Bounded Contexts, using REST and Messaging approaches.

A Whirlwind Tour of Python


Jake Vanderplas - 2016
    This report provides a brief yet comprehensive introduction to Python for engineers, researchers, and data scientists who are already familiar with another programming language.Author Jake VanderPlas, an interdisciplinary research director at the University of Washington, explains Python’s essential syntax and semantics, built-in data types and structures, function definitions, control flow statements, and more, using Python 3 syntax.You’ll explore:- Python syntax basics and running Python codeBasic semantics of Python variables, objects, and operators- Built-in simple types and data structures- Control flow statements for executing code blocks conditionally- Methods for creating and using reusable functionsIterators, list comprehensions, and generators- String manipulation and regular expressions- Python’s standard library and third-party modules- Python’s core data science tools- Recommended resources to help you learn more

Coding Interview Questions


Narasimha Karumanchi - 2012
    Peeling Data Structures and Algorithms: * Programming puzzles for interviews * Campus Preparation * Degree/Masters Course Preparation * Instructor's * GATE Preparation * Big job hunters: Microsoft, Google, Amazon, Yahoo, Flip Kart, Adobe, IBM Labs, Citrix, Mentor Graphics, NetApp, Oracle, Webaroo, De-Shaw, Success Factors, Face book, McAfee and many more * Reference Manual for working people

What Hedge Funds Really Do: An Introduction to Portfolio Management


Philip J. Romero - 2014
    We’ve comea long way since then. With this book, Drs. Romero and Balch liftthe veil from many of these once-opaque concepts in high-techfinance. We can all benefit from learning how the cooperationbetween wetware and software creates fitter models. This bookdoes a fantastic job describing how the latest advances in financialmodeling and data science help today’s portfolio managerssolve these greater riddles. —Michael Himmel, ManagingPartner, Essex Asset ManagementI applaud Phil Romero’s willingness to write about the hedgefund world, an industry that is very private, often flamboyant,and easily misunderstood. As with every sector of the investmentlandscape, the hedge fund industry varies dramaticallyfrom quantitative “black box” technology, to fundamental researchand old-fashioned stock picking. This book helps investorsdistinguish between these diverse opposites and understandtheir place in the new evolving world of finance. —Mick Elfers,Founder and Chief Investment Strategist, Irvington Capital

Lessons in Excellence from Charlie Trotter


Paul Clarke - 1999
    In fact, people in just about any field can learn from Charlie's methods. For this breakthrough business guide, journalist Paul Clarke conducted in-depth interviews with Charlie and his associates, distilling invaluable lessons for entrepreneurs and hospitality professionals who are committed to creating highly respected and innovative businesses. Anyone who wants to improve their business will be sure to learn something new from this Midwestern dynamo.

Dirty Wow Wow and Other Love Stories: A Tribute to the Threadbare Companions of Childhood


Cheryl Katz - 2007
    Whether clutched securely in little arms each night or dragged gamely through the playground each day, these fiercely loved companions universally ease the uncertainties and loneliness of childhood. DIRTY WOW WOW AND OTHER LOVE STORIES celebrates the lives of fifty transitional love objects: a sweetly poignant collection of stuffies, blankies, lovies, and dolls who inspired and comforted their owners. Bundles of love and warmth fashioned from fluff and fur, these cherished friends have a lifetime of stories sewn up in their tattered bodies--a trip to Paris smushed in a suitcase, a secret hiding spot behind the family liquor cabinet, an interminable wait in the lost-and-found bin before a joyousreunion at home. With stunning photographs that reveal the personalities within, this thoughtful tribute is at once funny and oddly soothing-like a certain shabby buddy who'¬?s tucked away but never forgotten. Hear the NPR Weekend Edition interview with the authors of Dirty Wow Wow Reviews"This charming book would be a perfect gift for collectors and also an offbeat surprise for new parents."-Minneapolis Star Tribune"Dirty Wow Wow'¬?s striking photographs and brief narratives stir up vivid memories of . . . long-lost companions."-Southwest Spirit Magazine"This clever work, peppered with sumptuous snapshots of raggedy dolls, pays tribute to the beloved companions of childhood."-Entertainment Weekly'¬?s "Must List" View the gallery of entries from the Show Us your Dirty Wow Wow Contest

CEH Certified Ethical Hacker Study Guide


Kimberly Graves - 2010
    That's the philosophy behind ethical hacking, and it's a growing field. Prepare for certification in this important area with this advanced study guide that covers all exam objectives for the challenging CEH Certified Ethical Hackers exam. The book provides full coverage of exam topics, real-world examples, and a CD with additional materials for extra review and practice. Covers ethics and legal issues, footprinting, scanning, enumeration, system hacking, trojans and backdoors, sniffers, denial of service, social engineering, session hijacking, hacking Web servers, Web application vulnerabilities, and more Walks you through exam topics and includes plenty of real-world scenarios to help reinforce concepts Includes a CD with review questions, bonus exams, and more study tools This is the ideal guide to prepare you for the new CEH certification exam. Reviews

Akka in Action


Raymond Roestenburg - 2012
    Akka uses Actors-independently executing processes that communicate via message passing—as the foundation for fault-tolerant applications where individual actors can fail without crashing everything. Perfect for high-volume applications that need to scale rapidly, Akka is an efficient foundation for event-driven systems that want to scale elastically up and out on demand, both on multi-core processors and across server nodes.Akka in Action is a comprehensive tutorial on building message-oriented systems using Akka. The book takes a hands-on approach, where each new concept is followed by an example that shows you how it works, how to implement the code, and how to (unit) test it. You'll learn to test and deploy an actor system and scale it up and out, showing off Akka's fault tolerance. As you move along, you'll explore a message-oriented event-driven application in Akka. You'll also tackle key issues like how to model immutable messages and domain models, and apply patterns like Event Sourcing, and CQRS. The book concludes with practical advice on how to tune and customize a system built with Akka.

The Best American Poetry 1999


Robert Bly - 1999
    Guest editor Robert Bly, an award-winning poet and translator -- famous, too, for his leadership role in the men's movement and his bestselling book, Iron John -- has made selections that present American poetry in all its dazzling originality, richness, and variety. The year's poems are striking in their vibrancy; they all display that essential energy that Bly calls "heat," whether the heat of friendship, the heat of form, or the heat that results when a poet "brings the soul up close to the thing" he or she is contemplating. With comments from the poets illuminating their work, The Best American Poetry 1999 reflects the most exciting and memorable poetry being written at the end of the millennium.

Lightweight Backpacking and Camping


Ryan Jordan - 2005
    So say the backcountry experts at Backpacking Light magazine in a new book that redefines modern day backpacking as safe, comfortable, and fun?but with a much lighter pack. This is the most comprehensive and rigorous text ever published on lightweight backpacking. In addition to chapters about gear and basic skills, Lightweight Backpacking & Camping covers advanced topics, and has the latest information about the best lightweight gear and apparel, including the manufacturers that make it and the retailers that carry it.