The Data Warehouse Toolkit: The Complete Guide to Dimensional Modeling


Ralph Kimball - 1996
    Here is a complete library of dimensional modeling techniques-- the most comprehensive collection ever written. Greatly expanded to cover both basic and advanced techniques for optimizing data warehouse design, this second edition to Ralph Kimball's classic guide is more than sixty percent updated.The authors begin with fundamental design recommendations and gradually progress step-by-step through increasingly complex scenarios. Clear-cut guidelines for designing dimensional models are illustrated using real-world data warehouse case studies drawn from a variety of business application areas and industries, including:* Retail sales and e-commerce* Inventory management* Procurement* Order management* Customer relationship management (CRM)* Human resources management* Accounting* Financial services* Telecommunications and utilities* Education* Transportation* Health care and insuranceBy the end of the book, you will have mastered the full range of powerful techniques for designing dimensional databases that are easy to understand and provide fast query response. You will also learn how to create an architected framework that integrates the distributed data warehouse using standardized dimensions and facts.This book is also available as part of the Kimball's Data Warehouse Toolkit Classics Box Set (ISBN: 9780470479575) with the following 3 books:The Data Warehouse Toolkit, 2nd Edition (9780471200246)The Data Warehouse Lifecycle Toolkit, 2nd Edition (9780470149775)The Data Warehouse ETL Toolkit (9780764567575)

Anchors & Vacancies


Kat Savage - 2016
    It's all the things we all hold onto, all the things we let anchor onto us, and all the things that leave us vacant.

El Tungsteno / Paco Yunque


César Vallejo - 1976
    In addition to his poetic work, Vallejo also wrote theater, journalistic essays and fiction. However, compared with the critical studies of his poetry, there is very little analysis of his other work available. Vallejo's prose fiction, complement and projection of his poetic work, has rarely been studied but it merits close examination. When Vallejo's prose is contextualized chronologically, aesthetically and ideologically, a significantly richer reading of both his prose and poetry is enabled, which contributes to a deeper understanding of the author's literary intentions. In El Tungsteno and in Paco Yunque, in addition to the author's concerns about social and ideological themes, the reader can see the aesthetic conception of a politically committed art and the ways in which the author, who was never neutral, either in the political or in the social sphere, utilized fiction as a medium to engage the reader and awaken his conscience. At the same time, Vallejo was preoccupied with showing the dynamics within the narrative structure through which the different narrative levels are permeated by one primary thematic relationship: corruption. For this reason, from the moment these two texts were first published, Peruvian, as well as foreign, critics recognized their importance in expressing the artistic vision through which Vallejo denounced the corruption and destruction that pervaded all levels of society, a corruption and destruction provoked by the politics of environmental and human destruction and manipulation that industrialized nations imposed upon countries with deficient social and political infrastructures. In Paco Yunque, Vallejo also underlines the sociocultural problem that is created when a deviant masculinity develops in members of the upper classes, revealing endemic evils of a society which have their origin in homes and schools, and which have consequences for the entire country. This edition, by Prof. Flor Maria Rodrigues-Arenas, includes a detailed introductory analysis and footnotes that allow the reader to better comprehend the text and understand its importance within Hispanic American literature."

12 Health and Fitness Mistakes You Don't Know You're Making (The Build Healthy Muscle Series)


Michael Matthews - 2012
    But here's the kicker: There's NO science behind any of it. Quite to the contrary, however, science actually disproves these things.Thanks to the overwhelming amount of fitness pseudo-science and lies being pushed on us every day by bogus magazines and self-styled "gurus," it's becoming harder and harder to know how to get in shape. Well, this book was written to debunk some of the most common and harmful myths in the health and fitness industry, and teach you what you really have to do to get lean, strong, and healthy.

Advanced Scala with Cats


Noel Welsh - 2017
    This means designing systems as small composable units, expressing constraints and interactions via the type system, and using composition to guide the construction of large systems in a way that maintains the original architectural vision.The book also serves as an introduction to the Cats library. We use abstractions from Cats, and we explain the structure of Cats so you can use it without fear in your own code base. The broad ideas are not specific to Cats, but Cats provides an excellent implementation that is beneficial to learn in its own right.

