Getting Started with Raspberry Pi
Matt Richardson - 2012
Take advantage of several preloaded programming languages. Use the Raspberry Pi with Arduino. Create Internet-connected projects. Play with multimedia. With Raspberry Pi, you can do all of this and more.Get acquainted with hardware features on the Pi’s boardLearn enough Linux to move around the operating systemPick up the basics of Python and Scratch—and start programmingDraw graphics, play sounds, and handle mouse events with the Pygame frameworkUse the Pi’s input and output pins to do some hardware hackingDiscover how Arduino and the Raspberry Pi complement each otherIntegrate USB webcams and other peripherals into your projectsCreate your own Pi-based web server with Python
Find The Girl
Nic Roberts - 2021
A young woman who never made it home and a detective hell-bent on hiding her scars.Haunted by a vicious incident eighteen months ago, Detective Inspector Olivia Austin left the busy City of London Police to heal back in her home county of Cornwall.Working for the CID in touristy Newquay was supposed to ease her back into her job gently after a year and a half break, but when a young woman in the nearby fictional town of Peterly goes missing, and a gruesome package is delivered to her distraught parents, there’s a race against time to find her.Despite battling her own trauma, DI Austin doesn’t know if she’s dealing with a plain kidnapping or a murder case, but there's only one thing she’s determined on and that's to find the girl and bring her home.Dead or alive.
A Wicked Wedding
Laura Trentham - 2019
After all, he was not the heir or the spare, but a lowly third son. Miss Diana Grambling is painfully aware her blood isn’t blue enough for an earl to consider her as a match. When the childhood friends stumble across a smuggling ring operating along their coast, they are in need a Christmastide miracle. If they can survive, will they be strong enough to follow their hearts?Warning: Contains a hero battling his gentlemanly impulses, a heroine who falls for her brothers’ best friend, and a wicked night in front of a fire that changes everything.Previously published in the Once Upon a Christmas Wedding anthology
Sons of Anarchy and Philosophy: Brains Before Bullets
George A. Dunn - 2013
"Brains before bullets" - ancient and modern wisdom for "mechanics and motorcycle enthusiasts"Essential reading for fans of the show, this book takes readers deeper into the Sons of Anarchy Motorcycle Club, the Teller-Morrow family, and the ethics that surround their lives and activities.Provides fascinating moral insights into Sons of Anarchy, its key characters, plot lines and ideas Investigates compelling philosophical issues centering on loyalty, duty, the ethics of war, authority, religion and whether the ends justify the means Teaches complex philosophical ideas in a way that's accessible to the general interest reader in order to inspire them to further reading of the great philosophers Authors use their deep knowledge of the show to illuminate themes that are not always apparent even to die-hard fans
Desert Guards: The Complete Series
Holley Trent - 2016
Spells, hexes, and curses won't stop these strong, sexy desert guards from finding love at long last.
The Cougar's Pawn: Ellery Colvard escapes her perfectly organized life for a camping trip with her friends, hoping for a tiny thrill. Instead, she gets carried away - literally - by alpha were-cougar Mason Foye, who needs a mate to avoid his fate. But Ellery has some witchy ways, too, and she isn't buying into his life story. The clock is ticking as Mason struggles to keep his son, his family, and the woman he's already fallen head over heels for.
The Cougar's Trade: Hank Foye has his eyes set on a brash looker as the mate to help him avoid being cursed to live as a cougar for the rest of his life, but instead fate chooses quiet nurse Miles Bennett. When he gets stuck playing bodyguard to the gal who brings his long-repressed passions roaring to life, he must decide if Miles is a mate strong enough to go the distance with him.
The Cougar's Bargain: Hannah Welch doomed were-cougar Sean Foye to spend the rest of his life in his animal form when she refused to accept him as a mate. But an attack at the Foyes' New Mexico ranch ended with Hannah becoming a cougar, too. She strikes a bargain with the goddess who cursed him: Sean will be freed from his furry affliction if Hannah can find him a more suitable mate. But will she be able to give him up?
The Cougar's Wish: Former soldier Steven Welch has been tasked with keeping Belle Foye away from a dangerous hellmouth at all costs. Not only is Belle a bit young in his world-weary opinion, but sticking close to her means he has no choice but to confront a fear of the supernatural he'd hoped he left in the Afghan desert. Will Steven's fears and stubbornness cause Belle to lose her fated mate and the one man she's ever trusted enough to call "partner"?
Sensuality Level: Sensual
UNIX Power Tools
Jerry Peek - 1993
It also covers add-on utilities and how to take advantage of clever features in the most popular UNIX utilities.Loaded with even more practical advice about almost every aspect of UNIX, this edition addresses the technology that UNIX users face today, differing from the first edition in a number of important ways.First, it slants the blend of options and commands more toward the POSIX utilities, including the GNU versions; the bash and tcsh shells have greater coverage, but we've kept the first edition's emphasis on the core concepts of sh and csh that will help you use all UNIX shells; and, Perl is more important than awk these days, so we've de-emphasized awk in this edition.This is a browser's book...like a magazine that you don't read from start to finish, but leaf through repeatedly until you realize that you've read it all. The book is structured so that it bursts at the seams with cross references. Interesting "sidebars" explore syntax or point out other directions for exploration, including relevant technical details that might not be immediately apparent. You'll find articles abstracted from other O'Reilly books, new information that highlights program "tricks" and "gotchas," tips posted to the Net over the years, and other accumulated wisdom.The 53 chapters in this book discuss topics like file management, text editors, shell programming -- even office automation. Overall, there's plenty of material here to satisfy even the most voracious appetites. The bottom line? UNIX Power Tools is loaded with practical advice about almost every aspect of UNIX. It will help you think creatively about UNIX, and will help you get to the point where you can analyze your own problems. Your own solutions won't be far behind.The CD-ROM includes all of the scripts and aliases from the book, plus perl, GNU emacs, netpbm (graphics manipulation utilities), ispell,screen, the sc spreadsheet, and about 60 other freeware programs. In addition to the source code, all the software is precompiled for Sun4, Digital UNIX, IBM AIX, HP/UX, Red Hat Linux, Solaris, and SCO UNIX.
Programming in Go: Creating Applications for the 21st Century
Mark Summerfield - 2012
With this guide, pioneering Go programmer Mark Summerfield shows how to write code that takes full advantage of Go's breakthrough features and idioms. Both a tutorial and a language reference, "Programming in Go" brings together all the knowledge you need to evaluate Go, think in Go, and write high-performance software with Go. Summerfield presents multiple idiom comparisons showing exactly how Go improves upon older languages, calling special attention to Go's key innovations. Along the way, he explains everything from the absolute basics through Go's lock-free channel-based concurrency and its flexible and unusual duck-typing type-safe approach to object-orientation. Throughout, Summerfield's approach is thoroughly practical. Each chapter offers multiple live code examples designed to encourage experimentation and help you quickly develop mastery. Wherever possible, complete programs and packages are presented to provide realistic use cases, as well as exercises. Coverage includes:-- Quickly getting and installing Go, and building and running Go programs -- Exploring Go's syntax, features, and extensive standard library -- Programming Boolean values, expressions, and numeric types -- Creating, comparing, indexing, slicing, and formatting strings -- Understanding Go's highly efficient built-in collection types: slices and maps -- Using Go as a procedural programming language -- Discovering Go's unusual and flexible approach to object orientation -- Mastering Go's unique, simple, and natural approach to fine-grained concurrency -- Reading and writing binary, text, JSON, and XML files -- Importing and using standard library packages, custom packages, and third-party packages -- Creating, documenting, unit testing, and benchmarking custom packages
Planning for Big Data
Edd Wilder-James - 2004
From creating new data-driven products through to increasing operational efficiency, big data has the potential to makeyour organization both more competitive and more innovative.As this emerging field transitions from the bleeding edge to enterprise infrastructure, it's vital to understand not only the technologies involved, but the organizational and cultural demands of being data-driven.Written by O'Reilly Radar's experts on big data, this anthology describes:- The broad industry changes heralded by the big data era- What big data is, what it means to your business, and how to start solving data problems- The software that makes up the Hadoop big data stack, and the major enterprise vendors' Hadoop solutions- The landscape of NoSQL databases and their relative merits- How visualization plays an important part in data work
Statistics in Plain English
Timothy C. Urdan - 2001
Each self-contained chapter consists of three sections. The first describes the statistic, including how it is used and what information it provides. The second section reviews how it works, how to calculate the formula, the strengths and weaknesses of the technique, and the conditions needed for its use. The final section provides examples that use and interpret the statistic. A glossary of terms and symbols is also included.New features in the second edition include:an interactive CD with PowerPoint presentations and problems for each chapter including an overview of the problem's solution; new chapters on basic research concepts including sampling, definitions of different types of variables, and basic research designs and one on nonparametric statistics; more graphs and more precise descriptions of each statistic; and a discussion of confidence intervals.This brief paperback is an ideal supplement for statistics, research methods, courses that use statistics, or as a reference tool to refresh one's memory about key concepts. The actual research examples are from psychology, education, and other social and behavioral sciences.Materials formerly available with this book on CD-ROM are now available for download from our website www.psypress.com. Go to the book's page and look for the 'Download' link in the right-hand column.
Mining the Social Web: Analyzing Data from Facebook, Twitter, LinkedIn, and Other Social Media Sites
Matthew A. Russell - 2011
You’ll learn how to combine social web data, analysis techniques, and visualization to find what you’ve been looking for in the social haystack—as well as useful information you didn’t know existed.Each standalone chapter introduces techniques for mining data in different areas of the social Web, including blogs and email. All you need to get started is a programming background and a willingness to learn basic Python tools.Get a straightforward synopsis of the social web landscapeUse adaptable scripts on GitHub to harvest data from social network APIs such as Twitter, Facebook, LinkedIn, and Google+Learn how to employ easy-to-use Python tools to slice and dice the data you collectExplore social connections in microformats with the XHTML Friends NetworkApply advanced mining techniques such as TF-IDF, cosine similarity, collocation analysis, document summarization, and clique detectionBuild interactive visualizations with web technologies based upon HTML5 and JavaScript toolkits"A rich, compact, useful, practical introduction to a galaxy of tools, techniques, and theories for exploring structured and unstructured data." --Alex Martelli, Senior Staff Engineer, Google
C++ For Dummies
Stephen Randy Davis - 1994
"C++ For Dummies, 5th Edition," debunks the myths, blasts the barriers, shares the secrets, and gets you started. In fact, by the end of Chapter 1, you'll be able to create a C++ program. OK, it won't be newest, flashiest video game, but it might be a practical, customized inventory control or record-keeping program.Most people catch on faster when they actually DO something, so "C++ For Dummies" includes a CD-ROM that gives you all you need to start programming (except the guidance in the book, of course), including: Dev-C, a full-featured, integrated C++ compiler and editor you install to get down to businessThe source code for the programs in the book, including code for BUDGET, programs that demonstrate principles in the bookDocumentation for the Standard Template LibraryOnline C++ help filesWritten by Stephen Randy Davis, author of "C++ Weekend Crash Course, C++ for Dummies, " takes you through the programming process step-by-step. You'll discover how to: Generate an executableCreate source code, commenting it as you go and using consistent code indentation and naming conventionsWrite declarations and name variables, and calculate expressionsWrite and use a function, store sequences in arrays, and declare and use pointer variablesUnderstand classes and object-oriented programmingWork with constructors and destructorsUse inheritance to extend classesUse stream I/OComment your code as you go, and use consistent code indentation and naming conventionsAutomate programming with the Standard Template Library (STL)"C++ for Dummies 5th Edition" is updated for the newest ANSI standard to make sure you're up to code.Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.
Last Resort on the Coast
Sage Parker - 2021
You have to come home. I can’t run this place on my own.”From Amazon #1 Best Selling Author...Sarah Edwards is living her dream as a highly acclaimed marine biologist, settled in a beautiful downtown apartment with nothing but a bright future ahead...That is, until she receives a phone call that changes everything.Her mother’s untimely death not only leaves her devastated - it leaves her with so many unanswered questions and responsibilities she’s not ready to take on. As an only child, she finds herself at the helm of a high-scale resort on the coast of California.Now she's faced with a life-altering decision. To sell the resort her mother dedicated her entire life to, or move back to California to run the resort - leaving behind the dream life she's worked so hard to build.While traveling across the country to comfort her grandmother, Sarah meets a charming stranger and offers him a complimentary stay at the resort in exchange for a lighthearted distraction.But when Sarah stumbles upon a letter written just weeks before the accident - her mother's final words leave her no choice but to continue on with the search in her place…Embark on this adventure filled with mystery, diversions, and unsettling details that might just be the answer to Sarah's biggest questions.This is Book 1 of 6 in the Search for Truth series.
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.
The Little Go Book
Karl Seguin - 2014
It's aimed at developers who might not be quite comfortable with the idea of pointers and static typing.http://openmymind.net/The-Little-Go-B...
The Elements of Statistical Learning: Data Mining, Inference, and Prediction
Trevor Hastie - 2001
With it has come vast amounts of data in a variety of fields such as medicine, biology, finance, and marketing. The challenge of understanding these data has led to the development of new tools in the field of statistics, and spawned new areas such as data mining, machine learning, and bioinformatics. Many of these tools have common underpinnings but are often expressed with different terminology. This book describes the important ideas in these areas in a common conceptual framework. While the approach is statistical, the emphasis is on concepts rather than mathematics. Many examples are given, with a liberal use of color graphics. It should be a valuable resource for statisticians and anyone interested in data mining in science or industry. The book's coverage is broad, from supervised learning (prediction) to unsupervised learning. The many topics include neural networks, support vector machines, classification trees and boosting—the first comprehensive treatment of this topic in any book. Trevor Hastie, Robert Tibshirani, and Jerome Friedman are professors of statistics at Stanford University. They are prominent researchers in this area: Hastie and Tibshirani developed generalized additive models and wrote a popular book of that title. Hastie wrote much of the statistical modeling software in S-PLUS and invented principal curves and surfaces. Tibshirani proposed the Lasso and is co-author of the very successful An Introduction to the Bootstrap. Friedman is the co-inventor of many data-mining tools including CART, MARS, and projection pursuit.