Before Command

Before Command
Author: Paul R. Gregory
Publisher: Princeton University Press
Total Pages: 197
Release: 2014-07-14
Genre: Political Science
ISBN: 1400863724

In a work with significant implications for present-day economic reform in the Soviet Union, Paul Gregory examines Russian and Soviet economic history prior to the installation of the administrative command system. By drawing on basic economic statistics from 1861 to the 1930s, Gregory's revisionist account debunks a number of myths promulgated by historians in both the East and the West. He demonstrates that the Russian economy under the tsars performed much better than has previously been supposed; the Russian economy and its financial institutions were integrated into the world economy, allowing Russia to attract significant foreign capital. Furthermore, he shows that Stalin's justifications for the abandonment of the New Economic Policy in the late 1920s were incorrect: the so-called crises of NEP were either fabricated or the result of misguided economic thinking. Before Command is the culmination of the author's lifelong study of the economic history of Russia and the Soviet Union. In convincing detail it describes little-known Russian and Soviet successes with market capitalism, while it also shows the problems inherent in a mixed system, such as the NEP, which seeks to combine very strong elements of command with market resource allocation. Originally published in 1994. The Princeton Legacy Library uses the latest print-on-demand technology to again make available previously out-of-print books from the distinguished backlist of Princeton University Press. These editions preserve the original texts of these important books while presenting them in durable paperback and hardcover editions. The goal of the Princeton Legacy Library is to vastly increase access to the rich scholarly heritage found in the thousands of books published by Princeton University Press since its founding in 1905.

Game Programming Patterns

Game Programming Patterns
Author: Robert Nystrom
Publisher: Genever Benning
Total Pages: 353
Release: 2014-11-03
Genre: Computers
ISBN: 0990582914

The biggest challenge facing many game programmers is completing their game. Most game projects fizzle out, overwhelmed by the complexity of their own code. Game Programming Patterns tackles that exact problem. Based on years of experience in shipped AAA titles, this book collects proven patterns to untangle and optimize your game, organized as independent recipes so you can pick just the patterns you need. You will learn how to write a robust game loop, how to organize your entities using components, and take advantage of the CPUs cache to improve your performance. You'll dive deep into how scripting engines encode behavior, how quadtrees and other spatial partitions optimize your engine, and how other classic design patterns can be used in games.

Bash Cookbook

Bash Cookbook
Author: Carl Albing
Publisher: "O'Reilly Media, Inc."
Total Pages: 632
Release: 2007-05-24
Genre: Computers
ISBN: 0596516037

The key to mastering any Unix system, especially Linux and Mac OS X, is a thorough knowledge of shell scripting. Scripting is a way to harness and customize the power of any Unix system, and it's an essential skill for any Unix users, including system administrators and professional OS X developers. But beneath this simple promise lies a treacherous ocean of variations in Unix commands and standards. bash Cookbook teaches shell scripting the way Unix masters practice the craft. It presents a variety of recipes and tricks for all levels of shell programmers so that anyone can become a proficient user of the most common Unix shell -- the bash shell -- and cygwin or other popular Unix emulation packages. Packed full of useful scripts, along with examples that explain how to create better scripts, this new cookbook gives professionals and power users everything they need to automate routine tasks and enable them to truly manage their systems -- rather than have their systems manage them.