How DNS Works

Автор: literator от 20-12-2022, 04:13, Коментариев: 0

Категория: КНИГИ » СЕТЕВЫЕ ТЕХНОЛОГИИ

How DNS WorksНазвание: How DNS Works
Автор: Julia Evans
Издательство: wizardzines.com
Год: 2022
Язык: английский
Формат: pdf (true)
Размер: 12.1 MB

Have you ever updated your site’s DNS records, nothing changed, and you had no idea why? This zine is for you! DNS has a bad reputation. It has terrible terminology, it’s totally invisible what’s happening behind the scenes, changes take a seemingly arbitrary amount of time to be applied, there are literally millions of computers that could be caching your records, there’s often no way to clear the caches, and if you mess it up you can take your site down for hours. Great. And DNS is also everywhere! You have to set it up every time you create a new domain, so most of us come into contact with it at some point. Most people use it very infrequently, so it’s very normal to just copy and paste DNS records without understanding what they mean and hope for the best. How DNS resolvers work, including a working implementation in Python (and how they can lie to you).
 

Workers-Framework: A simpler way to MultiTask in MicroPython

Автор: literator от 20-12-2022, 03:49, Коментариев: 0

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

Workers-Framework: A simpler way to MultiTask in MicroPythonНазвание: Workers-Framework: A simpler way to MultiTask in MicroPython
Автор: Sharil Tumin
Издательство: Leanpub
Год: 2022-12-04
Страниц: 257
Язык: английский
Формат: pdf (true)
Размер: 10.2 MB

Multitasking with Micropython. Cooperative Scheduling. In your hands is a book titled, Workers-Framework: A simpler way to MultiTask in MicroPython. I discovered an easier way to multitask on microcontrollers by using the high-level language MicroPython. Yes, really. The concept is to run all of the tasks defned in a program on multiple workers at the same time. It’s less complicated than using _thread or asyncio. The Worker module is so simple that calling it a framework seems a little pretentious. A framework, on the other hand, is a set of data and program structure in which tasks are performed and successfully completed. A framework typically compels developers to solve specific problems in a specific way. A framework, in a sense, creates a mindset for the programming problems at hand and how to solve them. As you may be aware, MicroPython is not the same as regular Python on a PC. You cannot simply import Python libraries, such as import threading, and expect them to work. If you’re expecting that, you’ll be sorely disappointed. In this regard, MicroPython is inferior to Python. In MicroPython, however, you can import machine but not in regular Python. If you work with microcontrollers, MicroPython is unquestionably the best high-level programming environment available.
 

Tools and toolsets for enterprise architecture : Support for design, discipline and decision-making

Автор: literator от 20-12-2022, 03:26, Коментариев: 0

Категория: КНИГИ » ОС И БД

Tools and toolsets for enterprise architecture : Support for design, discipline and decision-makingНазвание: Tools and toolsets for enterprise architecture: Support for design, discipline and decision-making
Автор: Tom Graves
Издательство: Leanpub
Год: 2022-12-19
Страниц: 466
Язык: английский
Формат: pdf (true), epub
Размер: 10.2 MB

This anthology from the Tetradian weblog explores a range of topics about the kind of toolsets that we need to support the work in enterprise-architectures and the like. Which is where we come back to the need for those core elements that I’ve been ranting about through all of these posts: - a common file-format, or common content-structure, to share information between tools; - a database-structure that can hold that content within some kind of database-technology, such that editors can work on it; - a common way to describe ‘editors’ (tools) that can act on that content, in whatever way we need; - software apps that can support the content, the editors and the underlying data-structures, across the whole of the device-ecosystem from hand-helds to virtual-reality ‘war-rooms’.
 

More on practice for Enterprise Architecture : Roles, skills, engagement and problem-issues

Автор: literator от 20-12-2022, 03:08, Коментариев: 0

Категория: КНИГИ » ОС И БД

More on practice for Enterprise Architecture : Roles, skills, engagement and problem-issuesНазвание: More on practice for Enterprise Architecture: Roles, skills, engagement and problem-issues
Автор: Tom Graves
Издательство: Leanpub
Год: 2022-12-12
Страниц: 229
Язык: английский
Формат: pdf (true), epub
Размер: 10.1 MB

This anthology from the Tetradian weblog explores more about real-world practice for enterprise-architecture and its related disciplines. In short, in most cases it seems that ‘architect’ means pretty much exactly the same as the old term ‘analyst/programmer’, except that these days said analyst/programmer is expected to know something about more than just the one application, and to have some idea of how to get the infernal things to actually communicate, in some fashion that doesn’t result in the outright demolition of all the data (the latter being a more frequent occurrence than the IT trade is generally willing to admit…).
 

Machine Learning and Artificial Intelligence in Healthcare Systems: Tools and Techniques

Автор: literator от 20-12-2022, 02:49, Коментариев: 0

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

Machine Learning and Artificial Intelligence in Healthcare Systems: Tools and TechniquesНазвание: Machine Learning and Artificial Intelligence in Healthcare Systems: Tools and Techniques
Автор: Tawseef Ayoub Shaikh, Saqib Hakak, Tabasum Rasool
Издательство: CRC Press
Год: 2023
Страниц: 357
Язык: английский
Формат: pdf (true)
Размер: 31.8 MB

This book provides applications of machine learning in healthcare systems and seeks to close the gap between engineering and medicine by combining design and problem-solving skills of engineering with health sciences to advance healthcare treatment. Machine Learning and Artificial Intelligence in Healthcare Systems: Tools and Techniques discusses AI-based smart paradigms for reliable prediction of infectious disease dynamics which can help or prevent disease transmission. It highlights the different aspects of using extended reality for diverse healthcare applications and aggregates the current state of research. The book offers intelligent models of the smart recommender system for personal well-being services and computer-aided drug discovery and design methods.
 

