Book picks similar to
OpenSolaris Bible by Nicholas A. Solter
scanned
unread
audio_wanted
geek
The Deluxe Food Lover's Companion
Ron Herbst - 1990
Alphabetically arranged entries define and describe-- Fruits and vegetables, both well-known and exotic varieties Meat cuts and preparation methods Fish, shellfish, and ways to cook and serve them Breads, pastas, and other grain-based foods Cooking tools and techniques Reliable ways to preserve and store foods Herbs, spices, and their many uses . . . and much more Miniature glossaries are interspersed throughout the text. For instance, following the entry for apple, an "Apple Glossary" provides descriptions and recommended uses of 28 different varieties. A generous array of sidebar features throughout the book offers quick tips on food purchases, as well as " Fast Facts " and advice on preparation, serving, and dining. For example, immediately following the "al dente" entry in reference to cooking pasta, readers will find this sidebar: Fast Facts Al Dente An obvious line flowing through the thickest part of the pasta means it's not done Lingering heat will continue to cook the pasta for a short time after it's removed from the hot cooking water More than 6,700 entries are supplemented with a general introduction, hundreds of illustrations, and pithy quotations about food and dining from chefs and gourmets. The new deluxe hardcover binding with dust jacket includes a ribbon place marker and golden-tipped page edges.
Stop Being Lazy: How to Overcome Laziness, Defeat Procrastination, Increase Productivity, and Break Through Barriers Like an Unstoppable Bulldog
John Z. Sonmez - 2018
Extremely lazy. But, just this last week, I ran 50 miles, did 3 weight training workouts, attended kickboxing classes and got a ton of work done, making a nice big fat paycheck. You see, I learned how to overcome laziness--and you can too. This book is a nice short read (just 54 pages), designed for you to learn the secrets of going from lazy to self-disciplined and productive. It's the book that I wish I had when I was younger. The one that could have saved me so many hours of frustration, and helped me retire and become financially free much earlier. Oh, and also to get those 6-pack abs I finally have. (I was fat too once.) Deep down, you know that you are meant to live a life better than the one you’re living right now. You know that you are capable of doing, having, and being so much more—but you’re too damn lazy to experience who you truly are at your core and having what you’re really worth. I know how you feel because 8 years ago, I was in your shoes. I was lazy, overweight, filled with fear, and living WAY below my potential. This book takes you into my personal journey out of laziness and into a life of empowerment and self-discipline. In this book, I will share with you: The mindset that had me trapped in laziness, fear, and procrastination and how I broke free How I created a new mindset of a tenacious, unstoppable bulldog What the bulldog mindset is all about and why you must have it Why I do hard shit Why I became a finisher, and more If you’re really ready to give up laziness, I’ll show you how I did it and how you can too.
Bipolar Happens! 35 Tips and Tricks to Manage Bipolar Disorder
Julie A. Fast - 2011
Written with a very funny and riveting honesty as only a person with the illness can do, Bipolar Happens! offers practical knowledge and deep insights into what it is like to live with bipolar disorder.Compelling, insightful and never afraid to tell the truth , many of Julie’s readers credit this book as being their personal catalyst for change. “When I read this book I actually felt that someone really understood me, and it made me feel hope for the first time since my diagnosis. I didn’t know what it meant to be psychotic or why I got overwhelmed a lot in crowds. I learned how to manage mania much better than in the past. And now I can see that I’m not the only one who wakes up with depression. Julie is funny and so willing to say what many people won’t. This book talks about the stuff we go through that never gets put into books. The book is like reading fables. It’s not overwhelming, but you really learn a lot.”
Network Security: Private Communication in a Public World
Charlie Kaufman - 1995
In the second edition of Network Security, this most distinguished of author teams draws on hard-won experience to explain every facet of information security, from the basics to advanced cryptography and authentication; secure Web and email services; and emerging security standards. Highlights of the book's extensive new coverage include Advanced Encryption Standard (AES), IPsec, SSL, PKI Standards, and Web security.
Managing the Testing Process: Practical Tools and Techniques for Managing Hardware and Software Testing
Rex Black - 1999
The preeminent expert in his field, Mr.Black draws upon years of experience as president of both theInternational and American Software Testing Qualifications boardsto offer this extensive resource of all the standards, methods, andtools you'll need.The book covers core testing concepts and thoroughly examinesthe best test management practices and tools of leading hardwareand software vendors. Step-by-step guidelines and real-worldscenarios help you follow all necessary processes and avoidmistakes.Producing high-quality computer hardware and software requirescareful, professional testing; Managing the Testing Process, Third Edition explains how to achieve that by following adisciplined set of carefully managed and monitored practices andprocessesThe book covers all standards, methods, and tools you need forprojects large and smallPresents the business case for testing products and reviews theauthor's latest test assessmentsTopics include agile testing methods, risk-based testing, IEEEstandards, ISTQB certification, distributed and outsourced testing, and moreOver 100 pages of new material and case studies have been addedto this new editionIf you're responsible for managing testing in the real world, Managing the Testing Process, Third Edition is the valuablereference and guide you need.
Programming Windows 8 Apps with HTML, CSS, and JavaScript
Kraig Brockschmidt - 2012
Agile Principles, Patterns, and Practices in C#
Robert C. Martin - 2006
Martin helped bring Agile principles to tens of thousands of Java and C++ programmers. Now .NET programmers have a definitive guide to agile methods with this completely updated volume from Robert C. Martin and Micah Martin,
Agile Principles, Patterns, and Practices in C#.
This book presents a series of case studies illustrating the fundamentals of Agile development and Agile design, and moves quickly from UML models to real C# code. The introductory chapters lay out the basics of the agile movement, while the later chapters show proven techniques in action. The book includes many source code examples that are also available for download from the authors' Web site.Readers will come away from this book understandingAgile principles, and the fourteen practices of Extreme Programming Spiking, splitting, velocity, and planning iterations and releases Test-driven development, test-first design, and acceptance testing Refactoring with unit testing Pair programming Agile design and design smells The five types of UML diagrams and how to use them effectively Object-oriented package design and design patterns How to put all of it together for a real-world project Whether you are a C# programmer or a Visual Basic or Java programmer learning C#, a software development manager, or a business analyst,
Agile Principles, Patterns, and Practices in C#
is the first book you should read to understand agile software and how it applies to programming in the .NET Framework.
Regular Expressions Cookbook
Jan Goyvaerts - 2009
Every programmer can find uses for regular expressions, but their power doesn't come worry-free. Even seasoned users often suffer from poor performance, false positives, false negatives, or perplexing bugs. Regular Expressions Cookbook offers step-by-step instructions for some of the most common tasks involving this tool, with recipes for C#, Java, JavaScript, Perl, PHP, Python, Ruby, and VB.NET.With this book, you will:Understand the basics of regular expressions through a concise tutorial Use regular expressions effectively in several programming and scripting languages Learn how to validate and format input Manage words, lines, special characters, and numerical values Find solutions for using regular expressions in URLs, paths, markup, and data exchange Learn the nuances of more advanced regex features Understand how regular expressions' APIs, syntax, and behavior differ from language to language Write better regular expressions for custom needs Whether you're a novice or an experienced user, Regular Expressions Cookbook will help deepen your knowledge of this unique and irreplaceable tool. You'll learn powerful new tricks, avoid language-specific gotchas, and save valuable time with this huge library of proven solutions to difficult, real-world problems.
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!
Think Like a Programmer: An Introduction to Creative Problem Solving
V. Anton Spraul - 2012
In this one-of-a-kind text, author V. Anton Spraul breaks down the ways that programmers solve problems and teaches you what other introductory books often ignore: how to Think Like a Programmer. Each chapter tackles a single programming concept, like classes, pointers, and recursion, and open-ended exercises throughout challenge you to apply your knowledge. You'll also learn how to:Split problems into discrete components to make them easier to solve Make the most of code reuse with functions, classes, and libraries Pick the perfect data structure for a particular job Master more advanced programming tools like recursion and dynamic memory Organize your thoughts and develop strategies to tackle particular types of problems Although the book's examples are written in C++, the creative problem-solving concepts they illustrate go beyond any particular language; in fact, they often reach outside the realm of computer science. As the most skillful programmers know, writing great code is a creative art—and the first step in creating your masterpiece is learning to Think Like a Programmer.
European History: A Captivating Guide to the History of Europe, Starting from the Neanderthals Through to the Roman Empire and the End of the Cold War
Captivating History - 2019
Initially quite isolated from one another, the people of Europe evolved intricate social systems and relationships with one another that eventually bonded them through trade and marriage. They built farms, villages, cities, and entire empires to protect their cultures and convert others to their ways of thinking, only to have it all crumble under the strength of the next warlord. Europe’s past is characterized by fighting and warfare, and it is punctuated with great works of art, philosophy, science, and technology. Even its recent history is much the same—that’s why so much of the globe was once ruled by European monarchies. Despite all the infighting and territorial exploits, Europeans have managed to create some of the most beautiful pieces of literature, architecture, political structures, and ideas the world has ever seen. In European History: A Captivating Guide to the History of Europe, Starting from the Neanderthals Through to the Roman Empire and the End of the Cold War, you will discover topics such as
Prehistory
The Neolithic Revolution
The Bronze Age
Early Tribes of Europe
The Iron Age
Prehistoric Britain
The Classical Greeks
The Roman Empire
The Vikings
The Dark Ages
The Holy Roman Empire
The Rise of Wessex
The Norman Conquest
Marco Polo and Renaissance Italy
Joan of Arc
Isabella I of Castile
The Age of Discovery
The Reformation
The Enlightenment
The French Revolution
The Industrial Age
The British Empire of Queen Victoria
The Great War
The Russian Revolution
World War II
The Cold War Era
And much, much more!
So if you want to learn more about European history, scroll up and click the "add to cart" button!
The Essential Guide to Telecommunications
Annabel Z. Dodd - 1998
It aims to give readers a fundamental overview of the technologies that make up the telecommunications infrastructure.
The Tao of Network Security Monitoring: Beyond Intrusion Detection
Richard Bejtlich - 2004
This book reducesthe investigative workload of computer security incident response teams(CSIRT) by posturing organizations for incident response success.Firewalls can fail. Intrusion-detection systems can be bypassed. Networkmonitors can be overloaded. These are the alarming but true facts aboutnetwork security. In fact, too often, security administrators' tools can serve asgateways into the very networks they are defending.Now, a novel approach to network monitoring seeks to overcome theselimitations by providing dynamic information about the vulnerability of allparts of a network. Called network security monitoring (NSM), it draws on acombination of auditing, vulnerability assessment, intrusion detection andprevention, and incident response for the most comprehensive approach tonetwork security yet. By focusing on case studies and the application of opensourcetools, the author helps readers gain hands-on knowledge of how tobetter defend networks and how to mitigate damage from security incidents.
Into the Darkness: The Harrowing True Story of the Titanic Disaster: Riveting First-Hand Accounts of Agony, Sacrifice and Survival
Alan J. Rockwell - 2017
No human being who stood on her decks that fateful night was alive to commemorate the event on its 100th anniversary. Their stories are with us, however, and the lessons remain. From the moment the world learned the Titanic had sunk, we wanted to know, who had survived? Those answers didn’t come until the evening of Thursday, April 18, 1912―when the Cunard liner Carpathia finally reached New York with the 706 survivors who had been recovered from Titanic’s lifeboats. Harold Bride, “Titanic’s surviving wireless operator,” relayed the story of the ship’s band. “The way the band kept playing was a noble thing. I heard it first while still we were working wireless when there was a ragtime tune for us. The last I saw of the band, when I was floating out in the sea with my lifebelt on, it was still on deck playing ‘Autumn.’ How they ever did it I cannot imagine.” There were stories of heroism―such as that of Edith Evans, who was waiting to board collapsible Lifeboat D, the last boat to leave Titanic, when she turned to Caroline Brown and said, “You go first. You have children waiting at home.” The sacrifice cost Evans her life, but as Mrs. Brown said later, “It was a heroic sacrifice, and as long as I live I shall hold her memory dear as my preserver, who preferred to die so that I might live.” There was mystery. There was bravery. There was suspense. There was cowardice. Most men who survived found themselves trying to explain how they survived when women and children had died. But mostly, there was loss. On her return to New York after picking up Titanic’s survivors, Carpathia had become known as a ship of widows. Rene Harris, who lost her husband, Broadway producer Henry Harris, in the disaster, later spoke of her loss when she said, “It was not a night to remember. It was a night to forget.” Drawing on a wealth of previously unpublished letters, memoirs, and diaries as well as interviews with survivors and family members, veteran author and writer Alan Rockwell brings to life the colorful voices and the harrowing experiences of many of those who lived to tell their story. More than 100 years after the RMS Titanic met its fatal end, the story of the tragic wreck continues to fascinate people worldwide. Though many survivors and their family members disappeared into obscurity or were hesitant to talk about what they went through, others were willing to share their experiences during the wreck and in its aftermath. This book recounts many of these first-hand accounts in graphic, compelling detail.
365 More Things People Believe That Aren't True
James Egan - 2014
Some mammoths were smaller than children. Owls are the dumbest birds in the world. Very few people with Tourette's syndrome swear. You can't get a six-pack from doing sit-ups. King Arthur's sword wasn't called Excalibur. Milk doesn't make your bones strong. There's no bones in your fingers. The Bible states that humans can't become angels. Humans have more than two nostrils. It's impossible to slide down a bannister. At a wedding, the bride doesn't walk down the aisle. Ties were invented for war, not fashion. Most Disney classics made almost no money. Slavery has only been illegal in the UK since 2010. George Washington wasn't the first American President. Velcro doesn’t exist. Nobody knows why we sleep.