Javascript by Hanumanth Ladwa

Автор: literator от 4-10-2021, 19:35, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Javascript by Hanumanth LadwaНазвание: jаvascript
Автор: Hanumanth Ladwa
Издательство: Independently published
Год: 2021
Страниц: 236
Язык: английский
Формат: pdf, epub
Размер: 14.6 MB

jаvascript is a scripting language. What is scripting language? It is a list of commands that are embedded in a web page, interpreted and executed by a certain scripting engine. Scripts are written for various purposes such as automating the processes on a local-computer or to generate web pages on the web. The programming languages in which scripts are written are called scripting languages. Most of the common types of scripting languages are, jаvascript, VBScript, ASP (Active Server Pages), PHP (Hypertext Preprocessor), PERL (Practical Extraction and Reporting Language), JSP (Java Server Pages) etc.


 

Quantum Computing: How It Works and How It Could Change the World

Автор: literator от 4-10-2021, 19:05, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Quantum Computing: How It Works and How It Could Change the WorldНазвание: Quantum Computing: How It Works and How It Could Change the World
Автор: Amit Katwala
Издательство: Random House Business
Год: 2021
Страниц: 160
Язык: английский
Формат: epub
Размер: 10.1 MB

Quantum computing has been hailed as a technological game-changer. But what precisely is it and what is its true potential? In this superbly insightful, one-stop guide WIRED author Amit Katwala tells you everything you need to know about the next computer revolution. He explains the highly complex science that lies behind it. He describes the competing efforts of the likes of Google, Microsoft and Chinese companies Tencent and Alibaba to create a viable quantum computer, and the different routes they have taken to meet the immense technical challenges involved. He considers the technology's potential application in spheres as diverse as medicine, cyber security and clean energy. And he addresses the fundamental question: how close are we to seeing quantum computers become a widespread reality.


 

Craft Your Code: With small ideas, simple tools, and techniques that make a BIG difference

Автор: TRex от 4-10-2021, 18:32, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Craft Your Code: With small ideas, simple tools, and techniques that make a BIG difference
Автор: Srihari Sridharan
Издательство: Leanpub
Год: 2021
Формат: PDF
Страниц: 301
Размер: 34 Mb
Язык: English

A computer program is written once and read many times! According to a study, the 10 to 1 rule of writing and programming, good software and good writing requires every line to be rewritten, on an average of 10 times. This book aims at stepping up your programming skills. It is a challenge to let other developers understand your code!
 

Kubernetes Security and Observability (Third Early Release)

Автор: literator от 4-10-2021, 18:13, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Kubernetes Security and Observability (Third Early Release)Название: Kubernetes Security and Observability (Third Early Release)
Автор: Alex Pollitt, Manish Sampat
Издательство: O’Reilly Media, Inc.
Год: 2021
Страниц: 237
Язык: английский
Формат: pdf, epub
Размер: 13.0 MB

This practical book introduces new cloud native approaches for Kubernetes practitioners, like yourself, who care about the security and observability of mission-critical microservices. Through practical guidance and best practice recommendations, this book helps you understand why cloud native applications require a modern approach to security and observability practices and how to implement them.


 

Creating GUI Applications with wxPython

Автор: literator от 4-10-2021, 17:40, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Creating GUI Applications with wxPythonНазвание: Creating GUI Applications with wxPython
Автор: Michael Driscoll
Издательство: Leanpub
Год: 2020-12-07
Страниц: 357
Язык: английский
Формат: pdf (true), mobi, epub
Размер: 24.2 MB

Learn wxPython by creating simple applications. You will also learn how to add new features and distribute your applications to Windows and Mac OSCreating GUI Applications with wxPython is a book that will teach you how to use wxPython to create applications by actually creating several mini-programs. I have found that while learning how the various widgets work in wxPython is valuable, it is even better to learn by creating a simple application that does something useful.


 

CSS Optimization Basics

Автор: TRex от 4-10-2021, 17:35, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: CSS Optimization Basics
Автор: Jens Oliver Meiert
Издательство: Leanpub
Год: 2021
Формат: ePUB, PDF, MOBI
Страниц: 42
Размер: 10 Mb
Язык: English

