Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Historia 1,593
- History 1,521
- Development 893
- Engineering & Applied Sciences 704
- Application software 691
- Management 612
- Filosofía 514
- Crítica e interpretación 497
- Computer Science 466
- Computer networks 358
- Philosophy 339
- Computer programming 330
- Cloud computing 325
- Història 316
- Design 311
- Education 305
- Computer software 303
- Feminism 297
- Politics and government 296
- Business & Economics 294
- Data processing 291
- Lenin, Vladimir Il'ich 289
- Computer programs 284
- Python (Computer program language) 278
- Política y gobierno 269
- History and criticism 267
- Programming 250
- Social aspects 250
- Web sites 248
- Java (Computer program language) 247
-
42641Publicado 1976“…Se apoya particularmente en tres instituciones: el sistema dualista que divide el pueblo en dos mitades, Oollana y Wanaco, teóricamente residenciales endógamas y rivales, que mantienen relaciones complementarias pero profundamente inigualitarias; el sistema del parentesco social (compadrazgo principal, mente y parentezco jurado), que teje entre cada uno de los miembros del grupo una vasta red de relaciones jererquizadas, orientadas de la sección débil hacia la sección fuerte, pero que de hecho legitima la dominación de los unos sobre los otros; el sistema de la ascensión social normalizada, donde los miembros de cada una de las secciones se reparten complementariamente los cargos politicos y religiosos, pero que consagra el enriquecimiento de los unos y el empobrecimiento de ios otros. …”
Libro electrónico -
42642Publicado 2011“…Inspector of Finance used to define an occupation. Today, it is little more than a title used to open doors.” …”
Electrónico -
42643Publicado 2022“…What you will learn Get to grips with architecting a well-structured CMake project Modularize and reuse CMake code across projects Integrate various tools for static analysis, linting, formatting, and documentation into a CMake project Get hands-on with performing cross-platform builds Discover how you can easily use different toolchains with CMake Get started with crafting a well-defined and portable build environment for your project Who this book is for This book is for software engineers and build system maintainers working with C or C++ on a regular basis and trying to use CMake to better effect for their everyday tasks. …”
Libro electrónico -
42644por Adams, Melissa“…All in all, we covered a lot of ground from beginning to end. And now, readers, just allow yourselves to be. . . transported…”
Publicado 2021
Electrónico -
42645Publicado 2022“…In Operationalizing Threat Intelligence, you'll explore cyber threat intelligence in five fundamental areas: defining threat intelligence, developing threat intelligence, collecting threat intelligence, enrichment and analysis, and finally production of threat intelligence. …”
Libro electrónico -
42646Publicado 2022“…You'll learn about the various career paths available in the field of DevOps, before acquiring the essential skills needed to begin working as a DevOps professional. If you are already a DevOps engineer, this book will help you to gain advanced skills to become a DevOps specialist. …”
Libro electrónico -
42647Publicado 2022“…By implementing MLOps with Kubernetes, data scientists, IT professionals, and data engineers can collaborate and build machine learning solutions that deliver business value for their organization. You'll begin by understanding the different components of a machine learning project. …”
Libro electrónico -
42648Publicado 2022“…And there are many things that look fancy but are a waste of time, especially when you begin. No need to learn 150 commands to get started. …”
Video -
42649Publicado 2016“…Description This video series is designed to provide hands-on training for several common Exchange Server-related tasks. …”
-
42650Publicado 2017“…Begin your iOS mobile application development journey with this accessible, practical tutorial. …”
-
42651Publicado 2020“…This book teaches you how to perform penetration tests in a controlled AWS environment. You'll begin by performing security assessments of major AWS resources such as Amazon EC2 instances, Amazon S3, Amazon API Gateway, and AWS Lambda. …”
Libro electrónico -
42652Publicado 2017“…5 Hours of Video Training on Application Centric Infrastructure (ACI) Video instruction on Application Centric Infrastructure concepts, policy, security, and infrastructure architecture Description Application Centric Infrastructure (ACI) LiveLessons is designed to get you up and running with ACI--Cisco’s Software Defined Networking (SDN) solution and the hottest topic in data center today. …”
-
42653Publicado 2017“…For applications running on EC2, the architecture begins with the network; in AWS, that is the Virtual Private Cloud or VPC. …”
-
42654Publicado 2018“…What You Will Learn Create a .NET Standard 2.0 library Use System.IO within the .NET Standard 2.0 Make use of your legacy .NET libraries with the new .NET Core standard Explore the thread support to create a multithreaded .NET Standard 2.0 library Create a .NET Standard 2.0 library and use it with an Android and iOS application Implement various Visual Studio 2017 diagnostics and debugging tools Create a NuGet Package and submit the package to the NuGet Package Manager Use Visual Studio 2017 azure tools to deploy the application to Azure Test and deliver a .NET Standard 2.0 library In Detail The .NET Standard is a standard that represents a set of APIs that all .NET platforms have to implement, making it easy for developers to access and use one common library for their development needs. This book begins with a quick refresher, helping you understand the mechanics of the new standard and offering insight into how it works. …”
Libro electrónico -
42655Publicado 2021“…As you progress, you'll also learn how to use CloudWatch to detect anomalous behavior, set alarms, visualize logs and metrics, define automated actions, and rapidly troubleshoot issues. …”
Libro electrónico -
42656Publicado 2018“…This book is the easiest way to get started with Vuex to improve your Vue.js application architecture and overall user experience. Our book begins by explaining the problem that Vuex solves, and how it helps your applications. …”
Libro electrónico -
42657Publicado 2018“…With this book as your guide, you will learn all about Ubuntu Server, from initial deployment to creating production-ready resources for your network. The book begins with the concept of user management, group management, and filesystem permissions. …”
Libro electrónico -
42658Publicado 2018“…Packed with easy to follow recipes, this is your guide to becoming productive with Java EE 8. You will begin by seeing the latest features of Java EE 8, including major Java EE 8 APIs and specifications such as JSF 2.3, and CDI 2.0, and what they mean for you. …”
Libro electrónico -
42659Publicado 2013“…. • Chapter-ending Exercises – Each chapter concludes with a series of exercises designed to help students increase their retention of the chapter content including key term reviews, key topic tables, command review exercises, and memory table exercises. • Part Reviews – This new edition includes a new part review feature that helps students consolidate their knowledge of concepts presented across multiple chapters. …”
Libro electrónico -
42660Publicado 2021Tabla de Contenidos: “…. -- There's more... -- Redirecting stdin, stdout, and stderr -- Getting ready -- How to do it... -- How it works... -- There's more... -- Connecting programs using pipes -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Writing to stdout and stderr -- How to do it... -- How it works... -- There's more... -- Reading from stdin -- Getting ready -- How to do it... -- How it works... -- There's more... -- Writing a pipe-friendly program -- Getting ready -- How to do it... -- How it works... -- There's more... -- Redirecting the result to a file -- Getting ready -- How to do it... -- How it works... -- There's more... -- Reading environment variables -- Getting ready -- How to do it... -- How it works...…”
Libro electrónico