Pages : | 20 |
Size : | |
File type : | HTML |
Downloads: | 270 |
Created: | 2021-05-15 |
License: | Free |
This book written to provide clear and concise explanation of topics for programmers both starting to learn the Java programming language as well as those diving in more complex topics. Most examples are linked to online playground that allows you to change the code and re-run it....
Introduction to PhoneGapDownload free course tutorial training about PhoneGap ,this document shows the basics of this platform in order to creat a web application designed to mobile devices....
FreeSWITCH 1.6 CookbookFreeSWITCH is an open source carrier-grade telephony platform designed to facilitate the c..., download free FreeSWITCH 1.6 Cookbook tutorial in PDF (190 pages) created by Anthony Minessale II ....
Building Skills in Python: A Programmer's Introduction to PythonThis book is a complete presentation of the Python language. It is oriented toward learning, which involves accumulating many closely intertwined concepts. In our experience teaching, coaching and doing programming, there is an upper limit on the "clue absorption rate". In order to keep within thi...
Programming in Fortran 95Download Fortran 95 course, PDF tutorial for beginners to learn the basics of Fortran programming language....
The Boost C++ LibrariesThis book is an introduction to the Boost C++ Libraries. The Boost C++ Libraries complement the C++ standard and add many practical tools that can be of use to any C++ developer and in any C++ project. Because the Boost C++ Libraries are based on the C++ standard, they are implemented using state-...
C# Features SuccinctlyDownload free course C# Features Succinctly, pdf file on 77 pages by Dirk Strauss....
Learn Node.JSThis beginner's course of Node.js will teach you how to make a first functional Web application using Node.js. The author presents his work as the guide he would have liked to read starting with Node.js. He has deliberately simplified his explanations so as to be comprehensible to the greatest numbe...
GANs in Action: Deep Learning with Generative Adversarial NetworksGenerative Adversarial Networks (GANs) are an incredible AI technology capable of creating images, sound, and videos that are indistinguishable from the real thing. By pitting two neural networks against each other, one to generate fakes and one to spot them, GANs rapidly learn to produce photo-real...
How To Think Like A Computer Scientist: C++ VersionThe goal of this book is to teach you to think like a computer scientist, using C++ as the programming language. ...