Design Patterns: Elements of Reusable Object-Oriented Software


Erich Gamma - 1994
    Previously undocumented, these 23 patterns allow designers to create more flexible, elegant, and ultimately reusable designs without having to rediscover the design solutions themselves.The authors begin by describing what patterns are and how they can help you design object-oriented software. They then go on to systematically name, explain, evaluate, and catalog recurring designs in object-oriented systems. With Design Patterns as your guide, you will learn how these important patterns fit into the software development process, and how you can leverage them to solve your own design problems most efficiently. Each pattern describes the circumstances in which it is applicable, when it can be applied in view of other design constraints, and the consequences and trade-offs of using the pattern within a larger design. All patterns are compiled from real systems and are based on real-world examples. Each pattern also includes code that demonstrates how it may be implemented in object-oriented programming languages like C++ or Smalltalk.

Bodyminder Workout and Exercise Journal (a Fitness Diary)


Frances E. Wilkins - 2007
    What is a BodyMinder Workout & Exercise Journal? The BodyMinder is a compact and portable notebook/diary for keeping track of all your exercise experiences. The BodyMinder goes beyond the cards or sheets of paper typically used for workouts with its organized and convenient journal format. In addition to workout details and other exercise, it has room for daily dietary notes and other related items.2. Who can use the BodyMinder? Anyone just starting a fitness program as well as those who already work out can benefit by keeping written track of goals and progress. Personal trainers and teachers can better evaluate progress as their students strive to reach tangible goals. 3. What are the benefits of using a BodyMinder? You'll stay more focused on your goals...it's a proven fact. Writing things down is a subliminal way to strengthen commitment that really works! You'll see your strengths and weaknesses and discover where you need to improve. Have you been avoiding those ab crunches? No more fooling yourself...it's there in black and white! You'll be motivated to reach your workout goals. The weekly progress charts will inspire you to keep on keepin' on. Soon, good exercise habits will become automatic. You'll see your diet from a new prospective. Just a few days or weeks of jotting down the foods you eat can open your eyes to amazing revelations. You'll create a personal reference for the future and be amazed at how much you have improved since you started. If you get off track for a while, that's OK, your BodyMinder will contain the information you need to reset your goals and get you going again!4. What special features does the BodyMinder have? All-inclusive format works for every type of exercise; it's roomy and easy to use, too! Durable leatherette cover in black or burgundy (8" x 6") Spiral binding for writing ease 224 pages for 91 ...

Python Crash Course: A Hands-On, Project-Based Introduction to Programming


Eric Matthes - 2015
    You'll also learn how to make your programs interactive and how to test your code safely before adding it to a project. In the second half of the book, you'll put your new knowledge into practice with three substantial projects: a Space Invaders-inspired arcade game, data visualizations with Python's super-handy libraries, and a simple web app you can deploy online.As you work through Python Crash Course, you'll learn how to: Use powerful Python libraries and tools, including matplotlib, NumPy, and PygalMake 2D games that respond to keypresses and mouse clicks, and that grow more difficult as the game progressesWork with data to generate interactive visualizationsCreate and customize simple web apps and deploy them safely onlineDeal with mistakes and errors so you can solve your own programming problemsIf you've been thinking seriously about digging into programming, Python Crash Course will get you up to speed and have you writing real programs fast. Why wait any longer? Start your engines and code!

Concrete Mathematics: A Foundation for Computer Science


Ronald L. Graham - 1988
    "More concretely," the authors explain, "it is the controlled manipulation of mathematical formulas, using a collection of techniques for solving problems."

Python: Programming: Your Step By Step Guide To Easily Learn Python in 7 Days (Python for Beginners, Python Programming for Beginners, Learn Python, Python Language)


iCode Academy - 2017
    Are You Ready To Learn Python Easily? Learning Python Programming in 7 days is possible, although it might not look like it

Applied Cryptography: Protocols, Algorithms, and Source Code in C


Bruce Schneier - 1993
    … The book the National Security Agency wanted never to be published." –Wired Magazine "…monumental… fascinating… comprehensive… the definitive work on cryptography for computer programmers…" –Dr. Dobb's Journal"…easily ranks as one of the most authoritative in its field." —PC Magazine"…the bible of code hackers." –The Millennium Whole Earth CatalogThis new edition of the cryptography classic provides you with a comprehensive survey of modern cryptography. The book details how programmers and electronic communications professionals can use cryptography—the technique of enciphering and deciphering messages-to maintain the privacy of computer data. It describes dozens of cryptography algorithms, gives practical advice on how to implement them into cryptographic software, and shows how they can be used to solve security problems. Covering the latest developments in practical cryptographic techniques, this new edition shows programmers who design computer applications, networks, and storage systems how they can build security into their software and systems. What's new in the Second Edition? * New information on the Clipper Chip, including ways to defeat the key escrow mechanism * New encryption algorithms, including algorithms from the former Soviet Union and South Africa, and the RC4 stream cipher * The latest protocols for digital signatures, authentication, secure elections, digital cash, and more * More detailed information on key management and cryptographic implementations

