Book picks similar to
High Performance Cluster Computing: Architectures and Systems, Vol. 1 by Rajkumar Buyya
ss
career
computers
it-wikipedia
No One Ever Told Us That: Money and Life Letters to My Grandchildren
John D. Spooner - 2012
but has never found the time to do so. In short, John D. Spooner has been carefully crafted a series of essential life lessons that every young person just out of college or high school needs to read before they embark upon their own life's adventures. Told in friendly and reassuring tones, Spooner relates wonderful stories to illustrate and gently guide the next generation of what they can expect when searching for a job, how to know if you've found the right spouse, insights on how to plan for one's financial future, how the internet has changed our lives, dealing with adversity in life, and much, more more. No One Ever Told Us That condenses all of this key information into one volume - and it's presented in a clear-eyed way that only a loving grandparent can. For decades, John D. Spooner has been one of America's leading financial advisors. Now, as his own grandchildren are on the frightening cusp of adulthood, Spooner has chosen to impart his wisdom to them -- and to readers everywhere -- in the form of old-fashioned letters.
What the Plus! Google+ for the Rest of Us
Guy Kawasaki - 2012
That's all it takes. But don't take Guy's word for it. Here's what three experts have to say about What the Plus! Google+ for the Rest of Us:"We didn't expect over 100,000,000 people to join Google+ so quickly. If we had, we might have written a tutorial like this one. Lucky for us, Guy has written this wonderful introduction to Google+. Highly recommended!" Vic Gundotra, Senior Vice-President, Social, Google"What The Plus is the G+ motherlode! Guy's book will make you fall madly in love with Google+ and never look back!" Mari Smith, author The New Relationship Marketing and coauthor Facebook Marketing: An Hour A Day"People ask me why I like Google+ better. I struggle to find the words, but Guy Kawasaki not only figured it out but shows you how to get the most out of this new social network." Robert Scoble, Rackspace videoblogger
Joel on Software
Joel Spolsky - 2004
For years, Joel Spolsky has done exactly this at www.joelonsoftware.com. Now, for the first time, you can own a collection of the most important essays from his site in one book, with exclusive commentary and new insights from joel.
Digital Signal Processing
Alan V. Oppenheim - 1975
Includes many useful applications.
The Traditional Bowyer's Bible, Volume 3
Jim Hamm - 1994
The third volume in The Traditional Bowyers Bible series covers tools Korean and African archery bows of the Plains Indians custom shafts stone points and much more
Coding Interview Questions
Narasimha Karumanchi - 2012
Peeling Data Structures and Algorithms: * Programming puzzles for interviews * Campus Preparation * Degree/Masters Course Preparation * Instructor's * GATE Preparation * Big job hunters: Microsoft, Google, Amazon, Yahoo, Flip Kart, Adobe, IBM Labs, Citrix, Mentor Graphics, NetApp, Oracle, Webaroo, De-Shaw, Success Factors, Face book, McAfee and many more * Reference Manual for working people
The Final Encyclopedia, 1 of 2
Gordon R. Dickson - 1986
Dickson's future history of humankind and its ultimate destiny. Now one of its central novels return to print in a two-volume corrected edition.In The Final Encyclopedia the human race is split into three Splinter cultures: the Friendlies, fanatic in their faith; the truth-seeking Exotics; and the warrior Dorsai. But now humanity is threatened by the power-hungry Others, whose triumph would end all human progress.Hal Mayne is an orphan who was raised by three tutors: an Exotic, a Friendly, and a Dorsai. He is the only human capable of uniting humanity against the Others. But only if he is willing to accept his terrifying destiny...as savior of mankind.A towering landmark of future history, The Final Encyclopedia is a novel every SF fan needs to own.
Professional PHP Programming
Sascha Schumann - 1999
PHP is a server-side, HTML-embedded scripting language. It is an open source technology, rapidly gaining popularity as a scripting language for people running dynamic websites. One of its major attractions over Perl, JavaScript and other scripting languages is that PHP has a built-in database integration layer and seamless IP connectivity, with LDAP and TCP as well as the IMAP mail interface. Features; Real world, practical experience and techniques From installation and configuration of the PHP engine to advanced dynamic application design Definitive coverage of core PHP language and database addressing: MySQL is covered in depth. Practical e-commerce and business scripting including database application development, together with PHP and XML applications. LDAP connectivity addressed.
Microsoft Windows Internals: Microsoft Windows Server(TM) 2003, Windows XP, and Windows 2000 (Pro-Developer)
Mark E. Russinovich - 2004
This classic guidefully updated for Windows Server 2003, Windows XP, and Windows 2000, including 64-bit extensionsdescribes the architecture and internals of the Windows operating system. You’ll find hands-on experiments you can use to experience Windows internal behavior firsthand, along with advanced troubleshooting information to help you keep your systems running smoothly and efficiently. Whether you’re a developer or a system administrator, you’ll find critical architectural insights that you can quickly apply for better design, debugging, performance, and support.Get in-depth, inside knowledge of the Windows operating system: Understand the key mechanisms that configure and control Windows, including dispatching, startup and shutdown, and the registry Explore the Windows security model, including access, privileges, and auditing Investigate internal system architecture using the kernel debugger and other tools Examine the data structures and algorithms that deal with processes, threads, and jobs Observe how Windows manages virtual and physical memory Understand the operation and format of NTFS, and troubleshoot file system access problems View the Windows networking stack from top to bottom, including mapping, APIs, name resolution, and protocol drivers Troubleshoot boot problems and perform crash analysis
The Inmates Are Running the Asylum: Why High Tech Products Drive Us Crazy and How to Restore the Sanity
Alan Cooper - 1999
Cooper details many of these meta functions to explain his central thesis: programmers need to seriously re-evaluate the many user-hostile concepts deeply embedded within the software development process. Rather than provide users with a straightforward set of options, programmers often pile on the bells and whistles and ignore or de-prioritise lingering bugs. For the average user, increased functionality is a great burden, adding to the recurrent chorus that plays: "computers are hard, mysterious, unwieldy things." (An average user, Cooper asserts, who doesn't think that way or who has memorised all the esoteric commands and now lords it over others, has simply been desensitised by too many years of badly designed software.) Cooper's writing style is often overblown, with a pantheon of cutesy terminology (i.e. "dancing bearware") and insider back-patting. (When presenting software to Bill Gates, he reports that Gates replied: "How did you do that?" to which he writes: "I love stumping Bill!") More seriously, he is also unable to see beyond software development's importance--a sin he accuses programmers of throughout the book. Even with that in mind, the central questions Cooper asks are too important to ignore: Are we making users happier? Are we improving the process by which they get work done? Are we making their work hours more effective? Cooper looks to programmers, business managers and what he calls "interaction designers" to question current assumptions and mindsets. Plainly, he asserts that the goal of computer usage should be "not to make anyone feel stupid." Our distance from that goal reinforces the need to rethink entrenched priorities in software planning. -- Jennifer Buckendorff, Amazon.com
Smalltalk Best Practice Patterns
Kent Beck - 1996
This author presents a set of patterns that organize all the informal experience successful Smalltalk programmers have learned the hard way. When programmers understand these patterns, they can write much more effective code. The concept of Smalltalk patterns is introduced, and the book explains why they work. Next, the book introduces proven patterns for working with methods, messages, state, collections, classes and formatting. Finally, the book walks through a development example utilizing patterns. For programmers, project managers, teachers and students -- both new and experienced. This book presents a set of patterns that organize all the informal experience of successful Smalltalk programmers. This book will help you understand these patterns, and empower you to write more effective code.
Kindle Fire For Dummies
Nancy C. Muir - 2011
It walks you through all the tablet's features, shows you how to set up the device, navigate the touchscreen interface, buy music, stream video, download apps, and read e-books from Amazon.com. The book demystifies this all-new tablet and provides a handy reference that can be conveniently downloaded and read right on your Kindle Fire device.Looks at the new Kindle Fire, which features revolutionary technology and access to cool new services; this e-book explains both in plain English Is only available in e-book format and downloads directly to the Kindle Fire and other Kindle devices, making it a handy reference you can take virtually anywhere Covers not only the basics, but also tips and tricks for taking full advantage of the Kindle Fire and the services of Amazon's online stores Kindle Fire For Dummies is packed with powerful tips designed to help you get more punch out of your Kindle Fire tablet.
Ghost Sex The Violation
G.L. Davies - 2014
WARNING ADULT CONTENT Ghost sex The Violation is the terrifying and disturbing follow up to the Worldwide bestselling A most haunted house. This true and chilling account centers on a family in Pembroke Dock, West Wales that are invaded by a paranormal presence. The home is subjected to a prolonged and frightening haunting and escalates to a sickening and disturbing series of sexual violations. Paranormal Investigator G L Davies conducts a series of interviews with three generations of family that have been deeply affected by the vile supernatural intrusion into their lives. If you think you know about paranormal encounters, if you think this is just a Welsh version of the Entity or a more sexually descriptive version of the potter’s wheel scene in Ghost, then you are asked to reconsider and push away any preconceptions of what you are about to read. This novel is possibly the most chilling and debase paranormal account ever published and it is not for the faint of heart. Due caution is advised. Described as "Brutal, chilling and compelling" Do you dare read? Download now and join the investigation today and decide for yourself on what really happened to this family... and then pray it never happens to you. Featured on Coast to Coast A.M WARNING: This book is based on Paranormal sexual violation and is detailed and graphic in the events transcribed. This account may not be to everyone's taste. We advise that perhaps readers try the taster first. Thank you G L Davies 3rd Book Haunted: Horror of Haverfordwest is available on Paperback – 30 Nov 2018
How You Play the Game: A Philosopher Plays Minecraft (Kindle Single)
Charlie Huenemann - 2015
At a glance, it bears few similarities to any place we know and inhabit. But upon closer examination, the differences between this complex virtual reality and our own might not be as vast as we think. In “How You Play the Game,” author and philosopher Charlie Huenemann looks philosophically at the game of Minecraft (“What is the point of this game? How does one win? Well, this depends on what you want to do”) and grapples with the ethical conundrums, existential crises and moral responsibilities of the virtual realm. From the Overworld to the Ender Dragon, Huenemann offers an entertaining, insightful and often hilarious examination of Minecraft and the strange worlds—both virtual and not—surrounding it.Charlie Huenemann is a Professor of Philosophy at Utah State University. He writes for 3quarksdaily, and has published several books on the history of philosophy.Cover design by Adil Dara.