FUBAR


Kurt Vonnegut Jr. - 2009
    In the short story, “FUBAR,” we’re taken to a desolate building in a drab industrial complex, where a lonely office worker gains a fresh perspective on life thanks to the intervention of his free-spirited new female assistant. “FUBAR” and the thirteen other never-before-published pieces that comprise Look at the Birdie serve as an unexpected gift for devoted readers who thought that Kurt Vonnegut’s unique voice had been stilled forever–and provide a terrific introduction to his short fiction for anyone who has yet to experience his genius.

Good Company


Arthur Blank - 2020
    Blank believes that for good companies, purpose and profit can-and should-go hand in hand. And he should know. Together with cofounder Bernie Marcus, Blank built The Home Depot from an idea and a dream to a $50 billion-dollar company, the leading home improvement retailer in the world. And even while opening a new store every 42 hours, they never lost sight of their commitment to care for their people and communities. In fact, in 2001, The Home Depot was voted America's most socially responsible company. Blank left The Home Depot that same year with a burning question: Could the values and culture that made that company great be replicated? Good Company takes readers inside the story of how he did just that-turning around a struggling NFL team, rebooting a near-bankrupt retail chain, building a brand-new stadium, revitalizing a blighted neighborhood, launching a startup soccer club, and more. "When good companies put the wellbeing of their customers, their associates, and their communities first, financial success will follow," Blank writes. "The entrepreneurs and business leaders of today and tomorrow have an extraordinary opportunity: to prove that through upholding values we can create value-for the company, for the customer, and for the community."

Jumping into C++


Alex Allain - 2013
    As a professional C++ developer and former Harvard teaching fellow, I know what you need to know to be a great C++ programmer, and I know how to teach it, one step at a time. I know where people struggle, and why, and how to make it clear. I cover every step of the programming process, including:Getting the tools you need to program and how to use them*Basic language feature like variables, loops and functions*How to go from an idea to code*A clear, understandable explanation of pointers*Strings, file IO, arrays, references*Classes and advanced class design*C++-specific programming patterns*Object oriented programming*Data structures and the standard template library (STL)Key concepts are reinforced with quizzes and over 75 practice problems.

The Mikado Method


Ola Ellnestam - 2014
    The Mikado Method is a process for surfacing the dependencies in a codebase, so that you can systematically eliminate technical debt and get things done.It gets its name from a simple game commonly known as "pick-up sticks." You start with a jumbled pile of sticks. The goal is to remove the Mikado, or Emperor, stick without disturbing the others. Players carefully remove sticks one at a time, leaving the rest of the heap intact, slowly exposing the Mikado. The game is a great metaphor for eliminating technical debt—carefully extracting each intertwined dependency until you're able to successfully resolve the central issue and move on.The Mikado Method is a book by the creators of this process. It describes a pragmatic, straightforward, and empirical method to plan and perform non-trivial technical improvements on an existing software system. The method has simple rules, but the applicability is vast. As you read, you'll practice a step-by-step system for identifying the scope and nature of your technical debt, mapping the key dependencies, and determining the safest way to approach the "Mikado"-your goal. A natural byproduct of this process is the Mikado Graph, a minimalistic, relevant, just-in-time roadmap and information radiator that reflects deep understanding of how your system works.

Mind Hacks: Tips & Tools for Using Your Brain


Tom Stafford - 2004
    At any given time, the brain is collecting, filtering, and analyzing information and, in response, performing countless intricate processes, some of which are automatic, some voluntary, some conscious, and some unconscious.Cognitive neuroscience is one of the ways we have to understand the workings of our minds. It's the study of the brain biology behind our mental functions: a collection of methods--like brain scanning and computational modeling--combined with a way of looking at psychological phenomena and discovering where, why, and how the brain makes them happen.Want to know more? Mind Hacks is a collection of probes into the moment-by-moment works of the brain. Using cognitive neuroscience, these experiments, tricks, and tips related to vision, motor skills, attention, cognition, subliminal perception, and more throw light on how the human brain works. Each hack examines specific operations of the brain. By seeing how the brain responds, we pick up clues about the architecture and design of the brain, learning a little bit more about how the brain is put together.Mind Hacks begins your exploration of the mind with a look inside the brain itself, using hacks such as "Transcranial Magnetic Stimulation: Turn On and Off Bits of the Brain" and "Tour the Cortex and the Four Lobes." Also among the 100 hacks in this book, you'll find:Release Eye Fixations for Faster ReactionsSee Movement When All is StillFeel the Presence and Loss of AttentionDetect Sounds on the Margins of CertaintyMold Your Body SchemaTest Your HandednessSee a Person in Moving LightsMake Events Understandable as Cause-and-EffectBoost Memory by Using ContextUnderstand Detail and the Limits of AttentionSteven Johnson, author of "Mind Wide Open" writes in his foreword to the book, "These hacks amaze because they reveal the brain's hidden logic; they shed light on the cheats and shortcuts and latent assumptions our brains make about the world." If you want to know more about what's going on in your head, then Mind Hacks is the key--let yourself play with the interface between you and the world.

