Book picks similar to
Obfuscated C and Other Mysteries by Don Libes
might-read
programming
programming-c
saw-it-referred-to
Ray Tracing in One Weekend (Ray Tracing Minibooks Book 1)
Peter Shirley - 2016
Each mini-chapter adds one feature to the ray tracer, and by the end the reader can produce the image on the book cover. Details of basic ray tracing code architecture and C++ classes are given.
Microsoft .NET - Architecting Applications for the Enterprise
Dino Esposito - 2014
But the principles and practices of software architecting–what the authors call the “science of hard decisions”–have been evolving for cloud, mobile, and other shifts. Now fully revised and updated, this book shares the knowledge and real-world perspectives that enable you to design for success–and deliver more successful solutions. In this fully updated Second Edition, you will: Learn how only a deep understanding of domain can lead to appropriate architecture Examine domain-driven design in both theory and implementation Shift your approach to code first, model later–including multilayer architecture Capture the benefits of prioritizing software maintainability See how readability, testability, and extensibility lead to code quality Take a user experience (UX) first approach, rather than designing for data Review patterns for organizing business logic Use event sourcing and CQRS together to model complex business domains more effectively Delve inside the persistence layer, including patterns and implementation.
File Structures: An Object-Oriented Approach with C++
Michael J. Folk - 1997
By following the many programming examples included in the book and in the exercise sets, readers will gain a significant understanding of object-oriented techniques and will see how C++ can be an effective software development tool. HIGHLIGHTS *Presents file structures techniques, including direct access I/O, buffer packing and unpacking, indexing, cosequential processing, B-trees, and external hashing. *Includes extensive coverage of secondary storage devices, including disk, tape, and CD-ROM. *Covers the practice of object-oriented design and programming with complete implementations in C++. Every line of code in the book has been tested on a variety of C++ systems and is available on the Internet. *Develops a collection of C++ classes that provide a framework for solving file structure problems. *Includes class definitions, sample applications and programming problems and exercises, making this book a valuable learning and reference tool. ** Instructors materials are available from your sales rep. If you do not know your local sales representative, p
The Art and Science of Java
Eric S. Roberts - 2007
By following the recommendations of the Association of Computing Machinery's Java Task Force, this first edition text adopts a modern objects-first approach that introduces readers to useful hierarchies from the very beginning.KEY TOPICS: Introduction; Programming by Example; Expressions; Statement Forms; Methods; Objects and Classes; Objects and Memory; Strings and Characters; Object-Oriented Graphics; Event-Driven Programs; Arrays and ArrayLists; Searching and Sorting; Collection Classes; Looking Ahead.MARKET: A modern objects-first approach to the Java programming language that introduces readers to useful class hierarchies from the very beginning.
Programming Entity Framework: DbContext
Julia Lerman - 2011
This concise book shows you how to use the API to perform set operations with the DbSet class, handle change tracking and resolve concurrency conflicts with the Change Tracker API, and validate changes to your data with the Validation API.With DbContext, you’ll be able to query and update data, whether you’re working with individual objects or graphs of objects and their related data. You’ll find numerous C# code samples to help you get started. All you need is experience with Visual Studio and database management basics.Use EF’s query capabilities to retrieve data, and use LINQ to sort and filter dataLearn how to add new data, and change and delete existing dataUse the Change Tracker API to access information EF keeps about the state of entity instancesControl change tracking information of entities in disconnected scenarios, including NTier applicationsValidate data changes before they’re sent to the database, and set up validation rulesBypass EF’s query pipeline and interact directly with the database
The Busy Coder's Guide To Android Development
Mark L. Murphy - 2012
"Java Programming & Application Development for Google/Open Handset Alliance Mobile Phones & Internet Devices."
Jumping into C++
Alex Allain - 2013
As a professional C++ developer and former Harvard teaching fellow, I know what you need to know to be a great C++ programmer, and I know how to teach it, one step at a time. I know where people struggle, and why, and how to make it clear. I cover every step of the programming process, including:Getting the tools you need to program and how to use them*Basic language feature like variables, loops and functions*How to go from an idea to code*A clear, understandable explanation of pointers*Strings, file IO, arrays, references*Classes and advanced class design*C++-specific programming patterns*Object oriented programming*Data structures and the standard template library (STL)Key concepts are reinforced with quizzes and over 75 practice problems.
First Seal Unlocked
M.Q. Kajack
But from the ruins of civilization, humanity creates new technologies and unlocks hidden, latent potential within themselves, and through the sacrifices of heroes from around the globe, somehow manages to survive. But dangers lurk within the depths of the oceans, growing stronger. Humanity has caught a moment of reprieve, but must continue to evolve in order to stay alive. Mu Feng, born mute and weak to a retired battle specialist, may just be the least likely candidate to become the next savior of humanity. Enjoy this great Xianxia/Wuxia Cultivation novel. Myriad Stars is an universe filled with cultivators and a great deal of LitRPG/GameLit stuff.
Problem Solving with C++: The Object of Programming
Walter J. Savitch - 1995
It introduces the use of classes; shows how to write ADTs that maximize the perfomance of C++ in creating reusable code; and provides coverage of all important OO functions, including inheritance, polymorphism and encapsulation.
Pashtun
Ron Lealos - 2010
The job falls to a man they have named Frank Morgan—an agent who stood out as a recruit at Quantico and whose skills resemble those of the legendary Vietnam assassin. The other soldiers claim Frank’s abilities as a sniper and a tracker border on the supernatural and are more than willing to complete this mission with him.Frank begins his adventure in Afghanistan with another Company-appointed soldier: an indestructible lyrical Irishman with a cutting sense of humor and a bottle of Jameson never far from hand. After the men rescue a burqa-clad young woman, they soon discover that the Company has not been honest with them and decide to take a second mate under their wing—a giant who quotes poetry and rap songs while he both enacts torture and lives through his own agonizing trials.They know now that oil, drugs, and greed have led to this quest; assassinating the terrorists is not their main objective. However, this still must be done. After becoming dangerously acquainted with the heroin business in the frontier provinces, Frank and his comrades continue their mission. But the lines have now blurred, and the assignment is more complicated than they expected.Skyhorse Publishing, as well as our Arcade, Yucca, and Good Books imprints, are proud to publish a broad range of books for readers interested in fiction—novels, novellas, political and medical thrillers, comedy, satire, historical fiction, romance, erotic and love stories, mystery, classic literature, folklore and mythology, literary classics including Shakespeare, Dumas, Wilde, Cather, and much more. While not every title we publish becomes a New York Times bestseller or a national bestseller, we are committed to books on subjects that are sometimes overlooked and to authors whose work might not otherwise find a home.
Shiloh, the Preacher's Bride (Mail Order Brides of Shadow Gulch)
Susannah Calloway - 2021
Core Java: An Integrated Approach
R. Nageswara Rao - 2008
Considering just how java is dominating the software industry these days, it is vital for all software and it professionals to be knowledgeable in it. This book is ideal even for new learners as it provides detailed descriptions even of the basic concepts of java, in a very simple and easily understandable way. The best part about using this book is that once you have gone through it, you are sure to be able to write basic java programs on your own. Another highlight of this book is that instead of being vague, it provides you with a detailed explanation of all the concepts that concern this topic. Core java: an integrated approach includes many examples that are helpful as they help students get rid of the fears that they have, concerning programming. Students are also provided with an exhaustive list of questions concerning the topic, which are frequently asked in interviews. This is beneficial for students as they appear for interviews in the future. The first edition of the core java: an integrated approach has been published by dreamtech press in the year 2008 and is available in paperback.key features: this book includes 32 chapters that focus on various java-related topics. Students are provided with an exhaustive list of questions that often feature in interviews for programming jobs.
Keep Ya Head Up: An African American Urban Tale
Twyla T. - 2019
It’ll pull at your heartstrings while providing the lesson of never giving up and to always keep your head up. Another 5 star read by Twyla T.” ~ K. Larry, Freelance Proofreader Award-winning and national best-selling author Twyla T. taps into your emotions with this new spellbinding standalone. This story deals with surviving your circumstances, playing the hand that is dealt to you, engaging in a taboo relationship, and participating heavy into the street life. Jay is constantly ridiculed for having lesbian parents. He deals with it as best he could, but his coping method may have him traveling down an unfamiliar avenue with dire consequences. Ant is smart, intelligent, and looks for a better way in life. However, a run-in with a cop teaches him that things can be upended in the blink of an eye. Zack is being raised by his single dad and tries to maneuver through life closely following the path his dad has set for him, but will he be able to resist all temptations that arise? Basketball star with the NBA in his future, Tre is having an illicit romance with a forbidden figure. When his secret is discovered, this relationship jeopardizes his chance of a better future and can destroy his basketball career before it even gets started. Four best friends—Jamal, Anthony, Zackary, and Trevor—learn that life is not as easy and brighter as Tupac’s song says. Things don’t always get better, but they never let up or give up. Through it all, they encourage each other to just keep their heads up, remaining hopeful throughout the struggles and pain.
A Whirlwind Tour of Python
Jake Vanderplas - 2016
This report provides a brief yet comprehensive introduction to Python for engineers, researchers, and data scientists who are already familiar with another programming language.Author Jake VanderPlas, an interdisciplinary research director at the University of Washington, explains Python’s essential syntax and semantics, built-in data types and structures, function definitions, control flow statements, and more, using Python 3 syntax.You’ll explore:- Python syntax basics and running Python codeBasic semantics of Python variables, objects, and operators- Built-in simple types and data structures- Control flow statements for executing code blocks conditionally- Methods for creating and using reusable functionsIterators, list comprehensions, and generators- String manipulation and regular expressions- Python’s standard library and third-party modules- Python’s core data science tools- Recommended resources to help you learn more
This Other Eden
Sharon Booth - 2016
Her consolation prize is that their father is unexpectedly gorgeous. Sadly for Eden, she's not quite herself any longer…Honey wants to spend the summer with her married politician lover. The only problem is, there are quite a few people determined to put obstacles in her path. But what Honey wants, Honey usually gets…Cain wants a knighthood and is willing to sacrifice almost anything for it. If his daughter is putting that goal in jeopardy, it's time to get tough…Lavinia wants to keep her marriage intact, and if that means turning a blind eye to her husband's philandering, she'll do it. But that doesn't mean she can't have someone else spying for her…Eliot wants to care for his children, and to be left in peace to heal. When he gets an unexpected guest, he wonders if it's time to start living again. But is this sheep farmer having the wool pulled over his eyes?