CSS Optimization Basics is an introduction to quality CSS by former Google tech lead and O’Reilly author Jens Oliver Meiert. The book discusses the mindsets needed for writing effective style sheets, covers optimization for operation and production, and lists resources that aid and inform the well-rounded web developer’s work with CSS.
 

Турбо Паскаль 7.0: Полная версия

Автор: umkaS от 4-10-2021, 16:06, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Турбо Паскаль 7.0: Полная версия
Автор: Алексеев Е.Р., Чеснокова О.В.
Издательство: М.: НТ Пресс
Год: 2006
Cтраниц: 320
Формат: djvu
Размер: 17 мб
Язык: русский

Книга адресована изучающим алгоритмизацию и программирование. Прочитав ее, вы научитесь составлять алгоритмы и программы. Книга посвящена языку программирования Турбо Паскаль версии 7.0. Приведено большое количество практических примеров программирования. Подробно описаны такие этапы программирования, как работа с подпрограммами, модулями, файлами, экраном дисплея в текстовом и графическом режимах.
 

Building your own authentication library with Trailblazer

Автор: literator от 4-10-2021, 15:23, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Building your own authentication library with TrailblazerНазвание: Building your own authentication library with Trailblazer
Автор: Nick Sutterer
Издательство: Leanpub
Год: 2021-06-23
Язык: английский
Формат: pdf (true), mobi, epub
Размер: 10.27 MB

Authentication - the art of creating and locking accounts, of verifying users and encrypting or forgetting passwords. Step-wise this beginner's guide explores software design and abstractions in Trailblazer by building an authentication library in Rails. After this book, you're ready to lock out people with your own code.A beginner's guide taking you by the hand and walking you through Trailblazer's beautiful operation layer. While building a Ruby authentication library similar to Devise you are going to learn organizing and structuring business code, how operations help concentrating on what needs to be done, not when, and how Trailblazer's components can be connected to build full-blown web applications within Rails.


 

Работа с ядром Windows

Автор: TRex от 4-10-2021, 15:19, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Работа с ядром Windows
Автор: Йосифович Павел
Издательство: Питер
Год: 2021
Формат: PDF
Страниц: 400
Размер: 10 Mb
Язык: Русский

Ядро Windows таит в себе большую силу. Но как заставить ее работать? Павел Йосифович поможет вам справиться с этой сложной задачей: пояснения и примеры кода превратят концепции и сложные сценарии в пошаговые инструкции, доступные даже начинающим.
В книге рассказывается о создании драйверов Windows. Однако речь идет не о работе с конкретным "железом", а о работе на уровне операционной системы (процессы, потоки, модули, реестр и многое другое).
Вы начнете с базовой информации о ядре и среде разработки драйверов, затем перейдете к API, узнаете, как создавать драйвера и клиентские приложения, освоите отладку, обработку запросов, прерываний и управление уведомлениями.

 

Core ML Survival Guide: More than you ever wanted to know about mlmodel files and the Core ML and Vision APIs

Автор: literator от 4-10-2021, 15:10, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Core ML Survival Guide: More than you ever wanted to know about mlmodel files and the Core ML and Vision APIsНазвание: Core ML Survival Guide: More than you ever wanted to know about mlmodel files and the Core ML and Vision APIs
Автор: Matthijs Hollemans
Издательство: Leanpub
Год: 2020-10-09
Страниц: 505
Язык: английский
Формат: pdf (true), mobi, epub +Code
Размер: 36.7 MB

Core ML is pretty easy to use — except when it doesn’t do what you want. The Core ML Survival Guide is packed with tips and tricks for solving the most common Core ML problems. Updated for iOS 14 and macOS 11. IMPORTANT: I will not be updating this book to the new features introduced with iOS 15 and macOS 12. Those new features are welcome improvements but they also make most of this book irrelevant. That being said, if you are targeting older versions of iOS or macOS, or you cannot use the new mlpackage format or the new ML Program models for some reason, the Core ML Survival Guide will still be useful. Thanks to all the readers for supporting this book over the years!