LitMy.ru - литература в один клик

  • Добавил: literator
  • Дата: 27-09-2022, 19:58
  • Комментариев: 0
Learning GitHub Actions (Early Release)Название: Learning GitHub Actions: Automation and Integration of CI/CD with GitHub (Early Release)
Автор: Brent Laster
Издательство: O’Reilly Media, Inc.
Год: 2022-09-13
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.2 MB

Automate your build, test, and deployment pipeline with GitHub Actions, the continuous integration and continuous delivery platform that integrates seamlessly with GitHub. With this practical book, open source author, trainer, and DevOps director Brent Laster explains everything you need to know about using actions in GitHub. You'll learn what they are and how they can be used, created, and incorporated into your processes. This book explores the platform, the core components of actions, and the many ways you can use them to provide the functionality and features needed in today's complex pipelines and workflows. You'll learn how to find or create actions that deliver automated workflows based on common events like pushes, pull requests, and review updates. You'll understand how to run them on GitHub or your own systems to gain maximum benefit.
  • Добавил: literator
  • Дата: 27-09-2022, 19:33
  • Комментариев: 0
Learning Airtable (Early Release)Название: Learning Airtable: Building Database-Driven Applications with Low-Code (Early Release)
Автор: Elliott Adams
Издательство: O’Reilly Media, Inc.
Год: 2022-10-03
Язык: английский
Формат: epub, mobi
Размер: 10.2 MB

Get a concise yet comprehensive overview of Airtable, one of the most versatile platforms to emerge from the no-code/low-code movement. Whether you're planning a new project, sharing data analysis within your organization, tracking a detailed initiative among stakeholders, or dealing with any other well-structured collaboration, this practical book shows you how to tackle these challenges with Airtable. Airtable is a tool for builders of all kinds. Like other tools in the low-code movement, Airtable democratizes the ability to create custom applications and software processes. And while there are many low-code solutions offering to widen the tent of software development, there are many reasons why Airtable is a popular choice in the increasingly crowded field.
  • Добавил: literator
  • Дата: 27-09-2022, 18:39
  • Комментариев: 0
Modern Statistics: A Computer-Based Approach with PythonНазвание: Modern Statistics: A Computer-Based Approach with Python
Автор: Ron S. Kenett, Shelemyahu Zacks, Peter Gedeck
Издательство: Springer
Год: 2022
Страниц: 453
Язык: английский
Формат: pdf (true), epub
Размер: 28.3 MB

This innovative textbook presents material for a course on modern statistics that incorporates Python as a pedagogical and practical resource. Drawing on many years of teaching and conducting research in various applied and industrial settings, the authors have carefully tailored the text to provide an ideal balance of theory and practical applications. Numerous examples and case studies are incorporated throughout, and comprehensive Python applications are illustrated in detail. A custom Python package is available for download, allowing students to reproduce these examples and explore others.
  • Добавил: literator
  • Дата: 27-09-2022, 18:10
  • Комментариев: 0
Animated Program Design: Intermediate Program Design Using Video Game DevelopmentНазвание: Animated Program Design: Intermediate Program Design Using Video Game Development
Автор: Marco T. Morazan
Издательство: Springer
Серия: Texts in Computer Science
Год: 2022
Страниц: 515
Язык: английский
Формат: pdf (true)
Размер: 10.18 MB

This textbook presents a systematic methodology for program development by using design recipes, i.e. a series of steps, each with a specific outcome, that takes a problem solver from a problem statement to a working and tested programmed solution. It introduces the reader to generative recursion, heuristic searching, accumulative recursion, tail recursion, iteration, mutation, loops, program correctness, and vectors. It uses video game development to make the content fun while at the same time teaching problem-solving techniques. This book aids this quest by exploring with you new types of recursion, by introducing you to the use of randomness, by taking the first steps into experimental Computer Science and algorithm analysis, by taking a peek into Artificial Intelligence, and by presenting a disciplined approach to the use of mutation—also known as assignment which is routinely abused and misused every day giving rise to the majority of programming bugs today.
  • Добавил: literator
  • Дата: 27-09-2022, 15:30
  • Комментариев: 0
Optimization of Automated Software Testing Using Meta-Heuristic TechniquesНазвание: Optimization of Automated Software Testing Using Meta-Heuristic Techniques
Автор: Manju Khari, Deepti Bala Mishra, Biswaranjan Acharya
Издательство: Springer/EAI
Год: 2022
Страниц: 189
Язык: английский
Формат: pdf (true), epub
Размер: 18.9 MB

This book provides awareness of different evolutionary methods used for automatic generation and optimization of test data in the field of software testing. While the book highlights on the foundations of software testing techniques, it also focuses on contemporary topics for research and development. This book covers the automated process of testing in different levels like unit level, integration level, performance level, evaluation of testing strategies, testing in security level, optimizing test cases using various algorithms, and controlling and monitoring the testing process etc. This book aids young researchers in the field of optimization of automated software testing, provides academics with knowledge on the emerging field of AI in software development, and supports universities, research centers, and industries in new projects using AI in software testing.
  • Добавил: literator
  • Дата: 26-09-2022, 18:07
  • Комментариев: 0
