Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- TFM 2,694
- Gestió de projectes 1,302
- Empreses 1,057
- Universidad Pontificia de Salamanca (España) 987
- Direcció i administració 882
- Planificació estratègica 792
- Development 785
- TFMP 721
- Application software 720
- Engineering & Applied Sciences 583
- Planificació 566
- Management 423
- Computer programs 420
- Computer Science 404
- Computer networks 359
- Examinations 350
- Data processing 338
- Python (Computer program language) 328
- Computer programming 304
- Arquitectura 298
- Edificis 297
- Sistemes d'informació per a la gestió 294
- Design 281
- History 277
- Indústria i comerç 274
- Comerç electrònic 273
- Cloud computing 269
- Certification 266
- Photography 262
- Operating systems (Computers) 259
-
17801Publicado 2022Tabla de Contenidos: “…GCP artificial intelligence services -- Google Vertex AI -- Google Cloud ML APIs -- Summary -- Further reading -- Chapter 2: Mastering Python Programming -- Technical requirements -- The basics of Python -- Basic Python variables and operations -- Basic Python data structure -- Python conditions and loops -- Python functions -- Opening and closing files in Python -- An interesting problem -- Python data libraries and packages -- NumPy -- Pandas -- Matplotlib -- Seaborn -- Summary -- Further reading -- Part 2: Introducing Machine Learning -- Chapter 3: Preparing for ML Development…”
Libro electrónico -
17802por Dietzen, AaronTabla de Contenidos: “…Copies and arrays -- Radial arrays -- Deforming geometry -- Diving deep into Follow Me -- Follow Me and groups -- Turning shapes with Follow Me -- Summary -- Chapter 2: Organizing Your 3D Model -- Technical requirements -- Mastering Groups and Components -- Starting with Groups -- Groups versus Components -- Nesting Groups and Components -- Getting more out of tags -- Understanding the Outliner -- Using scenes for more than appearances -- Removing model excess -- Optimizing geometry -- Optimizing materials -- Extra Components, styles, and materials -- Using visibility commands…”
Publicado 2022
Libro electrónico -
17803Publicado 2022Tabla de Contenidos: “…-- Configuration Management Versus Provisioning -- Mutable Infrastructure Versus Immutable Infrastructure -- Procedural Language Versus Declarative Language -- General-Purpose Language Versus Domain-Specific Language -- Master Versus Masterless -- Agent Versus Agentless -- Paid Versus Free Offering -- Large Community Versus Small Community -- Mature Versus Cutting Edge…”
Libro electrónico -
17804por Medeiros, Kate deTabla de Contenidos: “…; Facts, Descriptions, Reports, Accounts, and Cases; Truth, Accuracy, and Memory; Memory and Imagination; Summary; Suggested Further Reading; Chapter 7: Power, Positioning, and Ethical Considerations in Narrative Research; Language as Power; Group Categories and Power; Master Narratives…”
Publicado 2014
Libro electrónico -
17805por Ehlers, Ulf-DanielTabla de Contenidos: “…The "University of The Future" Of the Philippines: The Case of University Of The Philippines Open University's Master Of Public Management Program -- 20. Using Real-World Problems and Project-Based Learning for Future Skill Development: An Approach To Connect Higher Education Students And Society Through User-Centered Design -- 21. …”
Publicado 2024
Libro electrónico -
17806Publicado 1991Tabla de Contenidos: “…A doll's house ; The wild duck ; Hedda Gabler ; The master builder / Henrik Ibsen. - XII, 597 p.…”
Biblioteca del Instituto Superior de Teología de las Islas Canarias (Otras Fuentes: Biblioteca de la Universidad de Navarra)Libro -
17807por Czinkota, Michael R.Tabla de Contenidos: “…Czinkota and Gary Knight -- Taking a calmer view: the financial sector's prospects in the wake of crisis may be better than you think / Klaus-Peter Gushurst, Ivan de Souza, and Vanessa Wallace -- Evolution on the global stage: their raw potential is clear, but Chinese companies will have to master the imperatives of "soft power" to reach the next level of international growth / Edward Tse, Andrew Cainey, and Ronald Haddock -- Going from global trends to corporate strategy: will your business catch them before they catch it? …”
Publicado 2010
Libro -
17808por Gato Gutiérrez, FelipeTabla de Contenidos: “…11.14-3 - lUCES DE EMErgENCIACoNTrolES Y prUEBAS DEl SISTEMA DE lUCES DE EMErgENCIA; IlUMINACIóN DE pASIlloS Y SENDAS DE ESCApE; IlUMINACIóN DE lAS zoNAS DE rAMpAS DE EVACUACIóN; IlUMINACIóN DE SEñAlES Y AVISoS DE SAlIDA; IlUMINACIóN DE lAS MASTEr CAUTIoN Y MASTEr; 11.15 - OXIGENO; 11.15-0 - gENErAlIDADES; 72 11.15-1 - DESCrIpCIóN DEl SISTEMA; SISTEMA DE oxÍgENo EN lA CABINA DE VUElo; SISTEMA DE oxÍgENo EN lA CABINA DE pASAjEroS; SISTEMA DE oxÍgENo porTÁTIl; 11.15-2 - FUENTES DE SUMINISTro, AlMACENAMIENTo, CArgA Y DISTrIBUCIóN; FUENTES DE SUMINISTro DE oxÍgENo EN BoTEllAS…”
Publicado 2012
Biblioteca Universitat Ramon Llull (Otras Fuentes: Biblioteca de la Universidad Pontificia de Salamanca, Universidad Loyola - Universidad Loyola Granada)Libro electrónico -
17809por McCormack, Joseph, 1965-Tabla de Contenidos: “…CHAPTER SEVENTEEN Help Wanted: Master of Brevity Not the time for anxious rambling Let others lead the conversation Talking your way out of a job offer Long story, short. …”
Publicado 2014
Libro electrónico -
17810Publicado 2017Tabla de Contenidos: “…Chapter 4: Understanding the Spark Programming Model -- Hello Spark -- Prerequisites -- Common RDD transformations -- Map -- Filter -- flatMap -- mapToPair -- flatMapToPair -- union -- Intersection -- Distinct -- Cartesian -- groupByKey -- reduceByKey -- sortByKey -- Join -- CoGroup -- Common RDD actions -- isEmpty -- collect -- collectAsMap -- count -- countByKey -- countByValue -- Max -- Min -- First -- Take -- takeOrdered -- takeSample -- top -- reduce -- Fold -- aggregate -- forEach -- saveAsTextFile -- saveAsObjectFile -- RDD persistence and cache -- Summary -- Chapter 5: Working with Data and Storage -- Interaction with external storage systems -- Interaction with local filesystem -- Interaction with Amazon S3 -- Interaction with HDFS -- Interaction with Cassandra -- Working with different data formats -- Plain and specially formatted text -- Working with CSV data -- Working with JSON data -- Working with XML Data -- References -- Summary -- Chapter 6: Spark on Cluster -- Spark application in distributed-mode -- Driver program -- Executor program -- Cluster managers -- Spark standalone -- Installation of Spark standalone cluster -- Start master -- Start slave -- Stop master and slaves -- Deploying applications on Spark standalone cluster -- Client mode -- Cluster mode -- Useful job configurations -- Useful cluster level configurations (Spark standalone) -- Yet Another Resource Negotiator (YARN) -- YARN client -- YARN cluster -- Useful job configuration -- Summary -- Chapter 7: Spark Programming Model - Advanced -- RDD partitioning -- Repartitioning -- How Spark calculates the partition count for transformations with shuffling (wide transformations ) -- Partitioner -- Hash Partitioner -- Range Partitioner -- Custom Partitioner -- Advanced transformations -- mapPartitions -- mapPartitionsWithIndex -- mapPartitionsToPair -- mapValues…”
Libro electrónico -
17811Publicado 2004Tabla de Contenidos: “…ICSF support for CPACF, PCIXCC, and PCICA -- 5.1 CP Assist for Cryptographic Functions (CPACF) feature -- 5.2 LPAR setup -- 5.2.1 Planning considerations -- 5.2.2 The image profile processor page -- 5.2.3 The PCI Crypto page -- 5.2.4 Viewing LPAR Cryptographic Controls -- 5.3 PCIXCC and PCICA feature installation -- 5.3.1 PCIXCC and PCICA enablement -- 5.3.2 Configuring and monitoring the status of PCIXCC and PCICA -- 5.3.3 Security issues with the PCI Cryptographic cards -- 5.4 Integrated Cryptographic Services Facility (ICSF) setup -- 5.4.1 Changes from previous release -- 5.4.2 Started task and the first time start -- 5.4.3 Master Keys -- 5.4.4 Initial Master Key entry with the pass phrase initialization utility -- 5.4.5 Installation of a new PCIXCC or PCICA card -- 5.4.6 PKDS initialization -- Chapter 6. …”
Libro electrónico -
17812Publicado 2023Tabla de Contenidos: “…API Tests from the Trenches -- API Test Examples -- Mixed API/GUI Scenarios -- Chapter 13: Gherkin and Behavior Driven Development -- Behavior Driven Development -- Applying BDD for COTS Integration Projects -- Gherkin Without BDD: Pros and Cons -- Gherkin Language: Readability Above All, If Possible -- Scenario Readability -- Some Good and Bad Examples -- Example 1 -- Example 2 -- Example 3 -- Chapter 14: JIRA with Boozang via XRay -- Using JIRA with XRay -- Xray for Test Automation -- Boozang Integration with XRay -- Importing Features Files -- Pushing Test Results Back to XRay -- Chapter 15: Jenkins and the Boozang Runner -- Continuous Delivery and the Need for Automating Acceptance Tests -- Puppeteer and the Boozang Runner -- How to Use the Docker Runner -- Keeping Execution Time Low with Parallel Runs -- Parallel Execution and Workers Setup -- Boozang Workers Concepts -- Boozang Workers Setup in the Jenkins Pipeline -- Launching the Workers -- Launching the Master -- Reports and Log Files -- Execution Reports -- Log Files and the Log Formatter -- Root Cause Analysis Report -- Publishing Reports on Jenkins and JIRA -- Cucumber Reports -- HTML Reports -- JIRA Reports -- Complete Working Pipeline -- Test Users Setup -- Set Variables -- Define Job Parameters -- Set Build Information -- Execute Smoke Tests -- Launch Boozang Workers and Master -- Aggregate JSON Reports and Log Files -- Download and Execute RCA Script -- Publish Cucumber Reports -- Get Currently Deployed Version -- Import Results into XRay -- HTML Publisher -- Docker in Docker Setup -- Chapter 16: Boozang for Teams -- Team Collaboration -- Explicit Lock -- Concurrent Development and Safe Refactoring with Branches -- Working with Branches -- Using a Feature Branch Approach -- Branch Naming Convention -- Adding a Develop Branch -- Merging Process -- Tests Map -- Quality Control…”
Libro electrónico -
17813
-
17814Publicado 2021“…El texto también puede servir de apoyo a las asignaturas genéricas de estudios de posgrado tales como el máster universitario en Profesorado de Educación Secundaria Obligatoria y Bachillerato, Formación Profesional y Enseñanza de Idiomas. …”
Libro -
17815por Frew, Elspeth
Publicado 2011Universidad Loyola - Universidad Loyola Granada (Otras Fuentes: Biblioteca de la Universidad Pontificia de Salamanca)Enlace del recurso
Libro electrónico -
17816
-
17817
-
17818
-
17819
-
17820