The Science of Human Nature: A Psychology for Beginners


William Henry Pyle - 1917
    You can not study human nature from a book, you must study yourself and your neighbors. This book may help you to know what to look for and to understand what you find, but it can do little more than this. It is true, this text gives you many facts learned by psychologists, but you must verify the statements, or at least see their significance to you, or they will be of no worth to you. However, the facts considered here, properly understood and assimilated, ought to prove of great value to you. But perhaps of greater value will be the psychological frame of mind or attitude which you should acquire. The psychological attitude is that of seeking to find and understand the causes of human action, and the causes, consequences, and significance of the processes of the human mind. If your first course in psychology teaches you to look for these things, gives you some skill in finding them and in using the knowledge after you have it, your study should be quite worth while.

Behold! Oddities, Curiosities and Undefinable Wonders


Doug MuranoBrian Hodge - 2017
    Satisfy your curiosity. Surrender to wonder. Witness as the finest talents of our time bring you tales of the strangeness at the edges of existence.Featuring: Clive Barker, John Langan, Neil Gaiman, Ramsey Campbell, Lisa Morton, Brian Kirk, Hal Bodner, Stephanie M. Wytovich, Erinn Kemper, John F.D. Taff, Patrick Freivald, Lucy Snyder, Brian Hodge, Kristi DeMeester, Christopher Coake, Sarah Read, and Richard Thomas. With a foreword by Josh Malerman.

Test Driven Development for Embedded C


James W. Grenning - 2010
    You thought TDD was for someone else, but it's not! It's for you, the embedded C programmer. TDD helps you prevent defects and build software with a long useful life. This is the first book to teach the hows and whys of TDD for C programmers. TDD is a modern programming practice C developers need to know. It's a different way to program---unit tests are written in a tight feedback loop with the production code, assuring your code does what you think. You get valuable feedback every few minutes. You find mistakes before they become bugs. You get early warning of design problems. You get immediate notification of side effect defects. You get to spend more time adding valuable features to your product. James is one of the few experts in applying TDD to embedded C. With his 1.5 decades of training, coaching, and practicing TDD in C, C++, Java, and C# he will lead you from being a novice in TDD to using the techniques that few have mastered. This book is full of code written for embedded C programmers. You don't just see the end product, you see code and tests evolve. James leads you through the thought process and decisions made each step of the way. You'll learn techniques for test-driving code right next to the hardware, and you'll learn design principles and how to apply them to C to keep your code clean and flexible. To run the examples in this book, you will need a C/C++ development environment on your machine, and the GNU GCC tool chain or Microsoft Visual Studio for C++ (some project conversion may be needed).