Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Historia 2,081
- Biblia 1,868
- Derecho canónico 1,550
- Teología dogmática 1,436
- Teología 1,414
- Iglesia Católica 1,192
- Padres de la Iglesia 920
- Crítica e interpretación 881
- Moral cristiana 845
- Església Catòlica 790
- Filosofía 704
- Development 673
- Bíblia 623
- Application software 614
- Història 549
- Liturgia 528
- Teologia 489
- Engineering & Applied Sciences 484
- Pontificia Università Lateranense (Vaticano) 480
- Tomás de Aquino 462
- Patrística 422
- Computer programs 409
- Litúrgia 397
- Teología moral 389
- -Historia 385
- Obras anteriores a 1800 373
- Design 369
- History 352
- Obres anteriors al 1800 342
- Programming 321
-
62061Publicado 2022Tabla de Contenidos: “…-- PHP Quick Checklist -- Chapter 4: PHP: A Quick Reference -- Using PHP in an Existing Web Site -- Data Types in PHP -- Checking the Data Type of a Variable -- Explicitly Changing a Variable's Data Type -- Checking Whether a Variable Has Been Defined -- Doing Calculations with PHP -- Arithmetic Operators -- Using the Increment and Decrement Operators -- Determining the Order of Calculations -- Combining Calculations and Assignment -- Adding to an Existing String -- All You Ever Wanted to Know About Quotes-and More -- How PHP Treats Variables Inside Strings -- Using Escape Sequences Inside Double Quotes -- Embedding Associative Array Elements in a String -- Avoiding the Need to Escape Quotes with Heredoc Syntax -- Creating Arrays -- Building an Indexed Array -- Building an Associative Array -- Creating an Empty Array -- Multidimensional Arrays -- Using print_r() to Inspect an Array -- The Truth According to PHP -- Explicit Boolean Values -- Implicit Boolean ("Truthy" and "Falsy") Values -- Making Decisions by Comparing Two Values -- Testing More Than One Condition -- Using the switch Statement for Decision Chains -- Using a match Expression for Decision Chains -- Using the Ternary Operator -- Setting a Default Value with the Null Coalescing Operator -- Executing Code Repeatedly with a Loop -- Loops Using while and do . . . while -- The Versatile for Loop -- Looping Through Arrays and Objects with foreach -- Breaking Out of a Loop -- Modularizing Code with Functions -- Passing Values to Functions -- Setting Default Values for Arguments -- Variable Scope: Functions as Black Boxes -- Returning Values from Functions -- Generators: A Special Type of Function That Keeps on Giving -- Passing by Reference: Changing the Value of an Argument -- Functions That Accept a Variable Number of Arguments…”
Libro electrónico -
62062Publicado 2020Tabla de Contenidos: “…3 Semantics of differentiation -- 4 Extending the language: variant and inductive types -- 5 Categorical analysis of forward AD and its correctness -- 6 A continuation-based AD algorithm -- 7 Discussion and future work -- References -- Deep Induction: Induction Rules for (Truly) Nested Types* -- 1 Introduction -- 2 The Key Idea -- 3 Extending to Nested Types -- 4 Theoretical Foundations -- 4.1 Categorical Preliminaries -- 4.2 Syntax and Semantics of ADTs -- 4.3 Induction Rules for ADTs -- 4.4 Syntax and Semantics of Nested Types -- 5 The General Methodology -- 6 Related Work and Directions for Further Investigation -- References -- Exponential Automatic Amortized Resource Analysis* -- 1 Introduction -- 2 Language and Cost Semantics -- 3 Automatic Amortized Resource Analysis -- 4 Exponential Potential -- 5 Mixed Potential -- 6 Exponentials, Polynomials, and Logarithms -- 7 Conclusion and Future Work -- References -- Concurrent Kleene Algebra with Observations: from Hypotheses to Completeness -- 1 Introduction -- 2 Preliminaries -- 3 Pomset contexts -- 4 Concurrent Kleene Algebra with Hypotheses -- 4.1 Reification -- 4.2 Factoring the exchange law -- 4.3 Lifting -- 5 Instantiation to CKA with Observations -- 6 Discussion -- References -- Graded Algebraic Theories -- 1 Introduction -- 2 Preliminaries -- 2.1 Enriched Category Theory -- 2.2 Graded Monads -- 2.3 Day Convolution -- 2.4 Categories Enriched in a Presheaf Category -- 3 Graded Algebraic Theories -- 3.1 Equational Logic -- 3.2 Free Models -- 3.3 Examples -- 4 Graded Lawvere Theories -- 5 Equivalence -- 5.1 Graded Algebraic Theories and Graded Lawvere Theories -- 5.2 Graded Lawvere theories and Finitary Graded Monads -- 6 Combining E ects -- 6.1 Sums -- 6.2 Tensor Products -- 7 Related Work -- 8 Conclusions and Future Work -- References…”
Libro electrónico -
62063Publicado 2024Tabla de Contenidos: “…-- Technical requirements -- Connecting over a network -- Understanding IP -- Understanding TCP -- Understanding HTTP -- Building an interactive web app - the frontend -- Building a registration page -- Building an interactive web app - the backend -- Introducing Express -- Adding dependencies -- Adding scripts -- Writing the server code -- Adding Express middleware -- Exploring a different approach - single-page apps -- Improving developer productivity through automation -- Writing a new kind of client -- Writing a new kind of server -- Loving your new best friend - DevTools -- Reviewing the roadmap -- Summary -- Part 2: Expanding Your Knowledge Base -- Chapter 4: Managing, Securing, and Working with Code -- Technical requirements -- Controlling the code - source control management systems -- Introducing SCM -- Accepting the false choice - Git it is! …”
Libro electrónico -
62064Publicado 2004Tabla de Contenidos: “…Managing -- 5.1 IBM Grid Services Manager -- 5.1.1 Starting the IBM Grid Services Manager -- 5.1.2 Adding instances -- 5.1.3 Removing instances -- 5.1.4 Viewing and editing properties, statistics, and logging -- 5.1.5 Managing a grid service -- 5.1.6 Stopping the IBM Grid Toolbox instance -- 5.2 Deploying and undeploying grid services -- 5.2.1 Deploying -- 5.2.2 Undeploying -- 5.2.3 Updating a deployed service -- 5.2.4 Adding security -- 5.3 Managing Information Services -- 5.3.1 Information Services startup status -- 5.3.2 File location -- 5.4 Managing a policy -- 5.5 Managing connections for CMM Services -- 5.5.1 Adding a connection -- 5.5.2 Deleting a connection -- 5.6 Backing up a grid -- 5.6.1 Backing up files -- 5.6.2 Restoring files -- Chapter 6. …”
Libro electrónico -
62065Publicado 2017Tabla de Contenidos: “…-- Customer information -- Production data -- Field services -- Financial -- Adding external datasets -- External datasets - geography -- Elevation…”
Libro electrónico -
62066Publicado 2021Tabla de Contenidos: “…Methods -- 8.1 Controlling Method Scope (Access Modifiers) -- Problem -- Solution -- Discussion -- 8.2 Calling a Method on a Superclass or Trait -- Problem -- Solution -- 8.3 Using Parameter Names When Calling a Method -- Problem -- Solution -- Discussion -- 8.4 Setting Default Values for Method Parameters -- Problem -- Solution -- Discussion -- 8.5 Creating Methods That Take Variable-Argument Fields -- Problem -- Solution -- Discussion -- 8.6 Forcing Callers to Leave Parentheses Off Accessor Methods -- Problem -- Solution -- Discussion -- See Also -- 8.7 Declaring That a Method Can Throw an Exception -- Problem -- Solution -- Discussion -- See Also -- 8.8 Supporting a Fluent Style of Programming -- Problem -- Solution -- Discussion -- See Also -- 8.9 Adding New Methods to Closed Classes with Extension Methods -- Problem -- Solution -- Discussion -- See Also -- Chapter 9. …”
Libro electrónico -
62067Publicado 2018Tabla de Contenidos: “…Embedding custom profiles -- Camera Raw as a Photoshop filter -- Spot Removal tool -- Creating circle spots -- Synchronized spotting with Camera Raw -- Spot removal tool feathering -- Fine-tuning the Spot removal tool -- Visualize spots -- Creating brush spots -- Deleting spots -- Red Eye removal -- Red Eye: Pet Eye removal -- Localized adjustments -- Adjustment Brush -- Initial Adjustment Brush options -- Brush settings -- Adding a new brush effect -- Resetting adjustments -- Adjustment Brush duplication -- Editing brush adjustments -- Previewing the brush stroke areas -- Auto masking -- Range masking -- Color Range masking -- Luminance Range masking -- Darkening the shadows -- Hand-coloring in Color mode -- Graduated Filter tool -- Graduated color temperature adjustment -- Radial Filter adjustments -- Fill to document bounds -- Brush editing filter masks -- Correcting edge sharpness with the Radial Filter -- Global sharpening only -- Global sharpening + radial filter adjustment -- Camera Raw settings menu -- Export settings to XMP -- Update DNG previews -- Load Settings... …”
Libro electrónico -
62068por McFedries, PaulTabla de Contenidos: “…Using Standard Mac OS X Application Menus -- Opening Documents in Mac OS X -- Saving Documents in Mac OS X -- II: Getting Things Done with Leopard's Applications -- 8 Playing and Managing Music with iTunes -- Listening to Music -- Customizing iTunes -- Ripping Music from Audio CDs -- Adding Music from Other Sources to Your iTunes Music Library -- Browsing and Searching Your Music Library -- Removing Tunes from the Music Library -- Understanding and Using Tags -- Configuring a Track's Options -- Working with Lyrics -- Adding and Viewing Album Artwork -- Customizing the Content Pane -- Building and Listening to Standard Playlists -- Building and Using Smart Playlists -- 9 Playing and Managing Movies and Digital Video -- Playing Digital Video with QuickTime -- Watching DVD Movies with DVD Player -- 10 Managing Your Contacts -- Getting to Know Address Book -- Configuring Your Address Book -- Sharing Your Address Book with MobileMe Users -- Adding Contacts to Your Address Book -- Editing Contacts in Your Address Book -- Working with Address Groups -- Getting More Out of Address Book -- 11 Managing Your Schedule -- Managing Your Calendar with iCal -- Getting to Know iCal -- Creating, Configuring, and Working with Calendars -- Working with Events -- Working with Your To Do List -- Printing from iCal -- Publishing Your iCal Calendar -- Subscribing to Other Calendars -- 12 Working with Text and Graphics -- The Mac OS X Text and Graphics Applications -- Word Processing with TextEdit -- Previewing Documents -- Capturing Images -- Capturing Screen Images -- III: Living in a Connected World -- 13 Connecting Your Mac to the Internet -- Connecting Your Mac Directly to the Internet -- Gathering the Internet Connection Data -- Connecting Your Mac with Dial-Up Internet Access -- Configuring Your Mac for Broadband Internet Access -- Managing Multiple Internet Accounts…”
Publicado 2010
Libro electrónico -
62069Publicado 2011Tabla de Contenidos: “…Best Practices for Using Native-Boot VHDs -- Creating a Native-Boot VHD -- Booting VHDs -- Adding a Native-Boot VHD to an Older Computer -- Offline Servicing and Updating VHDs -- Upgrading a Windows Image to a Higher Edition -- Using an Answer File to Service an Offline VHD -- Review All the Key Topics -- Complete the Tables and Lists from Memory -- Definitions of Key Terms -- Chapter 7 Configuring Devices and Updates -- "Do I Know This Already?" …”
Libro electrónico -
62070Publicado 2023Tabla de Contenidos: “…Working with Sales Teams -- Having a Monthly Plan is Important -- Owned vs Earned Media -- The Value of Good PR -- Chapter Twenty Three: Who Can Run Amazon Ads for You? -- Running Ads on Amazon -- The Best Time for Advertising Your Book -- Keyword and Product Targeting on Amazon -- The Importance of Book Codes -- Targeting Books Outside Your Niche -- Tools You can Use -- The Cost of Running Ads on Amazon -- Enticing Non-Amazon People to Buy Your Book -- On Building Your Amazon Author Profile -- How Much Should You Spend Promoting Your Book? …”
Libro electrónico -
62071Publicado 2024Tabla de Contenidos: “…-- Versatility for web services and integrations -- REST in Power Pages -- Agile user story - Xero with Power Pages integration -- Design for the Xero API integration process -- Researching the API and Postman -- Implementation of Xero API integration -- POST process and designing batch submission in a Power Automate flow -- The Power Automate child flow to post invoices -- Adding a Power Pages triggered Power Automate cloud flow -- Authentication button and login page -- Code for the login button -- XeroResponse page -- Web template -- Liquid -- JavaScript -- Xero response web page content -- Custom column -- Summary -- Chapter 13: Creating a PDF File from Dataverse -- Agile user story - create invoice PDF -- Design of the invoice PDF generation process -- Design choices -- Office Word template -- Power Automate cloud flow -- Conversion step with OneDrive -- HTML layout and styling -- Visual flow -- Implementation of the invoice PDF process -- Dataverse table implementation -- Word template -- Power Automate cloud flow -- Injecting HTML into a basic form web page -- Summary -- Chapter 14: Modal Windows -- Basic form filtered lookup -- Agile user story 1 - filtering placement rates in Timesheet Costs form -- Design Filtered Lookup on basic form modal window -- Implementing the filtered lookup on a basic form modal window -- Liquid code in the Timesheet's web template -- JavaScript code in the Timesheet web template -- JavaScript code in the Timesheet Costs JavaScript section -- A custom modal window for External Data API -- Agile user story 2 - a custom modal window for External Data API -- Implementing a custom modal window for External Data API -- Summary -- Chapter 15: Enhancing Development with ChatGPT…”
Libro electrónico -
62072por Morris, TeeTabla de Contenidos: “…-- Chapter 14 Podcasting and AI -- Editing Made Easy with Hindenburg PRO -- Getting Descript-ive -- Adding ChatGPT to Your Toolbelt -- Helping AI Generate the Best Results: Prompt Engineering -- The Ethics of AI -- Chapter 15 Podcasting on YouTube -- A Hostile Welcome: The Demands of Video -- YouTube: We're Here to Help -- Adding the Video Element: Creating a Podcast for YouTube -- Keeping it simple: Introducing video to an audio podcast -- Pro-level video podcasting: Working with a multicam setup in Adobe Premiere -- Crossing the Finish Line: Taking Your Podcast to YouTube -- Tell us about yourself: The Details window -- Adding more to your podcast: Video elements -- Making sure you're above board: Checks -- Drop it like it's HAWT: Publishing your video -- Grabbing attention: The art of the thumbnail…”
Publicado 2024
Libro electrónico -
62073Publicado 2024Tabla de Contenidos: “…-- Good practices for commenting your source code -- Documenting public APIs in class libraries -- XML comment documentation -- How to document code using XML comments -- Generating documentation using DocFX -- Creating a DocFX project -- Adding custom documentation content -- Markdown markup language -- Headings -- Formatting text -- Creating lists -- Links and images -- Code blocks and syntax highlighting -- Tables…”
Libro electrónico -
62074Publicado 2021Tabla de Contenidos: “…2.3.4 Rational, complex numbers, and other numeric types -- 2.4 Flow control -- 2.4.1 For: The central pillar of iteration -- 2.4.2 Continue: Skipping the rest of the current iteration -- 2.4.3 While: Looping until a condition changes its state -- 2.4.4 Loop: The basis for Rust's looping constructs -- 2.4.5 Break: Aborting a loop -- 2.4.6 If, if else, and else: Conditional branching -- 2.4.7 Match: Type-aware pattern matching -- 2.5 Defining functions -- 2.6 Using references -- 2.7 Project: Rendering the Mandelbrot set -- 2.8 Advanced function definitions -- 2.8.1 Explicit lifetime annotations -- 2.8.2 Generic functions -- 2.9 Creating grep-lite -- 2.10 Making lists of things with arrays, slices, and vectors -- 2.10.1 Arrays -- 2.10.2 Slices -- 2.10.3 Vectors -- 2.11 Including third-party code -- 2.11.1 Adding support for regular expressions -- 2.11.2 Generating the third-party crate documentation locally -- 2.11.3 Managing Rust toolchains with rustup -- 2.12 Supporting command-line arguments -- 2.13 Reading from files -- 2.14 Reading from stdin -- Summary -- 3 Compound data types -- 3.1 Using plain functions to experiment with an API -- 3.2 Modeling files with struct -- 3.3 Adding methods to a struct with impl -- 3.3.1 Simplifying object creation by implementing new() -- 3.4 Returning errors -- 3.4.1 Modifying a known global variable -- 3.4.2 Making use of the Result return type -- 3.5 Defining and making use of an enum -- 3.5.1 Using an enum to manage internal state -- 3.6 Defining common behavior with traits -- 3.6.1 Creating a Read trait -- 3.6.2 Implementing std::fmt::Display for your own types -- 3.7 Exposing your types to the world -- 3.7.1 Protecting private data -- 3.8 Creating inline documentation for your projects -- 3.8.1 Using rustdoc to render docs for a single source file…”
Libro electrónico -
62075por Gavin, LeeTabla de Contenidos: “…4.6 Using FTP with WebSphere Partner Gateway -- 4.7 Using FTP Scripting to enable Value Added Network (VAN) connectivity -- 4.8 Managing the B2B infrastructure -- 4.9 EDI translation -- Chapter 5. …”
Publicado 2005
Libro electrónico -
62076Publicado 2004Tabla de Contenidos: “…ITDS installation and basic configuration - Windows -- 5.1 Installable components -- 5.2 Installation and configuration checklist -- 5.3 System and software requirements -- 5.3.1 ITDS Client -- 5.3.2 ITDS Server (including client) -- 5.3.3 Web Administration Tool -- 5.4 Installing the server -- 5.4.1 Create a user ID for ITDS -- 5.4.2 Installing ITDS with the Installshield GUI -- 5.4.3 Configuring the Administrator DN and password -- 5.4.4 Configuring the database -- 5.4.5 Adding a suffix -- 5.4.6 Removing or reconfiguring a database -- 5.4.7 Enabling and disabling the change log -- 5.5 Starting ITDS -- Chapter 6. …”
Libro electrónico -
62077Publicado 2020Tabla de Contenidos: “…-- 11.9 Graphing training metrics with TensorBoard -- 11.9.1 Running TensorBoard -- 11.9.2 Adding TensorBoard support to the metrics logging function -- 11.10 Why isn't the model learning to detect nodules? …”
Libro electrónico -
62078por Cook, JimTabla de Contenidos: “…8.1.9 New (expired) volume or appending to one containing active data -- 8.1.10 Text fields are searchable -- 8.1.11 Other tasks you should do -- 8.1.12 BRMS and journaling -- 8.1.13 BRMS environment variables -- 8.1.14 Functional usage -- 8.2 Performing a system backup -- 8.2.1 Using BRMS -- 8.2.2 System backup outside BRMS -- 8.2.3 Using SAVSTG -- 8.3 Maintenance -- 8.3.1 Saving your recovery reports -- 8.3.2 Making sure everything works -- 8.3.3 Removing deleted records from BRMS inventory -- 8.4 Disaster recovery -- 8.4.1 Files in wrong order -- 8.5 Creating media classes or media pools -- 8.6 Creating a media class (pool) -- 8.7 Adding media to the pool -- 8.7.1 Adding media using a tape library device -- 8.7.2 Removing media -- 8.7.3 Manually adding media -- 8.8 Save scenario examples -- 8.8.1 IBM Tivoli Storage Manager server example -- 8.8.2 Saving native OS/400 data to an IBM Tivoli Storage Manager server -- 8.9 Locations -- 8.9.1 Creating locations -- 8.10 Move policy -- 8.10.1 Creating a move policy -- 8.10.2 Attaching the move policy to the backup policies -- 8.11 Running a save of your ITSM environment -- 8.12 Running a native data backup -- 8.13 Finding your backup job -- 8.14 Restore scenario examples -- 8.14.1 Restoring the IBM Tivoli Storage Manager server environment -- 8.14.2 Restoring native OS/400 data -- 8.14.3 Finding your restore results -- Chapter 9. …”
Publicado 2003
Libro electrónico -
62079por Chamberlain, JamesTabla de Contenidos: “…Developing and testing grammars and lexicons -- 8.1 Grammar development -- 8.1.1 Starting Voice Toolkit V5.1 -- 8.1.2 Creating a simple grammar -- 8.1.3 Opening the Grammar Editor -- 8.1.4 Grammar syntax -- 8.1.5 Adding rules and rule references -- 8.1.6 Making phrases optional -- 8.1.7 Adding Semantic Interpretation -- 8.2 Grammar testing -- 8.2.1 Local grammar testing with live audio -- 8.2.2 Remote testing with audio files via MRCP -- 8.2.3 Testing with text -- 8.2.4 Grammar enumeration -- 8.3 Lexicon development -- 8.3.1 Creating a lexicon file -- 8.3.2 Opening the Lexicon Editor -- 8.3.3 Generating a lexicon from a grammar -- 8.3.4 Creating and modifying pronunciations -- 8.3.5 Unknown words -- 8.3.6 Adding lexicon references to the application -- 8.3.7 Testing a grammar with a lexicon -- 8.4 New features of WebSphere Voice Toolkit V6.0 -- 8.4.1 Graphical Grammar Builders -- 8.4.2 Local Voice Server for MRCP testing -- 8.4.3 Grammar conversion -- 8.4.4 Lexicon file generation -- 8.4.5 Voice Trace Analyzer -- Chapter 9. …”
Publicado 2005
Libro electrónico -
62080Publicado 2018Tabla de Contenidos: “…3.6.4 Opening Scene Builder and Creating the File Welcome.fxml 142 -- 3.6.5 Adding an Image to the Folder Containing Welcome.fxml 144 -- 3.6.6 Creating a VBox Layout Container 144 -- 3.6.7 Configuring the VBox 144 -- 3.6.8 Adding and Configuring a Label 144 -- 3.6.9 Adding and Configuring an ImageView 146 -- 3.6.10 Previewing the Welcome GUI 147 -- 3.7 Wrap-Up 148 -- 4 Control Statements: Part 1 -- Assignment, ++and -- Operators 156 -- 4.1 Introduction 157 -- 4.2 Algorithms 157 -- 4.3 Pseudocode 158 -- 4.4 Control Structures 158 -- 4.4.1 Sequence Structure in Java 159 -- 4.4.2 Selection Statements in Java 160 -- 4.4.3 Iteration Statements in Java 160 -- 4.4.4 Summary of Control Statements in Java 160 -- 4.5 if Single-Selection Statement 161 -- 4.6 if...else Double-Selection Statement 162 -- 4.6.1 Nested if...else Statements 163 -- 4.6.2 Dangling-else Problem 164 -- 4.6.3 Blocks 164 -- 4.6.4 Conditional Operator (?…”
Libro electrónico