Mastering Excel Macros: Introduction (Book 1)


Mark Moore - 2014
    Everybody wants to learn them. You're not a programmer though. How is a non technical user going to learn how to program? You do want to use macros to make your work easier but are you really going to sit down with a huge programming textbook and work your way through every. single. boring. page? Like most people, you'll start with great enthusiasm and vigor but after a few chapters, the novelty wears off. It gets boring. I'm going to try and change that and make learning macro programming entertaining and accessible to non-techies. First of all, programming Excel macros is a huge topic. Let's eat the elephant one bite at a time. Instead of sitting down with a dry, heavy text, you will read very focused, to the point topics. You can then immediately use what you learned in the real world. This is the first lesson in the series. You will learn what macros are, how to access them, a tiny bit of programming theory (just so you have a clue as to what's going on) and how to record macros. As with all my other lessons, this one has a follow along workbook that you can use to work through the exercises. The images in the lessons are based on Excel 2013 for Windows.

Evernote for Dummies


David E.Y. Sarna - 2012
    

A Software Engineer Learns HTML5, JavaScript and jQuery


Dane Cameron - 2013
    Due to their monopoly position in web browsers, and the fact web browsers have spread from PCs to phones, tablets and TVs; their status will continue to grow and grow. Despite their success, many software engineers are apprehensive about JavaScript and HTML. This apprehensiveness is not completely unfounded; both JavaScript and HTML were rushed in their early years, and driven by commercial rather than engineering interests. As a result, many dubious features crept into these languages. Due to backwards compatibility concerns, most of these features still remain. In addition, many software engineers have used these languages without ever learning them. JavaScript and HTML have low barriers to entry, and this, along with their similarity to other languages, led many software engineers to conclude that there really was nothing much to learn. If you have not used JavaScript and HTML for a number of years, or if you are a programmer or software engineer using other languages, you may be surprised at what they now offer. Browser based web applications are now capable of matching or exceeding the sophistication and scale of traditional desktop applications. In order to create complex web applications however, it is essential to learn these languages. This book takes the point of view that once you have a strong grasp of the fundamentals, the details will take care of themselves. It will not present you with long lists of APIs, or intricate details of every attribute, these can be found in reference manuals. It will focus on the details of each language that are fundamental to understanding how they work. This book will guide you through the process of developing a web application using HTML5, Javascript, jQuery and CSS. It contains the following content: 1. An introduction to the HTML5 markup language, and how it differs from HTML4 and XHTML. 2. An introduction to JavaScript, including an in-depth look at its use of objects and functions, along with the design patterns that support the development of robust web applications. 3. An introduction to jQuery selection, traversal, manipulation and events. 4. An in-depth look at the Web storage and IndexedDB APIs for client side data storage. 5. A guide to implementing offline web applications with the Application Cache API. 6. An introduction to the ways JavaScript can interact with the users file-system using the FileReader API. 7. The use of Web Workers in a web application to execute algorithms on background threads. 8. An introduction to AJAX, and the jQuery API supporting AJAX. 9. An introduction to Server Sent Events and Web Sockets. All subjects are introduced in the context of a sample web application. This book is intended for anyone with at least a superficial knowledge of HTML and programming.

76 Fallacies


Michael LaBossiere - 2012
    That is, it is a piece of bad logic. Just as it is a good idea to avoid eating bad food, it is also a rather good idea to avoid bad reasoning. Unfortunately, bad reasoning is all too common—it pours out of the television and infests the web like an army of venomous spiders. Perhaps even worse than the fallacies inflicted from the outside are self-inflicted fallacies. These can lead people to make poor decisions about matters great and small.Fortunately, there is a defense against bad reasoning, namely knowledge. This concise book provides the reader with definitions and examples of seventy-six common fallacies—the knowledge a person needs to defend herself in a world awash in fallacies.In addition to combining the content of my 42 Fallacies and 30 More Fallacies, this book features some revisions as well as a new section on common formal fallacies. The focus is on providing the reader with definitions and examples of these common fallacies rather than being a handbook on winning arguments or a text on general logic.The book presents the following 73 informal fallacies:Accent, Fallacy ofAccident, Fallacy ofAd HominemAd Hominem Tu QuoqueAmphiboly, Fallacy ofAnecdotal Evidence, Fallacy OfAppeal to the Consequences of a BeliefAppeal to Authority, FallaciousAppeal to BeliefAppeal to Common PracticeAppeal to EmotionAppeal to EnvyAppeal to FearAppeal to FlatteryAppeal to Group IdentityAppeal to GuiltAppeal to NoveltyAppeal to PityAppeal to PopularityAppeal to RidiculeAppeal to SpiteAppeal to TraditionAppeal to SilenceAppeal to VanityArgumentum ad HitlerumBegging the QuestionBiased GeneralizationBurden of ProofComplex QuestionComposition, Fallacy ofConfusing Cause and EffectConfusing Explanations and ExcusesCircumstantial Ad HominemCum Hoc, Ergo Propter HocDivision, Fallacy ofEquivocation, Fallacy ofFallacious ExampleFallacy FallacyFalse DilemmaGambler’s FallacyGenetic FallacyGuilt by AssociationHasty GeneralizationHistorian’s FallacyIllicit ConversionIgnoring a Common CauseIncomplete EvidenceMiddle GroundMisleading VividnessMoving the Goal PostsOversimplified CauseOverconfident Inference from Unknown StatisticsPathetic FallacyPeer PressurePersonal AttackPoisoning the WellPositive Ad HominemPost HocProving X, Concluding YPsychologist's fallacyQuestionable CauseRationalizationRed HerringReification, Fallacy ofRelativist FallacySlippery SlopeSpecial PleadingSpotlightStraw ManTexas Sharpshooter FallacyTwo Wrongs Make a RightVictim FallacyWeak AnalogyThe book contains the following three formal (deductive) fallacies:Affirming the ConsequentDenying the AntecedentUndistributed Middle

Lunchmeat & Life Lessons: Sharing a Butcher's Wisdom


Mary B. Lucas - 2006
    John Bichelmeyer dispensed much more than ground beef and bacon to his customers. A man with only an eighth-grade education and father of 10 children, he offered rare wisdom and compassion to his clientele, friends and family that came from the heart.Now his daughter, Mary B. Lucas, B.D., tells the story of how she earned her B.D. (which stands for "butcher's daughter") by spending hours at the butcher-block table in the family kitchen, listening to her father's stories about how he achieved success by making deep connections with the people around him. In turn, Mary used her father's advice to find the passion and perseverance to rise to the top of the staffing industry.As John used to say, "Remember to put the `comeback sauce' on everyone you meet." In Lunch Meat & Life Lessons: Sharing a Butcher's Wisdom, Mary offers a healthy dose of that sauce, which will empower everyone who reads this book to reach their full potential.

Dreaming in Code: Two Dozen Programmers, Three Years, 4,732 Bugs, and One Quest for Transcendent Software


Scott Rosenberg - 2007
    Along the way, we encounter black holes, turtles, snakes, dragons, axe-sharpening, and yak-shaving—and take a guided tour through the theories and methods, both brilliant and misguided, that litter the history of software development, from the famous ‘mythical man-month’ to Extreme Programming. Not just for technophiles but for anyone captivated by the drama of invention, Dreaming in Code offers a window into both the information age and the workings of the human mind.

Jeff Herman's Guide to Book Publishers, Editors, & Literary Agents 2009: Who They Are! What They Want! How To Win Them Over!


Jeff Herman - 2008
    More comprehensive than ever before--and now 1,000 pages--this revised edition describes the insider dynamics at hundreds of U.S. and Canadian publishers, with hundreds of names and specialties for book acquisition editors. Nearly 200 of the most powerful literary agents reveal invaluable tips, as if they were having a private conversation with a special friend. With detailed information on what to do (and what not to do) to break the code, break down the walls, and get that first book, second book, or thirtieth book published, bought and read, Jeff Herman's Guide is the go-to source for writers everywhere.

223 Amazing Science Facts, Tidbits and Quotes


Tasnim Essack - 2014
    A collection of fascinating facts, tidbits and quotes from the world of science and technology.This is a quick read, which you can easily scan through and find easy to read, short facts about the world around us, as well as some quotes from well known faces in science.Topics in the book include;BiologyChemistryPhysicsHealthSocietyEarth & EnvironmentAnimals & NatureSpaceTechnology & EngineeringQuotes

How Google Tests Software


James A. Whittaker - 2012
    Legendary testing expert James Whittaker, until recently a Google testing leader, and two top Google experts reveal exactly how Google tests software, offering brand-new best practices you can use even if you're not quite Google's size...yet! Breakthrough Techniques You Can Actually Use Discover 100% practical, amazingly scalable techniques for analyzing risk and planning tests...thinking like real users...implementing exploratory, black box, white box, and acceptance testing...getting usable feedback...tracking issues...choosing and creating tools...testing "Docs & Mocks," interfaces, classes, modules, libraries, binaries, services, and infrastructure...reviewing code and refactoring...using test hooks, presubmit scripts, queues, continuous builds, and more. With these techniques, you can transform testing from a bottleneck into an accelerator-and make your whole organization more productive!