Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Misales 1,727
- Derecho civil 1,580
- Historia 1,406
- Derecho penal 1,399
- Liturgia 1,180
- Derecho administrativo 1,039
- Filosofía 929
- Engineering & Applied Sciences 912
- Església Catòlica 904
- Development 864
- Teología dogmática 803
- Application software 791
- Derecho 758
- Tratados y manuales 748
- Litúrgia 735
- Psicología 712
- Derecho mercantil 710
- Teología 701
- Derecho constitucional 689
- Mental illness 687
- Economía 657
- Operating systems (Computers) 646
- Moral cristiana 623
- Computer Science 612
- Enfermedades mentales 611
- Universidad Pontificia de Salamanca (España) 583
- Computer programs 548
- Derecho canónico 547
- Mental health 546
- Personas con discapacidad mental 534
-
124661por Vermeir, NicoTabla de Contenidos: “…; Using the Windows 8 Compass API; Summary; CHAPTER 10 Games; Direct3D; Direct2D; SharpDX; MonoGame; Installing MonoGame…”
Publicado 2013
Libro electrónico -
124662por Thangaswamy, VivekTabla de Contenidos: “…; Summary; Chapter 2: Microsoft Office InfoPath Programming; Microsoft Office InfoPath; InfoPath 2007 in Visual Studio; Visual Studio 2008 InfoPath solution overview; The VSTO problem when installing Office InfoPath 2007; Creating our first example; Available customization features; Object model in InfoPath solution; Understanding the Microsoft Office InfoPath object model; Understanding the InfoPath object model functional area; Using events in InfoPath; Form-level events; Xml events; Control events…”
Publicado 2009
Libro electrónico -
124663por Nichols, AndrewTabla de Contenidos: “…The quality management system (Section 4)Documenting the quality management system (subsection 4.2); General Requirements (clause 4.2.1); The quality manual (clause 4.2.2); Control of documents (clause 4.2.3); Controls of records (clause 4.2.4); Management responsibility (Section 5); Management commitment (subsection 5.1); Customer Focus (subsection 5.2); Quality Policy (subsection 5.3); Planning (subsection 5.4); Quality objectives (clause 5.4.1); Quality management system planning (clause 5.4.2); Responsibility, authority and communication (subsection 5.5)…”
Publicado 2013
Libro electrónico -
124664por Jarrett, RobTabla de Contenidos: “…The Tablet PC Platform SDK; Managed APIs; Ink Controls; COM Automation APIs; Sample Applications; Installing the Tablet PC Platform SDK…”
Publicado 2009
Libro electrónico -
124665por Narayanan, SudheeshTabla de Contenidos: “…-- Kerberos advantages -- The Hadoop default security model with Kerberos -- Hadoop Kerberos security implementation -- User-level access controls -- Service-level access controls -- User and service authentication -- Delegation Token -- Job Token -- Block Access Token -- Summary -- Chapter 3: Setting up a Secured Hadoop Cluster -- Prerequisites -- Setting up Kerberos -- Installing the Key Distribution Center -- Configuring the Key Distribution Center -- Establishing the KDC database -- Setting up the administrator principal for KDC -- Starting the Kerberos daemons -- Setting up the first Kerberos administrator -- Adding the user or service principals -- Configuring LDAP as the Kerberos database -- Supporting AES-256 encryption for a Kerberos ticket -- Configuring Hadoop with Kerberos authentication -- Setting up the Kerberos client on all the Hadoop nodes -- Setting up the Hadoop service principals -- Creating a keytab file for the Hadoop services -- Distributing the keytab file for all slaves -- Setting up the Hadoop configuration files -- HDFS-related configurations -- MRV1-related configurations -- MRV2-related configurations -- Setting up secured DataNode -- Setting up the TaskController class -- Configuring users for Hadoop -- Automation of secured Hadoop deployment -- Summary -- Chapter 4: Securing the Hadoop Ecosystem -- Configuring Kerberos for Hadoop ecosystem components -- Securing Hive…”
Publicado 2013
Libro electrónico -
124666por Turner, James, 1962-Tabla de Contenidos: “…Automating iOS Builds; Introducing Hudson; Breaking the News to Your IT Department; Provisioning Your Build Machine; Installing Hudson; Creating the Build Job; The Main Configuration Screen; Discard old builds; This build is parameterized; Disable build; Execute concurrent builds; Advanced options…”
Publicado 2011
Libro electrónico -
124667por Reed, AaronTabla de Contenidos: “…System RequirementsAdditional Resources; Installation; Creating Your First XNA Application; What You Just Did; Summary; Test Your Knowledge: Quiz; Chapter 3. …”
Publicado 2010
Libro electrónico -
124668Publicado 2012Tabla de Contenidos: “…Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Introducing Blender and Animation; Welcome to the world of Blender 3D; Discovering Blender and animation; Learning Blender will literally change how you think; Installing Blender; Using Blender; Time for action - rendering your first scene in Blender; Time for action - closing Blender; Top 10 reasons to enjoy using Blender 3D; Getting a good background in animation; Going back to the year 1922 on an animation field trip; Time for action - watching Felix Turns the Tide…”
Libro electrónico -
124669Publicado 2016Tabla de Contenidos: “…Configuring TFBuild Agent, Pool, and QueuesSetting up a TFBuild Agent using an unattended installation; Creating a continuous integration build definition in TFBuild; Pinning a build badge to the welcome page in Team Portal; Managing build resources using role-based access; Using the build retention policy to automate build deletion; Using user capabilities to identify a build agent in a pool; Version DLLs in build output with build number; Creating a new build task using the TFBuild Extensibility framework; Integrating SonarQube with TFBuild to manage technical debt…”
Libro electrónico -
124670Publicado 2016Tabla de Contenidos: “…Cover -- Copyright -- Credits -- About the Authors -- Acknowledgments -- About the Reviewer -- www.PacktPub.com -- Table of Contents -- Preface -- Chapter 1: Getting Started -- Introduction to data structure -- Abstract data type and data structure -- Relationship between problem and algorithm -- Basics of R -- Installation of R -- Basic data types in R -- Operations in R -- Control structures in R -- If condition -- If...else condition -- Ifelse function -- For() loop -- Nested for( ) loop -- While loop -- Special statements in loops -- Break statement -- Next statement -- Repeat loop -- First class functions in R -- Exercises -- Summary -- Chapter 2: Algorithm Analysis -- Getting started with data structure -- Memory management in R -- System runtime in R -- Best, worst, and average cases -- Computer versus algorithm -- Algorithm asymptotic analysis -- Upper bounds or Big O notation -- Lower bounds or Big Omega notation (Ω) -- Big θ notation -- Simplifying rules -- Classifying rules -- Computation evaluation of a program -- Component 1 - Assignment operator -- Component 2 - Simple loop -- Component 3 - Complex loop -- Component 4 - Loops with conditional statements -- Component 5 - Recursive statements -- Analyzing problems -- Space bounds -- Exercises -- Summary -- Chapter 3: Linked Lists -- Data types in R -- Vector and atomic vector -- Element data types -- Factor -- Matrix -- Array -- Dataframes -- List -- Object-oriented programming using R -- Linked list -- Linear linked list -- Doubly linked list -- Circular linked list -- Array-based list -- Analysis of list operations -- Exercises -- Summary -- Chapter 4: Stacks and Queues -- Stacks -- Array-based stacks -- Linked stacks -- Comparison of array-based and linked stacks -- Implementing recursion -- Queues -- Array-based queues -- Linked queues -- Comparison of array-based and linked queues…”
Libro electrónico -
124671por Clarke, JohnTabla de Contenidos: “…Validating Oracle 11gR2 Real Application Clusters Installation and Database Storage on Exadata""…”
Publicado 2013
Libro electrónico -
124672Publicado 2014Tabla de Contenidos: “…4.17 Method for the Determination of the Consumption Rate of Aluminum Anode Alloys Immersed in Seawater4.18 Method for the Determination of the Closed-Circuit Potential of Aluminum Anodes Immersed in Seawater; 4.19 Cast Galvanic Anodes for Fixed Offshore Installations (Aluminum); 4.20 Requirements; 4.21 CP Cables; 4.22 Specific Cable Requirements; 4.23 Quality Assurance Provisions; 4.24 Tests; 4.25 Fabrication and Inspection of Monolithic Insulating Joints; 4.26 Approved Welding Processes; 4.27 Coating; 4.28 Quality Assurance Provisions; 4.29 Tests; 4.30 Flange Insulation Kit…”
Libro electrónico -
124673Publicado 2015Tabla de Contenidos: “…DiscussionSee Also; 2.5 Persisting a Collection Between Application Sessions; Problem; Solution; Discussion; See Also; 2.6 Testing Every Element in an Array or List; Problem; Solution; Discussion; See Also; 2.7 Creating Custom Enumerators; Problem; Solution; Discussion; See Also; 2.8 Dealing with finally Blocks and Iterators; Problem; Solution; Discussion; See Also; 2.9 Implementing Nested foreach Functionality in a Class; Problem; Solution; Discussion; See Also; 2.10 Using a Thread-Safe Dictionary for Concurrent Access Without Manual Locking; Problem; Solution; Discussion; See Also…”
Libro electrónico -
124674Publicado 2015Tabla de Contenidos: “…Evidentiary sources for citation analysis: Manual indexing…”
Libro electrónico -
124675Publicado 2015Tabla de Contenidos: “…Discovering the special-use keysChoosing an alternative keyboard; Finger-typing on the virtual keyboards; Editing mistakes; Chapter 3: Synchronicity: Getting Stuff to and from Your iPad mini; A Brief iCloud Primer; Syncing with iTunes; Backing Up Your iPad mini; Disconnecting the iPad mini; Synchronizing Your Data; Contacts; Calendars; Advanced; Synchronizing Your Media; Music, music videos, and voice memos; Movies; TV shows; Podcasts, iTunes U, and books; Tones; Photos; Manual Syncing; Part II: The Internet iPad mini; Chapter 4: Going on a Mobile Safari; Surfin' Dude; Exploring the browser…”
Libro electrónico -
124676Publicado 2016Tabla de Contenidos: “…DOS Batch ScriptsLinux Bash Scripts; Interactive Line Interpreters; Package Installers; System Calls; Glossary; References; Chapter 2: Structuring Text; 2.1. …”
Libro electrónico -
124677Publicado 2016Tabla de Contenidos: “…; Python on Different Operating Systems ; Python on Linux ; Python on OS X ; Python on Windows ; Troubleshooting Installation Issues ; Running Python Programs from a Terminal ; On Linux and OS X ; On Windows ; Exercise 1-1: python.org…”
Libro electrónico -
124678Publicado 2015Tabla de Contenidos: “…What others are playing with HTML5Coca-Cola's Ahh campaign; Asteroid-styled bookmarklet; X-Type; Cursors.io; What we are going to create in this book; Preparing the development environment; Summary; Chapter 2: Getting Started with DOM-based Game Development; Preparing the HTML documents for a DOM-based game; Time for action - installing the jQuery library; New HTML5 doctype; Header and footer; The best practice to place the JavaScript code; Choosing the jQuery file; Running jQuery inside a scope; Running our code after the page is ready; Downloading the image assets…”
Libro electrónico -
124679por Rogers, Mike. authorTabla de Contenidos: “…Getting Started with Swift; Problem; Solution; 1-2. Installing Xcode 6; Problem; Solution; How It Works; 1-3. …”
Publicado 2015
Libro electrónico -
124680Publicado 2015Tabla de Contenidos: “…Neo4j high availabilityMachine #1 - neo4j-01.local; Instance #2 - neo4j-02.local; Instance #3 - neo4j-03.local; Configure Neo4j for Amazon clusters; Cloud deployment with Azure; Summary; Chapter 2: Querying and Indexing in Neo4j; The Neo4j interface; Running Cypher queries; Visualization of results; Introduction to Cypher; Cypher graph operations; Cypher clauses; More useful clauses; Advanced Cypher tricks; Query optimizations; Graph model optimizations; Gremlin - an overview; Indexing in Neo4j; Manual and automatic indexing; Schema-based indexing; Indexing benefits and trade-offs…”
Libro electrónico