Building macOS Apps With SwiftUI : A Practical Learning Guide

Автор: literator от 20-12-2022, 02:36, Коментариев: 0

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

Building macOS Apps With SwiftUI : A Practical Learning GuideНазвание: Building macOS Apps With SwiftUI: A Practical Learning Guide
Автор: Grace Huang
Издательство: Leanpub
Год: 2022-12-17
Страниц: 154
Язык: английский
Формат: pdf (true)
Размер: 42.5 MB

Learning macOS development with SwiftUI in a practical way. SwiftUI is a user interface toolkit that let you create applications with the power of the programming language Swift for all Apple platforms, including iOS, tvOS, watchOS, and macOS. Before the launch of SwiftUI, developers had to use platform-specific UI frameworks to develop user interfaces, for example, AppKit for macOS apps, TVUIKit for tvOS, and WatchKit for watchOS apps. SwiftUI becomes the one unified UI framework for building user interfaces for all Apple devices. This book will primarily focus on building macOS apps with SwiftUI, including both coding and releasing apps. Some details for releasing apps on different platforms (iOS, macOS, tvOS, and WatchOS) may differ, so I believe a single focus on macOS development will bring more clarity and avoid confusion. This book will also touch upon the basics of SwiftUI, which can be potentially shared for other platforms.
 

Advanced PHP Strings: Text analysis, generation, and parsing via. Laravel

Автор: literator от 20-12-2022, 02:19, Коментариев: 0

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

Advanced PHP Strings: Text analysis, generation, and parsing via. LaravelНазвание: Advanced PHP Strings: Text analysis, generation, and parsing via. Laravel
Автор: Johnathon Koster
Издательство: Leanpub
Год: 2022-10-14
Страниц: 749
Язык: английский
Формат: pdf (true), epub + Extras
Размер: 10.2 MB

As a PHP developer, working with Unicode, UTF-8, and multibyte strings can feel intimidating. Advanced PHP String provides an approachable guide through reading, writing, looping, and parsing multibyte strings through hundreds of hands-on examples using the Laravel helper methods as a familiar foundation. Working with multibyte strings, Unicode, and UTF-8 can feel intimidating when writing PHP. Advanced PHP Strings: Text analysis, generation, and parsing via. Laravel offers a guided experience navigating the different techniques to properly work with and manage multibyte strings. The book also offers extensive discussions around the Laravel string helper methods to provide a familiar reference point while navigating the intricacies of string and text manipulation. Throughout this book, we will explore many different concepts and ideas through many code examples. PHP 8 was used throughout the writing process, but the code examples can be adapted to any modern PHP version.
 

Соседи поневоле (Аудиокнига)

Автор: Uri от 20-12-2022, 02:14, Коментариев: 0

Категория: АУДИОКНИГИ » БЕЛЛЕТРИСТИКА

Соседи поневоле (Аудиокнига)Название: Соседи поневоле
Автор: Кострова Кристи
Жанр: Любовный роман
Издательство: ЛитРес
Год: 2022
Тип: аудиокнига
Читает: Сахаровская Юлианна
Язык: Русский
Время звучания: 07:37:02
Формат: MP3
Битрейт аудио: 128 кбит/c
Размер: 417.59 Mb

Соглашаешься на сделку с квартирной хозяйкой? Будь готова к тому, что новой «соседкой» окажется симпатичный, но нахальный парень! Подруги рвутся устроить твою личную жизнь? Придется отправиться на несколько внеплановых свиданий. Тебе все еще скучно? Осталось заключить спор и похудеть на пять килограммов! И не вздумай проиграть – на кону вопрос жизни и смерти!
 

Code-less Game Design Workshop : Game Development Workbook for Construct 2 & 3

Автор: literator от 20-12-2022, 01:57, Коментариев: 0

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

Code-less Game Design Workshop : Game Development Workbook for Construct 2 & 3Название: Code-less Game Design Workshop: Game Development Workbook for Construct 2 & 3
Автор: Stephen Gose
Издательство: Leanpub
Год: 2022-12-17
Страниц: 155
Язык: английский
Формат: pdf (true), epub
Размер: 10.2 MB

Quickly learn how to create 10 online games using Construct2 or Construct3. This student workbook is tailored for both the novice and advanced game designers Workshop attendees. Use these lessons to build 8 Construct games from this single Game Mechanics. Instructor package includes presentation slide, online course access and Instructor guide. Discover how to create 10 online games using the methods in this "Code-less Game Design" course. When you finish this course, you will have a production pipeline to create as many different online game genres as your imagination can dream of! This book is a “workshop guide” to Construct, and an intermediate level guide to HTML5, CSS, WebSockets, and efficient jаvascript programming fundamentals, and game design’s “best practices”. (see Appendix: “JS OLOO for Modern Game Development Method”) I assume you (the reader) already know some of these technologies.
 

Discover Britain – December 2022/January 2023

Автор: magnum от 20-12-2022, 01:37, Коментариев: 0

Категория: ЖУРНАЛЫ » ИСТОРИЧЕСКИЕ

Discover Britain – December 2022/January 2023Название: Discover Britain
Издательство: The Chelsea Magazine Company Ltd
Год / месяц: December 2022/January 2023
Номер: 1
Страниц: 83
Формат: True PDF
Размер: 91,8 MB
Язык: английский

Discover Britain is the perfect companion for those who enjoy exploring the British Isles. Every issue is filled with expert tips and about where to stay and what to do, including the very best travel inspiration ranging from countryside adventures to city break stays.