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

  • Добавил: literator
  • Дата: 2-06-2025, 17:16
  • Комментариев: 0
Название: Effective Shell: A Practical User's Guide to Working Smarter on the Command Line
Автор: Dave Kerr
Издательство: No Starch Press
Год: 2025
Страниц: 475
Язык: английский
Формат: pdf (true)
Размер: 27.8 MB

Master the tools. Build the workflow. Own the shell. Effective Shell is the hands-on guide for developers who want to master the command line—not just to get around, but to build a fast, flexible, and portable development environment. This isn’t a tour of shell commands. It’s a blueprint for creating workflows that scale across machines, teams, and projects. You’ll go from keystroke-level efficiency to composing powerful pipelines, writing reliable scripts, and automating common development tasks. Then you’ll take it further: managing your configuration with Git, customizing your shell setup, and working seamlessly across remote sessions using tools like Vim and tmux. By the end, your shell won’t just be a tool; it’ll be an extension of your thinking. You’ll learn how to: - Find, filter, and reshape data using grep, regular expressions, and shell pipelines; - Write scripts that automate setup, configuration, and repetitive tasks; - Create Python-based CLI tools to pull and process structured data; - Manage your environment with Git and version-controlled dot files; - Edit quickly with Vim and multitask efficiently using terminal multiplexers; - Use AI tools to generate commands, debug faster, and enhance automation. Whether you’re leveling up from the basics or refining your craft, this book will help you think clearly, automate confidently, and work more effectively in the shell.
  • Добавил: gol8425
  • Дата: 2-06-2025, 15:14
  • Комментариев: 0
Название: Программирование на C++ в Linux
Автор: Секунов Н. Ю.
Издательство: СПб.: БХВ-Петербург
Год: 2004
Формат: pdf
Страниц: 363
Размер: 25,7 Mb
Язык: Русский

Книга посвящена созданию приложений, написанных на языке C++, вереде разработки KDevelop. Дано описание способов взаимодействия компонентов приложений, Рассмотрена работа с утилитой Qt Designer и описаны основные элементы управления, используемые в диалоговых окнах, а также классы, созданные для работы с ними. Читатель знакомится с концепцией Докумект/Представление и учится создавать элементы пользовательского интерфейса приложения. Кроме того, в отдельных главах разбираются вопросы вывода на экран различной информации, сохранения и восстановления ее из файла, создания текстовых редакторов, работы с шаблонами классов и функций и организации многозадачности в приложении на основе взаимодействующих процессов. В завершение предоставляются рекомендации по созданию справочной системы приложения.
Для программистов.
  • Добавил: umkaS
  • Дата: 2-06-2025, 09:37
  • Комментариев: 0
Название: Криптография. Официальное руководство RSA Security
Автор: Бернет С., Пэйн С.
Издательство: Бином-Пресс
Год выпуска: 2002
Страниц: 384
Язык: Русский
Формат: djvu
Размер: 55 мб

Эта книга является введением в криптографию. Она не об истории криптографии, хотя вы и найдете в ней некоторые исторические факты. Это не руководство по написанию программного кода или по математическим основам криптографии. В книге практически без единой формулы просто и доступно описываются основные принципы криптографии.
  • Добавил: literator
  • Дата: 2-06-2025, 05:23
  • Комментариев: 0
Название: Analytic Learning Methods for Pattern Recognition
Автор: Kar-Ann Toh, Huiping Zhuang, Simon Liu, Zhiping Lin
Издательство: Springer
Год: 2025
Страниц: 400
Язык: английский
Формат: pdf (true), epub
Размер: 57.9 MB