Three Ways to Die


Lee Goldberg - 2009
    But Monk knows that danger -- like dirt -- lurks everywhere. Look at Helen Gruber, the rich tourist who took a fatal blow from a coconut. The police say it fell from a tree, but Monk suspects otherwise. His assistant, Natalie, isn't exactly thrilled about Monk's latest investigation. It was bad enough that Monk followed her on vacation, and now it looks as though the vacation is over....Smooth-talking TV psychic Dylan Swift is on the island and claims to have a message from beyond -- from Helen Gruber. Monk has his doubts about Swift's credibility. But finding the killer and proving Swift a fraud -- all while coping with geckos and the horror of unsynchronized ceiling fans -- may prove a tough coconut to crack....

Machine Learning for Absolute Beginners


Oliver Theobald - 2017
    The manner in which computers are now able to mimic human thinking is rapidly exceeding human capabilities in everything from chess to picking the winner of a song contest. In the age of machine learning, computers do not strictly need to receive an ‘input command’ to perform a task, but rather ‘input data’. From the input of data they are able to form their own decisions and take actions virtually as a human would. But as a machine, can consider many more scenarios and execute calculations to solve complex problems. This is the element that excites companies and budding machine learning engineers the most. The ability to solve complex problems never before attempted. This is also perhaps one reason why you are looking at purchasing this book, to gain a beginner's introduction to machine learning. This book provides a plain English introduction to the following topics: - Artificial Intelligence - Big Data - Downloading Free Datasets - Regression - Support Vector Machine Algorithms - Deep Learning/Neural Networks - Data Reduction - Clustering - Association Analysis - Decision Trees - Recommenders - Machine Learning Careers This book has recently been updated following feedback from readers. Version II now includes: - New Chapter: Decision Trees - Cleanup of minor errors

Programming Ruby: The Pragmatic Programmers' Guide


Dave Thomas - 2000
    When Ruby first burst onto the scene in the Western world, the Pragmatic Programmers were there with the definitive reference manual, Programming Ruby: The Pragmatic Programmer's Guide.Now in its second edition, author Dave Thomas has expanded the famous Pickaxe book with over 200 pages of new content, covering all the improved language features of Ruby 1.8 and standard library modules. The Pickaxe contains four major sections:An acclaimed tutorial on using Ruby.The definitive reference to the language.Complete documentation on all built-in classes, modules, and methodsComplete descriptions of all 98 standard libraries.If you enjoyed the First Edition, you'll appreciate the expanded content, including enhanced coverage of installation, packaging, documenting Ruby source code, threading and synchronization, and enhancing Ruby's capabilities using C-language extensions. Programming for the World Wide Web is easy in Ruby, with new chapters on XML/RPC, SOAP, distributed Ruby, templating systems, and other web services. There's even a new chapter on unit testing.This is the definitive reference manual for Ruby, including a description of all the standard library modules, a complete reference to all built-in classes and modules (including more than 250 significant changes since the First Edition). Coverage of other features has grown tremendously, including details on how to harness the sophisticated capabilities of irb, so you can dynamically examine and experiment with your running code. Ruby is a wonderfully powerful and useful language, and whenever I'm working with it this book is at my side --Martin Fowler, Chief Scientist, ThoughtWorks

JavaScript: The Definitive Guide


