Подписывайтесь на наш Telegram-канал! Ежедневно интересно!

Подписывайтесь на наш Telegram-канал!

Помочь нашему сайту финансово на сервисе сбора донатов!

Помочь нашему сайту финансово!
 
HostLife - лучший платный хостинг

C# Concurrency (MEAP v5)

Автор: Limpopo5 от 2023-08-11, 16:18:08
  • 0
C# Concurrency (MEAP v5)Название: C# Concurrency (MEAP v5)
Автор: Nir Dobovizki
Издательство: Manning Publications
Год: 2023
Страниц: 148
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.9 MB

Supercharge your applications with the ultimate guide to asynchronous and multithreaded programming in C#! Multithreading and asynchronous programming are two ways to make the computer do more than one thing at the same time. Multithreading is about making it seem like the computer is doing multiple things (more things than the number of CPU cores) at the same time and asynchronous programming is about better utilizing the CPU in all the situations that would normally cause the CPU to wait. Making the computer do more than one thing at the same time is extremely useful; it can help keep native apps responsive while they work, and it is required to write high performance servers that can communicate with multiple clients. C# Concurrency teaches you how to write effective multithreaded and asynchronous software in C#. In this insightful book, you’ll discover the essential differences between multithreaded and asynchronous programming, how async/await works behind the scenes, and how you can use them all accurately and safely. Practical techniques, real-world examples, and useful code samples cut through the confusion around async/await and help you write rapid, reliable, and bug-free code.

Artificial Intelligence and Knowledge Processing: Improved Decision-Making and Prediction

Автор: Limpopo5 от 2023-08-11, 07:08:51
  • 0
Artificial Intelligence and Knowledge Processing: Improved Decision-Making and PredictionНазвание: Artificial Intelligence and Knowledge Processing: Improved Decision-Making and Prediction
Автор: Hemachandran K, Raul V. Rodriguez, Umashankar Subramaniam, Valentina Emilia Balas
Издательство: CRC Press
Год: 2024
Страниц: 387
Язык: английский
Формат: pdf (true)
Размер: 17.3 MB

Artificial Intelligence and Knowledge Processing play a vital role in various automation industries and their functioning in converting traditional industries to AI-based factories. This book acts as a guide and blends the basics of Artificial Intelligence (AI) in various domains, which include Machine Learning, Deep Learning, Artificial Neural Networks, and Expert Systems, and extends their application in all sectors. Artificial Intelligence and Knowledge Processing: Improved Decision-Making and Prediction, discusses the designing of new AI algorithms used to convert general applications to AI-based applications. It highlights different Machine Learning and Deep Learning models for various applications used in healthcare and wellness, agriculture, and automobiles. The book offers an overview of the rapidly growing and developing field of AI applications, along with Knowledge of Engineering, and Business Analytics. This multi-contributed book is a valuable source for researchers, academics, technologists, industrialists, practitioners, and all those who wish to explore the applications of AI, Knowledge Processing, Deep Learning, and Machine Learning.

Basics of Python: Master Python Programming from Scratch

Автор: Limpopo5 от 2023-08-11, 06:26:10
  • 0
Basics of Python: Master Python Programming from ScratchНазвание: Basics of Python: Master Python Programming from Scratch
Автор: Programming Hub
Издательство: Programming Hub
Год: 2023
Страниц: 239
Язык: английский
Формат: pdf
Размер: 49.3 MB

Embark on an enchanting adventure into the world of Python programming. This is one of the three-volume book series, crafted by Programming Hub, it is designed specifically for first-year engineering students, students seeking to strengthen the base of Python and someone who is trying to master Python with ease and joy. Whether you're a novice or have dabbled in Python before, "Basics of Python" is your guide to mastering Python and unleashing the programmer in you. Begin your exciting adventure now!

Unity Development Cookbook: Real-Time Solutions from Game Development to AI, 2nd Edition (Final)

Автор: Limpopo5 от 2023-08-10, 20:40:40
  • 0
Unity Development Cookbook: Real-Time Solutions from Game Development to AI, 2nd Edition (Final)Название: Unity Development Cookbook: Real-Time Solutions from Game Development to AI, 2nd Edition
Автор: Paris Buttfield-Addison, Jon Manning, Tim Nugent
Издательство: O’Reilly Media, Inc.
Год: 2023
Страниц: 433
Язык: английский
Формат: True PDF, True EPUB (Retail Copy)
Размер: 39.6 MB, 16.4 MB

Learn everything you need to know to use the powerful Unity engine to its full potential for 3D and 2D game development, simulation, artificial intelligence, and beyond. From the basics of scripting to techniques for interactivity, AI and behavior, animation, narrative, and networking, this flexible, mind-bogglingly popular engine is useful for anything that needs visuals and real-time simulation. With this thoroughly updated problem-solving cookbook, beginner and intermediate Unity developers will learn about the Unity engine through brief recipes that teach specific features of the software and scripting systems. You'll apply a collection of snippets of code to address common scenarios such as properly keeping score, accepting input, and sharing state over the network. In this book, we’ve assembled a selection of recipes to solve common problems that we’ve found ourselves solving over and over as we build using Unity. This book won’t cover every single tiny thing you want to know about Unity, but it hopefully covers the majority of things you’d be doing day-to-day in video game development.

