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

  • Добавил: Knizhka01
  • Дата: 4-05-2025, 23:16
  • Комментариев: 0

Название: Выращивание овощей в комнатных условиях
Автор: Мельникова Н.
Издательство: Молодая гвардия
Год издания: 1950
Количество страниц: 34
Язык: русский
Формат: DJVU, PDF
Размер: 13,4 Мб

Среди пищевых продуктов, необходимых для нормального питания человека, овощи занимают одно из первых мест. Они содержат важнейшие составные части пищи: белки, жиры, углеводы. В овощах также содержатся витамины — ценнейшие вещества, недостающие или вовсе отсутствующие в других пищевых продуктах. Недостаток витаминов нарушает правильное развитие организма, задерживает его рост и часто вызывает тяжелые заболевания: цингу, рахит, поражение нервной системы. Особенно богаты овощи витаминами "С" и "А". Витамина "С" много в перце горьком и сладком, петрушке, хрене, зеленом луке, укропе и др.
  • Добавил: sama_sha
  • Дата: 4-05-2025, 21:52
  • Комментариев: 0
Название: A Festa Dos Amigurumis
Автор: Pingouin
Издательство: Pingouin
Год: 2025
Размер: 11 Мб
Формат: PDF
Страниц: 48
Язык: Португальский

Книга по вязанию крючком игрушек - амигуруми от известного бразильского издательства Pingouin. Представлено 4 проекта с подробными красочными фото и мастер классами.
  • Добавил: literator
  • Дата: 4-05-2025, 20:51
  • Комментариев: 0
Название: Creating ChatGPT Apps with jаvascript: A Hands-On Guide for AI Applications with OpenAI APIs
Автор: Bruce Hopkins Jr., Bruce Hopkins Sr.
Издательство: Apress
Год: 2025
Страниц: 230
Язык: английский
Формат: True PDF, True EPUB
Размер: 10.1 MB

Transform your jаvascript expertise through the power of Open AI API models using "Creating ChatGPT Apps with jаvascript." This book will guide jаvascript developers to build smart applications while providing tangible knowledge of OpenAI's API for text summarization, creating transcripts from audio files, generating images, and running models locally on your machine. Through hands-on projects and code examples, readers will discover how to build AI-powered apps from scratch, such as using embeddings to train a Discord bot to answer customers' questions in multiple languages. Readers will also learn to dictate text for writing articles or blogs with a localized integration of Whisper and generate hero images with Dall-E. What's more, in the final chapter of this book, you'll be able to maximize productivity by creating a Smart Assistant like Alexa or Siri with jаvascript and the new Raspberry Pi 5. This book is written for jаvascript developers and hobbyists that want to use OpenAI and ChatGPT to create intelligent applications and streamline productivity. No prior experience with ChatGPT or OpenAI APIs is required.
  • Добавил: literator
  • Дата: 4-05-2025, 20:07
  • Комментариев: 0
Название: Mastering PowerShell through Rock-Paper-Scissors
Автор: Laszlo Bocso
Издательство: Independently published
Год: December 21, 2024
Страниц: 195
Язык: английский
Формат: pdf, azw3, epub, mobi
Размер: 10.1 MB

Embark on an exciting journey to master PowerShell through the creation of a classic game: Rock-Paper-Scissors. "Mastering PowerShell through Rock-Paper-Scissors" offers a unique, hands-on approach to learning one of the most versatile scripting languages in the IT world. Whether you're a complete beginner or an experienced programmer looking to add PowerShell to your toolkit, this book provides an engaging and practical path to proficiency. Why Rock-Paper-Scissors? This timeless game serves as the perfect vehicle for learning PowerShell. As you progress through the book, you'll build a fully functional Rock-Paper-Scissors game from the ground up, encountering and mastering key programming concepts along the way. The game's simple rules belie the complex programming principles you'll explore, making it an ideal project for learners at all levels. Whether you're looking to enhance your IT skills, automate your workflow, or simply learn a powerful new tool, "Mastering PowerShell through Rock-Paper-Scissors" offers an enjoyable and effective path to PowerShell proficiency.
  • Добавил: literator
  • Дата: 4-05-2025, 19:25
  • Комментариев: 0
Название: React Web Development Handbook
Автор: Onyx Rose
Издательство: Independently published
Год: 2025
Страниц: 320
Язык: английский
Формат: pdf, epub (true)
Размер: 10.1 MB

Unlock the power of modern web development with React—one of the most in-demand and widely-used jаvascript libraries in the industry today. React Web Development Handbook is your practical guide to building fast, interactive, and scalable web applications with confidence. Designed for both beginners and experienced developers, this book takes a hands-on, project-ready approach to mastering React fundamentals and beyond. You'll explore core concepts like components, props, state, and hooks, while also learning how to build real-world features, handle data, and optimize user interfaces. Clear explanations, professional tips, and real code examples make each topic easy to understand and apply. Whether you're starting your web development journey or leveling up your frontend skills, this handbook is a valuable companion that grows with you. Start creating dynamic web applications the modern way—efficiently, confidently, and with React.
  • Добавил: literator
  • Дата: 4-05-2025, 18:23
  • Комментариев: 0
