Thinking in Java


Bruce Eckel - 1998
    The author's take on the essence of Java as a new programming language and the thorough introduction to Java's features make this a worthwhile tutorial. Thinking in Java begins a little esoterically, with the author's reflections on why Java is new and better. (This book's choice of font for chapter headings is remarkably hard on the eyes.) The author outlines his thoughts on why Java will make you a better programmer, without all the complexity. The book is better when he presents actual language features. There's a tutorial to basic Java types, keywords, and operators. The guide includes extensive source code that is sometimes daunting (as with the author's sample code for all the Java operators in one listing.) As such, this text will be most useful for the experienced developer. The text then moves on to class design issues, when to use inheritance and composition, and related topics of information hiding and polymorphism. (The treatment of inner classes and scoping will likely seem a bit overdone for most readers.) The chapter on Java collection classes for both Java Developer's Kit (JDK) 1.1 and the new classes, such as sets, lists, and maps, are much better. There's material in this chapter that you are unlikely to find anywhere else. Chapters on exception handling and programming with type information are also worthwhile, as are the chapters on the new Swing interface classes and network programming. Although it adopts somewhat of a mixed-bag approach, Thinking in Java contains some excellent material for the object-oriented developer who wants to see what all the fuss is about with Java.

Models.Behaving.Badly.: Why Confusing Illusion with Reality Can Lead to Disaster, on Wall Street and in Life


Emanuel Derman - 2011
    The reliance traders put on such quantitative analysis was catastrophic for the economy, setting off the series of financial crises that began to erupt in 2007 with the mortgage crisis and from which we're still recovering. Here Derman looks at why people--bankers in particular--still put so much faith in these models, and why it's a terrible mistake to do so.Though financial models imitate the style of physics by using the language of mathematics, ultimately they deal with human beings. Their similarity confuses the fundamental difference between the aims and possible achievements of the phsyics world and that of the financial world. When we make a model involving human beings, we are trying to force the ugly stepsister's foot into Cinderella's pretty glass slipper.  It doesn't fit without cutting off some of the essential parts. Physicists and economists have been too enthusiastic to recognize the limits of their equations in the sphere of human behavior--which of course is what economics is all about.  Models.Behaving.Badly. includes a personal account Derman's childhood encounter with failed models--the utopia of the kibbutz, his experience as a physicist on Wall Street, and a look at the models quants generated: the benefits they brought and the problems they caused. Derman takes a close look at what a model is, and then he highlights the differences between the success of modeling in physics and its relative failure in economics.  Describing the collapse of the subprime mortgage CDO market in 2007, Derman urges us to stop relying on these models where possible, and offers suggestions for mending these models where they might still do some good.  This is a fascinating, lyrical, and very human look behind the curtain at the intersection between mathematics and human nature.

Barron's AP World History


John McCannon - 2008
    An extensive subject review covers the following general areas: Foundations of World Civilization (8000 B.C.–1000 A.D.) World Cultures Maturing (1000–1450) World Cultures Interacting (1450–1750) World Cultures in the Modern Era (1750–1914) The 20th Century and Contemporary World Cultures (1914–2009)

Japanese Candlestick Charting Techniques: A Contemporary Guide to the Ancient Investment Techniques of the Far East


Steve Nison - 1991
    These colorful and exciting techniques are hot on the lips of leading analysts and traders worldwide.

Copying and Pasting from Stack Overflow


Vinit Nayak - 2016
    Mastering this art will not only make you the most desired developer in the market, but it will transform the craziest deadline into "Consider it done, Sir".

ECONned: How Unenlightened Self Interest Undermined Democracy and Corrupted Capitalism