JavaScript. Рецепты для разработчиков, 3-е издание

Автор: Limpopo5 от 2023-08-10, 19:13:20
  • 0
JavaScript. Рецепты для разработчиков, 3-е изданиеНазвание: javascript. Рецепты для разработчиков, 3-е издание
Автор: Aдaм Д. Cкoтт, Mэтью Maкдoнaлд, Шeлли Пayэpc
Издательство: Питер
Год: 2023
Страниц: 528
Язык: русский
Формат: pdf
Размер: 10.1 MB

Зачем изобретать велосипед, сталкиваясь с очередной проблемой в javascript? Здесь вы найдете множество рецептов кода для типовых задач программирования, а также познакомитесь c методами создания приложений, работающих в любом браузере. Адаптируемые примеры кода можно вставить практически в любой проект, а заодно поглубже изучить JS. С помощью этой книги вы научитесь настраивать эффективную среду разработки с редактором кода, статическим анализатором и тестовым сервером; станете лучше понимать функции JS, включая замыкания и генераторы; узнаете, как использовать классы и наследование — основные концепции ООП; освоите работу с мультимедиа, включая аудио, видео и SVG; научитесь управлять HTML и CSS; благодаря Node.js сможете использовать javascript где угодно; узнаете, как получать доступ к удаленным данным и управлять ими с помощью технологий REST, GraphQL и Fetch; освоите популярную среду разработки приложений Express; научитесь выполнять асинхронные операции с промисами, async/await и веб-процессами.

Exploring the Power of ChatGPT: Applications, Techniques, and Implications

Автор: Limpopo5 от 2023-08-10, 18:34:10
  • 0
Exploring the Power of ChatGPT: Applications, Techniques, and ImplicationsНазвание: Exploring the Power of ChatGPT: Applications, Techniques, and Implications
Автор: Eric Sarrion
Издательство: Apress
Год: 2023
Страниц: 206
Язык: английский
Формат: pdf
Размер: 19.1 MB

Learn how to use the large-scale natural language processing (NLP) model developed by OpenAI: ChatGPT. This book explains how ChatGPT uses Machine Learning to autonomously generate text based on user input and explores the significant implications for human communication and interaction. Author Eric Sarrion examines various aspects of ChatGPT, including its internal workings, use in computer projects, and impact on employment and society. He also addresses long-term perspectives for ChatGPT, including possible future advancements, adoption challenges, and considerations for ethical and responsible use. The book starts with an introduction to ChatGPT covering its versions, application areas, how it works with neural networks, NLP, and its advantages and limitations. Next, you'll be introduced to applications and training development projects using ChatGPT, as well as best practices for it. You'll then explore the ethical implications of ChatGPT, such as potential biases and risks, regulations, and standards. This is followed by a discussion of future prospects for ChatGPT. The book concludes with practical use case examples, such as text content creation, software programming, and innovation and creativity. This essential book summarizes what may be one of the most significant developments in Artificial Intelligence in recent history and provides useful insights for researchers, policymakers, and anyone interested in the future of technology.

Twisted Coding Projects (MEAP v3)

Автор: Limpopo5 от 2023-08-10, 15:27:21
  • 0
Twisted Coding Projects (MEAP v3)Название: Twisted Coding Projects (MEAP v3)
Автор: Daniel Aldred
Издательство: Manning Publications
Год: 2023
Страниц: 181
Язык: английский
Формат: pdf, epub + Code
Размер: 18.99 MB

You won’t find these Python projects in a programming textbook! Each twisted task teaches you Python GUI skills you’ll use again and again—even for serious things like a job! Twisted Coding Projects helps you take your next steps in Python by creating offbeat projects you’ll love to code. You’ll learn vital techniques for designing and developing Graphic User Interfaces (GUIs) that put a face on your Python apps. Use the open-source GUIZero library to build programs that prank your friends and amuse your family while upgrading your programming skills. Perfect for Python beginners, and kids big and small. The button, boxes, menus, and images on a Graphical User Interface (GUI) makes it easy for users to interact with a program. Python’s free, open source GUIZero library makes it easy to create GUIs for your applications. Built on the rock-solid Python Tkinter GUI, GUIZero is perfect for creating simple forms, games, and widgets.

Conquering JavaScript: The Practical Handbook

Автор: Limpopo5 от 2023-08-09, 20:45:23
  • 0
Conquering JavaScript: The Practical HandbookНазвание: Conquering javascript: The Practical Handbook
Автор: Sufyan bin Uzayr
Издательство: CRC Press
Год: 2024
Страниц: 563
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

