Vtome.ru - электронная библиотека

  • Добавил: literator
  • Дата: 26-12-2023, 22:36
  • Комментариев: 0
Название: Pro Bash: Learn to Script and Program the GNU/Linux Shell, Third Edition
Автор: Jayant Varma, Chris F.A. Johnson
Издательство: Apress
Год: 2023
Страниц: 314
Язык: английский
Формат: pdf (true), epub (true), mobi
Размер: 10.1 MB

Learn how to effectively utilize the Bash shell in your programming. This refreshed and expanded third edition has been updated to Bash 5.2, and many scripts have been rewritten to make them more idiomatically Bash, taking better advantage of features specific to Bash. It is easy to read, understand, and will teach you how to get to grips with Bash programming without drowning you in pages and pages of syntax. Using this book you will be able to use the shell efficiently, make scripts run faster using expansion and external commands, and understand how to overcome many common mistakes that cause scripts to fail. This book is perfect for all beginning Linux and Unix system administrators who want to be in full control of their systems, and really get to grips with Bash programming.
  • Добавил: umkaS
  • Дата: 26-12-2023, 21:34
  • Комментариев: 0
Название: Миссия: Python. Создаем игры вместе с детьми
Автор: Шон МакМанус
Издательство: Бомбора
Год: 2022
Cтраниц: 384, цвет.ил.
Формат: pdf
Размер: 112 мб
Язык: русский

Добро пожаловать в увлекательное космическое путешествие по просторам бескрайней Вселенной! У каждого космонавта есть своя миссия, а у юного читателя этой книги миссия особенная – создать свою первую игру на языке Python. В этом ему помогут подробные инструкции от автора, пошаговые иллюстрации и пул полезных советов.
  • Добавил: literator
  • Дата: 26-12-2023, 18:16
  • Комментариев: 0
Название: jаvascript Programming: Building Modern and Interactive Websites
Автор: Theophilus Edet
Издательство: CompreQuest Books
Серия: Mastering Programming Languages Series
Год: 2023
Страниц: 520
Язык: английский
Формат: pdf
Размер: 85.6 MB

jаvascript Programming - Building Modern and Interactive Websites Unlock the Power of jаvascript and Elevate Your Web Development Skills! Are you ready to dive into the heart of web development and harness the full potential of jаvascript? Look no further! "jаvascript Programming: Building Modern and Interactive Websites" is your comprehensive guide to mastering jаvascript, from its foundational concepts to advanced techniques for creating cutting-edge web applications. Dive into the DOM, the backbone of web development, and learn how to dynamically manipulate web page elements. Create interactive and responsive user interfaces that captivate your audience. Uncover the secrets of popular jаvascript frameworks like React, Vue.js, and Angular. Understand how to efficiently use these tools to streamline your development process and create modern, engaging web applications. Whether you're a newcomer to programming or an experienced developer looking to level up, "jаvascript Programming: Building Modern and Interactive Websites" provides the insights and practical knowledge you need to create captivating web experiences. With real-world examples, hands-on exercises, and a clear, engaging writing style, this book is designed to guide you through every step of your jаvascript journey.
  • Добавил: literator
  • Дата: 26-12-2023, 08:15
  • Комментариев: 0
Название: ChatGPT and Bard for Business Automation: Achieving AI-Driven Growth
Автор: Tom Taulli
Издательство: Apress
Год: 2023
Страниц: 181
Язык: английский
Формат: pdf (true), epub (true)
Размер: 10.1 MB

The launch of ChatGPT represents an epochal event. It’s on par with the emergence of the Internet or the launch of the iPhone. But the impact could be even more transformative. ChatGPT crossed over 100 million users in two months. This was the fastest to do so ever. It took TikTok nine months. No doubt, building applications with ChatGPT is quickly become strategic and a must-have. This is why developers must understand this technology – and now. And this book will show how. It details how ChatGPT technology works, such as with the transformer and diffusion models. It also illustrates how to use the various APIs, such as GPT-4, ChatGPT, Bard, and Bedrock. This includes understanding embeddings, fine tuning of the models, using zero-shot and few-shot learning, and adjusting the parameters like temperature. This book focuses on the practical uses of this powerful technology. There are step-by-step tutorials on how to create apps for blog generation, sentiment analysis, language translation and integration. This book is an indispensable guide for any developer who wants to be a part of the ChatGPT revolution. For data scientists or data engineers who want to learn how to leverage generative AI APIs, Software engineers or developers who are looking for a new job role in generative AI, Software engineers and developers who want to see how they can integrate generative AI.
  • Добавил: literator
  • Дата: 26-12-2023, 06:53
  • Комментариев: 0
Название: Go Crazy: A Fun Projects-based Approach to Golang Programming
Автор: Nicolas Modrzyk
Издательство: Apress
Год: 2023
Страниц: 376
Язык: английский
Формат: pdf (true), epub (true)
Размер: 33.2 MB

Go beyond the basics of Go and build complete applications using open-source libraries or the Go programming language by Google. This book will take you deep into the memory lane of the Go language with crunchy details straight from outer space. The applications in this book include the framework for a 2D Go-based game, an image random generator Rest API, financial time series handling for trading, a Kubernetes operator, a Blockchain coding and more. You'll also get refreshers on Go constructs and useful code tricks to build performant projects, and develop an HTTP based cloud ready image generator. Go Crazy will open your eyes to a new world of practical applications for Go. After reading the book, you will be able to apply your Golang knowledge to build your own crazy projects. Free source code will be available on this book's GitHub page. For Go programmers both experienced and novice.
  • Добавил: literator
  • Дата: 26-12-2023, 06:02
  • Комментариев: 0
