|
 |
|
 |
|
|
 |
|  |
|
Название: DevOps with Laravel Автор: Martin Joo Издательство: Independently published Год: 2023 Страниц: 447 Язык: английский Формат: pdf + sources Размер: 57.8 MB
With this guide, you can learn everything about deployments, Docker, Kubernetes, and how to use them with Laravel. "DevOps with Laravel" is a 447-page guide that teaches you how to be better at infrastructure and architecture. Docker is a platform that allows us to create, deploy, and run applications in containers. Containers are a lightweight and portable way to package software and its dependencies, allowing applications to run consistently across different environments. The most important thing is to package software and its dependencies. All of the above by deploying a Laravel app with components such as an API, Vue frontend, MySQL database, Redis queue, multiple queues and worker processes, scheduler. |
Разместил: Ingvar16 19-09-2023, 17:58 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: MATLAB Symbolic Math Toolbox User’s Guide (R2023b) Автор: MathWorks Издательство: The MathWorks, Inc. Год: 2023 Страниц: 2350 Язык: английский Формат: pdf (true) Размер: 15.0 MB
Symbolic Math Toolbox provides functions for solving, graphing, and manipulating symbolic math equations. You can create, run, and share symbolic math codes, and get suggestions for next steps for working with symbols in the MATLAB Live Editor. The toolbox contains functions for common math areas such as calculus, linear algebra, algebraic equations, differential equations, equation simplification, and equation manipulation. The Symbolic Math Toolbox allows you to analytically perform differentiation, integration, simplification, transformations, and equation solving. Dimensional calculations and unit conversions are also possible. Calculations can be performed analytically or using arithmetic operations with variable precision, and the results are displayed in a math set. Symbolic calculations can be shared with other MATLAB users as "live" scripts or converted to HTML, Word, LaTex, or PDF documents. MATLAB functions, Simulink function blocks, and Simscape equations can be generated directly from symbolic expressions. You can generate C or Fortran code fragments from a symbolic expression, or generate files containing code fragments, using the ccode and fortran functions. |
Разместил: Ingvar16 19-09-2023, 17:28 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Криптография на Си и C++ в действии. Учебное пособие Автор: Михаел Вельшенбах Издательство: Триумф Год: 2004 Формат: pdf Страниц: 442 Размер: 21,4 Mb Язык: Русский
Несмотря на то, что настоящее издание содержит математическую теорию новейших криптографических алгоритмов, книга в большей степени рассчитана на программистов-практиков. Здесь Вы найдете описание особенностей эффективной реализации криптографических алгоритмов на языках Си и C++, а также большое количество хорошо документированных исходных кодов. Купите книгу, и Вы легко сможете снабдить свои собственные программные разработки сильной криптографической защитой. |
Разместил: gol8425 19-09-2023, 13:55 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
 Название: Библиотека Keras - инструмент глубокого обучения Автор: Антонио Джулли, Суджит Пал Издательство: ДМК Пресс Год: 2018 Страниц: 294 ISBN: 978-5-97060-573-8 Формат: PDF Размер: 60 Мб Язык: русский
Эта книга - краткое, но обстоятельное введение в современные нейронные сети, искусственный интеллект и технологии глубокого обучения. В ней представлено более 20 работоспособных нейронных сетей, написанных на языке Python с использованием модульной библиотеки Keras, работающей поверх библиотек TensorFlow от Google или Theano от компании Lisa Lab. Описан функциональный API библиотеки Keras и возможности его расширения. |
Разместил: gol8425 19-09-2023, 12:13 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Библия Delphi Автор: Михаил Фленов Издательство: БХВ-Петербург Год: 2004 Cтраниц: 880 Формат: pdf Размер: 55 мб Язык: русский
Цель книги - научить читателя строить логику программы и алгоритмы различных вычислений. Уметь программировать еще не достаточно, надо знать, как применять полученные знания на практике. Для этого подробно описывается логика выполнения каждого участка кода, чтобы читатель смог использовать эти знания при решении собственных задач. |
Разместил: rivasss 19-09-2023, 07:54 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Introduction to Bash Scripting Автор: Bobby Iliev Издательство: Leanpub Год: Feb 01 2021 Страниц: 166 Язык: английский Формат: pdf (true), epub, mobi Размер: 10.2 MB
This is an open-source introduction to Bash scripting guide/ebook that will help you learn the basics of Bash scripting and start writing awesome Bash scripts that will help you automate your daily SysOps, DevOps, and Dev tasks. No matter if you are a DevOps/SysOps engineer, developer, or just a Linux enthusiast, you can use Bash scripts to combine different Linux commands and automate boring and repetitive daily tasks, so that you can focus on more productive and fun things. Bash is a Unix shell and command language. It is widely available on various operating systems, and it is also the default command interpreter on most Linux systems. Bash stands for Bourne-Again SHell. As with other shells, you can use Bash interactively directly in your terminal, and also, you can use Bash like any other programming language to write scripts. This book will help you learn the basics of Bash scripting including Bash Variables, User Input, Comments, Arguments, Arrays, Conditional Expressions, Conditionals, Loops, Functions, Debugging, and testing. The guide is suitable for anyone working as a developer, system administrator, or a DevOps engineer and wants to learn the basics of Bash scripting. |
Разместил: Ingvar16 18-09-2023, 16:02 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
 Название: Начнем. Python. Просто о сложном Автор: Иванов С.С. Издательство: СПб.: Наука и техника Год: 2023 Формат: pdf Страниц: 368 Размер: 13 mb Язык: Русский