Conquering javascript: The Practical Handbook helps the reader master the javascript (JS) programming language for faster and more robust development. JS is a highly popular language and is often termed as the ‘language of the web.’ In addition to the internet, JS is also being used actively in game development, mobile apps, progressive applications, and now even desktop apps. As such, it is safe to say that JS is probably the most cross-platform language currently in use, and it rises in popularity with each passing day. This book covers the basics and moves on to advanced concepts using a hands-on approach with practical lessons and tutorials. JS programming, JS frameworks and various use-case scenarios are discussed in detail. Bridging the gap between beginner and intermediate-level JS literature, this book is a valuable resource to build robust knowledge. AngularJS, jQuery, and ReactJS are just a few of the frameworks and tools available for javascript today. Initially executed on the client side, the javascript implementation has expanded to the server side after the introduction of Node.js, a cross-platform server environment based on the Google Chrome javascript V8 engine. While it primarily caters to web-based applications, javascript programming capabilities have numerous uses in many fields.

Test-Driven Development with React and TypeScript: Building Maintainable React Applications, 2nd Edition

Автор: Limpopo5 от 2023-08-09, 19:24:49
  • 0
Test-Driven Development with React and TypeScript: Building Maintainable React Applications, 2nd EditionНазвание: Test-Driven Development with React and TypeScript: Building Maintainable React Applications, 2nd Edition
Автор: Juntao Qiu
Издательство: Apress
Год: 2023
Страниц: 277
Язык: английский
Формат: pdf (true), epub
Размер: 10.1 MB

This comprehensive book is your ultimate guide to mastering Test-Driven Development (TDD) in the context of React and TypeScript. Whether you're a seasoned developer seeking to refine your skills or a newcomer eager to embrace industry-standard practices, this book caters to all levels of expertise. Apply test-driven principles to create scalable and maintainable React applications. This book covers a wide range of topics, including setting up a testing environment and utilizing popular testing frameworks like Cypress, Jest, and the React Testing Library. It also delves into valuable refactoring techniques, as well as enhancing code maintainability and readability. What sets this comprehensive guide apart is its end-to-end project simulation, showcasing how TDD can be employed to build a complete application called "Bookish." Test-Driven Development with React and TypeScript elevates its code examples by leveraging TypeScript, the predominant language in modern frontend development, offering you a deeper understanding of how TDD principles can be applied to React projects. Furthermore, all code examples have been carefully revised and updated for this edition, incorporating reader feedback and reflecting current industry standards. After completing this book, you have the knowledge and skills necessary to develop high quality and scalable React applications.

Pro Power BI Theme Creation: JSON Stylesheets for Automated Dashboard Formatting, 2nd Edition

Автор: Limpopo5 от 2023-08-09, 18:36:16
  • 0
Pro Power BI Theme Creation: JSON Stylesheets for Automated Dashboard Formatting, 2nd EditionНазвание: Pro Power BI Theme Creation: JSON Stylesheets for Automated Dashboard Formatting, 2nd Edition
Автор: Adam Aspin
Издательство: Apress
Год: 2023
Страниц: 279
Язык: английский
Формат: pdf (true), epub
Размер: 10.1 MB

Use JSON theme files to standardize the look of Power BI dashboards and reports. This book shows how you can create theme files using the Power BI Desktop application to define high-level formatting attributes for dashboards as well as how to tailor detailed formatting specifications for individual dashboard elements in JSON files. Standardize the look of your dashboards and apply formatting consistently over all your reports. The techniques in this book provide you with tight control over the presentation of all aspects of the Power BI dashboards and reports that you create. Power BI theme files use JSON (javascript Object Notation) as their structure, so the book includes a brief introduction to JSON as well as how it applies to Power BI themes. The book further includes a complete reference to all the current formatting definitions and JSON structures that are at your disposal for creating JSON theme files up to the May 2023 release of Power BI Desktop. Finally, the book includes dozens of theme files, from the simple to the most complex, that you can adopt and adapt to suit your own requirements.

HostLife - лучший платный хостинг
HostLife - лучший платный хостинг!
Отличный хостинг по цене от 1.87$/месяц! Рекомендация от сайта Bookskeeper!


Бесплатная электронная библиотека. Скачать книги бесплатно!

Наша электронная библиотека Bookskeeper (для РФ работает через VPN) - это интернет-витрина, где любой посетитель может публиковать электронные варианты книг, журналов, газет, комиксов, в общем, любой литературы со ссылками для медленного, но бесплатного скачивания с файлообменников. В нашем книжном хранилище Вы всегда найдете литературу на любой вкус человека любого возраста - от детских комиксов и расскрасок до серьезной научной литературы.
 
 
Поддержите наш сайт!
Идет сбор донатов на хостинг
для работы нашего сайта.
Сканируйте QR-код
(или нажмите на него)
для Вашей поддержки!
Оплата картой, ЮMoney


Донаты для помощи нашему сайту!

ОГРОМНОЕ СПАСИБО
всем за Ваши донаты!

Наши рекомендации



Book24.ru - книжный интернет магазин



Turbobit - Получите турбо-доступ и скачивайте безлимитно и без рекламы!


HostLife - лучший платный хостинг