Добавить в избранное
Форум
Правила сайта "Мир Книг"
Группа в Вконтакте
Подписка на книги
Правообладателям
Найти книгу:
Навигация
Вход на сайт
Регистрация



Реклама


Название: Transactions on Pattern Languages of Programming IV (Lecture Notes in Computer Science Book 10600)
Автор: James Noble (Editor), Ralph Johnson (Editor), Uwe Zdun (Editor), Eugene Wallingford (Editor)
Издательство: Springer
Год: 2019
Формат: true pdf/epub
Страниц: 220
Размер: 25.7 Mb
Язык: English

The Transactions on Pattern Languages of Programming subline aims to publish papers on patterns and pattern languages as applied to software design, development, and use, throughout all phases of the software life cycle, from requirements and design to implementation, maintenance and evolution. The primary focus of this LNCS Transactions subline is on patterns, pattern collections, and pattern languages themselves.
Разместил: bomboane 15-01-2020, 17:15 | Комментарии: 0 | Подробнее
Алгоритмические методы в теории графов
Название: Алгоритмические методы в теории графов
Автор: Курапов С.В.
Издательство: Запорожье: Запорожский национальный университет
Год: 2012
Страниц: 242
Формат: djvu
Размер: 11,9 Мб
Язык: Русский

Алгоритмы и процедуры из этой книги содержит следующие задачи: проверка графа на связность; нахождение мостов и точек сочленения в графе; выделение множества непополнимых клик графа; выделение внутренне устойчивых подмножеств графа; выделение вершинных покрытий графа; выделение множества единичных циклов графа; формирование множества уровневых суграфов графа; моделирование случайных графов; выделение фундаментальных циклов и разрезов.
Разместил: nng78 15-01-2020, 06:20 | Комментарии: 0 | Подробнее
Название: Cassandra: The Definitive Guide: Distributed Data at Web Scale 3rd Edition (Early Release)
Автор: Jeff Carpente, Eben Hewitt
Издательство: O'Reilly Media
Год: 2020
Формат: epub/mobi/pdf(conv.)
Размер: 10.7 Mb
Язык: English

Imagine what you could do if scalability wasn't a problem. With this hands-on guide, you’ll learn how the Cassandra database management system handles hundreds of terabytes of data while remaining highly available across multiple data centers. This third edition—updated for Cassandra 4.0—provides the technical details and practical examples you need to put this database to work in a production environment.
Authors Jeff Carpenter and Eben Hewitt demonstrate the advantages of Cassandra’s nonrelational design, with special attention to data modeling. If you’re a developer, DBA, or application architect looking to solve a database scaling issue or future-proof your application, this guide helps you harness Cassandra’s speed and flexibility.
Разместил: bomboane 15-01-2020, 03:09 | Комментарии: 0 | Подробнее

Название: javascript для FrontEnd-разработчиков. Написание. Тестировние. Развертывание
Автор: Кириченко Андрей
Издательство: Наука и Техника
Год: 2020
Формат: pdf
Страниц: 322
Размер: 30 Mb
Язык: Русский

В книге последовательно затронуты все аспекты производства javascript-кода: от выбора архитектуры и конструирования кода до покрытия модульными тестами, отладки, интеграционного тестирования, сборки и непрерывной поставки вашего кода. Рассматриваются как общие моменты - постановка процесса разработки, событийно-ориентированная архитектура javascript-приложений, техника непрерывной интеграции, так и предельно конкретные вопросы - как и какие инструменты (фреймворки) использовать для той или иной задачи, что конкретное нужно делать в том или ином случае, какие ошибки встречаются.
Разместил: Chipa 14-01-2020, 22:54 | Комментарии: 0 | Подробнее
Название: Ruby on Rails Tutorial, Sixth Edition (Rough Cuts)
Автор: Michael Hartl
Издательство: Addison-Wesley Professional
Год: 2020
Формат: epub
Размер: 27.6 Mb
Язык: English

