Book picks similar to
Quantum Circuit Simulation by George F. Viamontes
computer-architecture
engineering-mathematics
grad
quantum-computers-quantum-mechani
Worthy McGuire
Tim McGee - 2013
Time is not on the side of the gruff World War II veteran racing to fulfill a promise he made amid the horrors of the D-Day invasion in Normandy. As he plans a pilgrimage from Michigan to the site of both his best and worst day, Worthy now must rely on those he trusts the least-his family. With no one else to help him meet the physical demands of the trip, Worthy grudgingly includes his grandchildren, David and Shannon, who are each battling their own insecurities. His controlling son, Ted, and his manipulative daughter-in-law, Angela, follow Worthy and his grandkids to France, and they have one goal: to drag the aging war vet back to Michigan where they hope to take command of his finances and place him in a nursing home. As Worthy searches for a family from his past, only time will tell if he can patch the crumbling relationships with his family before it is too late. In this historical tale, a World War II veteran takes a journey of honor and courage as he sets off to complete the most important mission of his long life.
Mastering Vmware Vsphere 5
Scott Lowe - 2011
You'll learn how to install, configure, operate, manage, and secure the latest release.Covers all the new features and capabilities of the much-anticipated new release of VMware vSphere Discusses the planning, installation, operation, and management for the latest release Reviews migration to the latest vSphere software Offers hands-on instruction and clear explanations with real-world examples Mastering VMware vSphere is the strategic guide you need to maximize the opportunities of virtualization.
Ruby Under a Microscope
Pat Shaughnessy - 2012
Author Pat Shaughnessy takes a scientific approach, laying out a series of experiments with Ruby code to take you behind the scenes of how programming languages work. You'll even find information on JRuby and Rubinius (two alternative implementations of Ruby), as well as in-depth explorations of Ruby's garbage collection algorithm. Ruby Under a Microscope will teach you:How a few computer science concepts underpin Ruby's complex implementation How Ruby executes your code using a virtual machine How classes and modules are the same inside Ruby How Ruby employs algorithms originally developed for Lisp How Ruby uses grammar rules to parse and understand your code How your Ruby code is translated into a different language by a compilerNo programming language needs to be a black box. Whether you're already intrigued by language implementation or just want to dig deeper into Ruby, you'll find Ruby Under a Microscope a fascinating way to become a better programmer. Covers Ruby 2.x, 1.9 and 1.8