The Waite Group's Turbo C Programming for the PC


Robert Lafore - 1987
    Assuming no prior knowledge of C, this introductory-level book demonstrates and explains how to write useful and marketable programs in Turbo C on the IBM PC, XT, AT, and PC/Z computers.

Betrayal and Redemption


Abby Ayles - 2021
    Her suitor abandoning her suddenly two years ago has left a mark on her reputation and deep scars on her soul, but her uncle, the Earl of Irvington insists that she should make an appearance in this year’s season.With the support of her childhood friend, Ambrose, she musters the courage to show up in London, but her resolve wavers when she encounters the man that left her broken…Walter Harris, the ever-charming Baron of Bartlett, is left speechless when he sees the woman that tore his heart out years ago. But the worst part is finding that he had been lied to! The very thing that caused his self-inflicted exile for so long was just a rumor and he was naïve enough to believe it!The young Baron makes it his purpose to try once again and win back Georgiana’s heart as well as find answers to the question burning in his mind: who would want to break him and the love of his life apart…?

Go in Action


William Kennedy - 2014
    The book begins by introducing the unique features and concepts of Go. Then, you'll get hands-on experience writing real-world applications including websites and network servers, as well as techniques to manipulate and convert data at speeds that will make your friends jealous.

Land of LISP: Learn to Program in LISP, One Game at a Time!


Conrad Barski - 2010
    Land of Lisp brings the language into the real world, teaching Lisp by showing readers how to write several complete Lisp-based games, including a text adventure, an evolution simulation, and a robot battle. While building these games, readers learn the core concepts of Lisp programming, such as data types, recursion, input/output, object-oriented programming, and macros. And thanks to the power of Lisp, the code is short. Rather than bogging things down with reference information that is easily found online, Land of Lisp focuses on using Lisp for real programming. The book is filled with the author Conrad Barski's famous Lisp cartoons, featuring the Lisp alien and other zany characters.

Son of Youth in Revolt: The Journals of Scott Twisp(Book 7)


C.D. Payne - 2012
    When he wasn’t burning down parts of Berkeley or springing girlfriends from homes for unwed mothers, he was dodging gendarmes in Paris. So what sort of parent would that most outrageous of teenagers make? In this new installment of the acclaimed Twisp saga, 40-something Nick faces the daily trials of dealing with his own teenage son. When a move to California threatens to disrupt young Scott Twisp’s life, he reacts in the true Twispian spirit. Follow this wannabe “wanton lothario” as he conspires to meet the challenges of girls, sex, work, parents, TV stardom, and more. Also returning to complicate matters are Sheeni, Trent, Apurva, Vijay, Jake, Veeva, Uma, and the rest of C.D. Payne’s huge and colorful cast. Enjoy all seven books in the monumental Twisp saga: over a half-million words of hilarious mayhem! Note: Each book in the Nick Twisp series is a self-contained novel that can be enjoyed on its own. Familiarity with the other titles is not required.

Jaffa Beach: Historical Fiction


Fedora Horowitz - 2013
    Living amongst Arabs and Jews in Israel inspired her to write Jaffa Beach. This is a love story set in the volatile context of the founding of the State of Israel, and the concomitant rise of Palestinian longing for a homeland. In this novel of epic proportions, spanning many decades and three generations, the author finds the common humanity of both Arabs and Jews.

Automate the Boring Stuff with Python: Practical Programming for Total Beginners


Al Sweigart - 2014
    But what if you could have your computer do them for you?In "Automate the Boring Stuff with Python," you'll learn how to use Python to write programs that do in minutes what would take you hours to do by hand no prior programming experience required. Once you've mastered the basics of programming, you'll create Python programs that effortlessly perform useful and impressive feats of automation to: Search for text in a file or across multiple filesCreate, update, move, and rename files and foldersSearch the Web and download online contentUpdate and format data in Excel spreadsheets of any sizeSplit, merge, watermark, and encrypt PDFsSend reminder emails and text notificationsFill out online formsStep-by-step instructions walk you through each program, and practice projects at the end of each chapter challenge you to improve those programs and use your newfound skills to automate similar tasks.Don't spend your time doing work a well-trained monkey could do. Even if you've never written a line of code, you can make your computer do the grunt work. Learn how in "Automate the Boring Stuff with Python.""

Java: A Beginner's Guide (Beginner's Guide)


Herbert Schildt - 2005
    This text has been tailored to meet the needs of the beginning Java programmer, with hands-on coverage, step-by-step instructions and tutorials.

OCA Java SE 7 Programmer I Certification Guide: Prepare for the 1ZO-803 exam


Mala Gupta - 2012
    You'll explore a wide range of important Java topics as you systematically learn how to pass the certification exam. Each chapter starts with a list of the exam objectives covered in that chapter. You'll find sample questions and exercises designed to reinforce key concepts and to prepare you for what you'll see in the real exam, along with numerous tips, notes, and visual aids throughout the book.About This BookTo earn the OCA Java SE 7 Programmer Certification, you need to know your Java inside and out, and to pass the exam it's good to understand the test itself. This book cracks open the questions, exercises, and expectations you'll face on the OCA exam so you'll be ready and confident on test day.OCA Java SE 7 Programmer I Certification Guide is a comprehensive guide to the 1Z0-803 exam. You'll explore important Java topics as you systematically learn what is required. Each chapter starts with a list of exam objectives, followed by sample questions and exercises designed to reinforce key concepts. It provides multiple ways to digest important techniques and concepts, including analogies, diagrams, flowcharts, and lots of well-commented code.Written for developers with a working knowledge of Java who want to earn the OCA Java SE 7 Programmer I Certification.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.What's InsideCovers all exam topicsHands-on coding exercisesHow to avoid built-in traps and pitfallsAbout the AuthorMala Gupta has been training programmers to pass Java certification exams since 2006. She holds OCA Java SE7 Programmer I, SCWCD, and SCJP certifications.Table of ContentsIntroductionJava basicsWorking with Java data typesMethods and encapsulationString, StringBuilder, Arrays, and ArrayListFlow controlWorking with inheritanceException handlingFull mock exam