Данная книга поможет вам в изучении языка программирования Python. Многоцелевая направленность Python позволяет решать самые разные задачи: математические, физические, лингвистические, бухгалтерские, экономические, заниматься созданием игр(!), работой в Интернете и многое другое. |
Разместил: na5ballov 18-09-2023, 10:21 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Git Prodigy : Mastering Version Control with Git and GitHub Автор: Ebenezer Don Издательство: Leanpub Год: 2023-08-31 Страниц: 255 Язык: английский Формат: pdf (true), mobi, epub Размер: 10.2 MB
If you want to master Git, GitHub, and the enriching world of open-source contributions, even without any prior knowledge, this guide is your best bet. Git Prodigy is your clear, concise guide to mastering Git and GitHub. This book focuses on practical insights, avoiding unnecessary technical jargon so that anyone, regardless of their background or experience, can understand the art of version control in an approachable manner. The book begins with a firm grounding in version control and Git basics, then moves on to explore GitHub. You'll delve into key Git commands, the ins and outs of commits, branching and merging, and the intricacies of collaboration on GitHub, including forking, pull requests and code reviews. Git Prodigy highlights the enriching world of open-source contributions, helping you understand the culture and practices that drive this vibrant community. It provides insights into open-source licensing, equipping you with the knowledge to contribute confidently and responsibly. “Git Prodigy” was crafted as a clear, accessible, and practical guide designed to unravel these powerful tools and the vibrant world of open-source software. In the pages of this book, we will take a journey. It’s a journey that begins in the roots of version control, unfurling the basic concepts of Git. |
Разместил: Ingvar16 18-09-2023, 07:57 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Jetpack Compose 1.4 Essentials: Developing Android Apps with Jetpack Compose 1.4, Android Studio, and Kotlin Автор: Neil Smyth Издательство: Payload Media Год: 2023 Страниц: 938 Язык: английский Формат: epub (true) Размер: 34.8 MB
This book teaches you how to build Android applications using Jetpack Compose 1.4, Android Studio Giraffe (2023.2.1), Material Design 3, and the Kotlin programming language. The book begins with the basics by explaining how to set up an Android Studio development environment. The book also includes in-depth chapters introducing the Kotlin programming language, including data types, operators, control flow, functions, lambdas, coroutines, and object-oriented programming. An introduction to the key concepts of Jetpack Compose and Android project architecture is followed by a guided tour of Android Studio in Compose development mode. The book also covers the creation of custom Composables and explains how functions are combined to create user interface layouts, including row, column, box, flow, pager, and list components. Other topics covered include data handling using state properties, key user interface design concepts such as modifiers, navigation bars, and user interface navigation. Additional chapters explore building your own reusable custom layout components. The book covers graphics drawing, user interface animation, transitions, Kotlin Flows, and gesture handling. |
Разместил: Ingvar16 18-09-2023, 07:50 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Medical Data Analysis and Processing using Explainable Artificial Intelligence Автор: Om Prakash Jena, Mrutyunjaya Panda, Utku Kose Издательство: CRC Press Серия: Explainable AI (XAI) for Engineering Applications Год: 2024 Страниц: 269 Язык: английский Формат: pdf (true) Размер: 32.2 MB
The text presents concepts of Explainable Artificial Intelligence (XAI) in solving real world biomedical and healthcare problems. It will serve as an ideal reference text for graduate students and academic researchers in diverse fields of engineering including electrical, electronics and communication, computer, and biomedical. This text focuses on data driven analysis and processing of advanced methods and techniques with the help of Explainable Artificial Intelligence (XAI) algorithms. It covers machine learning, Internet of Things (IoT), and deep learning algorithms based on XAI techniques for medical data analysis and processing. The text will present different dimensions of XAI based computational intelligence applications. It will serve as an ideal reference text for graduate students and academic researchers in the fields of electrical engineering, electronics and communication engineering, computer engineering, and biomedical engineering. |
Разместил: Ingvar16 18-09-2023, 07:09 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
br>
|