The Road to React


Robin Wieruch - 2017
    This book uses the common sense of these roads and weaves it into the implementation of an attractive app. You will build a Hacker News React app. On the road you will learn ES6, React with all its basics and advanced concepts and internal state management.' to 'A lot of roadmaps exist on how to master React. This book uses the common sense of these roads and weaves it into the implementation of an attractive app. You will build a Hacker News React app. On the road you will learn ES6, React with all its basics and advanced concepts and internal state management. http://www.robinwieruch.de/the-road-t...

Learn to Program with Scratch: A Visual Introduction to Programming with Art, Science, Math and Games


Majed Marji - 2014
    Its playful, intuitive interface uses colorful programming blocks and cartoon sprites to make real programming more approachable. Learn to Program with Scratchshows just how much you can do with Scratch and teaches you essential, universal programming concepts along the way.In Learn to Program with Scratch, author Majed Marji takes you on a tour through Scratch's surprisingly powerful features to teach programming concepts like procedures, variables, loops, recursion, decision making, and lists. You will use your new-found skills to create science simulations, math projects, and even some fun arcade games! Each chapter offers a summary and practice exercises at the end to make sure the lessons stick.Scratch is an incredibly fun and easy language to learn, plus you can do some seriously potent programming with it. Learn to Program with Scratch will help you get the most out of Scratch and begin your journey into the world of programming.

JavaScript & jQuery: The Missing Manual


David Sawyer McFarland - 2008
    This jargon-free guide covers JavaScript basics and shows you how to save time and effort with the jQuery library of prewritten JavaScript code. You’ll soon be building web pages that feel and act like desktop programs, without having to do much programming.The important stuff you need to know:Make your pages interactive. Create JavaScript events that react to visitor actions.Use animations and effects. Build drop-down navigation menus, pop-ups, automated slideshows, and more.Improve your user interface. Learn how the pros make websites fun and easy to use.Collect data with web forms. Create easy-to-use forms that ensure more accurate visitor responses.Add a dash of Ajax. Enable your web pages to communicate with a web server without a page reload.Practice with living examples. Get step-by-step tutorials for web projects you can build yourself.

Computer Science Distilled: Learn the Art of Solving Computational Problems


Wladston Ferreira Filho - 2017
    Designed for readers who don't need the academic formality, it's a fast and easy computer science guide. It teaches essential concepts for people who want to program computers effectively. First, it introduces discrete mathematics, then it exposes the most common algorithms and data structures. It also shows the principles that make computers and programming languages work.

The Art of Doing Science and Engineering: Learning to Learn


Richard Hamming - 1996
    By presenting actual experiences and analyzing them as they are described, the author conveys the developmental thought processes employed and shows a style of thinking that leads to successful results is something that can be learned. Along with spectacular successes, the author also conveys how failures contributed to shaping the thought processes. Provides the reader with a style of thinking that will enhance a person's ability to function as a problem-solver of complex technical issues. Consists of a collection of stories about the author's participation in significant discoveries, relating how those discoveries came about and, most importantly, provides analysis about the thought processes and reasoning that took place as the author and his associates progressed through engineering problems.

Mind Games: Emotionally Manipulative Tactics Partners Use to Control Relationships and Force the Upper Hand


Pamela Kole - 2015
     Mind Games uncovers a host of underhanded, sneaky, and malicious emotional manipulation tactics that manipulators and abusers use to beat you down and control you. We might all be able to recognize blatant abuse, but when we’re emotionally invested, it’s tough to see the little signs that are in front of our faces sometimes. They’ll lead to you feeling worthless and vulnerable, making it almost impossible to truly leave your situation. In this book, I identify many common tactics that you may be intimately and sadly familiar with, complete with real life examples for each to help you identify them in your daily life. What emotionally manipulative tactics will you learn to identify and stop? * Gaslighting and telling you that your concern is an overreaction, or quite simply wrong. * How the silent treatment is used as punishment and forces compliance. * Playing the victim and how it transforms your issues into guilt and pity. * Your abuser's time machine and how they use it to their advantage. More importantly: * An analysis of the psychology behind why your partner acts they way they do... and why you stay. * Guidelines for how to deal with a partner that is your manipulator and abuser. * Why your abuser loves controlling you, not necessarily you. Emotional manipulation tactics are still abuse, even if there are no physical signs. Gain the knowledge and subsequent courage you need to leave your situation and find true happiness, not someone else's definition of it. Learn to detect when your abuser is not acting in your best interest, and exactly how they make you believe that they are. Start re-writing the rules to your abuser's mind games.

