|
 |
|
 |
|
|
 |
|  |
|
Название: Murach's ASP.NET Core MVC Автор: Mary Delamater, Joel Murach Издательство: Mike Murach & Associates Год: 2020 Страниц: 784 Язык: английский Формат: pdf Размер: 16.9 MB
If you know the basics of C#, you’re ready to learn how to create web applications using Microsoft’s powerful technology, ASP.NET Core MVC (Model-View-Controller). And there’s no more practical way to do it than with this book. By the end of section 1…just 5 chapters…you’ll be developing real-world web apps that follow the MVC pattern, using C# code for the model and controller classes…HTML, CSS, and Razor code for the user interface (the view)…and Bootstrap classes for responsive design so that your apps adapt well to all screen sizes. You’ll also be able use the debugging tools in Visual Studio and your browser to test your apps thoroughly. |
Разместил: Ingvar16 29-12-2022, 15:35 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Unreal Engine C++ the Ultimate Developer's Handbook: Learn C++ and Unreal Engine by Creating a Complete Action Game Автор: Stephen Seth Ulibarri Издательство: Independently published Год: 2020 Страниц: 546 Язык: английский Формат: pdf Размер: 12.3 MB
Prepare for Unreal Engine 5! Learn the fundamentals of the C++ programming language as well as Unreal Engine’s code base for creating and packaging a complete hack and slash action game. Implement combat, AI and Behavior Trees, animation, gameplay mechanics, interfaces and delegates, collision and physics, ray casting, game saving, menu and HUD creation via UMG, and much more. If you don’t know C++, the programming language used in Unreal Engine, don’t worry. This book will teach you C++, and you will have a valuable reference filled with examples of the C++ principles you will use as a game developer. Tab the book, put in bookmarks, post-it notes, and highlight it. It will serve you as a reference to check back on while you develop your games. |
Разместил: Ingvar16 29-12-2022, 15:23 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Beginning Spring dаta: Data Access and Persistence for Spring Framework 6 and Boot 3 Автор: Andres Sacco Издательство: Apress Год: 2023 Страниц: 420 Язык: английский Формат: pdf, epub Размер: 21.1 MB
Use the popular Spring Data project for data access and persistence using various Java-based APIs such as JDBC, JPA, MongoDB, and more. This book shows how to easily incorporate data persistence and accessibility into your microservices, cloud-native applications, and monolithic enterprise applications. It also teaches you how to perform unit and performance testing of a component that accesses a database. And it walks you through an example of each type of SQL and NoSQL database covered. After reading this book, you’ll be able to create an application that interacts with one or multiple types of databases, and conduct unit and performance testing to analyze possible problems. Source code is available on GitHub. |
Разместил: Ingvar16 29-12-2022, 06:41 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Digital Twin for Healthcare : Design, Challenges, and Solutions Автор: Abdulmotaleb El Saddik Издательство: Academic Press/Elsevier Год: 2023 Страниц: 380 Язык: английский Формат: pdf (true), epub Размер: 30.3 MB
Digital Twins for Healthcare: Design, Challenges and Solutions establishes the state-of-art in the specification, design, creation, deployment and exploitation of digital twins' technologies for healthcare and wellbeing. A digital twin is a digital replication of a living or non-living physical entity. When data is transmitted seamlessly, it bridges the physical and virtual worlds, thus allowing the virtual entity to exist simultaneously with the physical entity. A digital twin facilitates the means to understand, monitor, and optimize the functions of the physical entity and provide continuous feedback. It can be used to improve citizens' quality of life and wellbeing in smart cities and the virtualization of industrial processes. The Digital Twin (DT) technology has gained success in the production industry, and it is now getting attention in the domain of health and well-being. The healthcare DT models require Artificial Intelligence (AI) capabilities related to various health conditions, including early warnings of a patient's critical condition, classification of diabetes risk, heart risk, and prediction for preparedness for hospital management. In addition, DT is adopting AI to increase the scope and impact of healthcare applications. |
Разместил: Ingvar16 29-12-2022, 06:29 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Umbraco .NET Core Mastery: Build a kickAss websites using Umbraco 10 or 9 Автор: Jon D Jones Издательство: Leanpub Год: 2022-07-29 Страниц: 273 Язык: английский Формат: pdf, epub Размер: 32.3 MB
Learn how to master Umbraco CMS development using ASP.NET 6, NET Core, or ASP.NET 5! Learn how to build a Umbraco-powered website using Umbraco v10 (or v9) and .NET Core/ASP.NET 6 /ASP.NET 5. In 2022, Umbraco moved from the .NET Framework to .NET Core has meant that a lot of things have changed within the CMS. Compared to earlier versions of Umbraco there is a now whole new way of working. In this 350-page plus book, you will get access to all the information that you will need in order to create a kickass website using Umbraco 10. In this book, you will learn everything you need to build a kickass Umbraco powered website. |
Разместил: Ingvar16 29-12-2022, 05:10 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Feature Engineering & Selection for Explainable Models: A Second Course for Data Scientists Автор: Md Azimul Haque Издательство: Leanpub Год: 2022-12-28 Страниц: 196 Язык: английский Формат: pdf (true) Размер: 10.2 MB
The objective of the book is to make the readers self-sufficient in the fine art of developing highly accurate Machine Learning models that make it to production. We will cover different stages of the Machine Learning project from development to the explanation of model predictions. Learning the fundamental building blocks of building machine learning models will make us better educated machine learning engineers, researchers, capable consultants, and confident leaders. This book will help beginners shorten their learning curve in their journey to become capable machine learning engineers. For experienced consultants, we cover some methods and techniques which are less often heard and used. Techniques that were not available in Python previously. For leaders in Data Science, it will help you get perspective on how to advocate your models by using model explainability. Although concepts covered in the book are applicable across programming languages, this book is written for Python users. It is for the same purpose that several algorithms mentioned in this book were developed from scratch and open-sourced as 4 separate Python libraries by the author. It is assumed that the reader has a basic understanding of libraries such as Sklearn for Machine Learning, Pandas, and Numpy for data manipulation, as well as Matplotlib and Seaborn for data visualization. |
Разместил: Ingvar16 29-12-2022, 04:58 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: A Guide to Design and Analysis of Algorithms Автор: Soubhik Chakraborty, Prashant Pranav, Naghma Khatoon Издательство: Nova Science Publishers, Inc. Серия: Computer Science, Technology and Applications Год: 2023 Страниц: 126 Язык: английский Формат: pdf (true) Размер: 12.6 MB
As there can be more than one algorithm for the same problem, designing and analyzing an algorithm becomes important in order to make it as efficient and robust as possible. This book will serve as a guide to design and analysis of computer algorithms. Chapter One provides an overview of different algorithm design techniques and the various applications of such techniques. Chapter Two reviews the divide and conquer strategy and the algorithm types that employ it. Chapter Three explores greedy algorithms and some problems that can be solved with this approach. Chapter Four discusses in depth the dynamic programming approach. Chapter Five provides a solution to the N-Queens problem utilizing a backtracking approach. Chapter Six elucidates the reader to branch and bound techniques and provides three solutions to problems implementing them. Part II of this book begins with Chapter Seven, where two different approaches to the analysis of algorithms are discussed. Chapter Eight reviews randomized algorithms through an empirical lens. Chapter Nine discusses Master Theorem and the many kinds of problems this Theorem can solve. Chapter Ten, the final chapter, provides notes on the empirical complexity analysis of algorithms. |
Разместил: Ingvar16 29-12-2022, 04:32 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Tiny C Projects Автор: Dan Gookin Издательство: Manning Publications Год: December 27, 2022 Страниц: 425 Язык: английский Формат: epub, mobi Размер: 10.1 MB
Learn the big skills of C programming by creating bite-size projects! Work your way through these 15 fun and interesting tiny challenges to master essential C techniques you’ll use in full-size applications. Tiny C Projects is an engaging collection of 15 small programming challenges! This fun read develops your C abilities with lighthearted games like tic-tac-toe, utilities like a useful calendar, and thought-provoking exercises like encoding and cyphers. Jokes and lighthearted humor make even complex ideas fun to learn. Each project is small enough to complete in a weekend, and encourages you to evolve your code, add new functions, and explore the full capabilities of C. The best way to gain programming skills is through hands-on projects—this book offers 15 of them. C is required knowledge for systems engineers, game developers, and roboticists, and you can start writing your own C programs today. Carefully selected projects cover all the core coding skills, including storing and modifying text, reading and writing files, searching your computer’s directory system, and much more. |
Разместил: Ingvar16 28-12-2022, 14:50 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Podman in Action: The next generation of container engines (Final Release) Автор: Daniel Walsh Издательство: Manning Publications Год: 2023 Страниц: 314 Язык: английский Формат: pdf (true) Размер: 13.9 MB
Discover Podman, a next-generation container engine that manages containers rootlessly and provides extra layers of exceptional security unavailable in Docker and other container platforms. Podman in Action teaches you how to develop and manage rootless containers using Podman. You’ll quickly get to grips with Podman’s unique advantages over Docker, and learn how easy it is to migrate your Docker-based infrastructure. Every chapter of Podman in Action includes easy-to-follow examples, including steps to deploy a complete containerized web service. You’ll learn the power and security of the user namespace, how to install and run Podman on MacOS and Windows, and dive into key security concepts like SELinux and SECCOMP. |
Разместил: Ingvar16 28-12-2022, 14:16 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: 2D Drawing with C++17 : Using Only The Standard Library Автор: Hakan Blomqvist Издательство: Leanpub Год: 2022-12-05 Страниц: 639 Язык: английский Формат: pdf (true) Размер: 37.2 MB
Learn how to draw pixels, lines, rectangles, circles, triangles and curves with C++17. Save and load PPM files. Visualizing data for presentation, collaboration and investigation. Learn how to draw pixels, lines, rectangles, circles, triangles, and curves with C++17. Save and load PPM files. Visualizing data for presentation, collaboration, and investigation. We have all been there when you want to present some data nicely and graphically. You start by implementing a GUI library so that you can set up a canvas to draw on… but then what? Or you download and build a library that can handle reading and writing PNG images, as you need lossless images. Or you do the same to find out a file's entropy. Or you’re coding on a game and want to test the look of animation sprites in a parallax setting. |
Разместил: Ingvar16 28-12-2022, 14:03 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
br>
|