The Node Beginner Book


Manuel Kiessling - 2011
    The aim of The Node Beginner Book is to get you started with developing applications for Node.js, teaching you everything you need to know about advanced JavaScript along the way on 59 pages.

Digital Design: Principles and Practices Package


John F. Wakerly - 1990
    Blends academic precision and practical experience in an authoritative introduction to basic principles of digital design and practical requirements. With over 30 years of experience in both industrial and university settings, the author covers the most widespread logic design practices while building a solid foundation of theoretical and engineering principles for students to use as they go forward in this fast moving field.

Programming Concurrency on the JVM


Venkat Subramaniam - 2011
    Speedy and affordable multicore hardware is driving the demand for high-performing applications, and you can leverage the Java platform to bring these applications to life. Concurrency on the Java platform has evolved, from the synchronization model of JDK to software transactional memory (STM) and actor-based concurrency. This book is the first to show you all these concurrency styles so you can compare and choose what works best for your applications. You'll learn the benefits of each of these models, when and how to use them, and what their limitations are. Through hands-on exercises, you'll learn how to avoid shared mutable state and how to write good, elegant, explicit synchronization-free programs so you can create easy and safe concurrent applications. The techniques you learn in this book will take you from dreading concurrency to mastering and enjoying it. Best of all, you can work with Java or a JVM language of your choice - Clojure, JRuby, Groovy, or Scala - to reap the growing power of multicore hardware. If you are a Java programmer, you'd need JDK 1.5 or later and the Akka 1.0 library. In addition, if you program in Scala, Clojure, Groovy or JRuby you'd need the latest version of your preferred language. Groovy programmers will also need GPars.

MATLAB: An Introduction with Applications


Amos Gilat - 2003
    The first chapter describes basic features of the program and shows how to use it in simple arithmetic operations with scalars. The next two chapters focus on the topic of arrays (the basis of MATLAB), while the remaining text covers a wide range of other applications. Computer screens, tutorials, samples, and homework questions in math, science, and engineering, provide the student with the practical hands-on experience needed for total proficiency.

A Book on C: Programming in C


Al Kelley - 1984
    It includes a complete chapter on C++ and an overall organization designed to appeal to the many programmers who view C as a stepping stone to C++ and the object-oriented paradigm. This edition also features an increased emphasis on modules and ADTs, which are essential concepts for creating reusable code and which show how to use header files to tie together a multi-file program. computer science students.

Digital Systems: Principles and Applications


Ronald J. Tocci - 1977
    KEY TOPICS For each new device or circuit, the authors describe the principle of the operation, give thorough examples, and then show its actual application. An excellent reference on modern digital systems.

Stoichiometry and Process Calculations


K.V. Narayanan - 2013
    The Chapters in the book deal with thermodynamic concepts such as the P-V-T behaviour of fluids, the phase behaviour of pure materials and solutions. It also explains the concepts such as density, heat capacity, latent heat, heat of reaction, calorific values, vapour pressure, humidity, etc. This book is intended as a textbook for undergraduate courses in chemical engineering and related disciplines such as biotechnology, polymer technology, petrochemical engineering, electrochemical engineering, environmental engineering, safety engineering and industrial chemistry.

30 Arduino Projects for the Evil Genius


Simon Monk - 2010
    You'll master Arduino through a series of projects while learning the required simplified C programming.

A Girl Called Eilinora: A Short Story


Nadine Dorries - 2015
    It is 1846, famine is gripping Ireland and nowhere is it crueller than in Mayo on the west coast. Owen FitzDeane of Ballyford Castle is a good landlord, but even he is powerless to save all his tenants. When he comes upon a half-dead girl beside the road, he insists on taking her back to the castle, to see if they can save her. But Eilinora is no ordinary girl and soon superstition and fear begin to swirl around her, while Lord FitzDeane of Ballyford falls deeper under her spell.

Evie's War


Kitty Danton - 2016
    Moving on from a first love is never easy though and it's further complicated by the fact that Timmy's mother is the headmistress at Evie's school and can't hear a bad word said against him.Luckily, Evie has two sisters and a close circle of friends to help her through the tough times and as the war brings British RAF officers and American GIs to the once quiet and calm village - as well as evacuees, Land Girls and wounded servicemen - life is going to be anything but dull.

Dynamics of Structures: Theory and Applications to Earthquake Engineering


