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.

Learn CSS in One Day and Learn It Well: CSS for Beginners with Hands-on Project. Includes HTML5


Jamie Chan - 2015
    Learn them fast and learn them well. Have you always wanted to learn to build your own website but are afraid it'll be too difficult for you? Or perhaps you are a blogger who wants to tweak your blog's design, without having to spend money on an expensive theme. This book is for you. You no longer have to waste your time and money learning HTML and CSS from lengthy books, expensive online courses or complicated tutorials. What this book offers... HTML and CSS for Beginners Complex concepts are broken down into simple steps to ensure that you can easily master the two languages even if you have never coded before. Carefully Chosen Examples (with images) Examples are carefully chosen to illustrate all concepts. In addition, images are provided whenever necessary so that you can immediately see the visual effects of various CSS properties. Learn The Languages Fast Concepts are presented in a "to-the-point" style to cater to the busy individual. With this book, you can learn HTML and CSS in just one day and start coding immediately. How is this book different... The best way to learn programming is by doing. End-of-Chapter Exercises Each CSS chapter comes with an end-of-chapter exercise where you get to practice the different CSS properties covered in the chapter and see first hand how different CSS values affect the design of the website. Bonus Project The book also includes a bonus project that requires the application of all the HTML and CSS concepts taught previously. Working through the project will not only give you an immense sense of achievement, it’ll also help you see how the various concepts tie together. Are you ready to dip your toes into the exciting world of web development? This book is for you. Click the BUY button and download it now. What you'll learn: - What is CSS and HTML? - What software do you need to write and run CSS codes? - What are HTML tags and elements? - What are the commonly used HTML tags and how to use them? - What are HTML IDs and Classes? - What is the basic CSS syntax? - What are CSS selectors? - What are pseudo classes and pseudo elements? - How to apply CSS rules to your website and what is the order of precedence? - What is the CSS box model? - How to position and float your CSS boxes - How to hide HTML content - How to change the background of CSS boxes - How to use the CSS color property to change colors - How to modify text and font of a website - How to create navigation bars - How to create gorgeous looking tables to display your data .. and more... Click the BUY button and download the book now to start learning HTML and CSS now. Learn them fast and learn them well. Tags: ------------ CSS, HTML5, web development, web page design, CSS examples, CSS tutorials, CSS coding, CSS for Dummies

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.

The Essential Guide to Telecommunications


Annabel Z. Dodd - 1998
    It aims to give readers a fundamental overview of the technologies that make up the telecommunications infrastructure.

Distributed Operating Systems: Concepts and Design


Pradeep K. Sinha - 1996
    Each chapter addresses de-facto standards, popular technologies, and design principles applicable to a wide variety of systems. Complete with chapter summaries, end-of-chapter exercises and bibliographies, Distributed Operating Systems concludes with a set of case studies that provide real-world insights into four distributed operating systems.

Ninja Pug: Retrieving the Stolen Books


Amma Lee - 2017
    Jiro is Hanzo's only companion. They do everything and go everywhere together, but Jiro has a secret. Every morning when Hanzo trains using his ninja skills, Jiro watches him intently soaking in Hanzo’s every move and technique. When Hanzo is gone or asleep, Jiro practices everything he’s learned from Hanzo. The surprising twist is that Jiro is a dog, a small pug to be exact! Since Hanzo was the last of his family after losing his only son, Ichiro, in a car accident and his grandson, Ryoichi, who went missing shortly after, Jiro has made it his duty to become Hanzo’s successor! But Hanzo’s world seems to go downhill fast once their home is broken into and some important books were discovered missing. Not wanting the old man to suffer any more than he has, Jiro decides to find Hanzo’s missing books. Jiro teams up with Luna, a white poodle, and they embark on a mission to retrieve Hanzo’s books from the thieves. What the two small dogs were not expecting was that these books contain the power of the Hakumoto Clan. What is even more surprising is that the thieves happened to be highly talented and trained ninjas. Jiro’s life is instantly turned upside down as secrets are revealed and someone from Jiro’s past might have come back into his’ and Hanzo’s life. Follow Jiro and Luna on their journey in “Ninja pug: Retrieving the Stolen Books.”

Living by your own Rules


Devdutt Pattanaik - 2016
    His profound management sutras are derived from his bestselling books on business and management. They show how individuals can realize their potential, create wealth and achieve lasting success by following uniquely Indian principles (based on Hindu, Jain and Buddhist mythology) of goal setting, strategic thinking and decision-making.

Programming with Java: A Primer


E. Balagurusamy - 2006
    The language concepts are aptly explained in simple and easy-to-understand style, supported with examples, illustrations and programming and debugging exercises.

Computer Graphics with OpenGL


Donald Hearn - 2003
    The text converts all programming code into the C++ language.

AngularJS: Up and Running: Enhanced Productivity with Structured Web Apps


Shyam Seshadri - 2014
    By the end of the book, you'll understand how to develop a large, maintainable, and performant application with AngularJS.Guided by two engineers who worked on AngularJS at Google, you'll learn the components needed to build data-driven applications, using declarative programming and the Model-view-controller pattern. You'll also learn how to conduct unit tests on each part of your application.Learn how to use controllers for moving data to and from viewsUnderstand when to use AngularJS services instead of controllersCommunicate with the server to store, fetch, and update data asynchronouslyKnow when to use AngularJS filters for converting data and values to different formatsImplement single-page applications, using ngRoute to select views and navigationDive into basic and advanced directives for creating reusable componentsWrite an end-to-end test on a live version of your entire applicationUse best practices, guidelines, and tools throughout the development cycle

How to Count (Programming for Mere Mortals, #1)


Steven Frank - 2011
    unsigned numbers- Floating point and fixed point arithmeticThis short, easily understood book will quickly get you thinking like a programmer.

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.

Spoken English in Dialogues: 833 common English sentences used by native speakers in everyday life situations


Julia Deniskina - 2016
    The book presents a lot of valuable phrases and sentences you will never think of unless you come across them. It contains plenty of common sentences used by native English speakers in everyday life. The book covers topics such as meeting new people and making small talk, dating and visiting friends, emergency situations and doctor’s appointments, car and flat rental, staying in hotels and traveling by air, shopping and bargaining.

The English Daughter


Lindsay Townsend - 2005
    Returning to the island to work on a rare piano belonging to her Greek friend Alexia, she finds her dreams haunted by memories of Hilary; a young English girl raped and murdered ten years before. Val determines to uncover the truth about the case, and set to rest her own doubts about the involvement of her father, Yiannis, and half-brother, Markos, both policemen who were involved in the original investigation. Joined by her friend Harry, Val begins to unravel the threads. When two strange tokens arrive, one for Alexia's daughter Chloe and one for Val, it becomes clear that Hilary's unknown killer is on Val's trail. Her search for the truth becomes a race for life.

The Curse of Rosie Stone


Amy Cross - 2022
    She wants to get out into the world, but she's held back by a lack of money, and by the fact that her parents constantly beg for her help. She needs a miracle.When Rosie discovers a strange set of bones on the moor, she realizes that her miracle might have arrived. The bones start talking to her, promising to help her achieve her dreams. Two archaeologists are searching for these bones, which belong to a long-dead warrior king whose ghostly presence prefers to stay hidden. If Rosie protects his body, this king will do anything she wants. But can Rosie stick to the terms of this deal, and what will happen if she doesn't?Rosie soon discovers that miracles come with strings attached. She thinks she's cursed to spend her entire life in the village, but the real curse might be something far worse, and far harder to escape.