How To Create A Website Using Wordpress: The Beginner's Blueprint for Building a Professional Website in 3 Easy Steps (Plus 40+ Premium Wordpress Video Tutorials)


Brian Patrick - 2013
    Building A Website With Wordpress Has Never Been This EasyLearn how to set up a website that meets your exact needs in 3 EASY STEPS....one that the "professionals" would have charged you thousands of dollars for! (FREE ACCESS to 40+ Premium Wordpress Tutorial Videos)

Introducing Ethereum and Solidity: Foundations of Cryptocurrency and Blockchain Programming for Beginners


Chris Dannen - 2017
    Blockchain protocols are taking the world by storm, and the Ethereum project, with its Turing-complete scripting language Solidity, has rapidly become a front-runner. This book presents the blockchain phenomenon in context; then situates Ethereum in a world pioneered by Bitcoin.See why professionals and non-professionals alike are honing their skills in smart contract patterns and distributed application development. You'll review the fundamentals of programming and networking, alongside its introduction to the new discipline of crypto-economics. You'll then deploy smart contracts of your own, and learn how they can serve as a back-end for JavaScript and HTML applications on the Web.Many Solidity tutorials out there today have the same flaw: they are written for "advanced" JavaScript developers who want to transfer their skills to a blockchain environment. Introducing Ethereum and Solidity is accessible to technology professionals and enthusiasts of all levels. You'll find exciting sample code that can move forward real world assets in both the academic and the corporate arenas. Find out now why this book is a powerful gateway for creative technologists of all types, from concept to deployment.What You'll LearnSee how Ethereum (and other cryptocurrencies) workCompare distributed apps (dapps) to web appsWrite Ethereum smart contracts in Solidity Connect Ethereum smart contracts to your HTML/CSS/JavaScript web applicationsDeploy your own dapp, coin, and blockchainWork with basic and intermediate smart contractsWho This Book Is For Anyone who is curious about Ethereum or has some familiarity with computer science Product managers, CTOs, and experienced JavaScript programmersExperts will find the advanced sample projects in this book rewarding because of the power of Solidity

Doomsday Apocalypse


Bobby Akart - 2018
    Not a war with weapons, but one with words. Until now. And so it begins ... From critically acclaimed author, Bobby Akart, Doomsday, a new post-apocalyptic survival thriller, is a gripping series of America on the edge of societal collapse and destined for war. In Doomsday: Apocalypse, book one of the Doomsday series, it was New Year's Eve. As the ball dropped in Times Square, Americans were preparing for a new year and a bright future. Instead they found themselves fighting for their lives as the fuse had been lit that sent the country into chaos. With political rancor at an all-time high, the war of words escalated, and a political war erupted. Americans were caught in the crosshairs of societal unrest and a shadowy group stoking the fires of discontent burning in America. Words were replaced by weapons as neighbor turned on neighbor, and powerful forces stopped at nothing to reshape a nation in turmoil. America had become embroiled in something more than a clash of ideologies. She now faced a battle in which the blood of patriots and tyrants would be shed. As Americans struggled to survive, they sought a place of safety where they could ride out the coming storm. However, even if they can overcome the threats confronting them, will they bear witness to an America hell-bent on destroying itself? This is a story of a nation divided, on the cusp of a second civil war, and what that portends for our future. Remember, all empires collapse eventually, and America will be no exception. OTHER BOOKS IN THE DOOMSDAY SERIES Book One: Doomsday: Apocalypse Book Two: Doomsday: Haven coming January 2019 Book Three: Doomsday: Anarchy coming February 2019Book Four: Doomsday: Minutemen coming March 2019OTHER BOOKS BY THE AUTHOR THE BOSTON BRAHMIN SERIES, a seven-book political thriller series THE BLACKOUT SERIES, a six-book post-apocalyptic survival fiction series THE PANDEMIC SERIES, a four-book medical thriller series THE LONE STAR SERIES, a six-book post-apocalyptic survival fiction THE YELLOWSTONE SERIES, a four-book survival thriller series

An Introduction to APIs


Brian Cooksey - 2016
    We start off easy, defining some of the tech lingo you may have heard before, but didn’t fully understand. From there, each lesson introduces something new, slowly building up to the point where you are confident about what an API is and, for the brave, could actually take a stab at using one.

