R Books


Introduction to Computer Graphics

This textbook provides a comprehensive introduction to computer graphics for a one-semester undergraduate course. It is designed for computer science students with substantial programming experience in languages like Java, C, or JavaScript, which are used in the examples. The book's approach uses a simplified subset of OpenGL to introduce fundament

CSS Handbook

CSS

CSS, a shorthand for Cascading Style Sheets, is one of the main building blocks of the Web. Its history goes back to the 90's and along with HTML it has changed a lot since its humble beginnings. This handbook is aimed at a vast audience. - First, the beginner. I explain CSS from zero in a succinct but comprehensive way, so you can use this book to

Biological Computing

This book comprehensively introduces biocomputing, focusing on its foundational theories, experimental operations, and computational models. Biocomputing represents an innovative computational paradigm that leverages biomolecules as a carrier for processing and storing information. As a core enabler of human progress, computational tools serve as c

Robotic Process Automation For Dummies

RPA is the use of computer software "robots" to handle repetitive, ­rule-based digital tasks, interacting with applications and information sources the same way humans do now. At its most basic level, it's pretty impressive technology, and it gets more powerful all the time. The newest advances have robots not only handling more complex functions,

A Functional Pattern System for Object-Oriented Design

This book integrates the vital areas of object-orientation, functional programming, design patterns, and language design. The most important concepts from functional programming are captured with six design patterns: FUNCTION OBJECTS (Black-box behaviour parameterisation) LAZY OBJECTS (Evaluation-by-need semantics) VALUE OBJECTS (Immutable values)

Physical Modeling in MATLAB, 4th Edition

MATLAB

Modeling and simulation are powerful tools for explaining the world, making predictions, designing things that work, and making them work better. Learning to use these tools can be difficult; this book is my attempt to make the experience as enjoyable and productive as possible. By reading this book - and working on the exercises - you will learn s

Node.js Handbook

Node.js

Node.js is built on top of the Google Chrome V8 JavaScript engine, and it's mainly used to create web servers - but it's not limited to that. Node.js Handbook follows the 80/20 rule: learn in 20% of the time the 80% of a topic. The author find this approach gives a well-rounded overview.

PHP Handbook

PHP

PHP is an incredibly popular programming language, reportedly used by 80% of all websites. It serves as the foundation for WordPress, the widely used content management system, and powers numerous frameworks designed to simplify web development, such as Laravel. This book is presented as a perfect introduction for those new to the language, as well