Book picks similar to
Complete Digital Design: A Comprehensive Guide to Digital Electronics and Computer System Architecture by Mark Balch
science
via-kpl
calibre
computer-science
Data Structures Using C++
D.S. Malik - 2003
D.S. Malik is ideal for a one-semester course focused on data structures. Clearly written with the student in mind, this text focuses on Data Structures and includes advanced topics in C++ such as Linked Lists and the Standard Template Library (STL). This student-friendly text features abundant Programming Examples and extensive use of visual diagrams to reinforce difficult topics. Students will find Dr. Malik's use of complete programming code and clear display of syntax, explanation, and example easy to read and conducive to learning.
Clients From Hell 2: A collection of anonymously-contributed client horror stories from designers (Clients From Hell: A collection of anonymously-contributed client horror stories from designers)
Bryce Bladon - 2012
The second addition to the Clients From Hell series taps freelance veterans for even more material. Interviews, resources, and particularly poignant tales of client insanity are all included alongside the fan-favourite anecdotes of freelancing dysfunction.For the first time, Clients From Hell takes a step back from finger-pointing and clever name-calling to inform the audience of how to make it as a creative professional. Step one: buy this book. Step two: take heed of these cautionary tales. Step three: we haven't thought of a step three yet. We'll worry about that when revisions come around.Anyone who has ever worked with clients may find these tales frighteningly familiar. New freelancers may think twice about their chosen profession - or at least find relief in the fact that they're not alone in absurd client interactions.And the rest of you? You can just laugh and enjoy your day job.
The Filter Bubble: What the Internet is Hiding From You
Eli Pariser - 2011
Instead of giving you the most broadly popular result, Google now tries to predict what you are most likely to click on. According to MoveOn.org board president Eli Pariser, Google's change in policy is symptomatic of the most significant shift to take place on the Web in recent years - the rise of personalization. In this groundbreaking investigation of the new hidden Web, Pariser uncovers how this growing trend threatens to control how we consume and share information as a society-and reveals what we can do about it.Though the phenomenon has gone largely undetected until now, personalized filters are sweeping the Web, creating individual universes of information for each of us. Facebook - the primary news source for an increasing number of Americans - prioritizes the links it believes will appeal to you so that if you are a liberal, you can expect to see only progressive links. Even an old-media bastion like "The Washington Post" devotes the top of its home page to a news feed with the links your Facebook friends are sharing. Behind the scenes a burgeoning industry of data companies is tracking your personal information to sell to advertisers, from your political leanings to the color you painted your living room to the hiking boots you just browsed on Zappos.In a personalized world, we will increasingly be typed and fed only news that is pleasant, familiar, and confirms our beliefs - and because these filters are invisible, we won't know what is being hidden from us. Our past interests will determine what we are exposed to in the future, leaving less room for the unexpected encounters that spark creativity, innovation, and the democratic exchange of ideas.While we all worry that the Internet is eroding privacy or shrinking our attention spans, Pariser uncovers a more pernicious and far-reaching trend on the Internet and shows how we can - and must - change course. With vivid detail and remarkable scope, The Filter Bubble reveals how personalization undermines the Internet's original purpose as an open platform for the spread of ideas and could leave us all in an isolated, echoing world.
Ask the Narcissist: The Answers to Your Questions
H.G. Tudor - 2016
The narcissist provides the direct and no-nonsense explanations and answers to the questions which matter most to you. The narcissist manages to keep a hook in you by leaving you with unanswered questions. These questions prevent you from gaining understanding, make you susceptible to the pull of the narcissist in the future and cause you untold anguish and anxiety. Not any more. A range of incisive questions covering the narcissistic spectrum of behaviours have been posed by those who have been on the receiving end of narcissistic behaviour. Real questions posed by those who know exactly what it is like to be held in the grasp of the narcissist. Real answers provided by the narcissist himself which will provide understanding, enlightenment and freedom.
Knowing What Belongs To Us
Kenneth E. Hagin - 1989
This minibook explains why salvation, healing, and many other blessings belong to the believer through the redemptive work of the Lord Jesus Christ!
Occult Assassin: Dark Missions
William Massa - 2019
Two men, united by tragedy, with one goal - to keep the world save from black magic occult threats. Their chilling missions will take them across the globe and pit them against apocalyptic cults, cursed relics and supernatural terrorists bent on world destruction. The box set omnibus edition includes the first three books plus a bonus novella. Experience a series that readers are describing as a perfect mix of action-adventure and paranormal horror. DAMNATION CODE (BOOK 1) After a decade spent fighting the enemy abroad and keeping his country safe, Delta Force Operator Mark Talon is ready to settle down with the love of his life. But Talon's world crumbles when his fiancée becomes the victim of a murderous cult. The military man now has a new foe in his crosshairs, and this promises to be a very different war. The person responsible for his beloved's death is a Silicon Valley tycoon allied with the forces of darkness. Fusing cutting-edge computer technology with an ancient evil, the enemy here cannot be stopped by bullets alone. If Talon is to be victorious in his mission of vengeance, he will need to master a new method of warfare -- the arcane arts! He must become... the Occult Assassin. APOCALYPSE SOLDIER (BOOK 2) At age 15, Nicole Robertson was possessed by a demonic entity. She survived this ordeal, thanks to a successful exorcism. Now, 8 years later, Nicole is still haunted by the memory of the demon. But the nightmare isn't over. She is about to become the target of an apocalyptic cult led by a former elite soldier with a chilling plan for her future. Only one man can save Nicole from a fate worse than death. Only one man stands between her and the apocalypse. His name is Mark Talon. And he is about to go up against his most dangerous enemy yet. < ICE SHADOWS (Book 3) Talon heads to Norway to stop a Black Metal musician who plans on using an ancient Norse ritual to trigger a frozen cataclysm. PRAISE FOR THE SERIES: "James Bond meets the Punisher versus the forces of darkness."
-- Amazon reviewer.
"Occult Assassin moves like a bullet exploding from Talon's 9mm Glock."
-- Nicholas Sansbury Smith, best-selling author of EXTINCTION HORIZON/ORBS.
"Good mix of the supernatural and action/thriller."
-- Mark Lukens, best-selling author of ANCIENT ENEMY.
Learning Ruby
Michael J. Fitzgerald - 2007
Written for both experienced and new programmers alike, Learning Ruby is a just-get-in-and-drive book -- a hands-on tutorial that offers lots of Ruby programs and lets you know how and why they work, just enough to get you rolling down the road. Interest in Ruby stems from the popularity of Rails, the web development framework that's attracting new devotees and refugees from Java and PHP. But there are plenty of other uses for this versatile language. The best way to learn is to just try the code! You'll find examples on nearly every page of this book that you can imitate and hack. Briefly, this book:Outlines many of the most important features of Ruby Demonstrates how to use conditionals, and how to manipulate strings in Ruby. Includes a section on regular expressions Describes how to use operators, basic math, functions from the Math module, rational numbers, etc. Talks you through Ruby arrays, and demonstrates hashes in detail Explains how to process files with Ruby Discusses Ruby classes and modules (mixins) in detail, including a brief introduction to object-oriented programming (OOP) Introduces processing XML, the Tk toolkit, RubyGems, reflection, RDoc, embedded Ruby, metaprogramming, exception handling, and other topics Acquaints you with some of the essentials of Rails, and includes a short Rails tutorial. Each chapter concludes with a set of review questions, and appendices provide you with a glossary of terms related to Ruby programming, plus reference material from the book in one convenient location. If you want to take Ruby out for a drive, Learning Ruby holds the keys.
Running The World: 196 marathons in 196 countries, one record-breaking adventure
Nick Butter - 2020
This is Nick's story of his world record-breaking adventure and the extraordinary people who joined him along the way. On January 6th 2018, Nick Butter tied his laces and stepped out on to an icy pavement in Toronto, where he began to take the first steps of an epic journey that would see him run 196 marathons in every one of the world's 196 countries. Spending almost two years on the road and relying on the kindness of strangers to keep him moving, Nick's odyssey allowed him to travel slowly, on foot, immersing himself in the diverse cultures and customs of his host nations. Running through capital cities and deserts, around islands and through spectacular landscapes, Nick dodges bullets in Guinea-Bissau, crosses battlefields in Syria, survives a wild dog attack in Tunisia and runs around an erupting volcano in Guatemala. Along the way, he is often joined by local supporters and fellow runners, curious children and bemused passers-by. Telling their stories alongside his own, Nick captures the unique spirit of each place he visits and forges a new relationship with the world around him. Running the World captures Nick's journey as he sets three world records and covers over five thousand miles. As he recounts his adventures, he shares his unique perspective on our glorious planet, celebrates the diversity of human experience, and reflects on the overwhelming power of running.
HTML, XHTML & CSS for Dummies
Ed Tittel - 2008
Now featuring more than 250 color illustrations throughout, this perennially popular guide is a must for novices who want to work with HTML or XHTML, which continue to be the foundation for any Web site The new edition features nearly 50 percent new and updated content, including expanded coverage of CSS and scripting, new coverage of syndication and podcasting, and new sample HTML projects, including a personal Web page, an eBay auction page, a company Web site, and an online product catalog The companion Web site features an eight-page expanded Cheat Sheet with ready-reference information on commands, syntax, colors, CSS elements, and more Covers planning a Web site, formatting Web pages, using CSS, getting creative with colors and fonts, managing layouts, and integrating scripts
Python Programming for Beginners: An Introduction to the Python Computer Language and Computer Programming (Python, Python 3, Python Tutorial)
Jason Cannon - 2014
There can be so much information available that you can't even decide where to start. Or worse, you start down the path of learning and quickly discover too many concepts, commands, and nuances that aren't explained. This kind of experience is frustrating and leaves you with more questions than answers.Python Programming for Beginners doesn't make any assumptions about your background or knowledge of Python or computer programming. You need no prior knowledge to benefit from this book. You will be guided step by step using a logical and systematic approach. As new concepts, commands, or jargon are encountered they are explained in plain language, making it easy for anyone to understand. Here is what you will learn by reading Python Programming for Beginners:
When to use Python 2 and when to use Python 3.
How to install Python on Windows, Mac, and Linux. Screenshots included.
How to prepare your computer for programming in Python.
The various ways to run a Python program on Windows, Mac, and Linux.
Suggested text editors and integrated development environments to use when coding in Python.
How to work with various data types including strings, lists, tuples, dictionaries, booleans, and more.
What variables are and when to use them.
How to perform mathematical operations using Python.
How to capture input from a user.
Ways to control the flow of your programs.
The importance of white space in Python.
How to organize your Python programs -- Learn what goes where.
What modules are, when you should use them, and how to create your own.
How to define and use functions.
Important built-in Python functions that you'll use often.
How to read from and write to files.
The difference between binary and text files.
Various ways of getting help and find Python documentation.
Much more...
Every single code example in the book is available to download, providing you with all the Python code you need at your fingertips! Scroll up, click the Buy Now With 1 Click button and get started learning Python today!
Higher Calling: Cycling's Obsession with Mountains
Max Leonard - 2018
But Max Leonard, himself an accomplished amateur cyclist, does not forget the pain, the glory, the sweat, and the tears that go into these grueling climbs. After all, cycling up a mountain is hard. So hard that, to many, it can seem absurd. But for others, climbing a mountain gracefully (and beating your competitors up the slope) represents the pinnacle of cycling achievement. It is where legends are forged.Many books tell you where the mountains are, or how long and how high. None of them ask why. Why are mountain ranges professional cycling’s Coliseum? Why do amateurs also make pilgrimages to these high, remote roads? Why are the roads even there in the first place to lure us on to these obsession inducing climbs? Just why are mountains so enthralling? “This is real cycling, where the glory is and where dreams come true,” according to Bradley Wiggins. Mountains are where cycling's greatest heroes have made their names. Every amateur rider wishes they could climb better, too. Are all these people addicted to the pain? To the achievement? Or to the allure of the peaks? Some spend their weekends and holidays cycling up mountains from start to finish. But how does a rider push themselves beyond their limits to get up a 10% gradient on pedal power alone? What is happening when they do?A Higher Calling explores the central place of mountains in the folklore of road cycling. Blending adventure and travel writing with the rich narrative of racing, Max Leonard takes the reader from the battles that created the Alpine roads to the shepherds tending their flocks on the peaks, and to a Grand Tour climax on the “highest road in Europe.” And he tells stories of courage and sacrifice, war and love, obsession and even elephants, along the way.
Hibernate in Action
Christian Bauer - 2004
Why is this open-source tool so popular? Because it automates a tedious task: persisting your Java objects to a relational database. The inevitable mismatch between your object-oriented code and the relational database requires you to write code that maps one to the other. This code is often complex, tedious and costly to develop. Hibernate does the mapping for you.Not only that, Hibernate makes it easy. Positioned as a layer between your application and your database, Hibernate takes care of loading and saving of objects. Hibernate applications are cheaper, more portable, and more resilient to change. And they perform better than anything you are likely to develop yourself."Hibernate in Action" carefully explains the concepts you need, then gets you going. It builds on a single example to show you how to use Hibernate in practice, how to deal with concurrency and transactions, how to efficiently retrieve objects and use caching.The authors created Hibernate and they field questions from the Hibernate community every day-they know how to make Hibernate sing. Knowledge and insight seep out of every pore of this book."What's Inside"- ORM concepts- Getting started- Many real-world tasks- The Hibernate application development process
The Master Switch: The Rise and Fall of Information Empires
Tim Wu - 2010
With all our media now traveling a single network, an unprecedented potential is building for centralized control over what Americans see and hear. Could history repeat itself with the next industrial consolidation? Could the Internet—the entire flow of American information—come to be ruled by one corporate leviathan in possession of “the master switch”? That is the big question of Tim Wu’s pathbreaking book.As Wu’s sweeping history shows, each of the new media of the twentieth century—radio, telephone, television, and film—was born free and open. Each invited unrestricted use and enterprising experiment until some would-be mogul battled his way to total domination. Here are stories of an uncommon will to power, the power over information: Adolph Zukor, who took a technology once used as commonly as YouTube is today and made it the exclusive prerogative of a kingdom called Hollywood . . . NBC’s founder, David Sarnoff, who, to save his broadcast empire from disruptive visionaries, bullied one inventor (of electronic television) into alcoholic despair and another (this one of FM radio, and his boyhood friend) into suicide . . . And foremost, Theodore Vail, founder of the Bell System, the greatest information empire of all time, and a capitalist whose faith in Soviet-style central planning set the course of every information industry thereafter.Explaining how invention begets industry and industry begets empire—a progress often blessed by government, typically with stifling consequences for free expression and technical innovation alike—Wu identifies a time-honored pattern in the maneuvers of today’s great information powers: Apple, Google, and an eerily resurgent AT&T. A battle royal looms for the Internet’s future, and with almost every aspect of our lives now dependent on that network, this is one war we dare not tune out.Part industrial exposé, part meditation on what freedom requires in the information age, The Master Switch is a stirring illumination of a drama that has played out over decades in the shadows of our national life and now culminates with terrifying implications for our future.
824
P.J.G. Robbins - 2013
It follows my training from the first tentative steps, through my first marathon attempt, to a blow by blow account of the crushing lows and soaring highs of my time in the desert. This memoir is an expression and an explanation of my unlikely love affair with running.
Lonely Planet Fiji (Travel Guide)
Lonely Planet - 2009
Island-hop between Yasawa beaches, dive with the bull sharks in Beqa Lagoon, or experience the multicultural mix of colonial and contemporary Fiji; all with your trusted travel companion. Get to the heart of Fiji and begin your journey now!Inside Lonely Planet Fiji Travel Guide:Colour maps and images throughoutHighlights and itineraries show you the simplest way to tailor your trip to your own personal needs and interestsInsider tips save you time and money and help you get around like a local, avoiding crowds and trouble spotsEssential info at your fingertips - including hours of operation, phone numbers, websites, transit tips, and pricesHonest reviews for all budgets - including eating, sleeping, sight-seeing, going out, shopping, and hidden gems that most guidebooks missCultural insights give you a richer and more rewarding travel experience - including customs, history, art, music, dance, sport, architecture, politics, landscapes, and wildlifeOver 38 local mapsUseful features - including Month-by-Month (annual festival calendar), Diving, and Travel with ChildrenCoverage of the Mamanuca & Yasawa groups, Nadi, Suva, Viti Levu, Vanua Levu, Taveuni, Ovalau, the Lomaiviti Group, the Kadavu, Lau & Moala groups, and moreeBook Features: (Best viewed on tablet devices)Zoom-in maps and images bring it all up close and in greater detailDownloadable PDF and offline maps let you stay offline to avoid roaming and data chargesSeamlessly flip between pagesEasily navigate and jump effortlessly between maps and reviewsSpeedy search capabilities get you to what you need and want to seeUse bookmarks to help you shoot back to key pages in a flashVisit the websites of our recommendations by touching embedded linksAdding notes with the tap of a finger offers a way to personalise your guidebook experienceInbuilt dictionary to translate unfamiliar languages and decode site-specific local termsThe Perfect Choice: Lonely Planet Fiji, our most comprehensive guide to Fiji, is perfect for those planning to both explore the top sights and take the road less travelled.Looking for more coverage? Check out Lonely Planet's South Pacific guide for a comprehensive look at what the whole region has to offer. Authors: Written and researched by Lonely Planet, Dean Starnes, Celeste Brash, and Virginia Jealous.About Lonely Planet: Started in 1973, Lonely Planet has become the world's leading travel guide publisher with guidebooks to every destination on the planet, as well as an award-winning website, a suite of mobile and digital travel products, and a dedicated traveller community. Lonely Planet's mission is to enable curious travellers to experience the world and to truly get to the heart of the places they find themselves in.*Bestselling guide to Fiji Source: Nielsen Bookscan. Australia, UK and USA, March 2011 to February 2012.