Book picks similar to
The Story of the Computer: A Technical and Business History by Stephen Marshall
cs
comp
computer-science
informática
Absolute Beginner's Guide to C
Greg Perry - 1993
This bestseller talks to readers at their level, explaining every aspect of how to get started and learn the C language quickly. Readers also find out where to learn more about C. This book includes tear-out reference card of C functions and statements, a hierarchy chart, and other valuable information. It uses special icons, notes, clues, warnings, and rewards to make understanding easier. And the clear and friendly style presumes no programming knowledge.
Strange Crime
Portable Press - 2018
Dumb crooks, celebrities gone bad, unsolved mysteries, odd laws, and more—Strange Crime has plenty of stories that will make you ask yourself, “What could they possibly have been thinking?” This easily portable paperback book is ideal for readers on the go. Take it to school, to work, to jury duty!
AngularJS: Up and Running: Enhanced Productivity with Structured Web Apps
Shyam Seshadri - 2014
By the end of the book, you'll understand how to develop a large, maintainable, and performant application with AngularJS.Guided by two engineers who worked on AngularJS at Google, you'll learn the components needed to build data-driven applications, using declarative programming and the Model-view-controller pattern. You'll also learn how to conduct unit tests on each part of your application.Learn how to use controllers for moving data to and from viewsUnderstand when to use AngularJS services instead of controllersCommunicate with the server to store, fetch, and update data asynchronouslyKnow when to use AngularJS filters for converting data and values to different formatsImplement single-page applications, using ngRoute to select views and navigationDive into basic and advanced directives for creating reusable componentsWrite an end-to-end test on a live version of your entire applicationUse best practices, guidelines, and tools throughout the development cycle
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.
Database System Concepts
Abraham Silberschatz - 1987
It aims to present these concepts and algorithms in a general setting that is not tied to one particular database system.
Karna: The King of Anga
Kevin Missal - 2021
His life shaped by a fate that failed to be just—neglected by his own, stripped of his birthright—he was raised to be lost in an abyss of desires and disappointment.Cursed by his guru, hurt by the only woman he loved, ostracised from society for being the son of a suta. With his only armour—hope—he ventured on an unforgettable journey. Alone.This is Vasu’s tale of survival, of endurance, of abiding courage in the face of all adversities. And eventually, of blossoming into the greatest warrior of all time… KARNA.In an ultimate battle against his archenemy—the insidious, dishonourable and all-powerful, Jarasandha, for a title he knew he deserved.From a sutaputr to a leader of the people, this is a saga of betrayal, lost love, and glory.This is the story of the King of Anga.
யூதர்கள்-வரலாறும் வாழ்க்கையும்
Mugil - 2007
Apart from their achievements, they have suffered all through the history right from the days of Moses till the Israel-Palestine issue. This book clearly brings out the life of jews and their battles, sufferings, customs, beliefs, strategies etc.
Computational Thinking
Peter J. Denning - 2019
More recently, "computational thinking" has become part of the K-12 curriculum. But what is computational thinking? This volume in the MIT Press Essential Knowledge series offers an accessible overview, tracing a genealogy that begins centuries before digital computers and portraying computational thinking as pioneers of computing have described it.The authors explain that computational thinking (CT) is not a set of concepts for programming; it is a way of thinking that is honed through practice: the mental skills for designing computations to do jobs for us, and for explaining and interpreting the world as a complex of information processes. Mathematically trained experts (known as "computers") who performed complex calculations as teams engaged in CT long before electronic computers. The authors identify six dimensions of today's highly developed CT--methods, machines, computing education, software engineering, computational science, and design--and cover each in a chapter. Along the way, they debunk inflated claims for CT and computation while making clear the power of CT in all its complexity and multiplicity.
The Mathematical Theory of Communication
Claude Shannon - 1949
Republished in book form shortly thereafter, it has since gone through four hardcover and sixteen paperback printings. It is a revolutionary work, astounding in its foresight and contemporaneity. The University of Illinois Press is pleased and honored to issue this commemorative reprinting of a classic.
Networking for Systems Administrators (IT Mastery Book 5)
Michael W. Lucas - 2015
Servers give sysadmins a incredible visibility into the network—once they know how to unlock it. Most sysadmins don’t need to understand window scaling, or the differences between IPv4 and IPv6 echo requests, or other intricacies of the TCP/IP protocols. You need only enough to deploy your own applications and get easy support from the network team.This book teaches you:•How modern networks really work•The essentials of TCP/IP•The next-generation protocol, IPv6•The right tools to diagnose network problems, and how to use them•Troubleshooting everything from the physical wire to DNS•How to see the traffic you send and receive•Connectivity testing•How to communicate with your network team to quickly resolve problemsA systems administrator doesn’t need to know the innards of TCP/IP, but knowing enough to diagnose your own network issues transforms a good sysadmin into a great one.
Creating the Twentieth Century: Technical Innovations of 1867-1914 and Their Lasting Impact
Vaclav Smil - 2004
At its beginnings in the 1870s were dynamite, the telephone, photographic film, and the first light bulbs. Its peak decade - the astonishing 1880s - brought electricity - generating plants, electric motors, steam turbines, the gramophone, cars, aluminum production, air-filled rubber tires, and prestressed concrete. And its post-1900 period saw the first airplanes, tractors, radio signals and plastics, neon lights and assembly line production. This book is a systematic interdisciplinary account of the history of this outpouring of European and American intellect and of its truly epochal consequences. It takes a close look at four fundamental classes of these epoch-making innovations: formation, diffusion, and standardization of electric systems; invention and rapid adoption of internal combustion engines; the unprecedented pace of new chemical syntheses and material substitutions; and the birth of a new information age. These chapters are followed by an evaluation of the lasting impact these advances had on the 20th century, that is, the creation of high-energy societies engaged in mass production aimed at improving standards of living.
Neural Networks and Deep Learning
Michael Nielsen - 2013
The book will teach you about:* Neural networks, a beautiful biologically-inspired programming paradigm which enables a computer to learn from observational data* Deep learning, a powerful set of techniques for learning in neural networksNeural networks and deep learning currently provide the best solutions to many problems in image recognition, speech recognition, and natural language processing. This book will teach you the core concepts behind neural networks and deep learning.
sed and awk Pocket Reference: Text Processing with Regular Expressions
Arnold Robbins - 2000
sed, awk, and regular expressions allow programmers and system administrators to automate editing tasks that need to be performed on one or more files, to simplify the task of performing the same edits on multiple files, and to write conversion programs.The sed & awk Pocket Reference is a companion volume to sed & awk, Second Edition, Unix in a Nutshell, Third Edition, and Effective awk Programming, Third Edition. This new edition has expanded coverage of gawk (GNU awk), and includes sections on:An overview of sed and awk's command line syntaxAlphabetical summaries of commands, including nawk and gawkProfiling with pgawkCoprocesses and sockets with gawkInternationalization with gawkA listing of resources for sed and awk usersThis small book is a handy reference guide to the information presented in the larger volumes. It presents a concise summary of regular expressions and pattern matching, and summaries of sed and awk.Arnold Robbins, an Atlanta native now happily living in Israel, is a professional programmer and technical author and coauthor of various O'Reilly Unix titles. He has been working with Unix systems since 1980, and currently maintains gawk and its documentation.
HBase: The Definitive Guide
Lars George - 2011
As the open source implementation of Google's BigTable architecture, HBase scales to billions of rows and millions of columns, while ensuring that write and read performance remain constant. Many IT executives are asking pointed questions about HBase. This book provides meaningful answers, whether you’re evaluating this non-relational database or planning to put it into practice right away.
Discover how tight integration with Hadoop makes scalability with HBase easier
Distribute large datasets across an inexpensive cluster of commodity servers
Access HBase with native Java clients, or with gateway servers providing REST, Avro, or Thrift APIs
Get details on HBase’s architecture, including the storage format, write-ahead log, background processes, and more
Integrate HBase with Hadoop's MapReduce framework for massively parallelized data processing jobs
Learn how to tune clusters, design schemas, copy tables, import bulk data, decommission nodes, and many other tasks