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
-
126741por Organisation for Economic Co-operation and DevelopmentTabla de Contenidos: “…Évolution de l'emploi des jeunes -- Tableau 5. Les jeunes de moins de 26 ans dans les programmes d'emploi -- Encadré 3. …”
Publicado 2003
Libro electrónico -
126742Publicado 2018Tabla de Contenidos: “…-- Python installation -- Installing the PyCharm IDE -- Setting up a Python project inside PyCharm -- Exploring some nifty PyCharm features -- Code debugging -- Code refactoring -- Installing packages from the GUI -- Summary -- Chapter 2: Common Libraries Used in Automation -- Understanding Python packages -- Package search paths -- Common Python libraries -- Network Python Libraries -- System and cloud Python libraries -- Accessing module source code -- Visualizing Python code -- Summary -- Chapter 3: Setting Up the Network Lab Environment -- Technical requirements -- When and why to automate the network -- Why do we need automation? …”
Libro electrónico -
126743Publicado 2015Tabla de Contenidos: “…Cover -- Copyright -- Credits -- About the Author -- About the Reviewer -- www.PacktPub.com -- Table of Contents -- Preface -- Chapter 1: Setting Up the Development Environment -- The importance of Android Google Maps -- An example of a map application -- IDEs for developing Android applications -- Android Studio -- System requirements for Android Studio -- Eclipse -- Choosing one IDE over another -- Setting up Android Studio -- Windows -- Mac OS X -- Linux -- Setting up Eclipse with the ADT plugin -- Windows -- Mac OS X -- Linux -- Downloading and setting up Google Play services -- Downloading the Google APIs System Image -- Setting up AVD for testing -- Setting up AVD from Android Studio -- Setting up AVD from Eclipse -- Exploring Android Studio -- Creating a sample application -- Exporting the Android application as APK -- Additional helpful stuff -- Using Android Debug Bridge -- Configuring JAVA environment variables -- Android API levels -- Self-test questions -- Summary -- Chapter 2: Configuring an API Key and Creating Our First Map Application -- Generating the SHA1 fingerprint -- Windows -- Linux -- Mac OS X -- Registering in the Google Developer Console -- Configuring Google Play services -- Android Studio -- Eclipse -- Adding permissions and defining the API key -- Adding permissions -- INTERNET -- ACCESS_NETWORK_STATE -- WRITE_EXTERNAL_STORAGE -- READ_GSERVICES -- Specifying the Google Play services version -- Specifying the version 2 of OpenGL ES -- Defining the API key -- Creating our first map application -- Working with a layout -- Optional (for old APIs) -- Working with the Activity class -- Optional (for old APIs) -- Adding MapFragment programatically -- activity_maps.xml - code 3 -- Optional - for older APIs -- Using the callback method -- The GoogleMap object -- Common problems and solutions -- Self-test questions -- Summary…”
Libro electrónico -
126744Publicado 2024Tabla de Contenidos: “…Examples of generative AI outside of chat -- Avoiding ChatGPT limitations, biases, and inappropriate responses -- Lack of real-time information -- Complex or specialized topics -- Long-form content generation -- Long-term memory -- Sensitive information -- Biased thinking -- Emotion and empathy -- Ethical and moral guidance -- Critical decision making -- Programming and debugging -- Translation accuracy -- Educational substitution -- Don't force-fit a solution -- Summary -- References -- Chapter 4: Scoring Stories -- Prioritizing the backlog -- WSJF -- User Needs Scoring -- Scoring enterprise solutions -- Examples of scoring -- Putting a backlog into order -- Patching case study revisited -- Extending tracking tools with scoring -- Try the User Needs Scoring method -- Creating more complex scoring methods -- Working with multiple backlogs in Agile -- Real-world hiccups with scoring -- I know Agile, and this is not WSJF -- The use of simple numbers one to four -- Weighting factors -- Severity seems complicated to judge -- The cost is so high that we can't ever get the work done -- Grouping issues into bugs to protect the quality -- How to work WSJF into the organization -- Summary -- References -- Chapter 5: Defining the Desired Experience -- Designing chat experiences -- Chat-only experiences -- Integrating ChatGPT into an existing chat experience -- Enabling components for a chat experience -- Designing hybrid UI/chat experiences -- Chat window size and location -- Tables -- Forms -- Charts -- Graphics and images -- Buttons, menus, and choice lists -- Links -- Creating voice-only experiences -- Designing a recommender and behind-the-scenes experiences -- Overarching considerations -- Accessibility -- Internationalization -- Trust -- Security -- Summary -- References -- Part 2: Designing -- Chapter 6: Gathering Data - Content is King…”
Libro electrónico -
126745Publicado 2005Tabla de Contenidos: “…Moodle Administration -- Notifications -- Users -- Authentication -- Accounts -- Browse list of users -- Add a new user -- Upload users -- User profile fields -- Permissions -- Define roles -- Assign global roles -- User policies -- Courses -- Add/edit courses -- Enrollments -- Course Request -- Backups -- Location -- Language -- Language Settings -- Language Editing -- Language Packs -- Modules -- Activities -- Blocks -- Filters -- Security -- Site Policies -- HTTP Security -- Module Security -- Notifications -- Anti-Virus -- Appearance -- Themes -- Theme settings -- Theme selector -- Calendar -- Filter Settings -- HTML Editor -- Moodle Docs -- My Moodle -- Course Managers -- Sticky Blocks -- Front Page -- Front Page Settings -- Front Page Roles -- Front Page Backup -- Site Files -- Server -- System Paths -- Email -- Session Handling -- RSS -- Debugging -- Statistics -- HTTP -- Maintenance Mode -- Cleanup -- Environment -- PHP Info -- Performance -- Networking -- Reports -- Course Overview -- Logs -- Statistics -- Miscellaneous -- Experimental -- XMLDB Editor -- Moodle Support -- Index…”
Libro electrónico -
126746por Vandevoorde, DavidTabla de Contenidos: “…Cover -- Contents -- Preface -- Acknowledgments -- 1 About This Book -- 1.1 What You Should Know Before Reading This Book -- 1.2 Overall Structure of the Book -- 1.3 How to Read This Book -- 1.4 Some Remarks About Programming Style -- 1.5 The Standard versus Reality -- 1.6 Example Code and Additional Informations -- 1.7 Feedback -- Part I: The Basics -- 2 Function Templates -- 2.1 A First Look at Function Templates -- 2.2 Argument Deduction -- 2.3 Template Parameters -- 2.4 Overloading Function Templates -- 2.5 Summary -- 3 Class Templates -- 3.1 Implementation of Class Template Stack -- 3.2 Use of Class Template Stack -- 3.3 Specializations of Class Templates -- 3.4 Partial Specialization -- 3.5 Default Template Arguments -- 3.6 Summary -- 4 Nontype Template Parameters -- 4.1 Nontype Class Template Parameters -- 4.2 Nontype Function Template Parameters -- 4.3 Restrictions for Nontype Template Parameters -- 4.4 Summary -- 5 Tricky Basics -- 5.1 Keyword typename -- 5.2 Using this-> -- 5.3 Member Templates -- 5.4 Template Template Parameters -- 5.5 Zero Initialization -- 5.6 Using String Literals as Arguments for Function Templates -- 5.7 Summary -- 6 Using Templates in Practice -- 6.1 The Inclusion Model -- 6.2 Explicit Instantiation -- 6.3 The Separation Model -- 6.4 Templates and inline -- 6.5 Precompiled Headers -- 6.6 Debugging Templates -- 6.7 Afternotes -- 6.8 Summary -- 7 Basic Template Terminology -- 7.1 "Class Template" or "Template Class"? …”
Publicado 2003
Libro electrónico -
126747Publicado 2011Tabla de Contenidos: “…XML Schemas -- XML DB Repository -- XML Indexes -- Summary -- 13 XML DB Backup and Recovery -- Back Up XML DB with RMAN -- Back Up in NOARCHIVE Log Mode -- Back Up in Archive Log Mode -- Importing and Exporting XML with Data Pump -- XMLType Stored as a Table Column -- XMLType Tables -- XML Schema-based XMLType Tables and Columns -- Summary -- 14 XML DB Security and Performance Tuning -- Oracle XML DB Security -- XML DB Repository ACLs -- Setting Up ACL for Network Services Access -- Oracle XML DB Performance Tuning -- Basic XML Processing Performance -- Bulk XML Loading Performance -- XQuery Performance Tuning -- Summary -- PART III BUILDING XML APPLICATIONS -- 15 XML DB Web Services -- Setting Up XML DB Web Services -- Querying Oracle Database with Web Services -- Publishing PL/SQL Functions/Procedures -- Creating PL/SQL Packages and Functions -- Reviewing the WSDL of the PL/SQL Function -- Calling PL/SQL XML DB Web Services in Java -- Summary -- 16 Using Oracle JDeveloper 11g -- Creating the First XML Project -- Creating XML Documents -- Validating XML with XML Schema -- Transforming XML with XSLT -- Running Oracle XML Java Program -- Creating Java Stored Procedures: Basics -- Setting Up Oracle Java Virtual Machine -- Creating the Java Program -- Creating Database Connections -- Deploying Java Stored Procedures -- Creating PL/SQL Specifications -- Running Java Stored Procedures -- Remote Debugging of Java Stored Procedures -- Creating Java Stored Procedures: Advanced Topics -- Summary -- 17 Pulling It All Together -- Creating XML Documents -- Storing XML in XML DB Repository -- Creating an SQL View -- Adding Contact IDs -- Reformatting the Data String -- Publishing XML in APEX -- Creating a Report -- Editing XML -- Displaying XML -- Exporting Contacts -- Integrating with Full-Text Search -- Sending Emails Using Oracle XML DB…”
Libro electrónico -
126748Publicado 2009Tabla de Contenidos: “…Tuning the Database -- Identifying Performance Obstacles -- Using Built-in Tuning Tools -- LESSON 17: Database Security -- Security's Role in Database Administration -- Popular Database Products and Security -- Oracle Express and MySQL Security -- LESSON 18: Exploring the Data Dictionary (System Catalog) -- An Introduction to the Data Dictionary -- Identifying Data Dictionary Users -- Exploring the Contents of the Data Dictionary -- A Look Inside Oracle's Data Dictionary -- A Look Inside MySQL's Data Dictionary -- PART V: More SQL Objects -- LESSON 19: Temporary Tables, Stored Procedures, Triggers, and Cursors -- Creating Temporary Tables -- Using Cursors -- Creating and Using Stored Procedures -- Designing and Using Triggers -- Using Embedded SQL -- LESSON 20: New Objects in the Latest Standard -- Exploring the CREATE ROLE Statement -- Creating Triggers -- Using the CREATE TYPE Statement -- Regular Expressions -- Working with BLOB Data Types -- A Short XML Example -- PART VI: Advanced SQL Programming -- LESSON 21: Using SQL to Generate SQL Statements -- Understanding the Power of SQL Statement Generation -- Miscellaneous SQL*Plus Commands -- Counting the Rows in All Tables -- Granting System Privileges to Multiple Users -- Granting Privileges on Your Tables to Another User -- Disabling Table Constraints to Load Data -- Creating Numerous Synonyms in a Single Bound -- Creating Views on Your Tables -- Truncating All Tables in a Schema -- Using SQL to Generate Shell Scripts -- Applying SQL Generation and Other Concepts to the Real World -- LESSON 22: Creating Complex SQL Queries -- CREATE TABLE statements -- Examples of Complex Queries -- Tips for Building Complex Queries -- LESSON 23: Debugging Your SQL Statements -- Exploring Common SQL Errors -- Exploring Common Logical Mistakes -- Preventing Problems with Your Data…”
Libro electrónico -
126749Publicado 2010Tabla de Contenidos: “…jQuery Object Methods -- Chapter 14: Drop-Down Menus -- Menu HTML -- Menu Markup -- Menu CSS -- Progressive Enhancement -- Menu JavaScript -- MooTools Constructor Functions -- Arrays in MooTools -- Event Handlers in MooTools Classes -- Showing and Hiding Submenus -- Clicking Outside the Menus -- Extending the Menu Class -- Overriding Inherited Methods -- Using MooTools Effects -- MooTools Glossary -- Element Utilities -- Element Methods -- Array Utilities -- Function Utilities -- Chapter 15: Ajax -- Ajax Considerations -- Servers -- Same-Origin Policy -- Data Formats -- User Experience -- Ajax Example -- Setup -- Data File -- Controller File -- Reading Data from the File -- Get the Page Number from the Query String -- Saving Form Data to the File -- Arrange the Data Just for the Page -- Send JSON for Ajax Requests -- Send an HTML Template for Normal Page Requests -- The HTML Template -- HTML Page Outline -- Data Table Markup -- Navigation Links -- Form Markup -- Checking Your Work -- Ajaxifying the Page -- Script Outline -- Overriding the Previous and Next Links -- Waiting for the Request to Load -- Error Handling -- Handling the Response -- Updating the User Interface -- Overriding the Form -- Getting Around the Same-Origin Policy -- Proxies -- JSON-P -- Chapter 16: Animation -- Simple Animation -- Time-Based Animation -- Easing -- Animation with Libraries -- YUI [(sub)3] Animation Objects -- The jQuery animate() Method -- Resetting Animation -- Using Animation -- Index…”
Libro electrónico -
126750Publicado 2010Tabla de Contenidos: “…Chapter 14 Essential CSS Techniques -- Creating Multicolumn Layouts with Float -- Styling Links Versus Navigation -- Using CSS Sprites -- Creating a CSS Drop-down Menu -- Chapter 15 Managing Style Sheets -- Creating Readable Style Sheets -- Include an introduction and TOC -- Define colors, fonts, and other constants -- Use section headers -- The @ rules go at the top -- Choose an organization scheme -- Use specificity for hierarchy -- CSS Libraries and Frameworks -- Style Sheet Strategies -- The One For All method -- The Divide and Conquer method -- The Aggregate method -- The Dynamic method -- Troubleshooting CSS Code -- Ask these questions -- If all else fails, try these ideas -- Debugging CSS in Firebug and Web Inspector -- Firebug for Firefox -- Web Inspector in Safari and Chrome -- Validating Your CSS Code -- Minifying Your CSS -- 32 CSS Best Practices -- Appendix A: CSS Quick Reference -- Basic Selectors -- Pseudo-Classes -- Pseudo-Elements -- Text Properties -- Font Properties -- Color and Background Properties -- List Properties -- Table Properties -- User Interface and Generated Content Properties -- Box Properties -- Visual Formatting Properties -- Transform Properties (-webkit-, -moz-, -o-) -- Transition Properties (-webkit-, -moz-, -o-) -- Appendix B: HTML and UTF Character Encoding -- HTML and UTF Character Encoding -- Index…”
Libro electrónico -
126751Publicado 2024Tabla de Contenidos: “…-- Project - Interacting with the blueprint actor at runtime -- Loading levels -- Case studio - Level blueprint and Dispatcher -- Creating an interactive UI with a widget blueprint -- Project - Creating a widget -- Summary -- Chapter 12: Optimizing the Scene -- Technical requirements -- Real-time optimization -- Knowing your performance budget -- Checking out the stat-debugging and profiling tools -- Key learning -- Improving frame rate performance -- Draw calls -- Materials -- Rendering -- Light optimization -- Asset optimization -- Key learning - finding and fixing bottlenecks -- Improving texture memory usage -- Checking texture usage -- Texture streaming -- Video memory exhausted -- Reducing Texture memory -- Virtual Texturing -- Best practices -- Summary -- Part 4: Rendering the Scene…”
Libro electrónico -
126752Data Cleaning with Power BI The Definitive Guide to Transforming Dirty Data into Actionable InsightsPublicado 2024Tabla de Contenidos: “…Data preparation with AutoML -- Data enhancement with AI Insights -- Summary -- Questions -- Chapter 10: Creating Custom Functions in Power Query -- Planning for your custom function -- Defining the problem -- Identifying parameters -- Setting clear objectives -- Using parameters -- Types of parameters -- Defining parameters -- Best practices for using parameters -- Creating custom functions -- Defining the function structure -- Writing M code -- Testing and debugging -- Documentation -- Summary -- Questions -- Chapter 11: M Query Optimization -- Technical requirements -- Creating custom functions -- Filtering and reducing data -- Using native M functions -- Optimizing memory usage -- Parallel query execution -- Using Table.Buffer and Table.Split -- Summary -- Questions -- Further reading -- Chapter 12: Data Modeling and Managing Relationships -- Understanding the basics of data modeling -- Importing versus DirectQuery -- Dimensional modeling -- Snowflake schema -- Intermediate tables -- Calendars and date tables -- Role-playing dimensions -- Aggregating tables -- Incremental refreshes -- Using bidirectional cross-filtering -- What is bidirectional cross-filtering? …”
Libro electrónico -
126753Publicado 2024Tabla de Contenidos: “…Memory allocations -- Common pitfalls -- CPU profiling -- Memory profiling -- Profiling memory over time -- Preparing to explore the trade-offs -- Summary -- Part 4: Connected Apps -- Chapter 10: Networking -- The net package -- TCP sockets -- HTTP servers and clients -- HTTP verbs -- HTTP status codes -- Putting it all together -- Securing the connection -- Certificates -- Advanced networking -- UDP versus TCP -- Summary -- Chapter 11: Telemetry -- Technical requirements -- Logs -- Zap versus slog -- Logging for debugging or monitoring? -- What to log? -- What not to log? …”
Libro electrónico -
126754
-
126755Publicado 2014Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico
-
126756Publicado 2004Biblioteca Universitat Ramon Llull (Otras Fuentes: Biblioteca de la Universidad Pontificia de Salamanca, Universidad Loyola - Universidad Loyola Granada)Libro electrónico
-
126757Publicado 2011“…Fue enviado a América donde se interesó por el estudio de la historia natural, mientras, como miembro de la Compañía de Jesús, se enfrascaba en la evangelización. Biographische Informationen Joseph Gumilla (1686-1750). …”
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
126758por Kinzig, Wolfram“…Der hier vorgelegte Band ist der erste einer Reihe, deren Ziel es ist, die Dokumente der Schwartzschen Sammlung erstmalig vollständig in eine moderne Sprache zu übertragen, sie ausführlich zu kommentieren und in einer Reihenfolge anzuordnen, die den Ablauf des Konzils und seiner Geschichte für den Rezipienten unmittelbar transparent macht The Council of Ephesus (431) was summoned to clarify whether describing Mary, the mother of Jesus, as the "God-bearer" could be reconciled with the true faith. …”
Publicado 2024
Libro electrónico -
126759por Hill, NapoleonTabla de Contenidos: “…More About Thought -- 18. Jesus' Idea of Greatness -- 19. A View of Evolution -- 20. …”
Publicado 2020
Libro electrónico -
126760