What Every Web Developer Should Know About HTTP (OdeToCode, #1)


K. Scott Allen - 2012
    We'll cover resources, messages, cookies, and authentication protocols. We'll look at how HTTP clients can use persistent and parallel connections to improve performance,and see how the web scales to meet demand using cache headers andproxy servers. By the end of the book you will have the knowledge tobuild better web applications and web services.

I Love Curry


Anjum Anand - 2010
    In this deliciously spicy book, Anjum Anand, voted Personality of the Year at the British Curry Awards, presents an eclectic choice of her favourite curries. These include regional dishes, favourite restaurant classics and many of her own original creations. As with all Anjum’s recipes, they are written to suit a lighter, healthier way of eating; but every dish bursts with the flavours of India. Divided into chapters on Fish and Seafood, Poultry and Game, Meat and Vegetable curries, there is a final chapter featuring the usual accompaniments: side dishes, breads, rice, chutneys and raitas. This is the essential book for all lovers of Indian food, whether they are confident cooks or novice enthusiasts.

The New World, 1956 (A History of the English-Speaking Peoples Book 2)


Winston S. Churchill - 2013
      In the “wilderness” years after Winston S. Churchill unflinchingly guided his country through World War II, he turned his masterful hand to an exhaustive history of the country he loved above all else. And the world discovered that this brilliant military strategist was an equally brilliant storyteller. In 1953, the great man was awarded the Nobel Prize for Literature for “his mastery of historical and biographical description as well as for brilliant oratory in defending exalted human values.”   This second of four volumes exploring the history of this great nation explores the sixteenth and seventeenth centuries, from the power struggles of the Tudor and Stuart families, the growth of the monarchy, the Protestant Reformation, England’s Civil War, and the discovery of the Americas. A History of the English-Speaking Peoples remains one of the most compelling and vivid works of history ever written.   “This history will endure; not only because Sir Winston has written it, but also because of its own inherent virtues―its narrative power, its fine judgment of war and politics, of soldiers and statesmen, and even more because it reflects a tradition of what Englishmen in the hey-day of their empire thought and felt about their country’s past.” —The Daily Telegraph

Superintelligence: Paths, Dangers, Strategies


Nick Bostrom - 2014
    The human brain has some capabilities that the brains of other animals lack. It is to these distinctive capabilities that our species owes its dominant position. If machine brains surpassed human brains in general intelligence, then this new superintelligence could become extremely powerful--possibly beyond our control. As the fate of the gorillas now depends more on humans than on the species itself, so would the fate of humankind depend on the actions of the machine superintelligence.But we have one advantage: we get to make the first move. Will it be possible to construct a seed Artificial Intelligence, to engineer initial conditions so as to make an intelligence explosion survivable? How could one achieve a controlled detonation?

Artificial Intelligence for Humans, Volume 1: Fundamental Algorithms


Jeff Heaton - 2013
    This book teaches basic Artificial Intelligence algorithms such as dimensionality, distance metrics, clustering, error calculation, hill climbing, Nelder Mead, and linear regression. These are not just foundational algorithms for the rest of the series, but are very useful in their own right. The book explains all algorithms using actual numeric calculations that you can perform yourself. Artificial Intelligence for Humans is a book series meant to teach AI to those without an extensive mathematical background. The reader needs only a knowledge of basic college algebra or computer programming—anything more complicated than that is thoroughly explained. Every chapter also includes a programming example. Examples are currently provided in Java, C#, R, Python and C. Other languages planned.

Arduino Projects Book


Scott Fitzgerald - 2012
    Whether you're a rocket scientist or a poet, whether you're ten years old or ninety, we want to make it possible for you to build great projects using computers and electronics.The parts in this kit and the projects explained here form the skeleton of your projects. Arduino can make your projects responsive. It's up to you to make them beautiful.

Category Theory for Programmers


Bartosz Milewski - 2014
    Collected from the series of blog posts starting at: https://bartoszmilewski.com/2014/10/2...Hardcover available at: http://www.blurb.com/b/9008339-catego...

Not Your Average Runner: Why You’re Not Too Fat to Run and the Skinny on How to Start Today


Jill Angie - 2017
    With humor, compassion, and lots of love, Jill Angie delivers the goods: overcoming the challenges of running with an overweight body and giving individuals’ self-esteem an enormous boost in the process. This isn't a guide to running for weight loss, or a simple running plan. It shows readers how a woman carrying a few (or many) extra pounds can successfully become a runner in the body she has right now. Jill Angie is a certified running coach and personal trainer who wants to live in a world where everyone is free to feel fit and fabulous at any size. She started the Not Your Average Runner movement in 2013 to show that runners come in all shapes, sizes and speeds, and, since then, has assembled a global community of revolutionaries that are taking the running world by storm. If you would like to be part of the revolution, flip to the inside and find out more!

Introduction to Artificial Intelligence and Expert Systems


Dan W. Patterson - 1990
    

Cold Trap


Jon Waskan - 2014
    Inexplicably, the explorer vanishes, and the object along with him. Nearby, the gears spin on a secret device, setting in motion a chain reaction that could avert a civilization-ending cataclysm. Known only to a select few, the machine must be protected.But watching from the shadows, a brilliant sociopath has plans of his own. . .____________________________________________AboutInspired by Crichton, Asimov, and Brown, “Cold Trap” has intense action, political intrigue, a deep central mystery, and a backdrop of science and high-tech gadgetry, a combination that is sure to resonate with fans of contemporary science fiction and techno-thrillers.____________________________________________ReviewsMelinda Hills for Readers' Favorite (5 Stars)"I really enjoyed the story! ... a well written tale of scientific discovery and political/economic maneuvering for world dominance ... Tremendous creativity and an in-depth look at exo-geology - the study of rocks and deposits on the surface of the moon and other 'space rocks' - create a realistic background for action involving the basic human emotions of love, greed, the desire for knowledge and the hunger for power."

F'd Companies: Spectacular Dot Com Flameouts


Philip J. Kaplan - 2002
    Not long ago, the world was awash with venture capital in search of the next Yahoo! or Amazon.com. No product, no experience, no technology, no business plan - no problem. You could still get 40 million dollars from investors to start up your dot-com. And you could get people to work around the clock for stock options and the promise of millions. Then, around April 2000, it all came crashing down. Phil Kaplan was a dot-com everyman, a programmer, with a bird's-eye view of the erupting bubble. In early 2000 he started fuckedcompany.com, a caustic and sceptical site which follows the layoffs and bankruptcies of hundreds of dot-coms. The site was an instant success. It was named site of the year by Rolling Stone, Time and Yahoo!, and received more than four million unique visitors a month. F'D COMPANIES captures the waste, greed and human stupidity of over 200 dot-com failures. Written in Kaplan's popular and cynical style, the company profiles in the book form a gleeful encyclopeadia of how not to run a business. They als