Vtome.ru - электронная библиотека

  • Добавил: literator
  • Дата: 21-01-2024, 02:15
  • Комментариев: 0
Название: PowerShell Essential Guide: Master the fundamentals of PowerShell scripting and automation
Автор: Prashanth Jayaram, Rajendra Gupta
Издательство: BPB Publications
Год: 2024
Страниц: 310
Язык: английский
Формат: epub (true)
Размер: 15.8 MB

PowerShell Essentials - Your path to efficient automation and scripting. In the last decade, PowerShell has propelled in every way in the automation arena. Since the inception of PowerShell, it has become a de facto tool for automation, and it is the favorite solution of many Windows administrators, with the capability to automate almost any task in the Microsoft ecosystem. Since the advent of PowerShell, it has been a lot easier to import the related modules and invoke the associated cmdlets call to take care of many day-to-day mundane activities, from simple to complex maintenance. Beginning with introductory chapters that cover Azure concepts, an overview of PowerShell, and other related tools, the reader will be introduced to the advanced concepts of Azure components without heavy emphasis on Cloud. For every section, the PowerShell code is designed, and readers with no prior experience can jump into the topics and get started with the examples. The aim of this book is to provide the reader with hands-on experience with Azure databases, enabling them to work with what is relevant in the market today and is clearly in the future. It would be great to have hands-on experience with PowerShell; this would help you to progress faster. However, if you have experience with PowerShell, you can jump to a specific chapter or topic in the book.
  • Добавил: literator
  • Дата: 21-01-2024, 01:29
  • Комментариев: 0
Название: Java Cryptography: Tools and Techniques
Автор: David Hook, Jon Eaves
Издательство: Leanpub
Год: 2023-06-13
Страниц: 511
Язык: английский
Формат: pdf (true), epub + Extras
Размер: 10.1 MB

Between the standard Java Runtime and the Bouncy Castle APIs there is a rich tool set of APIs to help work with the maze of standards and protocols needed for secure communication, storage and identity management. This book will help you navigate that maze and shine light into some of the darker corridors. Cryptography is about the security of communications. It provides mechanisms for hiding messages from outside observers, accurately identifying the originators of messages, determining that messages have been delivered safely without tampering, and making it possible to accurately identify both the entities receiving and sending messages when messages are being delivered between different parties. Over time, in our increasingly connected world, issues related to cryptography and security have increasingly become common in the development of applications and even other APIs. In this environment, Java still maintains its popularity as a language for the development and implementation of Internet applications. While Java has an established API for basic cryptography defined as part of the regular Java runtime, many things that developers generally need to do, such as producing and managing certificates, client credentials, time stamps, and secure messaging are not provided. The Legion of the Bouncy Castle Cryptography APIs were developed to fill a large part of this gap.
  • Добавил: literator
  • Дата: 20-01-2024, 19:31
  • Комментариев: 0
Название: Programming for Problem-Solving with C: Formulating Algorithms for Complex Problems
Автор: Dr. Kamaldeep
Издательство: BPB Publications
Год: 2024
Страниц: 480
Язык: английский
Формат: epub (true), pdf
Размер: 10.1 MB

This book equips you with the knowledge of fundamentals of C, a powerful and versatile programming language. It extensively explores the building blocks of computers, software, and algorithms, helping the readers gain a comprehensive understanding of how data is manipulated and solutions are designed. The readers will learn more about fundamental data types like integers, floats, and characters, master operators and expressions for manipulating data efficiently. We will explore control flow statements like if and for to write structured and logical code, and unlock the power of loops for repetitive tasks. As the book progresses, we will conquer advanced topics like recursion, user-defined functions, dynamic memory allocation, expanding coding skills and tackling complex problems with ease. This book guarantees knowledge beyond merely learning concept, helping you to acquire expertise required for future job roles. This book is meant for students in fields like, Computer Science or data analysis, seeking a strong C foundation. It can also be utilised by professional engineers, scientists, or developers looking to boost their analytical skills with C.
  • Добавил: literator
  • Дата: 20-01-2024, 19:01
  • Комментариев: 0
