|
 |
|
 |
|
|
 |
|  |
|
Название: Applications of Artificial Intelligence in Business and Finance: Modern Trends Автор: Vikas Garg (PhD), Shalini Aggarwal (PhD), Pooja Tiwari (PhD) Издательство: Apple Academic Press/CRC Press Год: 2022 Страниц: 272 Язык: английский Формат: pdf (true) Размер: 11.5 MB
In the current competitive and technology-driven world, Artificial Intelligence (AI) has emerged as growing technology that is applicable to many fields. As transactions and other business functions move online and grow more popular every year, the finance and banking industries face increasingly complex data management and identity theft and fraud issues. AI can bring many financial and business functions to the next level, as systems using Deep Learning technologies are able to analyze patterns and spot suspicious behavior and potential fraud. In this volume, Applications of Artificial Intelligence in Business and Finance: Modern Trends, the focus is on the application of Artificial Intelligence in finance, business, and related areas. The book presents a selection of chapters presenting cutting-edge research on current business practices in finance and management. |
Разместил: Ingvar16 30-10-2021, 15:59 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Elegant Code With Python Автор: Karthikeyan A.K. Издательство: Karthikeyan A.K. Год: 2021 Язык: английский Формат: pdf, azw, epub Размер: 10.18 MB
Programs are becoming larger and larger, they needed to be maintained for a long time, and developers would like to move from company to another to satisfy their curiosity. To keep programs maintainable, many programming languages have evolved standards. By reading this book programmers budding or veterans more mindful of their code, and will result in less pull or merge request rejections. you will start to navigate your professional life with elegance. This book is for people who know Python and want to code well, be elegant and mindful with it. Its For people who want their code to be appreciated by others, for people who want to graduate from coding professional to coding craftsman. |
Разместил: Ingvar16 30-10-2021, 15:00 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Code That Fits in Your Head: Heuristics for Software Engineering Автор: Mark Seemann Издательство: Pearson/Addison-Wesley Год: 2022 Формат: ePUB Страниц: 416 Размер: 23 Mb Язык: English
Code That Fits in Your Head offers indispensable, practical advice for writing code at a sustainable pace and controlling the complexity that causes projects to spin out of control. Reflecting decades of experience helping software teams succeed, Mark Seemann guides you from zero (no code) to deployed features and shows how to maintain a good cruising speed as you add functionality, address cross-cutting concerns, troubleshoot, and optimize. You'll find valuable ideas, practices, and processes for key issues ranging from checklists to teamwork, encapsulation to decomposition, API design to unit testing. Seemann illuminates his insights with code examples drawn from a complete sample project. Written in C#, they're designed to be clear and useful to anyone who uses any object-oriented language including Java , C++, and Python. To facilitate deeper exploration, all code and extensive commit messages are available for download. |
Разместил: vitvikvas 30-10-2021, 02:37 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Testing Elixir: Effective and Robust Testing for Elixir and Its Ecosystem Автор: Andrea Leopardi, Jeffrey Matthias Издательство: Pragmatic Bookshelf Год: July 2021 (Version: P1.0) Страниц: 256 Язык: английский Формат: pdf (true) + pdf (conv), mobi, epub Размер: 10.1 MB, 10.1 MB
Elixir is an interesting and fairly unique programming language. It provides features and concepts that can be hard to test if you’ve never dealt with anything like them. Some of those features are common in other programming languages but are more prominent in Elixir (and Erlang), such as concurrency and immutability. Other features, such as resiliency or the OTP framework, are more unique to Erlang and Elixir and can be challenging to test effectively. From a more practical perspective, Elixir is a great language to write a testing book about because the tools and patterns we use when testing Elixir code are pretty consolidated in the Elixir community. One reason for this is that Elixir comes equipped with its own testing framework, ExUnit. We’ll explore ExUnit inside and out and we’ll learn how to use it in many different situations in order to test our applications on different levels. |
Разместил: Ingvar16 29-10-2021, 19:40 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Web Development with Node and Express: Leveraging the javascript Stack 2nd Edition Автор: Ethan Brown Издательство: O’Reilly Media, Inc. Год: 2020 Страниц: 342 Язык: английский Формат: pdf (true), epub (true) Размер: 10.29 MB Build dynamic web applications with Express, a key component of the Node/javascript development stack. In this updated edition, author Ethan Brown teaches you Express fundamentals by walking you through the development of an example application. This hands-on guide covers everything from server-side rendering to API development suitable for usein single-page apps (SPAs). |
Разместил: Ingvar16 29-10-2021, 17:19 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Swift Apprentice (7th Edition) Автор: Ehab Amer, Alexis Gallagher, Matt Galloway и др. Издательство: Razeware LLC Год: 2021 Страниц: 555 Язык: английский Формат: pdf (true), epub Размер: 26.7 MB
This is a book for complete beginners to Apple’s modern programming language — Swift.All the code in the book works inside of Xcode’s easy-to-use playgrounds. That means you can focus on core Swift language concepts, such as classes, protocols, and generics, instead of getting bogged down in the details of building apps. This is a companion book to the SwiftUI Apprentice; the SwiftUI Apprentice focuses on building apps, while Swift Apprentice focuses on the Swift language itself. |
Разместил: Ingvar16 29-10-2021, 16:24 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: The Hardware Hacking Handbook Автор: Jasper van Woudenberg and Colin O’Flynn Издательство: No Starch Press Год: 2022 Формат: True PDF, ePUB Страниц: 515 Размер: 36,2 Mb, 45 Mb Язык: English
Embedded devices are chip-size microcomputers small enough to be included in the structure of the object they control, and they’re everywhere—in phones, cars, credit cards, laptops, medical equipment, even critical infrastructure. This means understanding their security is critical. The Hardware Hacking Handbook takes you deep inside different types of embedded systems, revealing the designs, components, security limits, and reverse-engineering challenges you need to know for executing effective hardware attacks. Written with wit and infused with hands-on lab experiments, this handbook puts you in the role of an attacker interested in breaking security to do good. Starting with a crash course on the architecture of embedded devices, threat modeling, and attack trees, you’ll go on to explore hardware interfaces, ports and communication protocols, electrical signaling, tips for analyzing firmware images, and more. Along the way, you’ll use a home testing lab to perform fault-injection, side-channel (SCA), and simple and differential power analysis (SPA/DPA) attacks on a variety of real devices, such as a crypto wallet. |
Разместил: vitvikvas 29-10-2021, 12:48 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: MATLAB C/C++, Fortran, Java, and Python API Reference (R2021b) Автор: MathWorks Издательство: MathWorks Год: 2021 Страниц: 678 Язык: английский Формат: pdf (true) Размер: 10.1 MB
If you have a C++ shared library that exports functionality that can be called from another application, then you can use these classes and functions directly in MATLAB. To get started, you must first build an interface to the C++ library to use to call the functionality in MATLAB. Someone who creates this interface is called a publisher. You can package the interface and share it with a MATLAB end user. |
Разместил: Ingvar16 29-10-2021, 11:28 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: jQuery Recipes Автор: Bintu Harwani Издательство: Apress Год: 2022 Формат: PDF Страниц: 702 Размер: 19 Mb Язык: English
Quickly discover solutions to common problems, best practices you can follow, and everything jQuery has to offer. Using a problem-solution approach, this book begins with small initial problems that developers typically face while working with jQuery, and gradually goes deeper to explore more complex problems. The solutions include illustrations and clear, concise explanations of the code. |
Разместил: vitvikvas 28-10-2021, 16:26 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Beginning jOOQ: Learn to Write Efficient and Effective Java-Based SQL Database Operations Автор: Tayo Koleoso Издательство: Apress Год: 2022 Страниц: 221 Язык: английский Формат: pdf (true), epub Размер: 19.2 MB
Practical examples and case studies demonstrate how jOOQ offers a more efficient and versatile alternative to Object-Relational Mapping frameworks like Hibernate and JPA, while providing a natural, native-SQL feeling for the developer. You'll see how to maximize the full potential of your SQL database with advanced query syntax and functions with this lightweight, SQL-friendly framework. Come see how you can use high performance approaches like reactive, data streaming and cloud-native programming to get data from SQL tables. |
Разместил: Ingvar16 27-10-2021, 22:29 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
br>
|