Used by sites as varied as Twitter, GitHub, Disney, and Airbnb, Ruby on Rails is one of the most popular frameworks for developing web applications, but it can be challenging to learn and use. Whether you’re new to web development or new only to Rails, Ruby on Rails™ Tutorial, Sixth Edition , is the solution.
Best-selling author and leading Rails developer Michael Hartl teaches Rails by guiding you through the development of three example applications of increasing sophistication. The tutorial’s examples focus on the general principles of web development needed for virtually any kind of website. The updates to this edition include full compatibility with Rails 6.
Разместил: bomboane 14-01-2020, 20:18 | Комментарии: 0 | Подробнее
Название: Programming Skills for Data Science: Start Writing Code to Wrangle, Analyze, and Visualize Data with R (Addison-Wesley Data & Analytics Series) 1st Edition - Fiunal
Автор: Michael Freeman, Joel Ross
Издательство: Addison-Wesley Professional
Год: 2019
Формат: true pdf/epub
Страниц: 384
Размер: 22.5 Mb
Язык: English

Using data science techniques, you can transform raw data into actionable insights for domains ranging from urban planning to precision medicine. Programming Skills for Data Science brings together all the foundational skills you need to get started, even if you have no programming or data science experience.
Leading instructors Michael Freeman and Joel Ross guide you through installing and configuring the tools you need to solve professional-level data science problems, including the widely used R language and Git version-control system. They explain how to wrangle your data into a form where it can be easily used, analyzed, and visualized so others can see the patterns you’ve uncovered. Step by step, you’ll master powerful R programming techniques and troubleshooting skills for probing data in new ways, and at larger scales.
Разместил: bomboane 14-01-2020, 20:02 | Комментарии: 0 | Подробнее
Название: The Rust Programming Language (Covers Rust 2018)
Автор: Steve Klabnik, Carol Nichols
Издательство: No Starch Press, Inc.
Год: 2019
Страниц: 560
Язык: английский
Формат: epub, pdf (conv)
Размер: 10,19 MB

The official book on the Rust programming language, written by the Rust development team at the Mozilla Foundation, fully updated for Rust 2018. The Rust Programming Language is the official, definitive guide to Rust, a hugely popular, community-supported programming language. This is the second edition of the improved version of the free online Rust book, so well-loved in the Rust community that it is simply referred to as "the Book". Programmers love Rust because it allows them to write powerful code efficiently, without the risk of crashes and errors common in languages like C and C++. This book will show readers how to use Rust's robust type system to keep programs memory-safe and speedy, and make the most of the Cargo package manager that brings the pieces of a program together. The reader will learn all about Rust's ownership rules, which lie at the heart of Rust's reliability and crash-resistant compiling.
Разместил: _аdmin_ 14-01-2020, 14:52 | Комментарии: 0 | Подробнее
Название: Computer Coding for Kids
Автор: Carol Vorderman
Издательство: DK
Год: 2014
Формат: PDF
Размер: 10 Мб
Язык: английский / English

Computer coding is firmly back on the agenda as a key skill for children to start learning. Computer Coding for Kids is a unique step-by-step guide, perfect for kids interested in computer programming and how computers work. Now available with text that lights up as you read along and playful images and sounds.
Разместил: black 14-01-2020, 14:48 | Комментарии: 0 | Подробнее
MOZILLA. Разработка веб сайтов для начинающихНазвание: MOZILLA. Разработка веб сайтов для начинающих
Автор: Сергей Куринный
Издательство: сайт Mozilla
Год: 2020
Язык: Русский
Формат: rtf, pdf
Размер: 10.9 Mb

У фирмы Mozilla на сайте есть руководство по HTML, CSS и javascript. Мне нужно было сделать небольшую методичку, чтобы было удобно распечатывать и читать детям. Я не автор текста, просто взял информацию с разных страничек сайта Mozilla и оформил красиво. Эта методичка хорошо идет для школьников, которым я преподаю.
Разместил: yunik77 14-01-2020, 10:58 | Комментарии: 0 | Подробнее

Название: Clean Python: Elegant Coding in Python
Автор: Sunil Kapil
Издательство: Apress
Год: 2019
Формат: true pdf/epub
Страниц: 267
Размер: 10.5 Mb
Язык: English

Discover the right way to code in Python. This book provides the tips and techniques you need to produce cleaner, error-free, and eloquent Python projects.
Your journey to better code starts with understanding the importance of formatting and documenting your code for maximum readability, utilizing built-in data structures and Python dictionary for improved maintainability, and working with modules and meta-classes to effectively organize your code. You will then dive deep into the new features of the Python language and learn how to effectively utilize them.
Разместил: bomboane 14-01-2020, 07:30 | Комментарии: 0 | Подробнее
 MirKnig.Su  ©2021     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности