Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- History 1,308
- Historia 1,220
- Development 1,058
- Engineering & Applied Sciences 946
- Història 917
- Application software 868
- Management 860
- Computer Science 622
- Computer networks 462
- Leadership 443
- Data processing 438
- Computer programs 405
- Design 398
- Cloud computing 367
- Examinations 363
- Business & Economics 362
- Social aspects 358
- Security measures 351
- Education 344
- Bíblia 342
- Web site development 335
- Web sites 333
- Computer security 321
- Python (Computer program language) 321
- Politics and government 318
- Filosofía 314
- Photography 310
- Computer software 303
- Programming 297
- Crítica e interpretación 295
-
50401Publicado 2020“…It is only with the technological advances in X-ray computed micro-tomography (μCT), first at synchrotron facilities in the 90s, then with commercial table-top scanners in the early 2000s, that quantitative, micrometric data on the geometry of the pore space has become available. In the last decade, different methods have also been developed to measure the spatial distribution of microorganisms at fine resolution in thin sections, as well as to map the composition of organic soil constituents or the nature of nitrogenous compounds at micrometric or even nanometric scales. …”
Libro electrónico -
50402Publicado 2019“…Mood disorders are becoming one of the major public health problems and care for good mental health is substantially affecting almost all dimensions of our lives. …”
Libro electrónico -
50403Publicado 2022Tabla de Contenidos: “…Table of Contents Kubernetes Fundamentals Kubernetes Architecture – From Docker Images to Running Pods Installing your First Kubernetes Cluster Running Your Docker Containers Using Multi-Container Pods and Design Patterns Configuring Your Pods Using ConfigMaps and Secrets Exposing Your Pods with Services Managing Namespaces in Kubernetes Persistent Storage in Kubernetes Running Production-Grade Kubernetes Workloads Deployment – Deploying Stateless Applications StatefulSet – Deploying Stateful Applications DaemonSet – Maintaining Pod Singletons on Nodes Kubernetes Clusters on Google Kubernetes Engine Launching a Kubernetes Cluster on Amazon Web Services with Amazon Elastic Kubernetes Service Kubernetes Clusters on Microsoft Azure with Azure Kubernetes Service Working with Helm Charts Authentication and Authorization on Kubernetes Advanced Techniques for Scheduling Pods Autoscaling Kubernetes Pods and Nodes Advanced Traffic Routing with Ingress…”
Libro electrónico -
50404Publicado 2022Tabla de Contenidos: “…Part I: Getting Started with .NET 6 -- Chapter 1: Welcome to Modern .NET -- Chapter 2 : Introducing ASP.NET Core 6 -- Part II: gRPC fundamentals -- Chapter 3: Understanding the gRPC Specification -- Chapter 4: Protobufs -- Chapter 5: Creating an ASP.NET Core gRPC Application -- Chapter 6: API Versioning -- Part III: gRPC and ASP.NET Core -- Chapter 7: Create a gRPC Client -- Chapter 8: From WCF to gRPC -- Chapter 9: Import and Display Data with ASP.NET Core Razor Pages, Hosted Services, and gRPC -- Chapter 10: The gRPC-web Specification -- Chapter 11: Create a gRPC-web service from a gRPC-service with ASP.NET Core -- Part IV: gRPC-web and ASP.NET Core -- Chapter 12: Import and Display Data with Angular 12 and gRPC-web -- Part V: Security -- Chapter 13: Secure your Application with OpenId Connect…”
Libro electrónico -
50405Publicado 2022“…Build robust and scalable Java applications by learning how to implement every aspect of software architecture Key Features Understand the fundamentals of software architecture and build production-grade applications in Java Make smart architectural decisions with comprehensive coverage of various architectural approaches from SOA to microservices Gain an in-depth understanding of deployment considerations with cloud and CI/CD pipelines Book Description Well-written software architecture is the core of an efficient and scalable enterprise application. …”
Libro electrónico -
50406por Stefanovich, Andy, 1966-“…LAMSTAIH (pronounced "lamb's tie"), written in five-foot-high letters in Play's office, has also become part of the daily vocabulary of some of the largest corporations in the world, who hire Play to help them acquire the practical skills, leadership behavior, and cultural mindset to create ideas and drive innovation. …”
Publicado 2011
Libro electrónico -
50407por McCallie, Joanne P., 1965-Tabla de Contenidos: “…; Refusing to Give Up, No Matter the Opponent; Chapter 13: A Message from Coach Smith and Coach Wooden; Winning Isn't Always about Who Has the Best or Most Talented Players; Coming Close Creates Added Motivation; Chapter 14: Coach K Teaches, ""Do What You Came Here to Do""; Moving On; Meeting Another Challenge; Getting to Work at Duke…”
Publicado 2012
Libro electrónico -
50408Publicado 2011“…Enterprise Network Testing Testing Throughout the Network Lifecycle to Maximize Availability and Performance Andy Sholomon, CCIE® No. 15179 Tom Kunath, CCIE No. 1679 The complete guide to using testing to reduce risk and downtime in advanced enterprise networks Testing has become crucial to meeting enterprise expectations of near-zero network downtime. …”
Libro electrónico -
50409Publicado 2013“…Edelstein was involved in every aspect of the business--from the brand’s iconic bottle to designing the sexy and attention-getting outfits worn by the famous "Patrón Girls" at promotions and parties to running the back office. …”
Libro electrónico -
50410Publicado 2012“…Summary Objective-C Fundamentals is a hands-on tutorial that leads you from your first line of Objective-C code through the process of building native apps for the iPhone using the latest version of the SDK. …”
Libro electrónico -
50411Publicado 2019“…Abstract As big data becomes more ubiquitous, businesses are wondering how they can best leverage it to gain insight into their most important business questions. …”
Libro electrónico -
50412Publicado 2017“…In this age of digital delivery and ubiquitous Internet presence, it's becoming increasingly important to implement scaleable and portable solutions, not only in terms of software, but also the system that runs it. …”
Libro electrónico -
50413Publicado 2019“…Develop generative models for a variety of real-world use cases and deploy them to production Key Features Discover various GAN architectures using a Python and Keras library Understand how GAN models function with the help of theoretical and practical examples Apply your learnings to become an active contributor to open source GAN applications Book Description Generative Adversarial Networks (GANs) have revolutionized the fields of machine learning and deep learning. …”
Libro electrónico -
50414Publicado 2018Tabla de Contenidos: “…. -- Making a phone call from your app -- Getting ready -- How to do it... -- How it works... -- There's more... -- Tracking the application's life cycle -- Getting ready -- How to do it... -- There's more... -- Building your own SMS sending service with the REST API -- Getting ready -- REST server -- Mobile sending application -- How it works... -- There's more... -- Chapter 9: Using specific platform features -- Introduction…”
Libro electrónico -
50415Publicado 2018Tabla de Contenidos: “…-- Importing data -- Importing data into pandas from Python data structures -- Importing data into pandas from a flat file -- Importing data into pandas from a database -- Common operations on DataFrames -- Adding columns -- Adding blank or user-initialized columns -- Adding new columns by transforming existing columns -- Dropping columns -- Applying functions to multiple columns -- Combining DataFrames -- Converting DataFrame columns to lists -- Getting and setting DataFrame values -- Getting/setting values using label-based indexing with loc -- Getting/setting values using integer-based labeling with iloc -- Getting/setting multiple contiguous values using slicing -- Fast getting/setting of scalar values using at and iat -- Other operations -- Filtering rows using Boolean indexing -- Sorting rows -- SQL-like operations -- Getting aggregate row COUNTs -- Joining DataFrames -- Introduction to scikit-learn -- Sample data -- Data preprocessing -- One-hot encoding of categorical variables -- Scaling and centering -- Binarization -- Imputation -- Feature-selection -- Machine learning algorithms -- Generalized linear models -- Ensemble methods -- Additional machine learning algorithms…”
Libro electrónico -
50416Publicado 2017“…An ideal guide to building the necessary skills and competencies to become an expert Informatica PowerCenter developer. …”
Libro electrónico -
50417Publicado 2017“…Become a master at managing enterprise identity infrastructure by leveraging Active Directory About This Book Manage your Active Directory services for Windows Server 2016 effectively Automate administrative tasks in Active Directory using PowerShell Manage your organization’s network with ease Who This Book Is For If you are an Active Directory administrator, system administrator, or network professional who has basic knowledge of Active Directory and are looking to gain expertise in this topic, this is the book for you. …”
Libro electrónico -
50418Publicado 2017“…Gain practical insights by exploiting data in your business to build advanced predictive modeling applications About This Book A step-by-step guide to predictive modeling including lots of tips, tricks, and best practices Learn how to use popular predictive modeling algorithms such as Linear Regression, Decision Trees, Logistic Regression, and Clustering Master open source Python tools to build sophisticated predictive models Who This Book Is For This book is designed for business analysts, BI analysts, data scientists, or junior level data analysts who are ready to move on from a conceptual understanding of advanced analytics and become an expert in designing and building advanced analytics solutions using Python. …”
Libro electrónico -
50419Publicado 2018Tabla de Contenidos: “…. -- How it works... -- Browsing the web from the CLI -- Getting ready -- How to do it... -- How it works... -- Capturing network traffic headlessly -- Getting ready -- How to do it... -- How it works... -- Finding binary dependencies -- Getting ready -- How to do it... -- How it works... -- Fetching time from different locations -- Getting ready -- How to do it... -- How it works... -- Encrypting/decrypting files from a script -- Getting ready -- How to do it... -- How it works... -- Chapter 7: Writing Bash to Win and Profit -- Introduction -- Creating a lame utility HTTP server -- Getting ready -- How to do it... -- How it works... -- Parsing RSS feeds and output HTML -- Getting ready -- How to do it... -- How it works... -- Scraping the web and collecting files -- Getting ready -- How to do it... -- How it works... -- Making a simple IRC chat bot logger -- Getting ready -- How to do it... -- How it works... -- Blocking IP addresses from failed SSH attempts -- Getting ready -- How to do it... -- How it works... -- Playing and managing audio from Bash -- Getting ready -- How to do it... -- How it works... -- Creating a simple NAT and DMZ firewall -- Getting ready -- How to do it... -- How it works... -- Parsing a GitHub project and generate a report -- Getting ready -- How to do it... -- How it works... -- Creating a poor man's incremental remote backup -- Getting ready -- How to do it... -- How it works...…”
Libro electrónico -
50420Publicado 2017“…Who This Book Is For This book is indented to provide a full overview of deep learning. From the beginner in deep learning and artificial intelligence to the data scientist who wants to become familiar with Theano and its supporting libraries, or have an extended understanding of deep neural nets. …”
Libro electrónico