Название: Pro .Net Memory Management: For Better Code, Performance, and Scalability, 2nd Edition
Автор: Konrad Kokosa, Christophe Nasarre, Kevin Gosse
Издательство: Apress
Год: 2024
Страниц: 780
Язык: английский
Формат: True PDF
Размер: 49.0 MB

Understand .NET memory management internal workings, pitfalls, and techniques in order to effectively avoid a wide range of performance and scalability problems in your software. Despite automatic memory management in .NET, there are many advantages to be found in understanding how .NET memory works and how you can best write software that interacts with it efficiently and effectively. This book is your comprehensive guide to writing better software by understanding and working with memory management in .NET, from Framework up to .NET 8. Thoroughly vetted by the .NET Team at Microsoft, this book contains valuable troubleshooting scenarios designed to help diagnose challenging memory problems. You will also benefit from a multitude of .NET memory management “rules” to live by that introduce methods for writing memory-aware code and the means for avoiding common, destructive pitfalls. I wanted to write this book in a manner pleasant for every .NET developer. No matter how experienced you are, you should find something interesting here. While we start from the basics, junior programmers quickly will have an opportunity to get deeper into .NET internals. More advanced programmers will find many implementation details more interesting. And above all, regardless of experience, everyone should be able to benefit from the presented practical examples of code and problem diagnoses. For .NET developers, solution architects, and performance engineers.
  • Добавил: umkaS
  • Дата: 4-05-2025, 17:59
  • Комментариев: 0
Название: Дягилев
Автор: Лифарь С.
Издательство: СПб.: Композитор
Год: 1993
Cтраниц: 352
Формат: pdf
Размер: 133 мб
Язык: русский

Книга С.Лифаря о Дягилеве представляет собой библиографическую редкость (издана в Париже в 1939 году на русском языке в количестве 615 экз.). Выдающийся танцовщик и балетмейстер, постоянный сотрудник Дягилева с 1923 года и его близкий друг. С.Лифарь начал работать над книгой о Сергее Павловиче вскоре после его смерти в 1929 году.
  • Добавил: umkaS
  • Дата: 4-05-2025, 17:47
  • Комментариев: 0
Название: Танки и люди: «битвы в пути» главного инженера Демьяновича
Автор: Демьянович В.А.
Издательство: Весь Мир
Год: 2019
Cтраниц: 165 с. : ил.
Формат: pdf (ocr)
Размер: 23 мб
Язык: русский

Книга содержит воспоминания Анатолия Николаевича Демьяновича – участника Сталинградской битвы и одного из организаторов производства лучшего танка Второй мировой войны – Т-34. Как главный инженер Сталинградского тракторного, Уралмаша, Омского, Свердловского заводов, он внес огромный вклад в Победу.
  • Добавил: literator
  • Дата: 4-05-2025, 17:23
  • Комментариев: 0
Название: Mastering Python for Artificial Intelligence: The Trilogy – Part I: The Essentials of Python Programming
Автор: Muslum Yildiz
Издательство: Independently published
Год: October 24, 2024
Страниц: 589
Язык: английский
Формат: epub
Размер: 43.9 MB

Step into the world of Python with The Essentials of Python Programming, the first volume in the Mastering Python for AI trilogy. Whether you're new to programming or aiming to sharpen your skills for real-world applications, this book is your perfect starting point. It combines a solid foundation with practical, hands-on exercises that will prepare you for more advanced topics in Python and AI. The inspiration behind writing this trilogy stems from a noticeable gap in many Python books published to date. While many existing resources touch on the core concepts, they often lack the depth required to truly understand Python’s potential. Additionally, the exercises in these books are often limited in both number and scope, frequently missing the connection to real-world scenarios that would make learning more practical and engaging. Beyond its simplicity, Python boasts an impressive ecosystem of libraries and frameworks tailored for AI and Machine Learning. These tools, such as TensorFlow, PyTorch, and Scikit-learn, allow developers to create powerful models for natural language processing, computer vision, and more.
  • Добавил: Chipa
  • Дата: 4-05-2025, 17:09
  • Комментариев: 0

Название: Это не бред, это Чат! Как говорить с ИИ, получая результат и удовольствие
Автор: Альфред Лао
Издательство: Автор
Год: 2025
Формат: epub, fb2, fb3, ios.epub, mobi, pdf, txt, zip
Страниц: 134
Размер: 42 Mb
Язык: Русский

Мануал нового поколения в формате бизнес-эссе, для продвинутых и начинающих. Как стать мастером общения с ИИ.