David Flanagan - 1996
    This book is both an example-driven programmer's guide and a keep-on-your-desk reference, with new chapters that explain everything you need to know to get the most out of JavaScript, including:Scripted HTTP and Ajax XML processing Client-side graphics using the canvas tag Namespaces in JavaScript--essential when writing complex programs Classes, closures, persistence, Flash, and JavaScript embedded in Java applicationsPart I explains the core JavaScript language in detail. If you are new to JavaScript, it will teach you the language. If you are already a JavaScript programmer, Part I will sharpen your skills and deepen your understanding of the language.Part II explains the scripting environment provided by web browsers, with a focus on DOM scripting with unobtrusive JavaScript. The broad and deep coverage of client-side JavaScript is illustrated with many sophisticated examples that demonstrate how to:Generate a table of contents for an HTML document Display DHTML animations Automate form validation Draw dynamic pie charts Make HTML elements draggable Define keyboard shortcuts for web applications Create Ajax-enabled tool tips Use XPath and XSLT on XML documents loaded with Ajax And much morePart III is a complete reference for core JavaScript. It documents every class, object, constructor, method, function, property, and constant defined by JavaScript 1.5 and ECMAScript Version 3.Part IV is a reference for client-side JavaScript, covering legacy web browser APIs, the standard Level 2 DOM API, and emerging standards such as the XMLHttpRequest object and the canvas tag.More than 300,000 JavaScript programmers around the world have made this their indispensable reference book for building JavaScript applications."A must-have reference for expert JavaScript programmers...well-organized and detailed."-- Brendan Eich, creator of JavaScript

25 Lessons I Have Learned (About Photography): The Art of Living


Lorenzo Dominguez - 2007
    Inspirational and poetic, this book will not only spark readers’ creative energies, but also reawaken your passion for life.In 2005, as a husband, father, and corporate employee — Lorenzo's life revolved around home, work, and his daily commute from the suburbs to the city.Then, one day, he found himself staying at the Little Church in midtown Manhattan in the wake of a marital separation. Living in virtual isolation for three months, he had a rare chance to re-examine his life.Quite unexpectedly, he found himself wandering around the city to take photographs, a passion he had let slide in the years of pursuing a career and starting a family. During his nightly sojourns through the streets of New York City, he was reminded of some important life lessons—lessons too easily forgotten in the blur of everyday existence. 25 Lessons has been the #1 best selling photo essay on amazon.com for 2010 and 2011. Printed paperback and hard cover versions with photos are also available here on amazon.PRAISE FOR LORENZO AND 25 LESSONS“In many of my conversations on great photographers, I frequently mention Lorenzo’s work. His sequential photographs…are nothing less that a visual urban poem. It has been my pleasure to watch Lorenzo’s rapid growth as a leading photographer of our time.”Jim Van Meter, Rochester, NY, USA“Lorenzo is a master. His body of work is some of the very best online and may very well be some of the best being done in the medium today. His street work follows in the tradition of Paul Strand, Cartier-Bresson, Garry Winogrand and Larry Friedlander. Lorenzo’s 25 Lessons are…as seminal as Ansel’s dissertation on the zone system. I found them to be reenergizing, perceptive and extremely useful. I have been touched by his story, his writings and by his work. I can’t imagine anyone not being so.”Barry Shapiro, Los Angeles, CA, USA“Lorenzo…has a passion for life, photography and writing. He is a linguistic genius, a storyteller through words and pictures. He captures with his camera the world as he sees it, its feelings, love, beauty and all it has to offer...” Brenda George, Adelaide, AustraliaABOUT THE PHOTOGRAPHER, AUTHOR & JOURNALISTLorenzo is a best-selling author, a writer and an award-winning street photographer.He has written numerous books, interviews and articles about fine art and photography for En Foco, Nueva Luz, Rain Tiger and the Examiner. Throughout most of 2010, his book, 25 Lessons I’ve Learned about photography Life! has been the #1 Best Selling Photo Essay and Artist & Photography Biography on Amazon.com. Paul Giguere, guru for the popular podcast thoughts on photography, considers 25 Lessons one of the "classic" essays on photography. In October of 2010, he served as the NYC photography adviser for the recently launched Microsoft foursquare photography app. In 2008, he was chosen to be the HP Be Brilliant Featured Artist.Since taking up digital photography in 2005, his photography has been featured in fotoMAGAZIN, Germany's premier photo magazine, and his photos have been cited, posted and published by over 350 other blogs, websites, and print publications. He has been called an "Internet photography sensation" by Time Out New York and is considered a "Flickr star" by Rob Walker, Consumed columnist, for New York Times Magazine.His work is represented worldwide by Getty Images.

Learning Agile: Understanding Scrum, XP, Lean, and Kanban