Dry Spice Mixes: Top 50 Most Delicious Spice Mix Recipes [A Seasoning Cookbook] (Recipe Top 50's Book 104)


Julie Hatfield - 2015
    They can transform an ordinary tasting dish into an incredibly delicious dish. All spices originate from plants. Some are used entirely but some plants have specific parts that are used, like the flowers, roots, barks, leaves, stems and seeds. Making spice mixes at home is a lot cheaper than buying them in the store, especially when you buy large quantities of them. Just buy a big bag or container of each individual spice and start mixing them at home. Store them in jars and you won’t have to buy any spices for years to come. And with the variety of these spice mixes you’ll be able to use them for anything and make everything so much more delicious!Some spices like garlic and cinnamon don’t only improve the taste of the dishes but also help in preserving due to their ability to limit bacterial growth. Lots of spices, like turmeric, ginger, garlic, cloves and many more are also very healthy, they contain antioxidants and various other nutrients depending on the spice and herb. They can possess anti-cancer, anti-inflammatory, and immune-boosting properties. All the recipes in this book are dry spice mixes only and have been categorized according to the region where these spice mixes originated. You’ll find spice blends from all over the world, including spice mixes for desserts. So go stock up on some spices and get ready to taste an amazing array of new flavors in your home cooking.- - - - - - - - - - - - - - - - - - - - - - - - - - - -Tags: spice mix recipes, spice mix cookbook, spice mix recipe book, spice mix book, seasoning recipes, seasoning cookbook, seasoning recipe book, seasoning book, seasonings and spices cookbook, seasoning mix recipes, spice mixes seasoning cookbook, spices cookbook, spices recipes, spice recipes, spice cookbook, herbs and spices for healing, spice mixes recipes, mixing spices, mixing herbs, spice blends, blending spices, italian spices, mexican spices, african spices, indian spices, european spices, dutch spices, french spices, spanish spices, asian spices, japanese spices, chinese spices, middle eastern spices, dessert spices, american spices, italian seasoning, mexican seasoning, african seasoning, indian seasoning, european seasoning, dutch seasoning, french seasoning, spanish seasoning, asian seasoning, japanese seasoning, chinese seasoning, middle eastern seasoning, dessert seasoning, american seasoning, spice god, spice bible, masala, dried spices.

Data and Reality


William Kent - 1978
    

jQuery Cookbook: Solutions & Examples for jQuery Developers


Cody Lindley - 2009
    Getting started with this JavaScript library is easy, but it can take years to fully realize its breadth and depth; this cookbook shortens the learning curve considerably. With these recipes, you'll learn patterns and practices from 19 leading developers who use jQuery for everything from integrating simple components into websites and applications to developing complex, high-performance user interfaces. Ideal for newcomers and JavaScript veterans alike, jQuery Cookbook starts with the basics and then moves to practical use cases with tested solutions to common web development hurdles. You also get recipes on advanced topics, such as methods for applying jQuery to large projects.Solve problems involving events, effects, dimensions, forms, themes, and user interface elementsLearn how to enhance your forms, and how to position and reposition elements on a pageMake the most of jQuery's event management system, including custom events and custom event dataCreate UI elements-such as tabs, accordions, and modals-from scratchOptimize your code to eliminate bottlenecks and ensure peak performanceLearn how to test your jQuery applicationsThe book's contributors include:Cody LindleyJames PadolseyRalph WhitbeckJonathan SharpMichael Geary and Scott GonzálezRebecca MurpheyRemy SharpAriel FleslerBrian CherneJörn ZaeffererMike HostetlerNathan SmithRichard D. WorthMaggie Wachs, Scott Jehl, Todd Parker, and Patty TolandRob Burns

Java Generics and Collections: Speed Up the Java Development Process


Maurice Naftalin - 2006
    Generics and the greatly expanded collection libraries have tremendously increased the power of Java 5 and Java 6. But they have also confused many developers who haven't known how to take advantage of these new features.Java Generics and Collections covers everything from the most basic uses of generics to the strangest corner cases. It teaches you everything you need to know about the collections libraries, so you'll always know which collection is appropriate for any given task, and how to use it.Topics covered include:• Fundamentals of generics: type parameters and generic methods• Other new features: boxing and unboxing, foreach loops, varargs• Subtyping and wildcards• Evolution not revolution: generic libraries with legacy clients and generic clients with legacy libraries• Generics and reflection• Design patterns for generics• Sets, Queues, Lists, Maps, and their implementations• Concurrent programming and thread safety with collections• Performance implications of different collectionsGenerics and the new collection libraries they inspired take Java to a new level. If you want to take your software development practice to a new level, this book is essential reading.Philip Wadler is Professor of Theoretical Computer Science at the University of Edinburgh, where his research focuses on the design of programming languages. He is a co-designer of GJ, work that became the basis for generics in Sun's Java 5.0.Maurice Naftalin is Technical Director at Morningside Light Ltd., a software consultancy in the United Kingdom. He has most recently served as an architect and mentor at NSB Retail Systems plc, and as the leader of the client development team of a major UK government social service system."A brilliant exposition of generics. By far the best book on the topic, it provides a crystal clear tutorial that starts with the basics and ends leaving the reader with a deep understanding of both the use and design of generics." Gilad Bracha, Java Generics Lead, Sun Microsystems