FreeComputerBooks.com
Links to Free Computer, Mathematics, Technical Books all over the World
|
|
-
Practical Common Lisp (Peter Seibel) Post under LISP and Common LISP on Sat Oct 24, 2020
It presents a thorough introduction to Common Lisp, providing you with an overall understanding of the language features and how they work. Over a third of the book is devoted to practical examples such as the core of a spam filter, web apps for MP3s, etc.
-
Effective Go (Robert Griesemer, et al) Post under The Go Programming Language on Sat Oct 17, 2020
This book gives tips for writing clear, idiomatic Go code. It covers the nuances of Go, with in-depth guides on types and structures, packages, concurrency, network programming, compiler design, optimization, and more.
-
Practical Cryptography With Go (Kyle Isom) Post under Cryptography and Go Programming on Sat Oct 17, 2020
This is an introduction to cryptography using The Go Programming Language. It doesn't aim to teach the theory, but rather to guide you in your attempt to understand how to use cryptography to secure your services.
-
Discovering Musical Patterns by Artificial Neural Networks Post under Neural Networks and Computer Music on Sat Oct 10, 2020
Intended to introduce readers to the use of Artificial Neural Networks in the study of music, this book contains numerous case studies and research findings that address problems related to identifying scales, keys, classifying musical chords, etc.
-
TypeScript Accelerated (James Porter) Post under JavaScript (ECMAScript, TypeScript, jQuery, etc.) on Sat Oct 10, 2020
This book embraces new technologies to allow you to learn with interactive learning Apps and other resources like books, quizzes and more. They aim to overcome the 'Google Effect' and achieve genuine fluency with Modern Programming technologies.
-
Discrete Mathematics: An Open Introduction (Oscar Levin) Post under Discrete and Finite Mathematics on Sat Oct 10, 2020
This is a gentle introduction to discrete mathematics. Four main topics are covered: counting, sequences, logic, and graph theory. Along the way proofs are introduced, including proofs by contradiction, proofs by induction, and combinatorial proofs.
-
Algorithms (Panos Louridas) Post under Data Structures and Algorithms on Sat Oct 03, 2020
An accessible introduction to algorithms, explaining not just what they are but how they work, with examples from a wide range of application areas. It covers three of the most fundamental applications areas: graphs, searching, and sorting.
-
Elements of Robotics (Mordechai Ben-Ari, et al) Post under Robotics and Robot Programming on Sat Oct 03, 2020
This book bridges the gap between playing with robots in school and studying robotics to prepare for careers in industry and research. Robotic algorithms are presented formally, but using only mathematics known by high-school and first-year college students.
-
Playful Machine: Theoretical & Practical Self-Organizing Robots Post under Robotics and Robot Programming on Sat Oct 03, 2020
The book develops guided self-organization, a new method that helps to make the playful machines fit for fulfilling tasks in the real world. It comes with a robotics simulator inviting also the non-scientific reader to simply enjoy playful machines.
-
Practical Angular (Ahmed Bouchefra) Post under JavaScript Frameworks (React.js, Angular, Vue.js, ...) on Sat Oct 03, 2020
This book will walk you through building several apps with Angular while learning new concepts and practices along the way. This book is beginners friendly and doesn't assume any prior experience with Angular. You'll learn Angular from scratch.
-
Probability: Theory and Examples (Rick Durrett) Post under Probability, Stochastic Process, etc. on Sat Oct 03, 2020
This lively introduction to measure-theoretic probability theory covers laws of large numbers, central limit theorems, random walks, martingales, Markov chains, ergodic theorems, and Brownian motion.
-
Probability Theory and Stochastic Processes with Applications Post under Probability, Stochastic Process, etc. on Sat Oct 03, 2020
This book provides an introduction to probability theory and discrete and continuous stochastic processes and its applications. It has a unique approach that provides a broad and wide introduction into the fascinating area of probability theory.
-
Knowing Knoppix: The Beginner's Guide To Linux (Phil Jones) Post under The Linux Operating Systems on Sat Sep 26, 2020
Knoppix is an astoundingly clever product. It runs Linux completely from CD. It bypasses all the software already installed on your PC or laptop. This book is a beginner-friendly book designed to help with these situations: You can't start Windows!
-
Linux Quick Fix Notebook (Peter Harrison) Post under Unix/Linux System Administration on Sat Sep 26, 2020
This books includes many of the most commonly encountered errors with explanations of their causes and how to fix them. The book's format is aimed at sys admins who often have to do advanced tasks in which the underlying theory is understood,
-
Learn Vimscript the Hard Way (Steve Losh) Post under Unix/Linux Scripting and Unix/Linux Text Editing on Sat Sep 26, 2020
This book will introduce you to Vimscript, the main programming language used to customize Vim. You'll be able to mold Vim into an editor suited to your own personal text editing needs and make the rest of your time in Vim more efficient.
:
|
|