Название: Python GUI with PyQt: Learn to build modern and stunning GUIs in Python with PyQt5 and Qt Designer
Автор: Saurabh Chandrakar, Dr. Nilesh Bhaskarrao Bahadure
Издательство: BPB Publications
Год: 2024
Страниц: 440
Язык: английский
Формат: epub (true)
Размер: 10.1 MB

Master the art of GUI development in Python with this comprehensive guide. Python GUI with PyQt is an invaluable guide for both novice and experienced programmers who want to master the art of creating visually appealing and interactive graphical user interfaces (GUIs) for Python applications using the PyQt5 library and the Qt Designer visual layout tool. It covers all the essential concepts of PyQt5 GUI programming in a comprehensive and beginner-friendly manner. The book starts with the basics of GUI programming, such as creating windows, using layout managers, and managing signals and events. It then covers more advanced topics, such as creating dialog and message boxes, using container, input, item views, and display widgets. Then it teaches you to connect signals to slots, the cornerstone of event-driven programming, and discover how to utilize Qt Designer, a visual GUI design tool, to streamline the development process. You finally conclude your journey by mastering the art of display widgets, empowering you to present information with clarity and elegance. The book is also highly interactive, with practical examples and exercises at the end of each chapter. These help you solidify your understanding of the concepts and gain practical experience in PyQt5 GUI programming.
  • Добавил: literator
  • Дата: 20-01-2024, 17:13
  • Комментариев: 0
Название: Programming Languages: Concepts and Implementation
Автор: Saverio Perugini
Издательство: Jones & Bartlett Learning
Год: 2023
Страниц: 889
Язык: английский
Формат: pdf (true)
Размер: 15.0 MB

Programming Languages: Concepts and Implementation is a textbook on the fundamental principles of programming languages through a combination of concept-based and interpreter-based approaches. The book has an implementation-oriented focus and features conceptual and programming exercises that give students practical experience applying language theory and concepts. The book also showcases the construction of a progressive series of language interpreters in Python that cover the implementation of a host of core language concepts such as scope, first-class functions, and parameter passing. Other programming styles, including logic/declarative programming, and compelling language features, such as first-class continuations, are also discussed. Concepts are presented in Python, Scheme, jаvascript, Ruby, ML, Haskell, Prolog, and various other programming languages. This book is intended as a general-purpose textbook for a course on programming languages.
  • Добавил: literator
  • Дата: 20-01-2024, 08:30
  • Комментариев: 0
Название: Learning and Experiencing Cryptography with CrypTool and SageMath
Автор: Bernhard Esslinger
Издательство: Artech House
Год: 2024
Страниц: 665
Язык: английский
Формат: pdf (true)
Размер: 49.7 MB

This book provides a broad overview of cryptography and enables cryptography for trying out. It emphasizes the connections between theory and practice, focuses on RSA for introducing number theory and PKI, and links the theory to the most current recommendations from NIST and BSI. The book also enables readers to directly try out the results with existing tools available as open source. It is different from all existing books because it shows very concretely how to execute many procedures with different tools. The target group could be self-learners, pupils and students, but also developers and users in companies. All code written with these open-source tools is available. The appendix describes in detail how to use these tools. The main chapters are independent from one another. At the end of most chapters, you will find references and web links. The sections have been enriched with many footnotes. Within the footnotes you can see where the described functions can be called and tried within the different CrypTool versions, within SageMath or within OpenSSL. This book is written for both laymen and beginners, as well as for students and practitioners who would like to delve deeper into this field.
  • Добавил: polyanskiy
  • Дата: 20-01-2024, 08:30
  • Комментариев: 1
