Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Jesús 4,883
- Jesucristo 3,395
- Historia 2,970
- Biblia 2,234
- Història 2,086
- Jesuitas 1,981
- Bíblia 1,957
- Teresa de Jesús 1,862
- Sagrado Corazón de Jesús 1,470
- Cristologia 1,351
- Espiritualidad 1,167
- Jueus 971
- Crítica e interpretación 965
- Universidad Pontificia de Salamanca (España) 927
- Cristología 921
- Meditaciones 907
- Església Catòlica 871
- Biografia 849
- Biografías 833
- Teología 825
- Vida espiritual 814
- Sermones 741
- Vida cristiana 723
- Misticismo 705
- Crítica, interpretació, etc 641
- Virgen María 628
- Teresa del Niño Jesús 618
- Goigs 613
- Culto 582
- Moral cristiana 582
-
126881por Schrenk, MichaelTabla de Contenidos: “…Familiarizing Yourself with the Default Values -- Using LIB_http -- Learning More About HTTP Headers -- Examining LIB_http's Source Code -- Final Thoughts -- 4: Parsing Techniques -- Parsing Poorly Written HTML -- Standard Parse Routines -- Using LIB_parse -- Splitting a String at a Delimiter: split_string() -- Parsing Text Between Delimiters: return_between() -- Parsing a Data Set into an Array: parse_array() -- Parsing Attribute Values: get_attribute() -- Removing Unwanted Text: remove() -- Useful PHP Functions -- Detecting Whether a String Is Within Another String -- Replacing a Portion of a String with Another String -- Parsing Unformatted Text -- Measuring the Similarity of Strings -- Final Thoughts -- Don't Trust a Poorly Coded Web Page -- Parse in Small Steps -- Don't Render Parsed Text While Debugging -- Use Regular Expressions Sparingly -- 5: Automating Form Submission -- Reverse Engineering Form Interfaces -- Form Handlers, Data Fields, Methods, and Event Triggers -- Form Handlers -- Data Fields -- Methods -- Event Triggers -- Unpredictable Forms -- JavaScript Can Change a Form Just Before Submission -- Form HTML Is Often Unreadable by Humans -- Cookies Aren't Included in the Form, but Can Affect Operation -- Analyzing a Form -- Final Thoughts -- Don't Blow Your Cover -- Correctly Emulate Browsers -- Avoid Form Errors -- 6: Managing Large Amounts of Data -- Organizing Data -- Naming Conventions -- Storing Data in Structured Files -- Storing Text in a Database -- Storing Images in a Database -- Database or File? …”
Publicado 2007
Libro electrónico -
126882Publicado 2008Tabla de Contenidos: “…Interpreting the show interface Command -- Clearing Interface Counters -- Using CDP to Troubleshoot -- The traceroute Command -- The show controllers Command -- debug Commands -- Using Time Stamps -- Operating System IP Verification Commands -- The ip http server Command -- The netstat Command -- Part VIII: Managing IP Services -- Chapter 23 Network Address Translation -- Private IP Addresses: RFC 1918 -- Configuring Dynamic NAT: One Private to One Public Address Translation -- Configuring PAT: Many Private to One Public Address Translation -- Configuring Static NAT: One Private to One Permanent Public Address Translation -- Verifying NAT and PAT Configurations -- Troubleshooting NAT and PAT Configurations -- Configuration Example: PAT -- Chapter 24 DHCP -- Configuring DHCP -- Verifying and Troubleshooting DHCP Configuration -- Configuring a DHCP Helper Address -- DHCP Client on a Cisco IOS Software Ethernet Interface -- Configuration Example: DHCP -- Chapter 25 IPv6 -- Assigning IPv6 Addresses to Interfaces -- IPv6 and RIPng -- Configuration Example: IPv6 RIP -- IPv6 Tunnels: Manual Overlay Tunnel -- Static Routes in IPv6 -- Floating Static Routes in IPv6 -- Verifying and Troubleshooting IPv6 -- IPv6 Ping -- Part IX: WANs -- Chapter 26 HDLC and PPP -- Configuring HDLC Encapsulation on a Serial Line -- Configuring PPP on a Serial Line (Mandatory Commands) -- Configuring PPP on a Serial Line (Optional Commands): Compression -- Configuring PPP on a Serial Line (Optional Commands): Link Quality -- Configuring PPP on a Serial Line (Optional Commands): Multilink -- Configuring PPP on a Serial Line (Optional Commands): Authentication -- Verifying or Troubleshooting a Serial Link/PPP Encapsulation -- Configuration Example: PPP -- Chapter 27 Frame Relay -- Configuring Frame Relay -- Verifying Frame Relay -- Troubleshooting Frame Relay…”
Libro electrónico -
126883por Iwazaki, DaltonTabla de Contenidos: “…Troubleshooting WebLogic Server 12c -- Introduction -- Changing log levels to debug -- Getting ready -- How to do it... -- How it works... -- There's more... -- Changing the log levels using WLST -- See also -- Including the time taken field in access.log -- Getting ready -- How to do it... -- How it works... -- There's more... -- Adding the time taken field using WLST -- See also -- Enabling verbose garbage collection logging -- Getting ready -- How to do it... -- How it works... -- There's more... -- Enabling the verbose GC with jrcmd -- See also -- Taking thread dumps -- Getting ready -- How to do it... -- How it works... -- See also -- Enabling the JRockit Mission Control Flight Recorder -- Getting ready -- How to do it…”
Publicado 2013
Libro electrónico -
126884
-
126885Publicado 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 -
126886Publicado 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 -
126887Publicado 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 -
126888Publicado 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 -
126889Publicado 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 -
126890Publicado 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 -
126891Publicado 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 -
126892Publicado 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 -
126893Publicado 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 -
126894por 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 -
126895Publicado 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 -
126896Publicado 2022Tabla de Contenidos:Libro electrónico
-
126897por 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 -
126898Publicado 1401Tabla de Contenidos: “…Oratio intima et deuotissima (h . 1 r.) . Inc.: O Deus meus o amator meus o lux (h . 1 r.) . 2 . Incipit Pulchra meditacio Passionis Domini nostri Ihesuchristi (h . 2 r.-29 v.) . …”
Manuscrito -
126899Publicado 1600Tabla de Contenidos: “…Castellae et lecionis Rege inuictissimo deque eius praecipuis rebus gestis, translatione, et tumulo, Carmen (h . 78r.-80v.) …”
Manuscrito -
126900por 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