Название: TypeScript Basics: Learn TypeScript from Scratch and Solidify Your Skills with Projects
Автор: Nabendu Biswas
Издательство: Apress
Год: 2023
Страниц: 172
Язык: английский
Формат: pdf (true), epub (true)
Размер: 10.1 MB

TypeScript is revolutionizing how developers create jаvascript apps. It was built by Microsoft to fix the issues that came out of loose binding in jаvascript. Since jаvascript is a loosely typed language, a lot of issues ended up in the production apps. These issues were hard to track and took a lot of time to fix. TypeScript is a superset of jаvascript, and it enables you to avoid type errors before they even occur. You can catch them in an IDE (Integrated Development Environment) like VS Code. The popular jаvascript frontend framework of Angular uses TypeScript by default. The most popular jаvascript frontend library called React also uses jаvascript by default. This book first teaches you about TypeScript, and then you will use it in a ReactJS project. You will also use it with the jаvascript backend framework of NodeJS and learn how to create a React Redux project. Jumpstart your working knowledge of Typescript with a quick, practical guide and start using this open source, object orientated language with confidence. This book highlights how Typescript works with jаvascript and its frameworks, giving it greater functionality, especially for larger enterprise projects.
  • Добавил: literator
  • Дата: 25-12-2023, 22:17
  • Комментариев: 0
Название: Pointers and References in C++: Fifth Step in C++ Learning
Автор: Gordon Ray, Din Asotic
Издательство: Reedsy
Серия: C++ Programming Book 5
Год: 2023
Страниц: 107
Язык: английский
Формат: pdf
Размер: 16.9 MB

Introducing the fifth installment in the Programming in C++ Series by Eucoding – "Pointers and References in C++." Embark on a journey into the intricate world of memory management and data manipulation as you delve into the heart of C++ programming. This book serves as your compass, guiding you through the nuanced realm of pointers and references with clarity and precision. Unlock the power of dynamic memory allocation and discover the art of direct memory access as you navigate the depths of this fundamental programming concept. "Pointers and References in C++" doesn't just demystify these crucial elements; it empowers you to wield them confidently in your code, enhancing your ability to create efficient, robust, and flexible software. Eucoding, a trusted name in programming education, brings you a humble yet comprehensive guide that transcends the complexities of pointers and references, making them accessible to both beginners and seasoned developers alike. Immerse yourself in practical examples, hands-on exercises, and real-world applications, ensuring you not only grasp the theoretical underpinnings but also gain the practical skills to apply them in your own projects.
  • Добавил: umkaS
  • Дата: 25-12-2023, 20:47
  • Комментариев: 0
Название: Scratch для юных программистов: Пособие по программированию для обучения с нуля
Автор: Банкрашков А. (перевод)
Издательство: АСТ
Год: 2019
Cтраниц: 98, цвет.ил.
Формат: pdf
Размер: 43 мб
Язык: русский

В этой книге о программировании на языке Scratch, созданном специально для обучения детей программированию, вы найдете интересные проекты, забавные иллюстрации и, конечно, понятные инструкции. Все это поможет вам разобраться в основах программирования, понять логику работы компьютера, а затем и перейти к программированию на более сложных языках.
  • Добавил: literator
  • Дата: 25-12-2023, 17:56
  • Комментариев: 0
Название: ASP.NET Core 6 Succinctly
Автор: Dirk Strauss
Издательство: Syncfusion
Год: 2023
Страниц: 102
Язык: английский
Формат: pdf (true), epub, mobi
Размер: 10.2 MB

In ASP.NET Core 6 Succinctly, author Dirk Strauss guides web developers through some of the significant performance and feature improvements newly available in ASP.NET Core 6. Learn about the unmissable practicality of Hot Reload, explore super-helpful C# 10 features, pick up the essentials of how to build a minimal API, and discover how and why developers should use dependency injection. The .NET 6.0 framework is a major release for Microsoft and allows developers to build almost anything using one unified platform. The .NET Framework was released in 2002 for Windows development, and later evolved into what we know as .NET Core. This lightweight, cross-platform framework allows developers to build different types of applications. With the release of .NET 5.0 in 2020, Microsoft began to solidify its unified vision for the entire platform, culminating in .NET 6.0. In this book, we will have a look at .NET 6.0 as it relates to ASP.NET Core. .NET 6.0 and C# 10 bring with them a lot of new features. While this book is not a deep dive into C# 10, I will briefly touch on several of the new features. To see if the application you created is running C# 10, have a look at the project’s properties.
  • Добавил: literator
  • Дата: 25-12-2023, 16:47
  • Комментариев: 0
Название: MATLAB Image Acquisition Toolbox User’s Guide (R2023b)
Автор: MathWorks
Издательство: The MathWorks, Inc.
Год: September 2023
Страниц: 666
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

Acquire images and video from industry-standard hardware. Image Acquisition Toolbox provides functions and blocks for connecting cameras to MATLAB and Simulink. It includes a MATLAB app that lets you interactively detect and configure hardware properties. You can then generate equivalent MATLAB code to automate your acquisition in future sessions. The toolbox enables acquisition modes such as processing in-the-loop, hardware triggering, background acquisition, and synchronizing acquisition across multiple devices. Image Acquisition Toolbox supports all major standards and hardware vendors, including USB3 Vision, GigE Vision, and GenICam GenTL. You can connect to machine vision cameras and frame grabbers, as well as high-end scientific and industrial devices.