This textbook is a consolidation of learning methods which comes in an analytic form. The covered learning methods include classical and advanced solutions to problems of regression, minimum classification error, maximum receiver operating characteristics, bridge regression, ensemble learning and network learning. Both the primal and dual solution forms are discussed for over-and under-determined systems. Such coverage provides an important perspective for handling systems with overwhelming samples or systems with overwhelming parameters. For goal driven classification, the solutions to minimum classification-error, maximum receiver operating characteristics, bridge regression, and ensemble learning represent recent advancements in the literature. Presently, courses in the field of Machine Learning and Artificial Intelligence (AI) place significant emphasis on Deep Learning. Such emphasis assumes that students already possess a solid foundation in the classical aspects of Machine Learning. Includes examples coded in Python and Matlab which provide students and instructors with mathematical insights.
  • Добавил: literator
  • Дата: 1-06-2025, 23:19
  • Комментариев: 0
Название: Unlocking Python: A Comprehensive Guide for Beginners
Автор: Ryan Mitchell
Издательство: Wiley
Год: 2025
Страниц: 448
Язык: английский
Формат: pdf, epub (true)
Размер: 10.1 MB

A fun and practical guide to learning Python with a special focus on data science, web scraping, and web applications. In Unlocking Python: A Comprehensive Guide for Beginners, veteran software engineer, educator, and author Ryan Mitchell delivers an intuitive, engaging, and practical roadmap to Python programming. The author walks you through the vocabulary, tools, foundational knowledge, and occasional pop-culture references you'll need to hone your skills with this popular programming language. You'll learn how to install and run Python on your own machine, get up and coding with the language quickly, and best practices for programming both independently and in the workplace. Perfect for tech-savvy professionals at any stage of their careers who are interested in diving into Python programming. Unlocking Python is also a must-read for readers who work in a technical role but are interested in getting more directly involved with programming, as well as non-Python programmers who want to apply their technical skill to a new language.
  • Добавил: literator
  • Дата: 1-06-2025, 20:34
  • Комментариев: 0
Название: The Art of jаvascript Design Patterns: Proven Techniques for Clean and Efficient Code
Автор: Aarav Joshi
Издательство: 101 Books
Год: 2025
Страниц: 1221
Язык: английский
Формат: epub (true)
Размер: 12.9 MB

The Art of jаvascript Design Patterns: Proven Techniques for Clean and Efficient Code is a comprehensive guide for modern jаvascript developers seeking to master design patterns and elevate their code quality. This book bridges foundational object-oriented principles with the latest ECMAScript features, offering practical solutions for building scalable, maintainable, and high-performance web applications. Covering creational, structural, and behavioral patterns, each chapter provides clear explanations, real-world examples, and actionable best practices tailored to today’s jаvascript landscape. Readers will explore classic patterns such as Module, Singleton, Observer, and Factory, as well as advanced concepts like Proxy, Decorator, and State. Special attention is given to integration with modern frameworks like React and Vue, demonstrating how patterns are applied in contemporary development environments. Whether you are an experienced engineer or an ambitious learner, this book equips you with the knowledge to write clean, efficient, and reusable jаvascript. By the end, you’ll confidently apply proven patterns and architectural techniques to solve complex problems, future-proof your codebase, and deliver robust applications.
  • Добавил: literator
  • Дата: 1-06-2025, 20:11
  • Комментариев: 0
Название: Augmented Reality Development with Unity
Автор: Indika Wijesooriya
Издательство: Mercury Learning and Information
Год: 2024
Страниц: 371
Язык: английский
Формат: True PDF, ePub
Размер: 32.0 MB, 24.1 MB

In the rapidly evolving world of immersive technologies, Augmented Reality (AR) has emerged as a pivotal force, transforming industries from education and healthcare to manufacturing and entertainment. This book provides a comprehensive guide for enthusiasts and professionals looking to explore AR development and applications. Key topics include AR fundamentals and applications, 3D visualization, mathematics, placement of virtual objects in physical spaces, using Unity 3D and Vuforia, creating marker-based and marker-less AR apps, industry standard SDKs and more. Companion files with code samples and color figures are available for downloading. This book will introduce AR, its user cases and history to better understand its power and utility. The second part of this book will focus on the available tools and technologies for developing AR applications. Later, the book will introduce the Unity 3D engine, fundamentals of C# programming with Unity, vector mathematics, implementing AR applications with Unity, followed by best practices in creating AR applications. Using this book, readers will have a comprehensive knowledge for bringing an idea into an augmented reality application, and for using C# and the Unity 3D engine to design and develop a prototype, or a finished application.
  • Добавил: literator
  • Дата: 1-06-2025, 19:02
  • Комментариев: 0