Название: Путешествие в Страну Линейного Программирования
Автор: Гасс С.
Издательство: М., «Мир»
Год: 1971
Формат: pdf
Страниц: 178
Размер: 10,9 Mb
Язык: Русский
Почему самые разные специалисты вынуждены прибегать к математическим методам оптимального управления и, в частности, к линейному программированию? Как от сугубо практической задачи перейти к ее математической модели? Как соотносится эта модель с реальной действительностью? Каковы возникающие при этом трудности? На все эти вопросы в доступной и занимательной форме отвечает в настоящей книге крупный американский ученый С. Гасс, уже известный советскому читателю...
  • Добавил: magnum
  • Дата: 20-01-2024, 08:14
  • Комментариев: 0
Coding tricks, guides und tipps - Januar 2024Название: Coding tricks, guides und tipps
Издательство: Papercut
Год / месяц: Januar 2024
Страниц: 147
Формат: PDF
Язык: Deutsch/немецкий
Размер: 77,8 MB

Das Programmieren zu lernen kann schon etwas entmutigend sein. Wo soll man beginnen? Welche Programmiersprache solltest du lernen? Was wird benotigt? Coding fur Einsteiger kann Ihnen dabei helfen, in der Welt des Programmierens Fub zu fassen. Wir haben Tipps fur den Einstieg, zur Wahl der Software sowie Anleitungen zu Python, C++, Linux-Scripting und sogar Windows-Batch-Dateien. Es gab noch nie einen besseren Zeitpunkt, um das Programmieren zu lernen, und mit Coding fur Einsteiger kannen auch Sie Ihre Reise ins Programmieren auf einfache Weise beginnen.
  • Добавил: literator
  • Дата: 20-01-2024, 07:39
  • Комментариев: 0
Название: Building Intelligent Systems Using Machine Learning and Deep Learning: Security, Applications and Its Challenges
Автор: Abhaya Kumar Sahoo, Chittaranjan Pradhan, Bhabani Shankar Prasad Mishra
Издательство: Nova Science Publishers
Год: 2024
Страниц: 238
Язык: английский
Формат: pdf (true)
Размер: 10.8 MB

The primary objective of this book is to provide insight into the design and development of the intelligent system. The proposed book volume mainly focuses on a Machine Learning and Deep Learning-based intelligent system that would bring out the latest trends in the field of tourism, healthcare, agriculture, etc. This book provides security solutions for the intelligent system in different applications. The technological gaps between the traditional system and intelligent system are mentioned in the book, which will help in better understanding for the implementation of the intelligent system using Machine Learning (ML) and Deep Learning (DL) approaches. Although ML and DL have made great achievements in intelligent systems, there are still substantial open challenges that have not been fully studied. The main open challenges of using ML and DL in intelligent systems are: (i) Better performance of the system (ii) Time complexity of the jobs running inside an intelligent system (iii) Managing overload tasks (iv) Providing security towards the system. This book will definitely help academicians, researchers and industry people towards the security, design and development of the intelligent system.
  • Добавил: literator
  • Дата: 19-01-2024, 19:12
  • Комментариев: 0
Название: C++ Programming
Автор: Theophilus Edet
Издательство: CompreQuest Books
Серия: Mastering Programming Languages Series
Год: 2024
Страниц: 409
Язык: английский
Формат: pdf, azw3, epub, mobi
Размер: 10.1 MB

Mastering the Core Language for Robust Software Development. In the ever-evolving landscape of programming languages, C++ stands as a cornerstone, renowned for its power, versatility, and timeless relevance. Dive into the world of C++ Programming with our comprehensive guide, crafted for both novices and seasoned developers alike. C++ is not just a programming language; it's a paradigm that empowers developers to unlock the full potential of software development. Whether you're a budding programmer or a seasoned pro, understanding C++ is crucial for navigating the intricate realms of modern software engineering. With low-level memory manipulation, high performance, and a rich set of libraries, C++ is the language of choice for building robust systems, game engines, and performance-critical applications. Our book goes beyond the syntax, unraveling the intricate programming models and paradigms that make C++ a versatile tool in the hands of programmers. From procedural and object-oriented programming to the more advanced concepts of templates, metaprogramming, and multithreading, this guide is a compass through the diverse landscape of C++ paradigms.