Yves Smith - 2010
    But these are all symptoms. Until we isolate and tackle fundamental causes, we will fail to extirpate the disease. ECONned is the first book to examine the unquestioned role of economists as policy-makers, and how they helped create an unmitigated economic disaster.Here, Yves Smith looks at how economists in key policy positions put doctrine before hard evidence, ignoring the deteriorating conditions and rising dangers that eventually led them, and us, off the cliff and into financial meltdown. Intelligently written for the layman, Smith takes us on a terrifying investigation of the financial realm over the last twenty-five years of misrepresentations, naive interpretations of economic conditions, rationalizations of bad outcomes, and rejection of clear signs of growing instability.In eConned, author Yves Smith reveals:--why the measures taken by the Obama Administration are mere palliatives and are unlikely to pave the way for a solid recovery--how economists have come to play a profoundly anti-democratic role in policy--how financial models and concepts that were discredited more than thirty years ago are still widely used by banks, regulators, and investors--how management and employees of major financial firms looted them, enriching themselves and leaving the mess to taxpayers--how financial regulation enabled predatory behavior by Wall Street towards investors--how economics has no theory of financial systems, yet economists fearlessly prescribe how to manage them

Guitarmaking: Tradition and Technology


William Cumpiano - 1987
    Over 450 photographs, drawings, and diagrams reveal in exquisite detail the hows, whys, and how-to's of the traditional craft of guitarmaking, all accompanied by fascinating historical and technical notes. A comprehensive bibliography; a list of tools, materials, and supply sources; and a full index complete this uniquely authoritative reference -- and essential acquisition -- for guitar and craft enthusiasts, woodworkers, and students of instrument making everywhere.

Computer Architecture: A Quantitative Approach


John L. Hennessy - 2006
    Today, Intel and other semiconductor firms are abandoning the single fast processor model in favor of multi-core microprocessors--chips that combine two or more processors in a single package. In the fourth edition of "Computer Architecture," the authors focus on this historic shift, increasing their coverage of multiprocessors and exploring the most effective ways of achieving parallelism as the key to unlocking the power of multiple processor architectures. Additionally, the new edition has expanded and updated coverage of design topics beyond processor performance, including power, reliability, availability, and dependability. CD System Requirements"PDF Viewer"The CD material includes PDF documents that you can read with a PDF viewer such as Adobe, Acrobat or Adobe Reader. Recent versions of Adobe Reader for some platforms are included on the CD. "HTML Browser"The navigation framework on this CD is delivered in HTML and JavaScript. It is recommended that you install the latest version of your favorite HTML browser to view this CD. The content has been verified under Windows XP with the following browsers: Internet Explorer 6.0, Firefox 1.5; under Mac OS X (Panther) with the following browsers: Internet Explorer 5.2, Firefox 1.0.6, Safari 1.3; and under Mandriva Linux 2006 with the following browsers: Firefox 1.0.6, Konqueror 3.4.2, Mozilla 1.7.11. The content is designed to be viewed in a browser window that is at least 720 pixels wide. You may find the content does not display well if your display is not set to at least 1024x768 pixel resolution. "Operating System"This CD can be used under any operating system that includes an HTML browser and a PDF viewer. This includes Windows, Mac OS, and most Linux and Unix systems. Increased coverage on achieving parallelism with multiprocessors. Case studies of latest technology from industry including the Sun Niagara Multiprocessor, AMD Opteron, and Pentium 4. Three review appendices, included in the printed volume, review the basic and intermediate principles the main text relies upon. Eight reference appendices, collected on the CD, cover a range of topics including specific architectures, embedded systems, application specific processors--some guest authored by subject experts.

Machine Learning Yearning


Andrew Ng
    But building a machine learning system requires that you make practical decisions: Should you collect more training data? Should you use end-to-end deep learning? How do you deal with your training set not matching your test set? and many more. Historically, the only way to learn how to make these "strategy" decisions has been a multi-year apprenticeship in a graduate program or company. This is a book to help you quickly gain this skill, so that you can become better at building AI systems.

The Strategy and Tactics of Pricing: A Guide to Growing More Profitably


Thomas T. Nagle - 1986
    For Pricing Strategy or Pricing and Product Policy courses in MBA and/or advanced undergraduate marketing courses The Strategy and Tactics of Pricing provides a comprehensive, practical, step-by-step guide to pricing analysis and strategy development.

Amazon Elastic Compute Cloud (EC2) User Guide