Boss's Accidental Baby: A Billionaire Small Town Second Chance Romance (Secret Love)


Nikki Bloom - 2021
    

The Preacher's Son


Juliette Duncan - 2020
    Her builder husband, Hayden, juggles his work around their children so she can fully commit to her job as a high-profile defence lawyer. For ten years, this has worked wonderfully well for them all.But now Hayden wants them to go on a mission trip to Africa.This wouldn’t be a problem, if she didn’t sense a shift in his heart.That he wants more than their comfortable life.That perhaps he wants her to become a preacher’s wife after all.She loves God and knows she must trust Him, but surely He wouldn’t want her to give up her career to become a preacher’s wife.Would He?Or can she have both?Although The Preacher’s Son, a Christian romance, is the follow on book from Never Kiss a Preacher’s Son, it can be read and enjoyed on its own.

Programming Rust: Fast, Safe Systems Development


Jim Blandy - 2015
    Rust's modern, flexible types ensure your program is free of null pointer dereferences, double frees, dangling pointers, and similar bugs, all at compile time, without runtime overhead. In multi-threaded code, Rust catches data races at compile time, making concurrency much easier to use.Written by two experienced systems programmers, this book explains how Rust manages to bridge the gap between performance and safety, and how you can take advantage of it. Topics include:How Rust represents values in memory (with diagrams)Complete explanations of ownership, moves, borrows, and lifetimesCargo, rustdoc, unit tests, and how to publish your code on crates.io, Rust's public package repositoryHigh-level features like generic code, closures, collections, and iterators that make Rust productive and flexibleConcurrency in Rust: threads, mutexes, channels, and atomics, all much safer to use than in C or C++Unsafe code, and how to preserve the integrity of ordinary code that uses itExtended examples illustrating how pieces of the language fit together

The Definitive ANTLR 4 Reference


Terence Parr - 2012
    Whether it's a data format like JSON, a network protocol like SMTP, a server configuration file for Apache, a PostScript/PDF file, or a simple spreadsheet macro language--ANTLR v4 and this book will demystify the process. ANTLR v4 has been rewritten from scratch to make it easier than ever to build parsers and the language applications built on top. This completely rewritten new edition of the bestselling Definitive ANTLR Reference shows you how to take advantage of these new features. Build your own languages with ANTLR v4, using ANTLR's new advanced parsing technology. In this book, you'll learn how ANTLR automatically builds a data structure representing the input (parse tree) and generates code that can walk the tree (visitor). You can use that combination to implement data readers, language interpreters, and translators. You'll start by learning how to identify grammar patterns in language reference manuals and then slowly start building increasingly complex grammars. Next, you'll build applications based upon those grammars by walking the automatically generated parse trees. Then you'll tackle some nasty language problems by parsing files containing more than one language (such as XML, Java, and Javadoc). You'll also see how to take absolute control over parsing by embedding Java actions into the grammar. You'll learn directly from well-known parsing expert Terence Parr, the ANTLR creator and project lead. You'll master ANTLR grammar construction and learn how to build language tools using the built-in parse tree visitor mechanism. The book teaches using real-world examples and shows you how to use ANTLR to build such things as a data file reader, a JSON to XML translator, an R parser, and a Java class->interface extractor. This book is your ticket to becoming a parsing guru!What You Need: ANTLR 4.0 and above. Java development tools. Ant build system optional (needed for building ANTLR from source)

Playing with Power (Book 5)


Adele Huxley - 2014
    MyBFC is on the brink of launching and Lauren has to decide if she is willing to leave New York City to make it a reality.Someone isn’t happy with the choices she’s making. With a violent and invasive stalker tracking her every move, Lauren turns to the only person who she knows can protect her, Damon Kael. Can she resist the power he has over her?Sparks fly when Landon finally confronts Nick and Parker finally takes it too far.Can she find the inner power she needs to demolish those who stand in her way? Will she find Damon or Landon at her side?

Rikas Marauders: The Complete Series (Aeon 14: Rika Collections Book 1)


M.D. Cooper - 2019
    Its goal to augment humans into cyborg fighting machines; mechanized warriors sent to hold the front lines against an enemy that was storming a hundred worlds.Yet few wished to undergo the brutal process, and so criminals were used, their minds enslaved by control chips and obedience enforced through Discipline.The Genevians spent their mechs against the Nietzscheans with little care, eventually struggling to find enough bodies to convert into fighting machines. Quotas were set in the courts, prosecutors and judges paid off to ensure that even the most benign offenses would see the perpetrator end up in a mech factory, rights and mind stripped as much as body.Rika is one such victim.Forged into a second generation scout mech, she is sent to the front lines where she serves with distinction, crushing countless enemies beneath her clawed feet.But, despite giving everything she had, Genevia still loses the war, and Rika is abandoned.Now she slings cargo on Dekar, little more than a human loading machine, struggling to keep ahead of the slow breakdown of her mechanized body.Until someone makes her an offer she cannot refuse. An offer that will see her rejoin the fight—whether she wants to or not. Rika will have to summon a strength she never knew she had to bring about the victory that she once thought was lost.Get Rika’s Marauders today and follow the ultimate rags-to-riches story, where one woman rises up and saves not only herself, but her people.This omnibus volume contains all 7 books in the Rika’s Marauders series, as well as two novellas: Rika Mechanized and Rika Crucible.