Book picks similar to
Microsoft Excel 2016 Programming by Example by Julitta Korol
audio_wanted
humble-bundle
programming
software
The Lawyer Who Roared (Michael Gresham #4)
John Ellsworth - 2016
And It’s Not Happening Inside a Courtroom. Lawyers come in all shapes and sizes, male and female, brilliant and dim. Michael Gresham is a Chicago lawyer who is quietly—and sometimes not so quietly—going about his business, defending his criminal clients, and providing for his wife and children. When a new client walks in, the lawyer must have the upper hand in all dealings and the client must allow the lawyer to run the show. To do otherwise is to risk jail or worse for the clients of Michael Gresham. But without warning, a client turns on him. Without warning, Michael’s world is turned on its head one life at a time. Michael, being Michael, fights back. A trial takes over and the book begins a runaway contest with a runaway jury that neither the judge nor the lawyers can control. When it is over, the last man standing will walk away with his life and his world and the other will lose it all. The pawns are Michael’s wife and children—his everything. In the end Michael must face his own demons and try to lay hold of the person he is ultimately meant to be: the lawyer who roared.
Moby Dick Graphic Novel
Saddleback Educational Publishing - 2019
This series features classic tales retold with color illustrations to introduce literature to struggling readers. Each 64-page eBook retains key phrases and quotations from the original classics. Moby Dick is an exciting story about Captain Ahab's compelling obsession to get his revenge and defeat the Great White Whale. The story truly portrays the tragedy of hatred. This timeless epic is considered one of the strangest yet most powerful stories ever written.
Skulduggery Pleasant: Books #7 - 9
Derek Landy - 2015
Magic is a disease. Across the land normal people are suddenly developing wild and unstable powers. Wielding the magic of the gods, they’re set to tear the city apart, unless someone stands up to them. For Skulduggery and Valkyrie, it’s going to be another one of those days…Book 8: LAST STAND OF DEAD MEN. Two wars rage. One is a war between sanctuaries – a war of loyalty and betrayal and last, desperate stands. The other is a war within Valkyrie Cain’s own soul. If she loses, Darquesse will rise. And the world will burn.Books 9: THE DYING OF THE LIGHT. Following the loss of Valkyrie Cain, Skulduggery Pleasant must track down Darquesse before she turns the world into a charred, lifeless cinder – and so he draws together a team of soldiers, monster hunters, criminals… and Valkyrie’s own murderous reflection. not everyone gets out of this alive.
The Shores of Moses Lake Collection
Lisa Wingate - 2015
In these contemporary romances from Lisa Wingate, four women find love, hope, and unexpected adventures on the shores of Moses Lake, Texas.Includes four novels in one volume:1 Larkspur Cove2 Blue Moon Bay3 Firefly Island4 Wildwood Creek
Black Phoenix
B.V. Larson - 2019
The excitement of planetfall is indescribable, but quickly transforms into sick disappointment when they find the atmosphere is a roiling mass of hydrochloric acid, carbon dioxide and other deadly poisons. They fly onward, seeking better planets. They find them, but none are ideal. The search goes on for a century, then longer still. As they move farther from Earth, aliens discover the intruding ship, and they begin to investigate humanity. They find our species unacceptable. The years and the light-years go by without relief. The colony begins to splinter. Some accept that their voyage is eternal, while others seek to end it any way they can. The colony’s culture grows darker, and a war begins, both inside and outside the vast ship. What lives among the stars we see at night? Can we reach out to them and survive? Find out in BLACK PHOENIX, a story of exploration, colonization, alien contact and civil war by Wayne Wightman and B. V. Larson, bestselling SF authors with over three million copies sold.
Undercover
Shari Hearn - 2018
But they have two urgent matters to attend to before they leave: Prevent Gertie's cousin, Barbara, from marrying Harvey Chicoron and settle a score with their arch enemy, Celia.It's a simple mission.Until they discover a mysterious stranger has been tracking their every move.Who is he? And why is he also stalking Marge's Aunt Louanne, a woman with a few mysteries of her own?Undercover is book 1 in the Sinful Past series of stories featuring Ida Belle, Gertie and Marge in their younger years. Join the original Swamp Team 3 as they raise hell, solve mysteries, and keep the town of Sinful, Louisiana from going to pot. Oh, and maybe have a romance or two along the way. These stories take place from the 60s on up and can be read in any order.A WORD FROM THE AUTHOR: Undercover is a novella in the Miss Fortune World, wherein Jana DeLeon has allowed writers to create stories using the world of Sinful and the wacky characters it's famous for. I wish to thank Ms. DeLeon for graciously allowing other writers to explore their own writing in a most Sinful way.
A Woman Scorned
John Locke - 2020
Virtually broke, they turn to embarrassing home invasions and petty hits to rebuild their nest egg. In addition to each other, Callie and Creed have dreams. Creed’s is to retire and live in a scenic lake house. Callie’s is to romance a local hot mom. The same hot mom who happens to be the target of a creepy, dangerous stalker named Walter Develin.
NSHipster: Obscure Topics in Cocoa & Objective C
Mattt Thompson - 2013
In cultivating a deep understanding and appreciation of Objective-C, its frameworks and ecosystem, one is able to create apps that delight and inspire users. Combining articles from NSHipster.com with new essays, this book is the essential guide for modern iOS and Mac OS X developers.
Arduino Cookbook: Recipes to Begin, Expand, and Enhance Your Projects
Michael Margolis - 2010
You'll find more than 200 tips and techniques for building a variety of objects and prototypes such as IoT solutions, environmental monitors, location and position-aware systems, and products that can respond to touch, sound, heat, and light.Updated for the Arduino 1.8 release, the recipes in this third edition include practical examples and guidance to help you begin, expand, and enhance your projects right away--whether you're an engineer, designer, artist, student, or hobbyist.Get up to speed on the Arduino board and essential software concepts quicklyLearn basic techniques for reading digital and analog signalsUse Arduino with a variety of popular input devices and sensorsDrive visual displays, generate sound, and control several types of motorsConnect Arduino to wired and wireless networksLearn techniques for handling time delays and time measurementApply advanced coding and memory-handling techniques
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.
Starting Out with C++: Early Objects (Formerly Alternate Edition)
Tony Gaddis - 2005
Objects are introduced early, right after control structures and before arrays and pointers. The STL string class is used throughout. As with all Gaddis books, there is a strong emphasis on problem solving and program design, a careful step-by-step introduction of each new topic, clear and easy to read code listings, concise and practical real world examples, and an abundance of exercises in each chapter.
Professional PHP Programming
Sascha Schumann - 1999
PHP is a server-side, HTML-embedded scripting language. It is an open source technology, rapidly gaining popularity as a scripting language for people running dynamic websites. One of its major attractions over Perl, JavaScript and other scripting languages is that PHP has a built-in database integration layer and seamless IP connectivity, with LDAP and TCP as well as the IMAP mail interface. Features; Real world, practical experience and techniques From installation and configuration of the PHP engine to advanced dynamic application design Definitive coverage of core PHP language and database addressing: MySQL is covered in depth. Practical e-commerce and business scripting including database application development, together with PHP and XML applications. LDAP connectivity addressed.
Perl Cookbook
Tom Christiansen - 1998
Perl Cookbook is a comprehensive collection of problems, solutions, and practical examples for anyone programming in Perl. The book contains hundreds of rigorously reviewed Perl "recipes" and thousands of examples ranging from brief one-liners to complete applications.The second edition of Perl Cookbook has been fully updated for Perl 5.8, with extensive changes for Unicode support, I/O layers, mod_perl, and new technologies that have emerged since the previous edition of the book. Recipes have been updated to include the latest modules. New recipes have been added to every chapter of the book, and some chapters have almost doubled in size.Covered topic areas include: • Manipulating strings, numbers, dates, arrays, and hashes • Pattern matching and text substitutions • References, data structures, objects, and classes • Signals and exceptions • Screen addressing, menus, and graphical applications • Managing other processes • Writing secure scripts • Client-server programming • Internet applications programming with mail, news, ftp, and telnet • CGI and mod_perl programming • Web programmingSince its first release in 1998, Perl Cookbook has earned its place in the libraries of serious Perl users of all levels of expertise by providing practical answers, code examples, and mini-tutorials addressing the challenges that programmers face. Now the second edition of this bestselling book is ready to earn its place among the ranks of favorite Perl books as well.Whether you're a novice or veteran Perl programmer, you'll find Perl Cookbook, 2nd Edition to be one of the most useful books on Perl available. Its comfortable discussion style and accurate attention to detail cover just about any topic you'd want to know about. You can get by without having this book in your library, but once you've tried a few of the recipes, you won't want to.
CSS Cookbook
Christopher Schmitt - 2004
But first, you have to get past CSS theory and resolve real-world problems.For those all-too-common dilemmas that crop up with each project, "CSS Cookbook" provides hundreds of practical examples with CSS code recipes that you can use immediately to format your web pages. Arranged in a quick-lookup format for easy reference, the second edition has been updated to explain the unique behavior of the latest browsers: Microsoft's IE 7 and Mozilla's Firefox 1.5. Also, the book has been expanded to cover the interaction of CSS and images and now includes more recipes for beginning CSS users. The explanation that accompanies each recipe enables you to customize the formatting for your specific needs. With topics that range from basic web typography and page layout to techniques for formatting lists, forms, and tables, this book is a must-have companion, regardless of your experience with Cascading Style Sheets.
R in a Nutshell: A Desktop Quick Reference
Joseph Adler - 2009
R in a Nutshell provides a quick and practical way to learn this increasingly popular open source language and environment. You'll not only learn how to program in R, but also how to find the right user-contributed R packages for statistical modeling, visualization, and bioinformatics.The author introduces you to the R environment, including the R graphical user interface and console, and takes you through the fundamentals of the object-oriented R language. Then, through a variety of practical examples from medicine, business, and sports, you'll learn how you can use this remarkable tool to solve your own data analysis problems.Understand the basics of the language, including the nature of R objectsLearn how to write R functions and build your own packagesWork with data through visualization, statistical analysis, and other methodsExplore the wealth of packages contributed by the R communityBecome familiar with the lattice graphics package for high-level data visualizationLearn about bioinformatics packages provided by Bioconductor"I am excited about this book. R in a Nutshell is a great introduction to R, as well as a comprehensive reference for using R in data analytics and visualization. Adler provides 'real world' examples, practical advice, and scripts, making it accessible to anyone working with data, not just professional statisticians."