Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Jesús 4,879
- Jesucristo 3,108
- Historia 2,855
- Biblia 2,164
- Història 2,087
- Bíblia 1,960
- Jesuitas 1,853
- Teresa de Jesús 1,817
- Sagrado Corazón de Jesús 1,450
- Cristologia 1,352
- Espiritualidad 1,061
- Jueus 972
- Crítica e interpretación 929
- Universidad Pontificia de Salamanca (España) 927
- Meditaciones 888
- Església Catòlica 872
- Biografia 850
- Cristología 837
- Vida espiritual 810
- Sermones 741
- Biografías 726
- Vida cristiana 699
- Misticismo 697
- Teología 672
- Crítica, interpretació, etc 642
- Teresa del Niño Jesús 614
- Goigs 613
- Moral cristiana 584
- culto 571
- Virgen María 568
-
122041
-
122042Publicado 2010Tabla de Contenidos: “…Using Input Parameters -- Using Output Parameters -- Returning Procedure Status -- Debugging Stored Procedures Using SQL Server Management Studio -- Using System Stored Procedures -- Startup Procedures -- Summary -- 29 Creating and Managing User-Defined Functions -- What's New in SQL Server 2008 -- Why Use User-Defined Functions? …”
Libro electrónico -
122043Publicado 2017Tabla de Contenidos: “…. -- Security first -- Theme hook suggestions -- Debugging template file selection and hook suggestions -- The Twig logic and operators -- See also -- Using the Breakpoint module -- Getting ready -- How to do it... -- How it works... -- There's more... -- Caveat for providing breakpoints from themes -- Accessing breakpoints programmatically -- Multipliers -- See also -- Using the Responsive Image module -- Getting ready -- How to do it... -- How it works... -- There's more... -- Performance first delivery -- Removing picturefill polyfill -- See also -- Chapter 6: Creating Forms with the Form API -- Introduction -- Creating a form -- Getting ready -- How to do it... -- How it works... -- There's more... -- Form element definitions -- The form state -- The form cache -- See also -- Using new HTML5 elements -- Getting ready -- How to do it... -- How it works... -- There's more... -- Specific element properties -- Creating new elements -- See also -- Validating form data -- Getting ready -- How to do it... -- How it works... -- There's more... -- Multiple validation handlers -- Accessing multidimensional array values -- Element validation methods -- Processing submitted form data -- Getting ready -- How to do it... -- How it works... -- There's more... -- Multiple submit handlers -- See also -- Altering other forms -- Getting ready -- How to do it... -- How it works... -- There's more…”
Libro electrónico -
122044Publicado 2018Tabla de Contenidos: “…Chapter 6: Creating a RESTful API Using Laravel - Part 2 -- Dealing with request validation and error messages -- HTTP status code -- Implementing the Controllers validation -- Adding custom error handling -- Checking API URLs with the Swagger UI -- Get all records -- Get record by ID -- Checking API response errors -- Token-based authentication -- Installing tymon-jwt-auth -- Updating the User model -- Setting up the auth guard -- Creating the authController -- Creating user routes -- Protecting API routes -- Creating and logging in a User -- Dealing with Laravel resources -- Creating BikesResource -- Creating BuildersResource -- Creating ItemsResource -- Creating ratingResource -- Adding resources to controllers -- Summary -- Chapter 7: Progressive Web Applications with the Angular CLI -- Starting a web application with the Angular CLI -- Preparing the baseline code -- Scaffolding a web application with the Angular CLI -- Creating the directory structure -- Building the baseline for a PWA -- Adding PWA features using ng add -- Understanding the key files in PWA -- PWA in action -- Running the application in production mode -- Angular service - workers in action -- Debugging a progressive web application -- Creating boilerplate Angular components -- Creating the home module and component -- Creating the bikes module and component -- Creating the builders module and component -- Preparing Auth routes - login, register, and logout components -- Creating a layout component -- Summary -- Chapter 8: Dealing with the Angular Router and Components -- Preparing the baseline code -- Adding components to our application -- Dealing with Angular routes -- Creating authentication routes -- Creating home routing -- Configuring child routes for details pages -- Adding builders child routes -- Adding bikers child routes -- Refactoring app.component.html…”
Libro electrónico -
122045Publicado 2019Tabla de Contenidos: “…-- Designing a persona -- Chapter 8 Designing Features from a DevOps Perspective -- Constructing Your Design -- Designing for DevOps -- Designing software for change -- Improving software constantly -- Documenting your software -- Architecting Code for the Six Capabilities of DevOps -- Maintainability -- Scalability -- Security -- Usability -- Reliability -- Flexibility -- Documenting Design Decisions -- Avoiding Architecture Pitfalls -- Chapter 9 Developing Code -- Communicating about Code -- Engineering for Error -- Writing Maintainable Code -- Testing code -- Debugging code -- Logging code -- Writing immutable code -- Creating readable code -- Programming Patterns -- Object-oriented programming -- Functional programming -- Choosing a Language -- Avoiding Anti-Patterns -- DevOpsing Development -- Writing clean code -- Understanding the business -- Listening to others -- Focusing on the right things -- Getting comfortable with being uncomfortable -- Establishing Good Practices -- Organizing your source code -- Writing tests -- Documenting features…”
Libro electrónico -
122046Publicado 2011Tabla de Contenidos: “…Using the Expression Blend Binding Dialog -- Debugging Data Bindings -- Checking the Output Tab -- Creating a Test Converter -- Grouping, Filtering, and Sorting Data -- Working with the CollectionViewSource -- Using a PagedCollectionView -- Binding Directly to the Source -- Summary -- 7 Understanding the Model-View-ViewModel Pattern -- About Design Patterns -- Separating the Concerns -- Why Is Separation Good? …”
Libro electrónico -
122047Publicado 2011Tabla de Contenidos: “…Quiz -- Configuring DNS Server Settings -- Forwarding -- Root Hints -- Configuring Zone Delegation -- Debug Logging -- Event Logging -- DNS Security Extensions -- Advanced Server Options -- Monitoring DNS -- Configuring Zone Transfers and Replication -- Replication Scope -- Types of Zone Transfers -- Secure Zone Transfers -- Configuring Name Servers -- Application Directory Partitions -- Review All the Key Topics -- Complete the Tables and Lists from Memory -- Definitions of Key Terms -- Chapter 5 Global Catalogs and Operations Masters -- "Do I Know This Already?" …”
Libro electrónico -
122048Publicado 2012Tabla de Contenidos: “…Administering Database Servers -- Registering Servers -- Connecting to a Server -- Creating a New Server Group -- Managing Multiple Servers -- Starting and Stopping Servers -- Managing Databases Using Object Explorer -- Creating Databases Without Using Transact-SQL -- Modifying Databases Without Using Transact-SQL -- Managing Tables Without Using Transact-SQL -- Authoring Activities Using SQL Server Management Studio -- Query Editor -- Solution Explorer -- SQL Server Debugging -- Summary -- Exercises -- Part II: Transact-SQL Language -- Chapter 4: SQL Components -- SQL's Basic Objects -- Literal Values -- Delimiters -- Comments -- Identifiers -- Reserved Keywords -- Data Types -- Numeric Data Types -- Character Data Types -- Temporal Data Types -- Miscellaneous Data Types -- Binary and BIT Data Types -- Large Object Data Types -- UNIQUEIDENTIFIER Data Type -- SQL_VARIANT Data Type -- HIERARCHYID Data Type -- TIMESTAMP Data Type -- Storage Options -- FILESTREAM Storage -- Sparse Columns -- Transact-SQL Functions -- Aggregate Functions -- Scalar Functions -- Numeric Functions -- Date Functions -- System Functions -- Metadata Functions -- Scalar Operators -- Global Variables -- NULL Values -- Summary -- Exercises -- Chapter 5: Data Definition Language -- Creating Database Objects -- Creation of a Database -- Attaching and Detaching Databases -- CREATE TABLE: A Basic Form -- CREATE TABLE and Declarative Integrity Constraints -- The UNIQUE Clause -- The PRIMARY KEY Clause -- The CHECK Clause -- The FOREIGN KEY Clause -- Referential Integrity -- Possible Problems with Referential Integrity -- The ON DELETE and ON UPDATE Options -- Creating Other Database Objects -- Integrity Constraints and Domains -- Alias Data Types -- CLR Data Types -- Modifying Database Objects -- Altering a Database -- Modifying File or Filegroup Properties -- Setting Database Options…”
Libro electrónico -
122049Publicado 2011Tabla de Contenidos: “…Perfect Phrases to Deal with Inappropriate Personal Requests from Your Exec -- Perfect Phrases to Address Requests Outside the Scope of Your Job Description -- Perfect Phrases to Balance Loyalties to Company, Manager, and Others (Including Clients and Board) -- Perfect Phrases to Sidestep Being in the Middle of Rumors, Gossip, and Conflict -- Perfect Phrases to Deal Compassionately with Employee Personal Tragedies -- Perfect Phrases to Manage, Defuse, and Resolve Conflict -- Chapter 7 Perfect Phrases to Optimize Work-Flow Procedures -- Perfect Phrases to Get Support for Developing Standard Operating Procedures -- Perfect Phrases to Identify Obstructive, Counterproductive Procedures -- Perfect Phrases to Suggest Changes for Existing Standard Operating Procedures -- Perfect Phrases to Get Buy-In for New Procedures and Procedure Changes -- Perfect Phrases to Simplify Systems and Procedures for Clarity -- Perfect Phrases to Communicate Protocol for Work Requests and Assignments -- Perfect Phrases to Establish Administrative Deadlines -- Perfect Phrases to Address Procedure Violations -- Perfect Phrases to Establish Priorities for Reporting to Multiple Managers -- Chapter 8 Perfect Phrases to Make Requests and Negotiate -- Perfect Phrases to Negotiate with Vendors -- Perfect Phrases to Negotiate Assignments -- Perfect Phrases to Ask for General Help and Assistance -- Perfect Phrases to Ask for Tech Help -- Perfect Phrases to Ask for Additional Office Help -- Perfect Phrases to Request Technology Upgrades -- Perfect Phrases to Ask for Office Equipment -- Perfect Phrases to Request Reasonable Accommodation -- Perfect Phrases to Ask for a Raise -- Perfect Phrases to Ask to Be Sent to Conferences and Receive Training -- Chapter 9 Perfect Phrases to Clarify Job Expectations -- Perfect Phrases to Differentiate Between Job Standards and Goals…”
Libro electrónico -
122050Publicado 2024Tabla de Contenidos: “…Data privacy and protection -- Understanding data privacy requirements -- Implementing data privacy controls -- Summary -- 6 -- Chapter 6: Maximizing Value and Minimizing Cost in Multi-Cloud -- The shift-left cost for development in multi-cloud -- FinOps practices for cloud-native apps in multi-cloud -- Implementing shift-left cost management and FinOps practices -- Shifting costs left - prevention is key -- FinOps - collaboration is the secret sauce -- The rewards of a cost-conscious mindset -- Optimizing cloud resources and minimizing waste -- Selecting the right cloud provider based on cost and performance -- Evaluating cloud providers - cost factors and performance metrics -- Performance and reliability metrics -- Data management cost strategies -- Governance and cost control -- Cloud provider comparison case studies -- Case study 1 - eCommerce giant slashes costs by 50% with a multi-cloud microservices approach -- Case study 2 - social media app optimizes costs by 30% with containers and automation -- Summary -- 7 -- Chapter 7: Troubleshooting Multi-Cloud Applications -- Challenges of troubleshooting cloud-native applications -- Tips for troubleshooting cloud-native applications -- Use a centralized monitoring tool -- Choosing a centralized monitoring tool for your needs -- Use a cloud-native logging tool -- Use a cloud-native debugging tool -- Use a cloud-native observability platform -- Use a service mesh -- Choosing the right service mesh for your needs -- Use a cloud-native configuration management tool -- Establishing an effective troubleshooting process for cloud-native applications -- Step 1 - Detecting the issue -- Step 2 - Isolate the problem -- Step 3 - Analyze and diagnose -- Step 4 - Create, test, and deploy the solution -- Step 5 - Learn from the experience and document -- Step 6 - Continuous improvement -- Case studies…”
Libro electrónico -
122051por Gazit, LiorTabla de Contenidos: “…-- n-gram models -- Hidden Markov models (HMMs) -- Recurrent neural networks (RNNs) -- How LLMs stand out -- Motivations for developing and using LLMs -- Improved performance -- Broad generalization -- Few-shot learning -- Understanding complex contexts -- Multilingual capabilities -- Human-like text generation -- Challenges in developing LLMs -- Amounts of data -- Computational resources -- Risk of bias -- Model robustness -- Interpretability and debugging -- Environmental impact -- Different types of LLMs -- Transformer models -- Example designs of state-of-the-art LLMs -- GPT-3.5 and ChatGPT -- LM pretraining -- Training the reward model -- How to fine-tune the model using reinforcement learning -- GPT-4 -- LLaMA -- PaLM -- Open-source tools for RLHF -- Summary -- References -- Chapter 8: Accessing the Power of Large Language Models: Advanced Setup and Integration with RAG -- Technical requirements -- Setting up an LLM application - API-based closed source models -- Choosing a remote LLM provider -- Prompt engineering and priming GPT -- Experimenting with OpenAI's GPT model -- Setting up an LLM application - local open source models -- About the different aspects that distinguish between open source and closed source -- Hugging Face's hub of models -- Employing LLMs from Hugging Face via Python -- Exploring advanced system design - RAG and LangChain -- LangChain's design concepts -- Data sources…”
Publicado 2024
Libro electrónico -
122052Publicado 2023Tabla de Contenidos: “…Drafting documentation with GitHub Copilot Chat -- Generating test stubs with GitHub Copilot Chat -- Understanding the limits of GitHub Copilot -- Data privacy and GitHub Copilot -- Concerns around GitHub Copilot and public code -- Case study: Cloudy Skies Airline -- Summary -- Questions -- Further reading -- Chapter 12: Code Analysis in Visual Studio -- Technical requirements -- Calculating code metrics in Visual Studio -- Performing code analysis in Visual Studio -- Analyzing your solution using the default ruleset -- Configuring code analysis rulesets -- Responding to code analysis rules -- Treating warnings as errors -- Exploring advanced code analysis tools -- Tracking code metrics with SonarCloud and SonarQube -- In-depth .NET analysis with NDepend -- Case study - Cloudy Skies Airline -- Summary -- Questions -- Further reading -- Chapter 13: Creating a Roslyn Analyzer -- Technical requirements -- Understanding Roslyn Analyzers -- Installing the extension development workload and DGML editor -- Introducing Syntax Visualizer -- Creating a Roslyn Analyzer -- Adding the analyzer project to our solution -- Defining a code analysis rule -- Analyzing symbols with our Roslyn Analyzer -- Tips for writing Roslyn Analyzers -- Testing Roslyn Analyzers with RoslynTestKit -- Adding a Roslyn Analyzer test project -- Creating AnalyzerTestFixture -- Verifying that our Roslyn Analyzer doesn't flag good code -- Verifying that our Roslyn Analyzer flags bad code -- Debugging Roslyn Analyzers -- Sharing analyzers as Visual Studio extensions -- Creating a Visual Studio extension (VSIX) for your Roslyn Analyzer -- Summary -- Questions -- Further reading -- Chapter 14: Refactoring Code with Roslyn Analyzers -- Technical requirements -- Case study - Cloudy Skies Airlines -- Building a Roslyn Analyzer code fix -- Creating a CodeFixProvider -- Registering a code fix…”
Libro electrónico -
122053Publicado 2024Tabla de Contenidos: “…References -- 11 Post-Arrest Care -- 11.1 Introduction -- 11.2 Learning Objectives -- 11.3 Importance of Post-Arrest Care -- 11.4 Standard Post-Return of Spontaneous Circulation Checklist after Maternal Cardiac Arrest -- 11.5 Airway -- 11.6 Breathing -- 11.7 Circulation -- 11.8 Disability -- 11.9 Extracorporeal Cardiopulmonary Resuscitation -- 11.10 Etiology -- 11.11 Fetus -- 11.12 Gather -- 11.13 Head -- 11.14 When to Cease Resuscitation Efforts -- 11.15 Determination of Death and Organ Procurement -- Chapter 11. …”
Libro electrónico -
122054Publicado 2022Tabla de Contenidos:Libro electrónico
-
122055por National Research Council (U.S.).Tabla de Contenidos: “…. -- Agent: Treponema pallidum -- Agent: Vibrionic enteritis ( Campylobacter fetus subsp. jejuni, Vibrio cholerae, V. parahaemolyticus ) -- Agent: Yersinia pestis…”
Publicado 1989
Libro electrónico -
122056por Edelman, JasonTabla de Contenidos: “…Use cases for computed fields -- Best practices for computed fields -- Custom links -- Managing and applying custom links -- Use cases for custom links -- Best practices for custom links -- Export templates -- Default export templates -- Use cases for export templates -- Managing and applying export templates -- Best practices for export templates -- Config contexts -- Exploring the config context hierarchy -- Managing and applying config contexts -- Use cases for config contexts -- Config context schemas -- Git as a data source -- Managing and applying Git data sources -- Use cases for data sources -- Best practices for data sources -- Relationships -- Use cases for relationships -- Managing and applying relationships -- Creating a relationship -- Dynamic groups -- Use cases for dynamic groups -- Managing and applying dynamic groups -- Best practices for dynamic groups -- Summary -- Chapter 7: Managing and Administering Nautobot -- Administration with the Admin UI -- User, group, and permissions management -- Groups -- Users -- Permissions enforcement -- Exploring Nautobot's settings -- Understanding setting precedence -- Setting banner and support messages -- Adding your company's logos and branding -- Customizing pagination -- Preferred primary IP version -- Handling logs -- Customizing sanitizer patterns -- Common settings -- Advanced settings -- Setting up and using NAPALM integration -- Exploring nautobot-server CLI commands -- Creating a superuser account -- Exporting and importing data -- Cleaning up old scheduled jobs -- Retracing corrupted/missing cable paths -- Getting help -- Exploring the Nautobot Shell -- Working with objects -- Monitoring Nautobot metrics -- Upgrading Nautobot -- Troubleshooting Nautobot -- Performing a health check -- Troubleshooting the configuration -- Debugging Nautobot -- Summary…”
Publicado 2024
Libro electrónico -
122057por Amat de Graveson, Ignace Hyacinthe, 1670-1733Tabla de Contenidos: “…Tractatus de vita, mysteriis et annis Jesu Christi, contra infideles, Judaeos & haereticos, dissertationibus dogmaticis & chronologicis, necnon observationibus historicis & criticis ... partem primam [-- secundam] -- T. 15 [-- 17]. …”
Publicado 1774
Libro -
122058por Amat de Graveson, Ignace Hyacinthe, 1670-1733Tabla de Contenidos: “…Tractatus de vita, mysteriis et annis Jesu Christi, contra infideles, Judaeos & haereticos, dissertationibus dogmaticis & chronologicis, necnon observationibus historicis & criticis ... partem primam [-- secundam] -- T. 15 [-- 17]. …”
Publicado 1774
991004772659706719 -
122059Publicado 2005Libro electrónico
-
122060por Dominicans.
Publicado 1760Biblioteca Pública Episcopal del Seminario de Barcelona (Otras Fuentes: Biblioteca Diocesana Bilbao, Biblioteca de la Universidad de Navarra, Biblioteca Universidad Eclesiástica San Dámaso, Red de Bibliotecas de la Archidiócesis de Granada, Biblioteca Central de Capuchinos de España, Red de bibliotecas Iglesia Navarra)Libro