Добавить в закладки
Наш форум
Правила Litmy.ru
Мы в Вконтакте
Подписка на RSS
Для правообладателей
Поиск книг:
Разделы сайта
Авторизация
Регистрация



Реклама


Название: Detecting and Solving Memory Problems in .NET
Автор: Alexey Totin
Издательство: JetBrains
Год: 2016
Страниц: 85
Язык: английский
Формат: pdf (true)
Размер: 27.5 MB

Learn about working efficiently with memory in .NET.
This book is a collection of tips and trick mostly published previously in the form of blog posts and tutorials, and is centered around working efficiently with memory management in .NET. The content is based on the experience we've had here at JetBrains when developing such well-known products as ReSharper, dotCover, dotTrace, dotMemory and others. In other words, this book is our vision of best practices in finding and solving memory issues in .NET applications.
Разместил: literator 1-07-2019, 14:35 | Комментарии: 0 | Подробнее
Название: Программирование мобильных телефонов на Java 2 Micro Edition
Автор: Горнаков С.Г.
Издательство: М.: ДМК Пресс
Год: 2005
Cтраниц: 328
Формат: pdf
Размер: 162 мб

Книга, которую вы держите в руках, представляет платформу Java 2 Micro Edition, являющуюся стандартом в программировании приложений для мобильных телефонов. В книге подробно и доступно объясняется архитектура платформы Java 2 Micro Edition, состоящей из конфигураций и профилей. Рассматриваются две имеющиеся на данный момент версии профилей MIDP 1.0 и MIDP 2.0, на базе которых происходит построение мобильных приложений.
Разместил: umkaS 1-07-2019, 11:05 | Комментарии: 0 | Подробнее

Название: Как устроен javascript
Автор: Дуглас Крокфорд
Издательство: Питер
Год: 2019
Формат: pdf, epub
Размер: 10 Мб
Качество: Хорошее
Язык: Русский

Игра в программирование без правил и ограничений!
Большинство языков программирования выросли из древней парадигмы, порожденной еще во времена Фортрана. Гуру javascript — Дуглас Крокфорд — выкорчевывает эти засохшие корни, позволяя нам задуматься над будущим программирования, перейдя на новый уровень понимания требований к Следующему Языку (The Next Language)..

Автор начинает с основ: имен, чисел, логических значений, символов и другой базовой информации. Вы узнаете не только о проблемах и трудностях работы с типами в javascript, но и о том как их можно обойти. Затем вы приступите к знакомству со структурами данных и функции, чтобы разобраться с механизмами, лежащими в их основе, и научитесь использовать функции высшего порядка и объектно-ориентированный стиль программирования без классов.
Разместил: natavip 1-07-2019, 10:32 | Комментарии: 0 | Подробнее
Название: PowerShell and Python Together: Targeting Digital Investigations
Автор: Chet Hosmer
Издательство: Apress
ISBN: 1484245032
Год: 2019
Страниц: 223
Язык: английский
Формат: pdf (true)
Размер: 10.6 MB

Bring together the Python programming language and Microsoft’s PowerShell to address digital investigations and create state-of-the-art solutions for administrators, IT personnel, cyber response teams, and forensic investigators. You will learn how to join PowerShell's robust set of commands and access to the internals of both the MS Windows desktop and enterprise devices and Python's rich scripting environment allowing for the rapid development of new tools for investigation, automation, and deep analysis. PowerShell and Python Together takes a practical approach that provides an entry point and level playing field for a wide range of individuals, small companies, researchers, academics, students, and hobbyists to participate.
Разместил: literator 30-06-2019, 15:44 | Комментарии: 0 | Подробнее
Название: The Well-Grounded Rubyist, 3rd Edition
Автор: David A. Black, III Leo Joseph
Издательство: Manning Publications
ISBN: 1617295213
Год: 2019
Страниц: 584
Язык: английский
Формат: pdf (true), djvu, epub
Размер: 11.8 MB

In The Well-Grounded Rubyist, Third Edition, expert authors David A. Black and Joseph Leo III deliver Ruby mastery in an easy-to-read, casual style. You'll lock in core principles as you write your first Ruby programs. Then, you'll progressively build up to topics like reflection, threading, and recursion, cementing your knowledge with high-value exercises to practice your skills along the way.
Разместил: literator 30-06-2019, 15:34 | Комментарии: 0 | Подробнее
Название: The Complete Coding Manual
Автор: James Gale (Editor)
Издательство: Black Dog Media Limited
Серия: BDM's Definitive Guide Series (Volume 31)
Год: 2019
Страниц: 163
Язык: английский
Формат: pdf
Размер: 60.1 MB