Amazon Web Services - 2012
    This is official Amazon Web Services (AWS) documentation for Amazon Compute Cloud (Amazon EC2).This guide explains the infrastructure provided by the Amazon EC2 web service, and steps you through how to configure and manage your virtual servers using the AWS Management Console (an easy-to-use graphical interface), the Amazon EC2 API, or web tools and utilities.Amazon EC2 provides resizable computing capacity—literally, server instances in Amazon's data centers—that you use to build and host your software systems.

Mapping Experiences: A Complete Guide to Creating Value Through Journeys, Blueprints, and Diagrams


James Kalbach - 2015
    But it's worse when people inside these companies can't pinpoint the problem because they're too focused on business processes. This practical book shows your company how to use alignment diagrams to turn valuable customer observations into actionable insight. With this unique tool, you can visually map your existing customer experience and envision future solutions.Product and brand managers, marketing specialists, and business owners will learn how experience diagramming can help determine where business goals and customer perspectives intersect. Once you're armed with this data, you can provide users with real value.Mapping Experiences is divided into three parts:Understand the underlying principles of diagramming, and discover how these diagrams can inform strategyLearn how to create diagrams with the four iterative modes in the mapping process: setting up a mapping initiative, investigating the evidence, visualizing the process, and using diagrams in workshops and experimentsSee key diagrams in action, including service blueprints, customer journey maps, experience maps, mental models, and spatial maps and ecosystem models

International Economics: Theory and Policy


Paul Krugman - 1988
    and around the world. International Economics: Theory and Policy is a proven approach in which each half of the book leads with an intuitive introduction to theory and follows with self-contained chapters to cover key policy applications. The Eighth Edition integrates the latest research, data, and policy in hot topics such as outsourcing, economic geography, trade and environment, financial derivatives, the subprime crisis, and China's exchange rate policies.

Microeconomics Made Simple: Basic Microeconomic Principles Explained in 100 Pages or Less


Austin Frakt - 2014
    Macroeconomics1. Maximizing UtilityDecreasing Marginal Utility | Opportunity Costs2. Evaluating Production PossibilitiesProduction Possibilities Frontiers | Absolute and Comparative Advantage3. DemandDeterminants of Demand | Elasticity of Demand | Change in Demand vs. Change in Quantity Demanded4. SupplyDeterminants of Supply | Elasticity of Supply | Change in Supply vs. Change in Quantity Supplied5. Market EquilibriumHow Market Equilibrium is Reached | The Effect of Changes in Supply and Demand6. Government InterventionPrice Ceilings and Price Floors | Taxes and Subsidies7. Costs of ProductionMarginal Cost of Production | Fixed vs. Variable Costs | Short Run vs. Long Run | Sunk Costs | Economic Costs vs. Accounting Costs8. Perfect CompetitionFirms Are Price Takers | Making Decisions at the Margin | Consumer and Producer Surplus9. MonopolyMarket Power | Deadweight Loss with a Monopoly | Monopolies and Government10. OligopolyCollusion | Cheating the Cartel | Government Intervention in Oligopolies11. Monopolistic CompetitionCompeting via Product Differentiation | Loss of Surplus with Monopolistic CompetitionConclusion: The Insights and Limitations of Economics

Thieves of Bay Street: How Banks, Brokerages and the Wealthy Steal Billions from Canadians


Bruce Livesey - 2012
    Though no large financial institution has recently gone bust in this country, white-collar criminals, scam artists, Ponzi schemers and organized crime, from the Hells Angels to the Russian mafia, know that Canada is the place in the Western world to rip off investors. And the fraudsters do so with little fear of being caught and punished. Thieves of Bay Street investigates Canada's biggest financial scandals of recent years. Readers will learn what banks do with investors' money and what happens when they lose it. They will meet the bogus investment gurus, the brokers who lose money with both reckless abandon and impunity, the bankers who squander money in toxic investments, the lawyers who protect them and the regulators who do nothing to keep them from doing it again. And most importantly, they'll meet the victims who are demanding that our vaunted banking sector finally come clean on its dirtiest secret.