Download Free The Great Code Book in PDF and EPUB Free Download. You can read online The Great Code and write the review.

Considered by many to be Northrop Frye's magnum opus, The Great Code (1982) reflects a lifetime of thinking about the patterns and meanings of the Bible. In this new edition of The Great Code, Alvin A. Lee presents a corrected and fully annotated version of Frye's text, as well as a comprehensive introduction to help contextualize this important work and guide readers through its allusive passages. Lee's introduction provides a synoptic account of the role of the Bible in Frye's intellectual and spiritual odyssey, as well as a description of how The Great Code as a book came into existence, and an introductory critique of the shape and meaning of the book's argument. The Great Code is culturally allusive to a high degree. It takes much of its inspiration from the Bible itself, including a profusion of biblical passages, but also from the author's extensive reading of a host of other texts from ancient times until the late twentieth century. Lee's extensive annotation illustrates, beyond question, that Frye's knowledge of the Bible and how it has worked in Western culture was at once profound and visionary. This new edition not only re-presents Frye's text in a clear, correct, and fully annotated form, it goes a long way in helping us understand the widespread scholarly and popular reception that met this extraordinary and in some ways revolutionary book and how it can still be richly rewarding for readers.
Today's programmers are often narrowly trained because the industry moves too fast. That's where Write Great Code, Volume 1: Understanding the Machine comes in. This, the first of four volumes by author Randall Hyde, teaches important concepts of machine organization in a language-independent fashion, giving programmers what they need to know to write great code in any language, without the usual overhead of learning assembly language to master this topic. A solid foundation in software engineering, The Write Great Code series will help programmers make wiser choices with respect to programming statements and data types when writing software.
Understanding the Machine, the first volume in the landmark Write Great Code series by Randall Hyde, explains the underlying mechanics of how a computer works. This, the first volume in Randall Hyde's Write Great Code series, dives into machine organization without the extra overhead of learning assembly language programming. Written for high-level language programmers, Understanding the Machine fills in the low-level details of machine organization that are often left out of computer science and engineering courses. Learn: How the machine represents numbers, strings, and high-level data structures, so you'll know the inherent cost of using them. How to organize your data, so the machine can access it efficiently. How the CPU operates, so you can write code that works the way the machine does. How I/O devices operate, so you can maximize your application's performance when accessing those devices. How to best use the memory hierarchy to produce the fastest possible programs. Great code is efficient code. But before you can write truly efficient code, you must understand how computer systems execute programs and how abstractions in programming languages map to the machine's low-level hardware. After all, compilers don't write the best machine code; programmers do. This book gives you the foundation upon which all great software is built. NEW IN THIS EDITION, COVERAGE OF: Programming languages like Swift and Java Code generation on modern 64-bit CPUs ARM processors on mobile phones and tablets Newer peripheral devices Larger memory systems and large-scale SSDs
Imperial China’s dynastic legal codes provide a wealth of information for historians, social scientists, and scholars of comparative law and of literary, cultural, and legal history. Until now, only the Tang (618–907 C.E.) and Qing (1644–1911 C.E.) codes have been available in English translation. The present book is the first English translation of The Great Ming Code (Da Ming lu), which reached its final form in 1397. The translation is preceded by an introductory essay that places the Code in historical context, explores its codification process, and examines its structure and contents. A glossary of Chinese terms is also provided. One of the most important law codes in Chinese history, The Great Ming Code represents a break with the past, following the alien-ruled Yuan (Mongol) dynasty, and the flourishing of culture under the Ming, the last great Han-ruled dynasty. It was also a model for the Qing code, which followed it, and is a fundamental source for understanding Chinese society and culture. The Code regulated all the perceived major aspects of social affairs, aiming at the harmony of political, economic, military, familial, ritual, international, and legal relations in the empire and cosmic relations in the universe. The all-encompassing nature of the Code makes it an encyclopedic document, providing rich materials on Ming history. Because of the pervasiveness of legal proceedings in the culture generally, the Code has relevance far beyond the specialized realm of Chinese legal studies. The basic value system and social norms that the Code imposed became so thoroughly ingrained in Chinese society that the Manchus, who conquered China and established the Qing dynasty, chose to continue the Code in force with only minor changes. The Code made a considerable impact on the legal cultures of other East Asian countries: Yi dynasty Korea, Le dynasty Vietnam, and late Tokugawa and early Meiji Japan. Examining why and how some rules in the Code were adopted and others rejected in these countries will certainly enhance our understanding of the shared culture and indigenous identities in East Asia.
Explores the value and uses of literature in our time. Dr. Frye offers ideas for the teaching of literature at lower school levels, designed both to promote an early interest and to lead the student to the knowledge and experience found in the study of literature.
Words with Power is the crowning achievement of the latter half of Northrop Frye's career. Portions of the work can be found in Frye's notebooks as far back as the mid-1960s when he had just finished Anatomy of Criticism, and he completed the book shortly before his death in 1991. Beyond summing up his ideas about the relation of the Bible to Western culture, Words with Power boldly confronts a host of questions ranging from the relationship between literature and ideology to the real meaning of words like 'spirit' and 'faith.' The first half of the 'double mirror' structure looks at the language in which the Bible is written, arguing that it is identical to that of myth and metaphor. Frye suggests, therefore, that given this characteristic, the Bible should be read imaginatively rather than historically or doctrinally. However, he is also careful to point out the ways in which the Bible is more than a conventional work of fiction. The second half is an astonishing tour de force in which Frye demonstrates how both the Bible and literature revolve around four primary concerns of human life. This edition goes beyond the original in its documentation of Frye's dazzlingly encyclopedic range of reference. Profound and searching, Words with Power is perhaps the most daring book of Frye's career and one of the most exciting.
If you want to be successful in any area of game development-game design, programming, graphics, sound, or publishing-you should know how standouts in the industry approach their work and address problems. In Honoring the Code: Conversations with Great Game Designers, 16 groundbreaking game developers share their stories and offer advice for anyone
Get more out of your legacy systems: more performance, functionality, reliability, and manageability Is your code easy to change? Can you get nearly instantaneous feedback when you do change it? Do you understand it? If the answer to any of these questions is no, you have legacy code, and it is draining time and money away from your development efforts. In this book, Michael Feathers offers start-to-finish strategies for working more effectively with large, untested legacy code bases. This book draws on material Michael created for his renowned Object Mentor seminars: techniques Michael has used in mentoring to help hundreds of developers, technical managers, and testers bring their legacy systems under control. The topics covered include Understanding the mechanics of software change: adding features, fixing bugs, improving design, optimizing performance Getting legacy code into a test harness Writing tests that protect you against introducing new problems Techniques that can be used with any language or platform—with examples in Java, C++, C, and C# Accurately identifying where code changes need to be made Coping with legacy systems that aren't object-oriented Handling applications that don't seem to have any structure This book also includes a catalog of twenty-four dependency-breaking techniques that help you work with program elements in isolation and make safer changes.