Discover how to turn your ideas into code.
Programming is everywhere. From clicking an icon on your desktop and opening a web browser to calculating the vast distances between the stars or flying through them in the latest video game. It's one of the most important digital skills you can have in the modern world and it's only going to get bigger as we move into a new generation of interconnected devices and mediums. Starting to learn to code isn't easy but we're here to help you get going. In the pages of this book you can learn how to start coding using Python, C++, Linux scripting, FUZE BASIC with the Raspberry Pi, Windows batch files and Scratch. We also cover the common pitfalls and mistakes every coder falls into and ways to avoid them in the future; also where you can find help and how to experiment with your code.
Разместил: literator 30-06-2019, 14:54 | Комментарии: 0 | Подробнее
Название: C++ Programming: An Object-Oriented Approach
Автор: Behrouz A. Forouzan, Richard Gilberg
Издательство: McGraw-Hill Education
Год: 2019
Страниц: 959
Язык: английский
Формат: pdf (true)
Размер: 29.9 MB

C++ Programming: An Object-Oriented Approach has two primary objectives: Teach the basic principles of programming as outlined in the ACM curriculum for a CS1 class and teach the basic constructs of the C++ language. While C++ is a complex and professional language, experience shows that beginning students can easily understand and use C++. C++ Programming: An Object-Oriented Approach uses a combination of thorough, well-ordered explanations and a strong visual framework to make programming concepts accessible to students. The authors stress incremental program development, wherein program analysis is followed by building a structure chart, constructing UML flow diagrams, writing algorithms, undertaking program design, and finally testing. This foundation, combined with a focus on the benefits of a consistent and well-documented programming style, prepares students to tackle the academic and professional programming challenges they will encounter down the road with confidence.
Разместил: literator 30-06-2019, 14:50 | Комментарии: 0 | Подробнее
Название: Stateflow User’s Guide 2019
Автор: MathWorks
Издательство: The MathWorks, Inc
Год: 2019
Страниц: 1456
Язык: английский
Формат: pdf (true)
Размер: 17.7 MB

Stateflow® provides a graphical language that includes?state transition diagrams, flow charts, state transition tables, and truth tables. You can use Stateflow to describe how MATLAB® algorithms and Simulink® models react to input signals, events, and time-based conditions. Stateflow enables you to design and develop supervisory control, task scheduling, fault management, communication protocols, user interfaces, and hybrid systems. With Stateflow, you model combinatorial and sequential decision logic that can be simulated as a block within a Simulink model or executed as an object in MATLAB.
Разместил: literator 30-06-2019, 14:44 | Комментарии: 0 | Подробнее
Название: Rootkits and Bootkits: Reversing Modern Malware and Next Generation Threats
Автор: Alex Matrosov, Eugene Rodionov, Sergey Bratus
Издательство: No Starch Press
ISBN: 9781492071259
Год: 2019
Страниц: 450
Язык: английский
Формат: pdf (true), epub
Размер: 15.0, 26.0 MB

Rootkits and Bootkits will teach you how to understand and counter sophisticated, advanced threats buried deep in a machine’s boot process or UEFI firmware.
With the aid of numerous case studies and professional research from three of the world’s leading security experts, you’ll trace malware development over time from rootkits like TDL3 to present-day UEFI implants and examine how they infect a system, persist through reboot, and evade security software.
Разместил: LitMy 30-06-2019, 09:20 | Комментарии: 0 | Подробнее
Название: Cloud Native DevOps with Kubernetes: Building, Deploying, and Scaling Modern Applications in the Cloud (1st Edition)
Автор: John Arundel, Justin Domingus
Издательство: O'Reilly Media
ISBN: 1492040762
Год: 2019
Страниц: 344
Язык: английский
Формат: pdf (true), epub
Размер: 17.8 MB

Kubernetes is the operating system of the cloud-native world, providing a reliable and scalable platform for running containerized workloads. This book shows developers and operations staff how to apply industry-standard DevOps practices to Kubernetes in a cloud-native context. You'll learn all about the Kubernetes ecosystem and discover battle-tested solutions to everyday problems. In this friendly, pragmatic book, cloud experts John Arundel and Justin Domingus show you what Kubernetes can do - and what you can do with it. You'll build, step by step, an example cloud-native application and its supporting infrastructure, along with a development environment and continuous deployment pipeline that you can use for your own applications.
Разместил: literator 29-06-2019, 20:38 | Комментарии: 0 | Подробнее



 Litmy.ru  ©2020-2023     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности