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
-
126601Publicado 2023Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Acknowledgments -- Contributors -- Table of Contents -- Preface -- Part 1: Foundations of a Modern Rendering Engine -- Chapter 1: Introducing the Raptor Engine and Hydra -- Technical requirements -- Windows -- Linux -- macOS -- How to read this book -- Understanding the code structure -- Layers of code -- Understanding the glTF scene format -- PBR in a nutshell -- A word on GPU debugging -- Summary -- Further reading -- Chapter 2: Improving Resources Management -- Technical requirements -- Unlocking and implementing bindless rendering -- Checking for support -- Creating the descriptor pool -- Updating the descriptor set -- Update to shader code -- Automating pipeline layout generation -- Compiling GLSL to SPIR-V -- Understanding the SPIR-V output -- From SPIR-V to pipeline layout -- Improving load times with a pipeline cache -- Summary -- Further reading -- Chapter 3: Unlocking Multi-Threading -- Technical requirements -- Task-based multi-threading using enkiTS -- Why task-based parallelism? …”
Libro electrónico -
126602Publicado 2024Tabla de Contenidos: “…Deep diving into the lifecycle of a real app -- Adding conditional rendering to the sidebar -- Writing the logic to handle the sidebar states -- Save and read the user preference in localStorage -- Summary -- Chapter 10: Handling Routing with Vue Router -- Technical requirements -- Introducing vue-router -- Learning about vue-router configuration -- Creating our first view -- Navigating between routes -- Using the < -- router-link> -- component -- Programmatic navigation -- Dynamic route matching -- Creating a user profile page -- Creating a user profile route -- Adding navigation using the route name -- Reading route parameters in a route component -- Learning about nested routes -- Applying nested routes to the user -- Reusing routes with alias and redirect -- Summary -- Chapter 11: Managing Your Application's State with Pinia -- Technical requirements -- When to use state management -- Learning about the structure of a Pinia store -- Centralized sidebar state management with Pinia -- Creating our first store -- Creating a post store with Pinia -- Implementing an Add Post action -- Summary -- Chapter 12: Achieving Client-Side Validation with VeeValidate -- Technical requirements -- Understanding forms -- Wrapping your form within the < -- form> -- element -- Do not forget labels -- There is more than just type="text" -- Setting your form to be autocompleted -- Two-way binding with v-model -- Controlling your form using VeeValidate -- Defining your form validation with VeeValidate -- Using VeeValidate rules -- Summary -- Part 4: Conclusion and Further Resources -- Chapter 13: Unveiling Application Issues with the Vue Devtools -- Getting familiar with the Vue Devtools -- Debugging components in your Vue Devtools -- Use cases for the Vue Devtools information panel -- Deep dive into the Vue Devtools Timeline tab…”
Libro electrónico -
126603Publicado 2018Tabla de Contenidos: “…. -- Using template engines -- Getting ready -- How to do it... -- Debugging your ExpressJS web application…”
Libro electrónico -
126604Publicado 2011Tabla de Contenidos: “…Cover -- Contents -- Preface -- Part I: Introduction -- 1 Overview -- Java EE 6 PlatformHighlights -- Java EE ApplicationModel -- DistributedMultitiered Applications -- Java EE Containers -- Web Services Support -- Java EE Application Assembly and Deployment -- Packaging Applications -- Development Roles -- Java EE 6 APIs -- Java EE 6 APIs in the Java Platform, Standard Edition 6.0 -- GlassFish Server Tools -- 2 Using the Tutorial Examples -- Required Software -- Starting and Stopping the GlassFish Server -- Starting the Administration Console -- Starting and Stopping the Java DB Server -- Building the Examples -- Tutorial Example Directory Structure -- Getting the Latest Updates to the Tutorial -- Debugging Java EE Applications -- Part II: The WebTier -- 3 Getting Started withWeb Applications -- Web Applications -- Web Application Lifecycle -- WebModules: The hello1 Example -- Configuring Web Applications: The hello2 Example -- Further Information about Web Applications -- 4 JavaServer FacesTechnology -- What Is a JavaServer Faces Application? …”
Libro electrónico -
126605por Agarwal, DhairyyaTabla de Contenidos: “…Communication and Stakeholder Management -- Measuring and Tracking Progress -- Adjusting the Roadmap as Needed -- Summary -- Chapter 7: Integrating Quantum Computing into an Existing System -- Introduction to Integrating Quantum Computing -- Analyzing Existing Systems -- Data Preparation for Quantum Computing -- Quantum Computing Software Development -- Integration Strategies -- Choosing the Right Quantum Computing Provider -- Debugging and Error Correction in Quantum Computing -- Testing and Validating Quantum Computing Systems -- Maintenance and Upkeep of Quantum Computing Systems -- Security Considerations for Quantum Computing Integration -- Summary -- Chapter 8: Releasing Quantum Computing Products -- How to Monetize the Product -- Working on Activation -- Understanding Your Acquisition Channels -- Positioning the Product -- Preparing for Market Release and Launch Strategies -- Managing Customer Expectations -- Post-Launch Monitoring and Feedback -- Summary -- Chapter 9: Challenges and Risks in Productizing Quantum Computing -- Identifying Challenges in Productizing Quantum Computing -- Hardware Limitations -- Cold Environments: The Quantum Refrigerator -- Software Challenges: Speaking the Quantum Language -- Quantum-to-Classical Transition -- Mitigating Technical Risks -- Researching and Investing in Error Correction Methods -- Continuous R& -- D on More Stable Qubits -- Hybrid Systems: Bridging Quantum and Classical -- Collaboration with Experts and Institutions at the Forefront of Quantum Research -- Managing Business Risks -- Conduct Thorough Market Analysis to Identify Genuine Use Cases -- Educate Stakeholders About Quantum's Realistic Potential -- Diversify Quantum Applications Across Sectors -- Continuously Monitor Technological Advancements to Pivot If Necessary -- Addressing Ethical and Social Implications…”
Publicado 2024
Libro electrónico -
126606Publicado 2003Tabla de Contenidos: “…Web Access configuration parameters -- Updating the configuration file -- Debug option directive -- Data set name directives -- General control directives -- User ID and privilege class directives -- Directives that control the Information Management API -- UNIX System Services path and file reference directives -- Server side include (SSI) directives -- Business logic exit routine directives -- User profile directives -- Record type directives (used for all record types) -- Generic database search directives -- HTML generation directives -- S-words to left-zero pad and create hyperlinks -- Related publications -- IBM Redbooks -- Other resources -- How to get IBM Redbooks -- IBM Redbooks collections -- Index -- Back cover…”
Libro electrónico -
126607Publicado 2008Tabla de Contenidos: “…-- 8.1.2 Security Versus Performance -- 8.2 SQL Injection -- 8.2.1 Don't Use Magic Quotes -- 8.2.2 Filtering -- 8.2.3 Prepared Statements -- 8.3 XSS -- 8.3.1 Escaping for Markup -- 8.3.2 Escaping for URLs -- 8.4 CSRF -- 8.4.1 Check the Referer -- 8.4.2 Submit an Additional Header -- 8.4.3 Secondary, Random Tokens -- 8.5 Don't Trust the User -- 8.6 Don't Trust the Server -- Chapter 9 Documenting -- 9.1 Yes, You Need to Document -- 9.1.1 Jog Your Own Memory -- 9.1.2 Lessen the Learning Curve -- 9.1.3 Mind That Bus -- 9.2 API Documentation -- 9.2.1 phpDocumentor -- 9.2.2 JSDoc -- 9.3 Internal Developer Documentation -- 9.3.1 Coding Standards -- 9.3.2 Programming Guides -- 9.3.3 Style Guides -- Chapter 10 Game Development -- 10.1 A Different Kind of Security -- 10.1.1 Validation -- 10.1.2 Server-Side Logic -- 10.2 Single Player -- 10.2.1 Double Buffering with Canvas -- 10.3 "Real-Time" Multiplayer…”
Libro electrónico -
126608por Bedoya, HernandoTabla de Contenidos: “…Visual Explain -- 8.1 A brief history of the database and SQL -- 8.2 Database tuning so far -- 8.2.1 Query optimizer debug messages -- 8.2.2 Database Monitor -- 8.2.3 The PRTSQLINF command -- 8.2.4 Iterative approach -- 8.3 A closer look at Visual Explain -- 8.3.1 What is Visual Explain -- 8.3.2 Finding Visual Explain -- 8.4 Using Visual Explain with the SQL Script Center -- 8.4.1 The SQL Script Center -- 8.4.2 Visual Explain Only -- 8.4.3 Run and Explain -- 8.5 Navigating Visual Explain -- 8.5.1 Menu options -- 8.5.2 Action menu items -- 8.5.3 Controlling the diagram level of detail -- 8.5.4 Displaying the query environment -- 8.5.5 Visual Explain query attributes and values -- 8.6 Using Visual Explain with Database Monitor data…”
Publicado 2004
Libro electrónico -
126609por Gasston, PeterTabla de Contenidos: “…Modern JavaScript -- New in JavaScript -- The async and defer Attributes -- The addEventListener Method -- The event Object -- Removing Event Listeners -- The DOMContentLoaded Event -- Input Events -- Touch Events -- Pointer Events -- CSS Selectors in JavaScript -- The getElementsByClassName() Method -- Interacting with Classes -- JavaScript Libraries -- jQuery -- YepNope -- Modernizr -- Mustache -- Polyfills and Shims -- Testing and Debugging -- Summary -- F. Further Reading -- 6. Device Apis -- Geolocation -- Orientation -- Fullscreen -- Vibration -- Battery Status -- Network Information -- Camera and Microphone -- Web Storage -- Drag and Drop -- Interacting with Files -- Mozilla's Firefox OS and WebAPIs -- PhoneGap and Native Wrappers -- Summary -- G. …”
Publicado 2013
Libro electrónico -
126610Publicado 2022Tabla de Contenidos: “…Conclusion : la stagnation des négociations entre Londres et Ottawa -- CHAPITRE 4: Les États-Unis et les prisonniers allemands, 1942-1943 -- L'influence américaine dans la captivité avant 1942 -- L'organisation de la détention aux États-Unis -- Les États-Unis participent à la captivité -- Londres tente d'encourager l'aide américaine -- La division des prisonniers allemands entre Washington et Londres -- La collaboration se poursuit entre Londres et Washington -- Le Canada et les négociations anglo-américaines -- Travailler de concert avec son voisin -- La détention de guerre prend de l'expansion en Amérique -- Conclusion : un acteur majeur dans la captivité des militaires allemands -- CHAPITRE 5: Les Alliés et l'expansion de la captivité en 1944 -- Préparer l'invasion de l'Europe, janvier-juin 1944 -- La libération de la France et les prisonniers allemands -- Les relations américano-britanniques se poursuivent -- Le Canada parmi les Alliés -- Améliorer la coopération canado-américaine -- Conclusion : un enjeu qui évolue rapidement en 1944 -- CHAPITRE 6: Fin du conflit et fin de sentence, 1945-1947 -- Les relations canado-britanniques, janvier-mai 1945 -- Revoir l'entente américano-britannique -- Se préparer pour le Jour de la Victoire en Europe -- L'Allemagne est finalement vaincue -- Conclusion : le prisonnier allemand au centre d'une dynamique internationale -- CHAPITRE 7: Conditions de détention et aide humanitaire -- Les conditions de détention au début du conflit, 1939-1940 -- Les relations Canada-Londres et les conditions de détention - 1941 -- L'augmentation des prisonniers au Canada en 1942 -- La réalité dans les camps nord-américains - 1943 -- Les acteurs « neutres » et les relations intra-Commonwealth -- Une détention de guerre stable en 1944 -- La fin du conflit -- Conclusion : une politique humanitaire alliée…”
Libro electrónico -
126611Publicado 2018Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Packt Upsell -- Contributors -- Acknowledgments -- Table of Contents -- Preface -- Chapter 1: Getting Started with Java 11 -- Getting started with Java -- Version numbers -- Installing Java -- Installation on Windows -- Installation on macOS -- Installation on Linux -- Setting JAVA_HOME -- Executing jshell -- Looking at the bytecode -- Packaging classes into a JAR file -- Managing the running Java application -- Using an IDE -- NetBeans -- Eclipse -- IntelliJ -- IDE services -- IDE screen structure -- Editing files -- Managing projects -- Building the code and running it -- Debugging Java -- Summary -- Chapter 2: The First Real Java Program - Sorting Names -- Getting started with sorting -- Bubble sort -- Getting started with project structure and build tools -- Make -- Ant -- Installing Ant -- Using Ant -- Maven -- Installing Maven -- Using Maven -- Gradle -- Installing Gradle -- Setting up the project with Maven -- Coding the sort -- Understanding the algorithm and language constructs -- Blocks -- Variables -- Types -- Arrays -- Expressions -- Loops -- Conditional execution -- Final variables -- Classes -- Inner, nested, local, and anonymous classes -- Packages -- Methods -- Interfaces -- Argument passing -- Fields -- Modifiers -- Object initializers and constructors -- Compiling and running the program -- Summary -- Chapter 3: Optimizing the Sort - Making Code Professional -- The general sorting program -- A brief overview of various sorting algorithms -- Quicksort -- Project structure and build tools -- Maven dependency management -- Coding the sort -- Creating the interfaces -- Creating BubbleSort -- Architectural considerations -- Creating unit tests -- Adding JUnit as a dependency -- Writing the BubbleSortTest class -- Good unit tests -- A good unit test is readable -- Unit tests are fast…”
Libro electrónico -
126612Publicado 2018Tabla de Contenidos: “…-- Features -- Visual Studio Code -- IntelliSense -- Debugging -- SCM support -- Terminal -- Hello World example -- Using variables, types, and functions -- Type inference -- Using const -- Using let -- Using functions -- Arrow functions -- Working with classes and interfaces -- Interface -- Classes -- Inheritance -- Working with arrays -- Summary -- Chapter 9: Angular in a Nutshell -- Understanding Angular -- Anatomy of a component -- Components live and die -- Component in code -- Pipes -- Modules -- Bootstrapping process -- Angular 2 and beyond -- Angular CLI -- Project structure -- Rapid development…”
Libro electrónico -
126613Tabla de Contenidos: “…5.3.2 CSAM logs -- 5.3.3 ISAM logs -- 5.3.4 Debug mode -- 5.4 Gathering up WSAM logs and other data -- 5.5 Tools and utilities -- 5.6 Assorted tips and techniques -- Chapter 6. …”
Libro electrónico -
126614Publicado 2022Tabla de Contenidos: “…. -- Chapter 2: Prototyping with Microcontrollers -- Technical requirements -- Code debugging 101 -- Getting ready -- How to do it... -- There's more -- Implementing an LED status indicator on the breadboard -- Getting ready -- How to do it... -- Controlling an external LED with the GPIO -- Getting ready -- How to do it... -- Turning an LED on and off with a push-button -- Getting ready -- How to do it... -- Using interrupts to read the push-button state -- Getting ready -- How to do it... -- Powering microcontrollers with batteries -- Getting started -- How to do it... -- There's more -- Chapter 3: Building a Weather Station with TensorFlow Lite for Microcontrollers -- Technical requirements -- Importing weather data from WorldWeatherOnline -- Getting ready -- How to do it... -- Preparing the dataset -- Getting ready -- How to do it... -- Training the ML model with TF -- Getting ready…”
Libro electrónico -
126615por Kereki, FedericoTabla de Contenidos: “…Creating pipelines -- Debugging pipelines -- Pointfree style -- Chaining and fluent interfaces -- An example of fluent APIs -- Chaining method calls -- Composing -- Some examples of composition -- Composing with higher-order functions -- Transducing -- Composing reducers -- Generalizing for all reducers -- Testing connected functions -- Testing pipelined functions -- Testing composed functions -- Testing chained functions -- Testing transduced functions -- Summary -- Questions -- Chapter 9: Designing Functions - Recursion -- Using recursion -- Thinking recursively -- Higher-order functions revisited -- Searching and backtracking -- Mutual recursion -- Odds and evens -- Doing arithmetic -- Recursion techniques -- Tail call optimization -- Continuation-passing style -- Trampolines and thunks -- Recursion elimination -- Summary -- Questions -- Chapter 10: Ensuring Purity - Immutability -- Going the straightforward JavaScript way -- Mutator functions -- Constants -- Freezing -- Cloning and mutating -- Getters and setters -- Lenses -- Prisms -- Creating persistent data structures -- Working with lists -- Updating objects -- A final caveat -- Summary -- Questions -- Chapter 11: Implementing Design Patterns - The Functional Way -- Understanding design patterns -- Design pattern categories -- Do we need design patterns? …”
Publicado 2023
Libro electrónico -
126616Publicado 2023Tabla de Contenidos: “…Part 2: Configuring and Modifying Linux Systems -- Chapter 6: Basic System Settings -- Overview of basic settings -- The hosts configuration file -- The resolv configuration file -- The network-scripts configuration file -- The dhclient configuration file -- The sysctl configuration file -- Summary -- Chapter 7: User and Group Management -- Overview of managing accounts/groups -- How to add a new account -- Using useradd -- Using adduser -- How to delete an account -- Understanding the/etc/sudoers file -- Switching users -- Managing account passwords -- Locking/unlocking user accounts -- Setting password expiration -- Group management -- Permissions -- Changing groups -- Summary -- Chapter 8: Software Installation and Package Repositories -- Software installation, packages, and dependencies -- Package managers -- Package files -- Inspecting package files -- Inspecting installed packages -- Installing and removing package files -- Package repositories and high-level package managers -- Package repositories -- High-level package managers -- Searching for packages -- System upgrade -- Upgrading a system with YUM or DNF -- Upgrading a system with APT -- Summary -- Further reading -- Chapter 9: Network Configuration and Debugging -- Linux network stack -- Network interfaces and addresses in Linux -- Discovering physical network devices -- Network interface names -- Using the ip command -- Discovering and inspecting logical links -- Viewing and changing Ethernet link MAC addresses -- Viewing and changing IP addresses -- Routes and neighbor tables -- ARP and NDP neighbor tables -- Routes and route tables -- NetworkManager -- Distribution-specific configuration methods -- Debian -- Old Red Hat-based distributions -- Network troubleshooting -- Using ping -- Using traceroute -- Summary -- Chapter 10: Storage Management -- Adding additional storage volumes…”
Libro electrónico -
126617Publicado 2024Tabla de Contenidos: “…Deploying and configuring the Ansible AWX Operator -- Setting up our playbook -- Running our playbooks -- Terminating the Kubernetes cluster -- Playbook considerations -- Ansible AWX's advantages and disadvantages -- Summary -- Further reading -- Chapter 17: Next Steps with Ansible -- Technical requirements -- Integrating with third-party services -- Slack -- Other integrations -- Summary of third-party services -- The Ansible playbook debugger -- Debugging the task -- Summary of the Ansible debugger -- Some real-world examples -- Automating a complex deployment -- Combining Ansible and other tools -- Summary -- Index -- Other Books You May Enjoy…”
Libro electrónico -
126618Publicado 2020Universidad Loyola - Universidad Loyola Granada (Otras Fuentes: Biblioteca de la Universidad Pontificia de Salamanca)Enlace del recurso
Libro electrónico -
126619por Deutscher Hispanistentag
Publicado 2017Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
126620Publicado 2003Tabla de Contenidos: “….) / ESPACIOS AMBIGUOS EN EL TEATRO DE CALDERÓN / LA CHAMBRE DE BEAUTEZ: UN LUGAR PARA LA CORTESÍA / LOS ESPACIOS DE LA MARAVILLA EN LOS LIBROS DE PASTORES ESPAÑOLES / LA IMAGINACIÓN EN LOPE DE VEGA: LOS ESPACIOS DE EL PEREGRINO EN SU PATRIA / EL JARDÍN DE LA MONTAÑA DEL CONDE DE BENAVENTE: ORDENANZAS DE 1562 / «TEATRO DE MARAVILLAS»: METAMORFOSIS SOBRENATURAL DE LOS ESPACIOS EN AUTOS SACRAMENTALES DE CALDERÓN DE LA BARCA / IMÁGENES DEL VIEJO MUNDO EN EL NUEVO / LOS CORREOS DE DIOS APOCALIPSIS EPISTOLARES VENIDAS DE LOS CIELOS / LA MATERIA FANTÁSTICA EN EL LIBRO DE LAS MARAVILLAS DE DONJUAN DE AUSTRIA / ESPACIOS DE LA MARAVILLA EN LAS ABIDAS (1566) DE JERÓNIMO ARBOLANCHE / CÓMO HACER VEROSÍMIL LA MARAVILLA: «EL COLOQUIO DE LOS PERROS» DE CERVANTES / LOS LUGARES IMAGINARIOS EN ROJAS ZORRILLA: PERSILES Y SIGISMUNDA / «APOSENTOS DE ESMERALDAS FINAS»: EL MUNDO SUMERGIDO DE PEDRO ESPINOSA / EL STUDIOLUM HUMANISTA: UN ESPACIO PARA LA MARAVILLA / LA CONGREGATIO IN INSULAM DEL DE RE BUS BELLICIS (CAR III). ¿UTOPÍA, ARBITRISIMO O TÓPICO RETÓRICO? …”
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico