200 Gems: To Build Programming Logic From Scratch

Автор: literator от 23-06-2020, 14:40, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: 200 Gems: To Build Programming Logic From Scratch
Автор: Mudit Seksaria
Издательство: Mudit Seksaria
Год: 2020
Страниц: 292
Язык: английский
Формат: pdf, azw3, epub
Размер: 10.1 MB

200 Gems is a compilation of two hundred coding questions and their solution written in Java to help you in your IT job interviews and your school and college academics. The questions are compiled from various sources but all the solutions are written, optimized, and thoroughly tested by me. The difficulty level varies from beginner to intermediate. The primary focus of the book is to make you acquainted with basic coding questions and how they can be solved using programming skills. Only some Java-related information is there which can help you to start writing efficient codes. This book can also be your stepping stone to competitive programming.
 

The Latest Research AI and Maschine Learning

Автор: literator от 23-06-2020, 13:52, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: The Latest Research: AI and Machine Learning
Автор: Harvard Business Review
Издательство: Harvard Business School Publishing
Год: 2018
Страниц: 155
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

Artificial intelligence (AI) and Machine Learning (ML) may soon drive a massive reshaping of the economy and society. But what impact is AI already making in the workplace? Is it living up to the hype? And what should your company be doing right now to ensure it is poised for success? In this collection, we’ve selected some of HBR’s most important research, analysis, and case studies on AI and Machine Learning from the past two years to help you understand what you and your colleagues need to know about machine intelligence, now. The first section, Understanding AI and Machine Learning, explains the current business potential of AI, helps you identify opportunities in your organization, and provides an inside look at how leaders in the field of AI are deploying the technology in their own companies. The next section, How AI Is Being Used Now, presents current uses of AI ranging from back-office processes in health care to research on board selection to out-of-the-box marketing products for automotive retail. Finally, The Near Future looks ahead to what’s coming next in AI, with our authors predicting that we’ll see new ways of collaborating with machines and increasing automation in more industries and job functions.
 

Reactive Spring

Автор: buratino от 23-06-2020, 12:43, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Reactive Spring (Version 1.0)
Автор: Josh Long
Издательство: Leanpub
Год: 2018
Формат: true pdf/azw3
Страниц: 242
Размер: 10.4 Mb
Язык: English

Join Spring Developer Advocate Josh Long for an introduction to reactive programming and its implementation in the Spring ecosystem.
Microservices and big-data increasingly confront us with the limitations of traditional input/output. In traditional IO, work that is IO-bound dominates threads. This wouldn't be such a big deal if we could add more threads cheaply, but threads are expensive on the JVM, and most other platforms. Even if threads were cheap and infinitely scalable, we'd still be confronted with the faulty nature of networks. Things break, and they often do so in subtle, but non-exceptional ways.
 

IC-BCT 2019: Proceedings of the International Conference on Blockchain Technology

Автор: harun54 от 23-06-2020, 11:51, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: IC-BCT 2019: Proceedings of the International Conference on Blockchain Technology
Автор: Dhiren Patel, Sukumar Nandi
Издательство: Springer
Год: 2020
Формат: PDF
Размер: 10 Мб
Язык: английский / English

This book presents articles from the International Conference on Blockchain Technology (IC-BCT) 2019, held in Mumbai, India, and highlights recent advances in the field. It brings together researchers and industry practitioners to show case their ideas linked to business case studies, and provides an opportunity for engineers, researchers, startups and professionals in the field of Blockchain technology to further collaboration.
 

Python Notes for Professionals: 800+ pages of professional hints and tricks

Автор: buratino от 23-06-2020, 11:18, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Python Notes for Professionals: 800+ pages of professional hints and tricks
Автор: GoalKicker
Издательство: GoalKicker
Год: 2020
Формат: true pdf/rtf
Страниц: 856
Размер: 14 Mb
Язык: English

Python is a general purpose and high level programming language. You can use Python for developing desktop GUI applications, websites and web applications. Also, Python, as a high level programming language, allows you to focus on core functionality of the application by taking care of common programming tasks.
 

MATLAB Statistics and Machine Learning Toolbox User’s Guide

