Mostrando 621 - 640 Resultados de 789 Para Buscar '"inspector"', tiempo de consulta: 0.11s Limitar resultados
  1. 621
    por Millas, Jose Luis Latorre
    Publicado 2013
    Tabla de Contenidos: “…. -- How it works... -- Using the Page Inspector feature -- Getting ready -- How to do it... -- How it works... -- Creating an asynchronous HTTP module -- Getting ready -- How to do it... -- How it works... -- There's more... -- 6. …”
    Libro electrónico
  2. 622
    Publicado 2022
    Tabla de Contenidos: “…Optimizing Performance for the Core AWS Services -- Compute -- Storage -- Database -- Network Optimization and Load Balancing -- Infrastructure Automation -- CloudFormation -- Third-Party Automation Solutions -- Reviewing and Optimizing Infrastructure Configurations -- AWS Well-Architected Tool -- Load Testing -- Visualization -- Optimizing Data Operations -- Caching -- Partitioning/Sharding -- Compression -- Summary -- Exam Essentials -- Review Questions -- Chapter 12 Secure Architectures -- Introduction -- Identity and Access Management -- Protecting AWS Credentials -- Fine-Grained Authorization -- Permissions Boundaries -- Roles -- Enforcing Service-Level Protection -- Detective Controls -- CloudTrail -- CloudWatch Logs -- Searching Logs with Athena -- Auditing Resource Configurations with AWS Config -- Amazon GuardDuty -- Amazon Inspector -- Amazon Detective -- Security Hub -- Amazon Fraud Detector -- AWS Audit Manager -- Protecting Network Boundaries -- Network Access Control Lists and Security Groups -- AWS Web Application Firewall -- AWS Shield -- AWS Firewall Manager -- Data Encryption -- Data at Rest -- Data in Transit -- Macie -- Summary -- Exam Essentials -- Review Questions -- Chapter 13 Cost-Optimized Architectures -- Introduction -- Planning, Tracking, and Controlling Costs -- AWS Budgets -- Monitoring Tools -- AWS Trusted Advisor -- Online Calculator Tools -- Cost-Optimizing Compute -- Maximizing Server Density -- EC2 Reserved Instances -- EC2 Spot Instances -- Auto Scaling -- Elastic Block Store Lifecycle Manager -- Summary -- Exam Essentials -- Review Questions -- Appendix A: Answers to Review Questions -- Chapter 1: Introduction to Cloud Computing and AWS -- Chapter 2: Compute Services -- Chapter 3: AWS Storage -- Chapter 4: Amazon Virtual Private Cloud (VPC) -- Chapter 5: Database Services…”
    Libro electrónico
  3. 623
    Publicado 2020
    Tabla de Contenidos: “…An Android Studio Layout Editor ConstraintLayout Tutorial -- 21.1 An Android Studio Layout Editor Tool Example -- 21.2 Creating a New Activity -- 21.3 Preparing the Layout Editor Environment -- 21.4 Adding the Widgets to the User Interface -- 21.5 Adding the Constraints -- 21.6 Testing the Layout -- 21.7 Using the Layout Inspector -- 21.8 Summary -- 22. Manual XML Layout Design in Android Studio -- 22.1 Manually Creating an XML Layout -- 22.2 Manual XML vs. …”
    Libro electrónico
  4. 624
    Publicado 2023
    Tabla de Contenidos: “…-- Advantages of using Appium -- Knowing WebdriverIO and its advantages -- Setting up Appium and WebdriverIO -- Appium installation -- Configuring an Android emulator -- Configuring WebdriverIO with Appium -- WebdriverIO Android configuration -- Appium Inspector installation and configuration -- Writing our first mobile test -- JavaScript functions with async/await -- First Appium/WebdriverIO test -- Key considerations for mobile automation -- Areas of complexity -- iOS-specific considerations -- Optimizing our mobile automation framework -- Summary -- Questions -- Chapter 7: Test Automation for APIs -- Technical requirements -- Getting started with Postman…”
    Libro electrónico
  5. 625
    Publicado 2018
    Tabla de Contenidos: “…Testing SSL configuration using Nmap -- Exploiting Heartbleed -- POODLE -- Custom encryption protocols -- Identifying encrypted and hashed information -- Hashing algorithms -- hash-identifier -- Frequency analysis -- Entropy analysis -- Identifying the encryption algorithm -- Common flaws in sensitive data storage and transmission -- Using offline cracking tools -- Using John the Ripper -- Using Hashcat -- Preventing flaws in cryptographic implementations -- Summary -- Chapter 9: AJAX, HTML5, and Client-Side Attacks -- Crawling AJAX applications -- AJAX Crawling Tool -- Sprajax -- The AJAX Spider - OWASP ZAP -- Analyzing the client-side code and storage -- Browser developer tools -- The Inspector panel -- The Debugger panel -- The Console panel -- The Network panel -- The Storage panel -- The DOM panel -- HTML5 for penetration testers -- New XSS vectors -- New elements -- New properties -- Local storage and client databases -- Web Storage -- IndexedDB -- Web Messaging -- WebSockets -- Intercepting and modifying WebSockets -- Other relevant features of HTML5 -- Cross-Origin Resource Sharing (CORS) -- Geolocation -- Web Workers -- Bypassing client-side controls -- Mitigating AJAX, HTML5, and client-side vulnerabilities -- Summary -- Chapter 10: Other Common Security Flaws in Web Applications -- Insecure direct object references -- Direct object references in web services -- Path traversal -- File inclusion vulnerabilities -- Local File Inclusion -- Remote File Inclusion -- HTTP parameter pollution -- Information disclosure -- Mitigation -- Insecure direct object references -- File inclusion attacks -- HTTP parameter pollution -- Information disclosure -- Summary -- Chapter 11: Using Automated Scanners on Web Applications -- Considerations before using an automated scanner -- Web application vulnerability scanners in Kali Linux -- Nikto -- Skipfish…”
    Libro electrónico
  6. 626
    por Robey, Robert
    Publicado 2021
    Tabla de Contenidos: “…7.4 Variable scope importance for correctness in OpenMP -- 7.5 Function-level OpenMP: Making a whole function thread parallel -- 7.6 Improving parallel scalability with high-level OpenMP -- 7.6.1 How to implement high-level OpenMP -- 7.6.2 Example of implementing high-level OpenMP -- 7.7 Hybrid threading and vectorization with OpenMP -- 7.8 Advanced examples using OpenMP -- 7.8.1 Stencil example with a separate pass for the x and y directions -- 7.8.2 Kahan summation implementation with OpenMP threading -- 7.8.3 Threaded implementation of the prefix scan algorithm -- 7.9 Threading tools essential for robust implementations -- 7.9.1 Using Allinea/ARM MAP to get a quick high-level profile of your application -- 7.9.2 Finding your thread race conditions with Intel® Inspector -- 7.10 Example of a task-based support algorithm -- 7.11 Further explorations -- 7.11.1 Additional reading -- 7.11.2 Exercises -- Summary -- 8 MPI: The parallel backbone -- 8.1 The basics for an MPI program -- 8.1.1 Basic MPI function calls for every MPI program -- 8.1.2 Compiler wrappers for simpler MPI programs -- 8.1.3 Using parallel startup commands -- 8.1.4 Minimum working example of an MPI program -- 8.2 The send and receive commands for process-to-process communication -- 8.3 Collective communication: A powerful component of MPI -- 8.3.1 Using a barrier to synchronize timers -- 8.3.2 Using the broadcast to handle small file input -- 8.3.3 Using a reduction to get a single value from across all processes -- 8.3.4 Using gather to put order in debug printouts -- 8.3.5 Using scatter and gather to send data out to processes for work -- 8.4 Data parallel examples -- 8.4.1 Stream triad to measure bandwidth on the node -- 8.4.2 Ghost cell exchanges in a two-dimensional (2D) mesh -- 8.4.3 Ghost cell exchanges in a three-dimensional (3D) stencil calculation…”
    Libro electrónico
  7. 627
    Publicado 2017
    Tabla de Contenidos: “…. -- There's more... -- Using node-inspector with older Node versions -- Immediately pausing a process on start -- node debug -- See also -- Enhancing stack trace output -- Getting ready -- How to do it... -- How it works... -- There's more... -- Infinite stack trace limit in development -- Stack trace layout -- Asynchronous stack traces -- See also -- Enabling debug logs -- Getting ready -- How to do it... -- How it works... -- There's more... -- Instrumenting code with debug -- Using debug in production -- JSON logging with pino-debug -- See also -- Enabling core debug logs -- Getting ready -- How to do it... -- How it works... -- There's more... -- Creating our own NODE_DEBUG flags -- Debugging Node core libraries -- See also -- Chapter 2: Writing Modules -- Introduction -- Scaffolding a module -- Getting ready -- How to do it... -- How it works... -- There's more... -- Reinitializing -- Versioning -- See also -- Installing dependencies -- Getting ready -- How to do it... -- How it works... -- There's more... -- Installing development dependencies -- Using npm run scripts -- Eliminating the need for sudo -- See also -- Writing module code -- Getting ready -- How to do it... -- How it works... -- There's more... -- Adding tests -- Modernizing syntax -- See also -- Publishing a module -- Getting ready -- How to do it... -- How it works... -- There's more... -- Detecting Vulnerabilities -- Extraneous dependencies -- Prepublish -- Decentralized publishing -- See also -- Using a private repository -- Getting ready…”
    Libro electrónico
  8. 628
    por Duarte, Alejandro
    Publicado 2013
    Tabla de Contenidos: “…-- Introduction to CSS and Sass -- Variables -- Nesting -- Mixins -- Introducing Firebug and Chrome inspector -- Time for action - inspecting HTML -- What just happened? …”
    Libro electrónico
  9. 629
    Publicado 2024
    Tabla de Contenidos: “…CloudTrail Logs -- X-Ray -- X-Ray Traces -- X-Ray Insights -- Flow Logs -- Baseline Network Performance -- Inspector -- Application Insights -- Config -- Summary -- Exam Essentials -- Written Labs -- Written Lab 5.1: Enable CloudWatch Detailed Monitoring for an Instance That Has Already Been Enabled -- Written Lab 5.2: Enable CloudWatch Logging from the Web Console -- Written Lab 5.3: Enable CloudWatch Alarms from the Web Console -- Written Lab 5.4: Create a VPC Reachability Analyzer from the Web Console -- Review Questions -- Part II Network Implementation -- Chapter 6 Hybrid Networking -- Hybrid Connectivity -- OSI Layer 1 -- Optics -- OSI Layer 2 -- VLANs -- Link Aggregation -- Jumbo Frames -- Encapsulation and Encryption -- Overlay and Underlay Networks -- VxLan -- Generic Routing Encapsulation -- IPSec -- GENEVE -- Routing Fundamentals -- Static Routing -- Dynamic Routing -- The BGP Routing Protocol -- Direct Connect -- Direct Connect Gateway -- Virtual Private Gateway -- Site-to-Site VPN -- VPN CloudHub -- AWS Account Resource Sharing -- Summary -- Exam Essentials -- Exercises -- Written Labs -- Written Lab 6.1: Simulate Creating a Direct Connection -- Written Lab 6.2: Simulate Creating a Site-to-Site VPN Connection -- Review Questions -- Chapter 7 Connecting On-Premises Networks -- On-Premises Network Connectivity -- VPNs -- VPN Security -- Accelerated Site-to-Site VPN Connections -- Layer 1 and Types of Hardware to Use -- Direct Connect -- Direct Connect Locations -- Letter of Authorization Documents -- Layer 2 and Layer 3 -- Switching -- Routing -- Gateways -- Software-Defined Networking -- Transit Gateway -- PrivateLink -- Resource Access Manager -- Testing and Validating Connectivity Between Environments -- Route Analyzer -- Reachability Analyzer -- ICMP ping -- traceroute -- Summary -- Exam Essentials -- Written Labs…”
    Libro electrónico
  10. 630
    Publicado 2020
    Tabla de Contenidos: “…Delitos especiales de funcionarios públicos, sociedades mercantiles y medio ambiente / Jesús-María Silva Sánchez -- Del Derecho penal al Derecho administrativo del enemigo: la legislación de extranjería en España como ejemplo / Ángeles Solanes Corella -- Conductas omisivas de funcionarios inspectores (en especial, en materia medioambiental y urbanística) / Carmen Tomás-Valiente Lanuza -- Algunos aspectos críticos sobre la aplicación de las normas comunitarias para la represión de la pesca ilegal y su incidencia en el ámbito penal / Inma Valeije Álvarez -- Populismo punitivo y quiebra del principio de legalidad / Clara Viana Ballester -- Decomiso en delitos sobre la ordenación del territorio y el urbanismo / Caty Vidales Rodríguez -- Status Libertatis / Tomás Salvador Vives Antón…”
    >Texto completo en Biblioteca Virtual Tirant
    Libro electrónico
  11. 631
    Publicado 2018
    Tabla de Contenidos: “…Chapter 14: Recovery Process -- Disaster recovery plan -- The disaster recovery planning process -- Forming a disaster recovery team -- Performing risk assessment -- Prioritizing processes and operations -- Determining recovery strategies -- Collecting data -- Creating the disaster recovery plan -- Testing the plan -- Obtaining approval -- Maintaining the plan -- Challenges -- Live recovery -- Contingency planning -- IT contingency planning process -- Development of the contingency planning policy -- Conducting business impact analysis -- Identifying the critical IT resources -- Identifying disruption impacts -- Developing recovery priorities -- Identifying the preventive controls -- Developing recovery strategies -- Backups -- Alternative sites -- Equipment replacement -- Plan testing, training, and exercising -- Plan maintenance -- Best practices for recovery -- References -- Summary -- Chapter 15: Vulnerability Management -- Creating a vulnerability management strategy -- Asset inventory -- Information management -- Risk assessment -- Scope -- Collecting data -- Analysis of policies and procedures -- Vulnerability analysis -- Threat analysis -- Analysis of acceptable risks -- Vulnerability assessment -- Reporting and remediation tracking -- Response planning -- Vulnerability management tools -- Asset inventory tools -- Peregrine tools -- LANDesk Management Suite -- StillSecure -- Foundstone's Enterprise -- Information management tools -- Risk assessment tools -- Vulnerability assessment tools -- Reporting and remediation tracking tools -- Response planning tools -- Implementation of vulnerability management -- Best practices for vulnerability management -- Implementing vulnerability management with Nessus -- Flexera (Secunia) Personal Software Inspector -- Conclusion -- References -- Summary -- Chapter 16: Log Analysis -- Data correlation…”
    Libro electrónico
  12. 632
    Publicado 2020
    Tabla de Contenidos: “…Delitos especiales de funcionarios públicos, sociedades mercantiles y medio ambiente / Jesús-María Silva Sánchez -- Del Derecho penal al Derecho administrativo del enemigo: la legislación de extranjería en España como ejemplo / Ángeles Solanes Corella -- Conductas omisivas de funcionarios inspectores (en especial, en materia medioambiental y urbanística) / Carmen Tomás-Valiente Lanuza -- Algunos aspectos críticos sobre la aplicación de las normas comunitarias para la represión de la pesca ilegal y su incidencia en el ámbito penal / Inma Valeije Álvarez -- Populismo punitivo y quiebra del principio de legalidad / Clara Viana Ballester -- Decomiso en delitos sobre la ordenación del territorio y el urbanismo / Caty Vidales Rodríguez -- Status Libertatis / Tomás Salvador Vives Antón…”
    Libro electrónico
  13. 633
    Publicado 2024
    Tabla de Contenidos: “…Technical requirements -- Designing for 3D while continuing the GDD -- Greyboxing a 3D environment with ProBuilder and Prefabs -- Habitat interior level -- Installing ProBuilder -- Modular parts, Prefabs, and Variants -- Greyboxing the level design -- Creating an FPS player character with the Unity Starter Asset -- Installing the Unity Starter Assets -- Starter Assets Playground scene -- Getting around -- Adding the first-person controller to our level -- Playtesting the level -- Refactoring environment interactions to 3D API methods -- Revisiting the TriggeredEvent component -- Implementing a TriggeredEvent in our level design -- Animating the door opening -- Code reuse in practice - Adding premade components to the player -- Constant damage script -- Inspector Debug -- Recharging aka healing -- Summary -- Chapter 11: Continuing the FPS Game -- Technical requirements -- Decorating the 3D environment -- Updating and replacing Prefabs -- Applying new materials -- Immersing the player using Polybrush and Decals -- Painting objects with Polybrush -- Painting/scattering objects -- Surface story with Decals -- Lighting design - Probes, Decals, light baking, and performance -- Setting the URP Forward+ Rendering Path -- Proxy lighting with Decals (yes, Decals) -- Bake that lighting? …”
    Libro electrónico
  14. 634
    Publicado 2022
    Tabla de Contenidos: “…Conclusions -- Advantages of Cloud Computing -- Types of Cloud Computing Services -- Chapter 2: Planning for a Conversion to SAP S/4HANA -- SAP Readiness Check for SAP S/4HANA -- Handling Inconsistencies -- Generating the SAP Readiness Check 2.0 -- Tool 2: Process Discovery (Formerly Known as SAP Business Scenario Recommendations) -- An Overview of the Custom Code Analysis -- Custom Code Analysis and Adoption -- How Custom Code Analysis Is Performed -- Tools for Custom Code Analysis -- Tool for Identifying Unused Custom Code: SCMON -- Extended Program Check-SLIN -- Code Inspector -SCI -- Maintain System Group Information -- Custom Code Adaptation -- Conclusions -- Chapter 3: An Overview of SAP ECC System Conversion -- Overview of the Conversion Process -- The Preparation Phase -- 1. …”
    Libro electrónico
  15. 635
    Publicado 2018
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Dedication -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Chapter 1: Downloading and Installing Unity -- Game engine overview -- Game engines for specific game genres -- First-person shooters (FPS) -- Third-person games -- Other game genres -- Available 3D game engines -- CryENGINE -- Lumberyard -- Microsoft's XNA Game Studio -- Unreal game engine -- Unity - past, present, and future -- Version 1.0 - 2005 -- Version 2.0 - 2007 -- Version 3.0 - 2010 -- Version 4.0 - 2012 -- Version 5.0 - 2015 -- Version 2017 - 2017 -- Version 2018 - 2018 -- The case for Unity -- Unity features -- Editor -- Graphics -- Unity community -- System requirements -- Development system requirements -- Playback system requirements -- Downloading Unity -- Installing Unity -- Summary -- Chapter 2: The Unity Interface -- Screen real estate -- Menu -- Unity -- File -- Edit -- Assets -- GameObject -- Component -- Window -- Help -- Scene view -- Game view -- Project window -- Hierarchy window -- Inspector window -- Toolbar -- Transform tools -- Gizmo Toggles -- Cloud and Account Buttons -- Layers and Layouts -- Layouts -- Summary -- Chapter 3: Designing the Game -- Game concept -- Game idea -- Input controls -- Winning and losing -- Game characters -- Cucumber Man -- Cucumber Beetle -- Gameplay -- Game world layout -- Starting condition -- Point system -- Heads-Up Display -- The difficulty balance -- Difficulty balance questions -- Implementation plan -- Project organization -- Custom assets -- Standard assets -- Organization -- Summary -- Chapter 4: Creating Our Terrain -- Creating the terrain -- Working with height maps -- Importing the terrain -- Shaping the terrain -- Smoothing our terrain -- Creating our spawn points -- Painting the terrain -- Adding water -- Saving your work -- Adding vegetation -- Summary…”
    Libro electrónico
  16. 636
    Publicado 2022
    Tabla de Contenidos: “…3 Deploying and operating in AWS global infrastructure -- 3.1 Hosting IT infrastructure on AWS -- 3.2 Deploying and operating in AWS -- 3.2.1 Interacting with the AWS Cloud -- 3.2.2 Deploying in the AWS Cloud -- 3.2.3 Connectivity options in the AWS Cloud -- 3.2.4 Section quiz -- 3.3 AWS global infrastructure -- 3.3.1 Regions -- 3.3.2 Availability Zones -- 3.3.3 Edge Locations -- 3.3.4 Section quiz -- Summary -- Chapter quiz answers -- 4 Core AWS services -- 4.1 Compute services -- 4.1.1 Amazon Elastic Compute Cloud -- 4.1.2 AWS Elastic Beanstalk -- 4.1.3 Elastic Load Balancing -- 4.1.4 AWS Lambda -- 4.1.5 Amazon Elastic Container Service -- 4.1.6 Section quiz -- 4.2 Storage services -- 4.2.1 Amazon Simple Storage Service -- 4.2.2 Amazon Elastic Block Store -- 4.2.3 AWS Snowball -- 4.2.4 AWS Storage Gateway -- 4.2.5 Amazon Elastic File System -- 4.2.6 Section quiz -- 4.3 Database services -- 4.3.1 Amazon Relational Database Service -- 4.3.2 Amazon DynamoDB -- 4.3.3 Amazon Redshift -- 4.3.4 Section quiz -- 4.4 Networking and content delivery services -- 4.4.1 Amazon Route 53 -- 4.4.2 Section quiz -- 4.5 Management tools -- 4.5.1 AWS CloudFormation -- 4.5.2 AWS CloudTrail -- 4.5.3 Amazon CloudWatch -- 4.5.4 AWS Config -- 4.5.5 AWS Trusted Advisor -- 4.5.6 Section quiz -- Summary -- Chapter quiz answers -- 5 Security and compliance -- 5.1 Security and compliance concepts -- 5.1.1 Shared responsibility model -- 5.1.2 A Well-Architected Framework -- 5.1.3 Principle of least privilege -- 5.1.4 Section quiz -- 5.2 Security services -- 5.2.1 AWS Identity and Access Management -- 5.2.2 AWS Web Application Firewall -- 5.2.3 AWS Shield -- 5.2.4 Amazon Inspector -- 5.2.5 AWS Trusted Advisor -- 5.2.6 Amazon GuardDuty -- 5.2.7 Section quiz -- Summary -- Chapter quiz answers -- 6 Billing and pricing -- 6.1 AWS billing and pricing concepts…”
    Libro electrónico
  17. 637
    por Hernández, Pedro Pablo
    Publicado 2018
    Tabla de Contenidos:
    Libro electrónico
  18. 638
    Publicado 2022
    Tabla de Contenidos: “…-- 1.1.1 Unity's strengths and advantages -- 1.1.2 Downsides to be aware of -- 1.1.3 Example games built with Unity -- 1.2 How to use Unity -- 1.2.1 Scene view, Game view, and the Toolbar -- 1.2.2 The mouse and keyboard -- 1.2.3 The Hierarchy view and the Inspector panel -- 1.2.4 The Project and Console tabs -- 1.3 Getting up and running with Unity programming -- 1.3.1 Running code in Unity: Script components -- 1.3.2 Using Visual Studio, the included IDE -- 1.3.3 Printing to the console: Hello World! …”
    Libro electrónico
  19. 639
    Publicado 2003
    Tabla de Contenidos: “…Advanced reporting options -- 11.1 Data transformations and the report database -- 11.1.1 Sessionization -- 11.1.2 Categorization -- 11.1.3 Aggregates -- 11.1.4 Using sessionization, categories, and aggregates -- 11.2 Customizing filters -- 11.2.1 Define a filter -- 11.2.2 Add a filter in project definition -- 11.3 Using Tivoli Web Site Analyzer interactive tools -- 11.3.1 Page Inspector -- 11.3.2 Path analysis -- 11.3.3 Personalization Topic ranking -- Chapter 12. …”
    Libro electrónico
  20. 640
    Publicado 2018
    Tabla de Contenidos: “…-- Evolution of Oracle's API offering -- Platform architecture -- Components description -- Management portal -- APIs page -- The API implementation page -- The implementation section -- The deployment section -- The publication section -- The grants section -- Registration section -- The analytics section -- Applications page -- The settings section -- Grants section -- The gateways page -- Settings section -- Properties section -- Nodes section -- Deployments section -- Grants section -- The analytics section -- The services page -- The settings section -- The grants section -- Service accounts page -- The settings section -- The grants section -- The roles page -- Users and groups -- Platform settings page -- General settings section -- Developer portal settings section -- Development portal -- The API page -- The API documentation section -- API subscription -- My applications page -- The overview section -- Subscribed APIs section -- The grants section -- The analytics section -- Management service REST APIs -- API plans -- Apiary -- The Apiary account -- Apiary views -- Apiary personal view -- Apiary editor -- Inspector -- Documentation -- Testing with Apiary -- Apiary settings -- People -- Apiary team view -- APIs -- Styles -- People -- Settings -- Billing -- Account settings -- Summary -- Chapter 2: Use Case -- Scenario -- Use case opportunities -- IT landscape -- Financial processes -- Recorded material and related assets -- Contracts -- Identities -- Audit trail -- Logical data view -- API requirements in detail -- Product -- Product for partners -- Product for composers and artists -- Product availability…”
    Libro electrónico