Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Biblia 3,665
- Bible 1,923
- Bíblia 1,428
- Historia 1,177
- RELIGION 1,042
- Development 808
- Application software 802
- Engineering & Applied Sciences 770
- Management 648
- Crítica e interpretación 551
- Computer Science 516
- Història 512
- History 456
- Computer networks 447
- Mss 430
- Data processing 412
- Cloud computing 375
- Criticism, interpretation, etc 374
- Computer programs 371
- Operating systems (Computers) 348
- Programming 343
- Comentarios 304
- Security measures 276
- Artificial intelligence 272
- Business & Economics 271
- Crítica, interpretación, etc 266
- Database management 262
- Testigos de Jehová 262
- iOS (Electronic resource) 261
- Crítica, interpretació, etc 249
-
52601Publicado 2016“…We will also introduce several Mesos-based scheduling and management frameworks or applications to enable the easy deployment, discovery, load balancing, and failure handling of long-running services. …”
Libro electrónico -
52602Publicado 2015Tabla de Contenidos: “…Cover ; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Why Should I Care About OAuth 2.0? …”
Libro electrónico -
52603Publicado 2016“…In Detail Python is one of the most widely used dynamic programming languages, supported by a rich set of libraries and frameworks that enable rapid development. But fast paced development often comes with its own baggage that could bring down the quality, performance, and extensibility of an application. …”
Libro electrónico -
52604Publicado 2016“…It lets you implement languages really quickly; most of all, it covers all aspects of a complete language infrastructure, including the parser, code generator, interpreter, and more. This book will enable you to implement Domain Specific Languages (DSL) efficiently, together with their IDE tooling, with Xtext and Xtend. …”
Libro electrónico -
52605Publicado 2016“…It's packed with the latest information on SELinux operations and administrative procedures so you'll be able to further harden your system through mandatory access control (MAC) ? …”
Libro electrónico -
52606Publicado 2016“…Identity management beginners and experts alike will be able to apply the examples and scenarios to solve real-world customer problems. …”
Libro electrónico -
52607Publicado 2016“…In order to obtain sufficient recognition in this field, one must be able to understand and design a machine learning system that serves the needs of a project. …”
Libro electrónico -
52608Publicado 2017“…With all of this the book will enable you to understand and apply design patterns in an idiomatic way that will produce concise, readable, and maintainable software. …”
Libro electrónico -
52609Publicado 2016“…This course starts with making you familiar with its features and enable you to develop and enhance your dashboard skills, starting with an overview of what dashboard is, followed by how you can collect data using various mathematical formulas. …”
Libro electrónico -
52610Publicado 2016“…What You Will Learn Setup the Particle Photon and Electron on the cloud using the command-line tools Build and deploy applications on the Photon and Electron using the Web-based IDE Setup a local cloud server to interact with Particle Photon and Electron Connect various components and sensors to Particle Photon and Electron Tinker with the existing firmware and deploy a custom firmware on the Photon and Electron Setup communication between two or more Particle Photon and Electron Debug and troubleshoot Particle Photon and Electron projects Use webhooks to communicate with various third-party server applications In Detail IoT is basically the network of physical devices, vehicles, buildings and other items - embedded with electronics, software, sensors, actuators, and network connectivity that enable these objects to collect and exchange data.. …”
Libro electrónico -
52611Publicado 2018Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Chapter 1: Getting Started with AWS -- Installation and setup guide -- Installing the Serverless framework -- Introduction to AWS -- Cloud service pricing -- Pricing example -- AWS Management Console -- Regions -- AWS Lambda -- AWS API Gateway -- Summary -- Chapter 2: Exploring the Serverless Framework -- The Serverless framework -- Creating a serverless project -- Programming a Lambda function with Node.js -- Testing and debugging Lambda functions -- Testing the API using Postman -- Testing and debugging via the AWS Management Console -- Summary -- Chapter 3: Building a Serverless Application -- Building a stateless serverless web application backend -- Changing the file structure -- Creating more functions -- Creating a stateful serverless backend with DynamoDB -- Creating a web client -- Deploying a serverless frontend on CloudFront -- Summary -- Chapter 4: Programming AWS Lambda with Java -- Deploying and Testing AWS Lambda Functions -- Lambda Function with S3 Event Input -- Creating a Simple Serverless Java Project -- Summary -- Chapter 5: Programming AWS Lambda with Python -- Creating a python lambda function -- Using the Serverless Framework with Python -- Building a Serverless backend with Python -- Summary -- Chapter 6: Programming AWS Lambda with C# -- Creating C# Lambda functions with .NETCore -- Creating an AWS Lambda project -- Creating C# Serverless Project with .NET Core -- Summary -- Other Books You May Enjoy -- Index…”
Libro electrónico -
52612Publicado 2018“…Appendices are provided for completeness, especially for the advanced reader, including several Instruction Sets, ASCII character sets, Decimal-Binary-Hexadecimal conversion tables, and elaboration of ten ‘Best Practices.’ Two datasheets (one complete datasheet on the 10F20x series and one partial datasheet on the 16F88x series) are also provided in the Appendices to serve as an important reference, enabling the new embedded programmer to develop familiarity with the format of datasheets and the skills needed to assess the product datasheet for proper selection of a microcontroller family for any specific project. …”
Libro electrónico -
52613Publicado 2019“…You'll learn about new React features, such as the context API and React Hooks that will enable you to build components, which will be reusable across your applications. …”
Libro electrónico -
52614Publicado 2017Tabla de Contenidos: “…Cover -- Title Page -- Copyright -- Credits -- About the Authors -- About the Reviewer -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Practical Machine Learning with Spark Using Scala -- Introduction -- Apache Spark -- Machine learning -- Scala -- Software versions and libraries used in this book -- Downloading and installing the JDK -- Getting ready -- How to do it... -- Downloading and installing IntelliJ -- Getting ready -- How to do it... -- Downloading and installing Spark -- Getting ready -- How to do it... -- Configuring IntelliJ to work with Spark and run Spark ML sample codes -- Getting ready -- How to do it... -- There's more... -- See also -- Running a sample ML code from Spark -- Getting ready -- How to do it... -- Identifying data sources for practical machine learning -- Getting ready -- How to do it... -- See also -- Running your first program using Apache Spark 2.0 with the IntelliJ IDE -- How to do it... -- How it works... -- There's more... -- See also -- How to add graphics to your Spark program -- How to do it... -- How it works... -- There's more... -- See also -- Chapter 2: Just Enough Linear Algebra for Machine Learning with Spark -- Introduction -- Package imports and initial setup for vectors and matrices -- How to do it... -- There's more... -- See also -- Creating DenseVector and setup with Spark 2.0 -- How to do it... -- How it works... -- There's more... -- See also -- Creating SparseVector and setup with Spark -- How to do it... -- How it works... -- There's more... -- See also -- Creating dense matrix and setup with Spark 2.0 -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Using sparse local matrices with Spark 2.0 -- How to do it... -- How it works... -- There's more... -- See also -- Performing vector arithmetic using Spark 2.0.…”
Libro electrónico -
52615Publicado 2018“…Explore the differences between ICOs, cryptocurrencies, and tokens (offerings), enabling the reader to understand the ICO landscape, how millions were raised in minutes, and where the future of the tokenized economy is heading. …”
Libro electrónico -
52616por Rossberg, Joachim. author“…Organizations adopt Agile practices because they are a key enabler to run better projects, get more successful end results, and achieve an overall higher quality output. …”
Publicado 2019
Libro electrónico -
52617Publicado 2018“…This specification is based on a reactive programming paradigm, enabling developers to build enterprise-grade, robust applications with reduced complexity and in less time. …”
Libro electrónico -
52618Publicado 2019“…By the end of this book, you'll be able to address common design problems encountered while developing applications and feel confident while building scalable projects. …”
Libro electrónico -
52619Publicado 2020“…We then take an in-depth look at level of detail (LOD) expressions and use them to solve complex data challenges. Up next, we show table calculations, how to extend and alter default visualizations, build an interactive dashboard, and master the art of telling stories with data. …”
Libro electrónico -
52620Publicado 2020“…As you progress, you'll explore the Cockpit web interface that enables you to perform tasks via a web browser instead of using the command-line. …”
Libro electrónico