Автор: buratino от 23-06-2020, 10:50, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: MATLAB Statistics and Machine Learning Toolbox User’s Guide (R2020a)
Автор: The MathWorks, In
Издательство: The MathWorks, Inc.
Год: 2020
Формат: True PDF
Страниц: 7984
Размер: 46.7 Mb
Язык: English

Statistics and Machine Learning Toolbox™ provides functions and apps to describe, analyze, and model data. You can use descriptive statistics and plots for exploratory data analysis, fit probability distributions to data, generate random numbers for Monte Carlo simulations, and perform hypothesis tests. Regression and classification algorithms let you draw inferences from data and build predictive models.
 

SAMonNOW | Orlando: Stop Wasting Software Asset Management $$$

Автор: literator от 23-06-2020, 10:15, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: SAMonNOW – Orlando: Stop Wasting Software Asset Management $$$
Автор: Bill L. Cypert
Издательство: Independently published
Год: 2020
Страниц: 200
Язык: английский
Формат: pdf, epub
Размер: 18.1 MB

This purpose of this book is to provide an effective introduction to and roadmap for Software Asset Management (SAM) implementations leveraging the ServiceNow Orlando version. It would be impossible to address every SAM scenario as these are driven by different factors at each organization. This book should be used as a guideline in terms of procedures in the Software Asset Management space. Your organization can leverage this information as an outline in creating and refining your own SAM process. The bottom line is that your process needs to be owned by you and your organization based on best practices. Wherever possible, I have tried to stay "out of the box" as possible in terms of ServiceNow Platform and the ServiceNow SAM Professional Module. The release of this book is in line with the Orlando release of ServiceNow.
 

Concurrency in C# Cookbook: Asynchronous, Parallel, and Multithreaded Programming 2nd Edition

Автор: buratino от 23-06-2020, 06:06, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Concurrency in C# Cookbook: Asynchronous, Parallel, and Multithreaded Programming Second Edition
Автор: Stephen Cleary
Издательство: O'Reilly Media
Год: 2019
Формат: true pdf/epub
Страниц: 254
Размер: 15.5 Mb
Язык: English

If you’re one of many developers still uncertain about concurrent and multithreaded development, this practical cookbook will change your mind. With more than 85 code-rich recipes in this updated second edition, author Stephen Cleary demonstrates parallel processing and asynchronous programming techniques using libraries and language features in .NET and C# 8.0.
Concurrency is now more common in responsive and scalable application development, but it’s still extremely difficult to code. The detailed solutions in this cookbook show you how modern tools raise the level of abstraction, making concurrency much easier than before.

Изменил: buratino по причине: True PDF has been added

 

Behavioral Data Analysis with R and Python (Early Release)

Автор: TRex от 23-06-2020, 03:43, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Behavioral Data Analysis with R and Python (Early Release)
Автор: Florent Buisson
Издательство: O’Reilly
Год: 2020-06-22
Формат: PDF, EPUB, DOC
Страниц: 150
Размер: 10 Mb
Язык: English

Most of the data that companies collect is related to customer behaviors, such as clicks on a website or purchases in a supermarket. But data science algorithms and predictive analytics tools aren’t that specific, so customer data is treated the same way as, for example, astronomical or genomic data. This practical guide introduces powerful methods for behavioral data analysis that you’re probably not aware of.
 

OCP Java SE 11 Programmer I Fundamentals: Exam 1Z0-815

Автор: literator от 22-06-2020, 21:16, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: OCP Oracle Certified Professional Java SE 11 Programmer I Exam Fundamentals 1Z0-815: Study guide for passing the OCP Java 11 Developer Certification Part 1 Exam 1Z0-815
Автор: Hanumant Deshmukh
Издательство: Enthuware
Год: 2020 (1st April 2020 Build 1.20)
Страниц: 470
Язык: английский
Формат: pdf, azw3, epub
Размер: 10.1 MB

OCP Oracle Certified Professional Java SE 11 Programmer Part 1 Exam Fundamentals is a comprehensive study guide for those taking the Oracle Certified Professional Java SE 11 Programmer I Exam (Exam Code 1Z0-815). With complete coverage of 100% of the exam objectives, this book provides everything you need to know to take the exam confidently. Written by an expert with more than 20 years of industry experience, the book also helps you ace technical interviews by making you aware of things that technical managers focus on.