Andrew Stellman - 2013
    This book demystifies agile methodologies: why they’re designed the way they are, what problems they address, and the values, principles, and ideas they embody.Learning Agile helps you recognize the principles that apply to development problems specific to your team, company, and projects. You’ll discover how to use that information to guide your choice of methodologies and practices.With this book you’ll learn:Values that effective software teams possessThe methodologies that embody those valuesThe practices that make up those methodologiesAnd principles that help you bring those values, methodologies, and practices to your team and your company

Cuba: A History


Sergio Guerra-Vilaboy - 2010
    He is the author of numerous books on Latin American history and is currently the executive secretary of the Association of Latin American and Caribbean Historians.Oscar Loyola-Vega is a professor of history at the University of Havana.

How to Build Network Marketing Leaders Volume One: Step-by-Step Creation of MLM Professionals


Tom Schreiter - 2014
    Step-by-Step Creation of MLM Professionals Do you want to be a leader? Or, do you want more leaders on your network marketing team?  The strength of your network marketing business is measured in “leaders” - not in the number of distributors. Leaders are the long-term foundation of your business. Everyone says they want to have more leaders, but how? How does one find leaders?  How does one create leaders?  What are the things we need to teach ordinary distributors to do in order to become leaders? Successful leaders have a plan. They want to duplicate themselves as leaders. This plan doesn’t happen by accident. Follow this plan. Instead of wishing and hoping for leaders, this book will give you the step-by-step activities to actually create leaders. Yes, there is a plan for building leaders and it is simple to follow. Discover how to give ordinary distributors a leadership test to determine if they are ready to enter the path of leadership. Then, learn how to start their learning process with the biggest leadership lesson of all: problems. When you have an organization of leaders, network marketing gets easier. Instead of spending the day with repetitive activities with distributors, you will enjoy the free time this business offers. Spend the time to build and create leaders, and then you will have the freedom to visit the beaches of the world.This is the perfect book to lend to a new distributor who wants to build a long-term MLM business, and would like to know exactly how to build it. Creating network marketing leaders should be the focus of every business-builder. Scroll up to the top of this page and get your copy now.

The Fortune Hunter


Suzy Spencer - 2004
    All that mattered to the 70-year-old widower was love. He forgave her when she stole his late wife's jewelry. He stood by her when she entered a psychiatric hospital for depression. What he didn't know about was Celeste's intimate involvement with fellow patient, Tracey Tarlton, a lesbian friend who would do anything Celeste asked. Anything.He Found A Nightmare Out Of Control.Then, in the morning hours of October, 2003, Tracey leveled a shotgun point blank at Steven Beard. The blast tore into his stomach while he slept. When Celeste tried to put a hit on Tracy as well, all hell broke loose. Even Celeste's own daughters turned on their mother with righteous vengeance. The sensational trial would finally expose the sordid motives behind a murderous marriage-and bring two deadly women to justice.

sed & awk


Dale Dougherty - 1990
    The most common operation done with sed is substitution, replacing one block of text with another. awk is a complete programming language. Unlike many conventional languages, awk is "data driven" -- you specify what kind of data you are interested in and the operations to be performed when that data is found. awk does many things for you, including automatically opening and closing data files, reading records, breaking the records up into fields, and counting the records. While awk provides the features of most conventional programming languages, it also includes some unconventional features, such as extended regular expression matching and associative arrays. sed & awk describes both programs in detail and includes a chapter of example sed and awk scripts. This edition covers features of sed and awk that are mandated by the POSIX standard. This most notably affects awk, where POSIX standardized a new variable, CONVFMT, and new functions, toupper() and tolower(). The CONVFMT variable specifies the conversion format to use when converting numbers to strings (awk used to use OFMT for this purpose). The toupper() and tolower() functions each take a (presumably mixed case) string argument and return a new version of the string with all letters translated to the corresponding case. In addition, this edition covers GNU sed, newly available since the first edition. It also updates the first edition coverage of Bell Labs nawk and GNU awk (gawk), covers mawk, an additional freely available implementation of awk, and briefly discusses three commercial versions of awk, MKS awk, Thompson Automation awk (tawk), and Videosoft (VSAwk).