Anil K. Chopra - 2000
    The new edition from Chopra includes many topics encompassing the theory of structural dynamics and the application of this theory regarding earthquake analysis, response, and design of structures. No prior knowledge of structural dynamics is assumed and the manner of presentation is sufficiently detailed and integrated, to make the book suitable for self-study by students and professional engineers.

A Textbook of Engineering Mathematics


N.P. Bali - 2010
    The salient features of the book are as follows: It exactly covers the prescribed syllabus. Nothing undesirable has been included and nothing essential has been left. Its approach is explanatory and language is lucid and communicable. The exposition of the subject matter is systematic and the students are better prepared to solve the problems. All fundamentals of the included topics are explained with a micro-analysis. Sufficient number of solved examples have been given to let the students understand the various skills necessary to solve the problems. These examples are well-graded. Unsolved exercises of multi-varieties have been given in a well-graded style. Attempting those on his own, will enable a student to create confidence and independence in him/her regarding the understanding of the subject. Daily life problems and practical applications have been incorporated in the body of the text. A large number of attractive and accurate figures have been drawn which enable a student to grasp the subject in an easier way. All the answers have been checked and verified. About The Author: N.P. Bali is a prolific author of over 100 books for degree and engineering students. He has been writing books for more than forty years. His books on the following topics are well known for their easy comprehension and lucid presentation: Algebra, Trigonometry, Differential Calculus, Integral Calculus, Real Analysis, Co-ordinate Geometry, Statics, Dynamics etc. Dr. Manish Goyal has been associated with

Stock Market Investing for Beginners Dummies


Giovanni Rigters - 2018
    You don’twant to be the old employee working as a door greeter at your big chain department store. It will also be frustrating and very depressing if you are not financially aware of your future. Time seems to go faster the older you get and it’s never too late to get started.But getting started might be one of your problems. There is too much information available and too many scammers are trying to get you to invest in shady companies. You also don’t have the time to figure everything out by yourself, because it might seem too hard and complicated.However, getting the investing part of your life handled will improve your life tremendously. You will have peace of mind when you think about your future and you will also have the confidence to make sound investing decisions. You’ll also have the knowledge to talk intelligently with your peers and financial advisors, making it easy to spot when someone is giving you wrong information.I begin with the basics, like what are stocks and how the stock market works. I then transition into how you can make money in the stock market, give you some stocks you should have on your watch list and some of the lies and mistakes you will have to deal with as an investor.So, don’t wait and get this book now. It’s on sale at this moment, but the price will go up!

Effective Unit Testing


Lasse Koskela - 2012
    Savvy Java developers know that not all testing is created equal. In addition to traditional functional testing, many shops are adopting developer testing techniques such as unit testing. Specific, automated tests are created to verify the accuracy and function of code while or even before it's written - to catch bugs early.Unit Testing in Java teaches how to write good tests that are concise and to the point, useful, and maintainable. This book focuses on tools and practices specific to Java. It introduces emerging techniques like specification by example and behavior-driven development, and shows how to add robust practices into developers' toolkits.Table of ContentsI. FOUNDATIONS1. The promise of good tests2. In search of good3. Test doublesII. CATALOG4. Readability5. Maintainability6. TrustworthinessIII. DIVERSIONS7. Testable design8. Writing tests in other JVM languages9. Speeding up test executionsAppendix A: JUnit primerAppendix B: Extending JUnitIndex

Test-Driven JavaScript Development


Christian Johansen - 2010
     Test-Driven JavaScript Development is a complete, best-practice guide to agile JavaScript testing and quality assurance with the test-driven development (TDD) methodology. Leading agile JavaScript developer Christian Johansen covers all aspects of applying state-of-the-art automated testing in JavaScript environments, walking readers through the entire development lifecycle, from project launch to application deployment, and beyond.Using real-life examples driven by unit tests, Johansen shows how to use TDD to gain greater confidence in your code base, so you can fearlessly refactor and build more robust, maintainable, and reliable JavaScript code at lower cost. Throughout, he addresses crucial issues ranging from code design to performance optimization, offering realistic solutions for developers, QA specialists, and testers.Coverage includes - Understanding automated testing and TDD - Building effective automated testing workflows - Testing code for both browsers and servers (using Node.js) - Using TDD to build cleaner APIs, better modularized code, and more robust software - Writing testable code - Using test stubs and mocks to test units in isolation - Continuously improving code through refactoring - Walking through the construction and automated testing of fully functional softwareThe accompanying Web site, tddjs.com, contains all of the book's code listings and additional resources.