A Daughter of St. Peter's - A novel is an unchanged, high-quality reprint of the original edition of 1889. Hansebooks is editor of the literature on different topic areas such as research and science, travel and expeditions, cooking and nutrition, medicine, and other genres. As a publisher we focus on the preservation of historical literature. Many works of historical writers and scientists are available today as antiques only. Hansebooks newly publishes these books and contributes to the preservation of literature which has become rare and historical knowledge for the future.
Reprint of the original, first published in 1875. The publishing house Anatiposi publishes historical books as reprints. Due to their age, these books may have missing pages or inferior quality. Our aim is to preserve these books and make them available to the public so that they do not get lost.
Reprint of the original, first published in 1875. The publishing house Anatiposi publishes historical books as reprints. Due to their age, these books may have missing pages or inferior quality. Our aim is to preserve these books and make them available to the public so that they do not get lost.
Until recently, popular biographers and most scholars viewed Alexander the Great as a genius with a plan, a romantic figure pursuing his vision of a united world. His dream was at times characterized as a benevolent interest in the brotherhood of man, sometimes as a brute interest in the exercise of power. Green, a Cambridge-trained classicist who is also a novelist, portrays Alexander as both a complex personality and a single-minded general, a man capable of such diverse expediencies as patricide or the massacre of civilians. Green describes his Alexander as "not only the most brilliant (and ambitious) field commander in history, but also supremely indifferent to all those administrative excellences and idealistic yearnings foisted upon him by later generations, especially those who found the conqueror, tout court, a little hard upon their liberal sensibilities." This biography begins not with one of the universally known incidents of Alexander's life, but with an account of his father, Philip of Macedonia, whose many-territoried empire was the first on the continent of Europe to have an effectively centralized government and military. What Philip and Macedonia had to offer, Alexander made his own, but Philip and Macedonia also made Alexander form an important context for understanding Alexander himself. Yet his origins and training do not fully explain the man. After he was named hegemon of the Hellenic League, many philosophers came to congratulate Alexander, but one was conspicuous by his absence: Diogenes the Cynic, an ascetic who lived in a clay tub. Piqued and curious, Alexander himself visited the philosopher, who, when asked if there was anything Alexander could do for him, made the famous reply, "Don't stand between me and the sun." Alexander's courtiers jeered, but Alexander silenced them: "If I were not Alexander, I would be Diogenes." This remark was as unexpected in Alexander as it would be in a modern leader. For the general reader, the book, redolent with gritty details and fully aware of Alexander's darker side, offers a gripping tale of Alexander's career. Full backnotes, fourteen maps, and chronological and genealogical tables serve readers with more specialized interests.
Sams Teach Yourself C Programming in One Hour a Day, Seventh Edition is the newest version of the worldwide best-seller Sams Teach Yourself C in 21 Days. Fully revised for the new C11 standard and libraries, it now emphasizes platform-independent C programming using free, open-source C compilers. This edition strengthens its focus on C programming fundamentals, and adds new material on popular C-based object-oriented programming languages such as Objective-C.Filled with carefully explained code, clear syntax examples, and well-crafted exercises, this is the broadest and deepest introductory C tutorial available. It’s ideal for anyone who’s serious about truly mastering C – including thousands of developers who want to leverage its speed and performance in modern mobile and gaming apps. Friendly and accessible, it delivers step-by-step, hands-on experience that starts with simple tasks and gradually builds to professional-quality techniques. Each lesson is designed to be completed in hour or less, introducing and clearly explaining essential concepts, providing practical examples, and encouraging you to build simple programs on your own. Coverage includes: Understanding C program components and structureMastering essential C syntax and program controlUsing core language features, including numeric arrays, pointers, characters, strings, structures, and variable scopeInteracting with the screen, printer, and keyboardUsing functions and exploring the C Function LibraryWorking with memory and the compiler Contents at a Glance PART I: FUNDAMENTALS OF C 1 Getting Started with C 2 The Components of a C Program 3 Storing Information: Variables and Constants 4 The Pieces of a C Program: Statements, Expressions, and Operators 5 Packaging Code in Functions 6 Basic Program Control 7 Fundamentals of Reading and Writing Information PART II: PUTTING C TO WORK 8 Using Numeric Arrays 9 Understanding Pointers 10 Working with Characters and Strings 11 Implementing Structures, Unions, and TypeDefs 12 Understanding Variable Scope 13 Advanced Program Control 14 Working with the Screen, Printer, and Keyboard PART III: ADVANCED C 15 Pointers to Pointers and Arrays of Pointers 16 Pointers to Functions and Linked Lists 17 Using Disk Files 18 Manipulating Strings 19 Getting More from Functions 20 Exploring the C Function Library 21 Working with Memory 22 Advanced Compiler Use PART IV: APPENDIXES A ASCII Chart B C/C++ Reserved Words C Common C Functions D Answers
""The Visible Words of God"" is a book written by Joseph C. McLelland that delves into the sacramental theology of Peter Martyr Vermigli, a prominent theologian and reformer who lived in the 16th century. Vermigli's ideas on the sacraments, particularly the Eucharist, were influential in the Reformation movement and continue to be studied and debated by scholars today. McLelland's book provides an exposition of Vermigli's views on the sacraments, examining how he understood the relationship between the visible signs of the sacraments and the spiritual realities they represent. The book also explores Vermigli's broader theological framework, including his views on the nature of God, Christ, and salvation. Through a careful analysis of Vermigli's writings, McLelland offers readers a comprehensive understanding of this important figure in the history of Christian theology.This scarce antiquarian book is a facsimile reprint of the old original and may contain some imperfections such as library marks and notations. Because we believe this work is culturally important, we have made it available as part of our commitment for protecting, preserving, and promoting the world's literature in affordable, high quality, modern editions, that are true to their original work.
This work has been selected by scholars as being culturally important, and is part of the knowledge base of civilization as we know it. This work was reproduced from the original artifact, and remains as true to the original work as possible. Therefore, you will see the original copyright references, library stamps (as most of these works have been housed in our most important libraries around the world), and other notations in the work.This work is in the public domain in the United States of America, and possibly other nations. Within the United States, you may freely copy and distribute this work, as no entity (individual or corporate) has a copyright on the body of the work.As a reproduction of a historical artifact, this work may contain missing or blurred pages, poor pictures, errant marks, etc. Scholars believe, and we concur, that this work is important enough to be preserved, reproduced, and made generally available to the public. We appreciate your support of the preservation process, and thank you for being an important part of keeping this knowledge alive and relevant.
Learn how to implement the reactive programming paradigm with C++ and build asynchronous and concurrent applications Key FeaturesEfficiently exploit concurrency and parallelism in your programs Use the Functional Reactive programming model to structure programs Understand reactive GUI programming to make your own applications using Qt Book DescriptionReactive programming is an effective way to build highly responsive applications with an easy-to-maintain code base. This book covers the essential functional reactive concepts that will help you build highly concurrent, event-driven, and asynchronous applications in a simpler and less error-prone way. C++ Reactive Programming begins with a discussion on how event processing was undertaken by different programming systems earlier. After a brisk introduction to modern C++ (C++17), you’ll be taken through language-level concurrency and the lock-free programming model to set the stage for our foray into the Functional Programming model. Following this, you’ll be introduced to RxCpp and its programming model. You’ll be able to gain deep insights into the RxCpp library, which facilitates reactive programming. You’ll learn how to deal with reactive programming using Qt/C++ (for the desktop) and C++ microservices for the Web. By the end of the book, you will be well versed with advanced reactive programming concepts in modern C++ (C++17).What you will learnUnderstand language-level concurrency in C++Explore advanced C++ programming for the FRPUncover the RxCpp library and its programming modelMix the FP and OOP constructs in C++ 17 to write well-structured programsMaster reactive microservices in C++Create custom operators for RxCppLearn advanced stream processing and error handlingWho this book is forIf you’re a C++ developer interested in using reactive programming to build asynchronous and concurrent applications, you’ll find this book extremely useful. This book doesn’t assume any previous knowledge of reactive programming.
Detailed, comprehensive survey of the siege, looking at its development across three continents. Medieval warfare was dominated by the attack and defence of fortified places, and siege methods and technology developed alongside improvements in defences. This book uses both original historical sources and evidence from archaeology to analyse this relationship as part of a comprehensive view of the whole subject, tracing links across three continents. It considers the most important questions raised by siege warfare: who designed, built and operated siege equipment? How did medieval commanders gain their knowledge? What were the roles of theoretical texts and the developing science of siege warfare? How did nomadic peoples learn to conduct sieges? How far did castles and town walls serve a military purpose, and how far did they act as symbols of lordship? The volume begins with the replacement of the western Roman empire by barbarian successor states, but also examines the development of the Byzantine Empire, the Muslim Caliphate and its successors, and the links with China, through to the early thirteenth century. The companion volume, A History of the Late Medieval Siege, continues the story to 1500.