Machine Learning for Cybersecurity: Innovative Deep Learning SolutionsНазвание: Machine Learning for Cybersecurity: Innovative Deep Learning Solutions
Автор: Marwan Omar
Издательство: Springer
Год: 2022
Язык: английский
Формат: pdf (true)
Размер: 10.2 MB

This SpringerBrief presents the underlying principles of Machine Learning (ML) and how to deploy various Deep Learning (DL) tools and techniques to tackle and solve certain challenges facing the cybersecurity industry. By implementing innovative Deep Learning solutions, cybersecurity researchers, students and practitioners can analyze patterns and learn how to prevent cyber-attacks and respond to changing malware behavior. The knowledge and tools introduced in this brief can also assist cybersecurity teams to become more proactive in preventing threats and responding to active attacks in real time. It can reduce the amount of time spent on routine tasks and enable organizations to use their resources more strategically. In short, the knowledge and techniques provided in this brief can help make cybersecurity simpler, more proactive, less expensive and far more effective.
  • Добавил: literator
  • Дата: 26-09-2022, 11:44
  • Комментариев: 0
Mastering GoLang: A Beginner's GuideНазвание: Mastering GoLang: A Beginner's Guide
Автор: Sufyan bin Uzayr
Издательство: CRC Press
Год: 2023
Страниц: 299
Язык: английский
Формат: pdf (true), epub
Размер: 19.1 MB

Mastering GoLang helps readers quickly understand the core concepts and then move on to practical projects using the Go programming language. GoLang is often dubbed a game-changer in the world of programming languages. Instead of starting from scratch, Go was created using the C programming language. GoLang inherits C’s disciplined grammar but with specific tweaks and enhancements to properly manage memory. This lessens the memory leakage problems that developers tend to face with C. Go borrows and adapts notions from various programming languages while skipping characteristics that result in complicated, insecure, and unpredictable code. Go’s concurrency features are well-suited to build the infrastructure for gigantic projects such as networking systems and distributed hardware. Go is also often employed in domains such as visuals, mobile applications, and Machine Learning.
  • Добавил: literator
  • Дата: 25-09-2022, 16:31
  • Комментариев: 0
Fuzzy- AI Model and Big Data Exploration: A Methodological Philosophy in Solving Problems in Digital EraНазвание: Fuzzy- AI Model and Big Data Exploration: A Methodological Philosophy in Solving Problems in Digital Era
Автор: Shaopei Lin
Издательство: Springer
Год: 2022
Страниц: 354
Язык: английский
Формат: pdf (true)
Размер: 10.2 MB

“Fuzzy-AI Model” is an efficient tool of information treatment combined and based on fuzzy reasoning and artificial intelligence (AI) for solving the real-world problems. Moreover, due to the inborn deficiency in Big Data searching, the correctness of Big Data prediction will be depended upon whether the completeness of its source data or source information is satisfied, the latter one is usually difficult to be satisfied. Since the source data and source information are characterized in explicit and implicit one, the explicit information can be collected by sensors, detectors or information collectors; however, the implicit information usually exists in people’s mind, which is impossible to obtain by conventional means. For the completeness of source data/information and guaranteeing the correctness of Big Data prediction, one needs to “digging out” these implicit data/information. In this regard, “Fuzzy—AI Model” becomes an effective tool in this job for connecting of Big Data prediction and Big Data exploration.
  • Добавил: literator
  • Дата: 25-09-2022, 14:59
  • Комментариев: 0
The Complete Python Coding & Programming Manual - 15th Edition 2022Название: The Complete Python Coding & Programming Manual - 15th Edition 2022
Автор: Black Dog Media Limited
Издательство: Papercut Limited
Год: 2022
Страниц: 164
Язык: английский
Формат: pdf
Размер: 70,1 MB

Python - это универсальный язык, и рост его популярности, конечно, не удивителен. Его схожесть с повседневным английским языком сделала его идеальным компаньоном для Raspberry Pi, который часто является первым шагом в практическое программирование. Но пусть вас не обманывает его дружелюбие к новичкам - в Python есть множество более продвинутых функций. В этом новом издании вы узнаете, как программировать на Python, откроете для себя удивительные проекты для улучшения вашего понимания и найдете способы использования Python для расширения ваших возможностей в области вычислений. Вы также создадите увлекательные проекты, включая программирование клона Space Invaders и обучение Raspberry Pi многозадачности.
  • Добавил: literator
  • Дата: 25-09-2022, 12:17
  • Комментариев: 0
Readings from Programming with C++Название: Readings from Programming with C++
Автор: Kyla McMullen, Elizabeth Matthews
Издательство: Cengage Learning, Inc.
Год: 2022
Страниц: 620
Язык: английский
Формат: pdf (true)
Размер: 15.3 MB

Using a beginner's approach that's ideal for anyone who has never programmed, McMullen/Matthews/Parsons' READINGS FROM PROGRAMMING WITH C++ helps you develop a useful understanding of computer science while equipping you with the skills to use C++ programming language. This interesting, straightforward approach to programming emphasizes fundamental computer concepts using a programming language-independent approach and clear presentation with little technical jargon. Modules introduce important computer science concepts, procedural programming and object-oriented programming in short segments. Relevant real-world examples, streamlined code and descriptive figures help you better understanding today's computing concepts. You can tackle the learning modules in any order, interspersing conceptual modules with hands-on programming modules. You even refine critical-thinking and problem-solving skills as you strengthen computer science skills and build your confidence.