Название: Building Secure APIs with Express: Authentication and Authorization Best Practices for jаvascript Apps
Автор: Aarav Joshi
Издательство: 101 Books
Год: 2025
Страниц: 1210
Язык: английский
Формат: epub (true)
Размер: 13.4 MB

Building Secure APIs with Express: Authentication and Authorization Best Practices for jаvascript Apps is a comprehensive guide for developers aiming to create robust, secure, and scalable RESTful APIs using Express.js. This book demystifies the complexities of authentication and authorization, providing clear explanations of essential security concepts and hands-on implementation strategies. Readers will learn how to safeguard their applications from common threats such as injection attacks, cross-site scripting (XSS), and data breaches by leveraging proven middleware solutions like Passport.js and express-jwt. The book covers the full authentication lifecycle, including password management, token-based authentication with JWT, multi-factor authentication, and integration with third-party identity providers such as Auth067. Real-world examples and code snippets help readers apply security measures effectively, ensuring their APIs are resilient against evolving threats. Whether you are new to Express.js or an experienced developer looking to enhance your security expertise, this book equips you with the knowledge and tools needed to build and maintain secure jаvascript APIs that protect both your users and your data.
  • Добавил: literator
  • Дата: 1-06-2025, 18:32
  • Комментариев: 0
Название: Advanced GitLab CI/CD Pipelines: An In-Depth Guide for Continuous Integration and Deployment
Автор: Adam Jones
Издательство: Brett Neutreon
Год: October 30, 2024
Страниц: 304
Язык: английский
Формат: pdf, epub (true)
Размер: 10.1 MB

Unlock the full potential of GitLab CI/CD with "Advanced GitLab CI/CD Pipelines: An In-Depth Guide for Continuous Integration and Deployment," your ultimate resource for accelerating and optimizing software development. This expertly crafted guide delves into advanced strategies, empowering you to automate, secure, and scale your development workflows efficiently. Whether you're a novice eager to set up your first pipeline or a seasoned professional aiming to enhance your workflow, this book delivers actionable insights and best practices for leveraging GitLab's powerful CI/CD capabilities. Explore comprehensive topics such as managing artifacts, integrating external services, and deploying complex applications across multiple environments with ease. Each chapter, written in a straightforward and direct style, provides a deep dive into essential areas, from securing your pipelines to containerization and orchestration with Docker and Kubernetes. With real-world applications, troubleshooting tips, and performance optimization strategies, this guide ensures you're equipped to tackle any project with confidence.
  • Добавил: literator
  • Дата: 1-06-2025, 17:43
  • Комментариев: 0
Название: Web3 Development using Hyperledger Fabric Framework: Build, deploy, and scale your blockchain applications using Hyperledger Fabric chaincodes
Автор: Marcos Sarres, Samuel Venzi
Издательство: BPB Publications
Год: 2025
Страниц: 359
Язык: английский
Формат: epub (true)
Размер: 10.1 MB

Hyperledger Fabric is a leading blockchain platform for enterprises looking to develop secure and scalable blockchain applications. This book guides you through building, deploying, and managing robust decentralized solutions from understanding Hyperledger Fabric architecture to developing and deploying chaincodes. This book covers the complete journey from Hyperledger Fabric architecture explanations to the development and deployment of chaincodes. It starts with the history of ledgers and blockchain basics, then explains the Hyperledger Fabric’s architecture and key components like assets, ledgers, and consensus. You will gain a deep understanding of the transaction flow within Fabric before diving into practical, hands-on experience deploying your first chaincode and leveraging the GoLedger CC-Tools library for efficient development. Whether you are new to development or a seasoned blockchain pro, this book aims to help you build enterprise Web3 applications using Hyperledger Fabric.