Mostrando 29,341 - 29,360 Resultados de 33,117 Para Buscar '"Global"', tiempo de consulta: 0.21s Limitar resultados
  1. 29341
    Publicado 2015
    Tabla de Contenidos:
    Libro electrónico
  2. 29342
    por MacCharles, Alan
    Publicado 2024
    “…Alan MacCharles, partner at Deloitte Consulting and Mark Schaub, senior partner at King & Wood Mallesons, the largest global law firm in Asia. Alan and Mark are both active commentators on joint venturing, geopolitics and industry-specific topics who have been cited or published in the Financial Times, NY Times, BBC, Bloomberg, and other media outlets. …”
    Libro electrónico
  3. 29343
    Publicado 2003
    “…Additionally covered are topics such as Global Parallel File System (GPFS) and High Availability/Cluster Multi-Processing (HACMP). …”
    Libro electrónico
  4. 29344
    Publicado 2018
    Tabla de Contenidos: “…-- Autoscaling and autohealing -- Capital expenditure (CAPEX) versus operating expenses (OPEX) -- Career implications -- Summary -- Chapter 2: Introduction to Google Cloud Platform -- Global, regional, and zonal resources -- Accessing the Google Cloud Platform -- Projects and billing -- Setting up a GCP account -- Using the Cloud Shell -- Summary -- Chapter 3: Compute Choices - VMs and the Google Compute Engine -- Google Compute Engine - GCE -- Creating VMs -- Creating a VM instance using the web console -- Creating a VM instance using the command line -- VM customization options -- Operating system -- Compute zone -- Machine type -- Networks - aka VPCs -- Storage options -- Persistent disks and local SSDs - block storage for GCE -- Understanding persistent disks and local SSDs -- Creating and attaching a persistent disk -- Linux procedure for formatting and mounting a persistent disk -- Sharing a persistent disk between multiple instances -- Resizing a persistent disk -- More on working with GCE VMs -- Rightsizing recommendations -- Availability policies -- Auto-restart -- Preemptibillity -- Load balancing -- Autoscaling and managed instance groups -- Billing -- Labels and tags -- Startup scripts -- Snapshots and images -- How to snapshot a disk -- How to create an image of a disk -- Cloud launcher -- Deploying LAMP stack using GCE -- Modifying GCE VMs -- Summary -- Chapter 4: GKE, App Engine, and Cloud Functions -- GKE -- Contrasting containers and VMs -- What is a container? …”
    Libro electrónico
  5. 29345
    Publicado 2017
    Tabla de Contenidos: “…-- Popular sites that use Ruby -- Installing Ruby on a computer -- Ruby language dashboard -- Installing different Ruby versions with RVM -- Summary -- Chapter 2: Ruby Variables -- Using variables in Ruby -- Variable code implementation -- Printing to the Ruby console -- Using puts -- Using p -- Getting input from the Ruby console using gets and chomp -- Code implementation -- Variable scope and variable types -- Local variables -- Global variables -- Instance variables -- Constants -- Class variables -- Summary -- Chapter 3: Ruby Strings -- Using strings in Ruby -- Missing quotation marks -- Printing strings -- Storing strings in variables -- String interpolation guide for Ruby -- What is string interpolation? …”
    Libro electrónico
  6. 29346
    Publicado 2017
    Tabla de Contenidos: “…Chapter 3: Input Formats and Schema -- A structured life is a good life -- GDELT dimensional modeling -- GDELT model -- First look at the data -- Core global knowledge graph model -- Hidden complexity -- Denormalized models -- Challenges with flattened data -- Issue 1 - Loss of contextual information -- Issue 2: Re-establishing dimensions -- Issue 3: Including reference data -- Loading your data -- Schema agility -- Reality check -- GKG ELT -- Position matters -- Avro -- Spark-Avro method -- Pedagogical method -- When to perform Avro transformation -- Parquet -- Summary -- Chapter 4: Exploratory Data Analysis -- The problem, principles and planning -- Understanding the EDA problem -- Design principles -- General plan of exploration -- Preparation -- Introducing mask based data profiling -- Introducing character class masks -- Building a mask based profiler -- Setting up Apache Zeppelin -- Constructing a reusable notebook -- Exploring GDELT -- GDELT GKG datasets -- The files -- Special collections -- Reference data -- Exploring the GKG v2.1 -- The Translingual files -- A configurable GCAM time series EDA -- Plot.ly charting on Apache Zeppelin -- Exploring translation sourced GCAM sentiment with plot.ly -- Concluding remarks -- A configurable GCAM Spatio-Temporal EDA -- Introducing GeoGCAM -- Does our spatial pivot work? …”
    Libro electrónico
  7. 29347
    Publicado 2016
    Tabla de Contenidos: “…Handling the upload -- Serving the images -- The Avatar implementation for local files -- Supporting different file types -- Refactoring and optimizing our code -- Replacing concrete types with interfaces -- Changing interfaces in a test-driven way -- Fixing the existing implementations -- Global variables versus fields -- Implementing our new design -- Tidying up and testing -- Combining all three implementations -- Summary -- Chapter 4: Command-Line Tools to Find Domain Names -- Pipe design for command-line tools -- Five simple programs -- Sprinkle -- Domainify -- Coolify -- Synonyms -- Using environment variables for configuration -- Consuming a web API -- Getting domain suggestions -- Available -- Composing all five programs -- One program to rule them all -- Summary -- Chapter 5: Building Distributed Systems and Working with Flexible Data -- The system design -- The database design -- Installing the environment -- Introducing NSQ -- NSQ driver for Go -- Introducing MongoDB -- MongoDB driver for Go -- Starting the environment -- Reading votes from Twitter -- Authorization with Twitter -- Extracting the connection -- Reading environment variables -- Reading from MongoDB -- Reading from Twitter -- Signal channels -- Publishing to NSQ -- Gracefully starting and stopping programs -- Testing -- Counting votes -- Connecting to the database -- Consuming messages in NSQ -- Keeping the database updated -- Responding to Ctrl + C -- Running our solution -- Summary -- Chapter 6: Exposing Data and Functionality through a RESTful Data Web Service API -- RESTful API design -- Sharing data between handlers -- Context keys -- Wrapping handler functions -- API keys -- Cross-origin resource sharing -- Injecting dependencies -- Responding -- Understanding the request -- Serving our API with one function -- Using handler function wrappers -- Handling endpoints…”
    Libro electrónico
  8. 29348
    Publicado 2017
    Tabla de Contenidos: “…. -- Using package-level global variables -- Getting ready -- How to do it... -- How it works... -- Catching panics for long running processes -- Getting ready -- How to do it... -- How it works... -- Chapter 5: All about Databases and Storage -- Introduction -- The database/sql package with MySQL -- Getting ready -- How to do it... -- How it works... -- Executing a database transaction interface -- Getting ready -- How to do it... -- How it works... -- Connection pooling, rate limiting, and timeouts for SQL -- Getting ready -- How to do it... -- How it works... -- Working with Redis -- Getting ready -- How to do it... -- How it works... -- Using NoSQL with MongoDB and mgo -- Getting ready -- How to do it... -- How it works... -- Creating storage interfaces for data portability -- Getting ready -- How to do it... -- How it works... -- Chapter 6: Web Clients and APIs -- Introduction -- Initializing, storing, and passing http.Client structs -- Getting ready…”
    Libro electrónico
  9. 29349
    Publicado 2017
    Tabla de Contenidos: “…. -- Chapter 10: Production Planning and Performance Tuning for Ceph -- Introduction -- The dynamics of capacity, performance, and cost -- Choosing hardware and software components for Ceph -- Processor -- Memory -- Network -- Disk -- Partitioning the Ceph OSD journal -- Partitioning Ceph OSD data -- Operating system -- OSD filesystem -- Ceph recommendations and performance tuning -- Tuning global clusters -- Tuning Monitor -- OSD tuning -- OSD general settings -- OSD journal settings -- OSD filestore settings -- OSD recovery settings -- OSD backfilling settings -- OSD scrubbing settings -- Tuning the client -- Tuning the operating system -- Tuning the network -- Sample tuning profile for OSD nodes -- How to do it... -- Ceph erasure-coding -- Erasure code plugin -- Creating an erasure-coded pool -- How to do it... -- Ceph cache tiering -- Writeback mode -- Read-only mode -- Creating a pool for cache tiering -- How to do it... -- See also -- Creating a cache tier -- How to do it... -- Configuring a cache tier -- How to do it... -- Testing a cache tier -- How to do it... -- Cache tiering - possible dangers in production environments -- Known good workloads -- Known bad workloads -- Chapter 11: The Virtual Storage Manager for Ceph -- Introductionc…”
    Libro electrónico
  10. 29350
    por James, Jim
    Publicado 2024
    Tabla de Contenidos: “…-- PR Is Not Only for Big Businesses -- Chapter Five: The One Million Media Address Book -- How Prowly Gets You Noticed -- Personalisation at Scale and Soon-to-Be Media Monitoring with Prowly -- Chapter Six: Prospecting on LinkedIn -- The Goal of Waalaxy -- How Waalaxy Works -- Setting up a Campaign -- Scope of Work -- The Impact of Waalaxy -- Chapter Seven: Website Personalisation at Scale -- What Unless Has to Offer -- Why Empathy Matters -- Unless' Global Reach and Cost -- Chapter Eight: Auto-Signature to Trust -- Newoldstamp's Useful Features -- Why Newoldstamp Is Special -- No Need to Worry About Your Online Safety and Security -- Newoldstamp Is for Companies of All Sizes -- Chapter Nine: Inbound Marketing for Sales -- Why You Should Focus on Your Inbound Marketing More Than Ads -- Finding the Best Content for Your Brand -- How to Get Customers Through the Sales Funnel -- Chapter Ten: Personal Service Earns Praise -- ReMark's Service Offering -- How ReMark Ensures Long-Term Success at an Affordable Price -- Chapter Eleven: Case: A Virtual Village for Parents -- What Is Parentune All About? …”
    Libro electrónico
  11. 29351
    por Manoel, Edson
    Publicado 2005
    Tabla de Contenidos: “…6.3 Configuring automation policies for IBM DB2 -- 6.3.1 Identify required IBM DB2 messages -- 6.3.2 Create scenario automation policy database -- 6.3.3 Populate the scenario policy database -- 6.3.4 Define policies for monitoring IBM DB2 application tasks -- 6.3.5 Import customized scenario policy database into production -- 6.3.6 Create application group and define group membership -- 6.3.7 Verify Relationships in the automation policy -- 6.4 End-to-end Automation Adapter configuration -- 6.4.1 Check prerequisites and dependencies -- 6.4.2 Configure NetView and IBM Tivoli System Automation for z/OS -- 6.4.3 Enabling the Event Automation Service -- 6.4.4 Configure the Global Initialization File -- 6.4.5 Configure the NetView Message Adapter Service -- 6.4.6 Customize the End-to-end Automation Adapter -- 6.4.7 Perform configuration for security -- 6.4.8 Verify startup of the Automation Adapter -- 6.4.9 Solve timeout problems -- Chapter 7. …”
    Libro electrónico
  12. 29352
    Publicado 2004
    Tabla de Contenidos: “…Scenario 1: Working with an existing WebSphere cell -- 2.1 ETCELL layout -- 2.2 Creating a network deployment cell -- 2.2.1 Configuring a security domain -- 2.2.2 Creating a base server -- 2.2.3 Configuring the deployment manager node -- 2.2.4 Federating the base server node -- 2.2.5 Creating a base server on a second node -- 2.2.6 Federating the base server from the second node -- 2.2.7 Enabling global security -- 2.3 Installing the WebSphere Business Integration Server Foundation V5.1 for z/OS components -- 2.3.1 Starting the BBOWSTRT program -- 2.3.2 Installation overview -- 2.3.3 Configuring the deployment manager -- 2.3.4 Configuring the ETSR01A server -- 2.3.5 Using the Business Process Container Install Wizard -- 2.3.6 Deployment Manager and JDBC driver -- 2.3.7 Cluster servers with the Business Process Container -- 2.4 Resolving security CBS390 CLASS(APPL) problems -- 2.4.1 Understanding the problem -- 2.4.2 Resolving the problem -- 2.5 WebSphere MQ security -- 2.5.1 Administration -- 2.5.2 Commands -- 2.5.3 Connection -- 2.5.4 Queues -- Chapter 3. …”
    Libro electrónico
  13. 29353
    Publicado 2013
    Tabla de Contenidos: “…Synchronize EMCLI with the OMS -- Download the Installer to the Target Host -- Edit the agent.properties File -- Install the Agent -- Installing Agents Using the Agent Cloning Wizard -- Prerequisites -- Installation Using the Agent Cloning Wizard -- Installing Agents Using the Manual Cloning Procedure -- Prerequisites -- Installation Using the Manual Cloning Procedure -- Installing Shared Oracle Home Agents Using the Wizard -- Prerequisites -- Installing the Shared Oracle Home Agent Using the Wizard -- Installing Shared Oracle Home Agents Using AgentNFS.pl -- Prerequisites -- Installing the Shared Oracle Home Agent Using AgentNFS.pl -- Agent Configuration Issues -- Firewall Issues -- Agent Issues -- Summary -- Chapter 6: Cloud Control Console Configuration -- Selecting the Home Page -- Global Menu Items -- The Enterprise Menu -- The Targets Menu -- The Favorites Menu -- The History Menu -- The Setup Menu -- The Help Menu -- The "User" Menu -- Notification Requirements -- Define Notification Methods -- Mail Server -- Other Notification Methods -- Define an E-mail Address for User -- Set Notification Schedules -- Defining Notification Schedules -- Summary -- Chapter 7: Cloud Control Security and User Management -- Administrators -- Administrator -- Repository Owner -- Creating Administrators -- Roles -- Credentials -- Named Credentials -- Preferred Credentials -- Monitoring Credentials -- Privilege Delegation -- Registration Passwords -- Audit Data -- Securing Cloud Control Data Transfer -- EM Framework Security -- Summary -- Chapter 8: Cloud Control Maintenance and Tuning -- Maintaining Cloud Control -- Operational Maintenance -- Physical Maintenance -- Cloud Control Tuning -- Sizing Guidelines -- OMS and OMR System Errors -- Target Metric Collection Errors -- Targets with Down Status -- Critical and Warning Events -- OMR Database Alert Log Errors…”
    Libro electrónico
  14. 29354
    Publicado 2022
    Tabla de Contenidos: “…. -- See also -- Local and global variables -- Getting ready -- How to do it... -- How it works... -- See also -- Working with returns from a function -- Getting ready -- How to do it... -- How it works... -- See also -- Loading an external function to a shell script -- Getting ready -- How to do it... -- How it works... -- See also -- Implementing commonly used procedures via functions -- Getting ready -- How to do it... -- How it works... -- See also -- Chapter 13: Using Arrays -- Technical requirements -- Basic array manipulation -- Getting ready -- How to do it... -- How it works... -- See also -- Advanced array manipulation -- Getting ready -- How to do it... -- How it works... -- See also -- Chapter 14: Interacting with Shell Scripts -- Technical requirements -- Creating text-based interactive scripts -- Getting ready -- How to do it... -- How it works... -- See also -- Using expect to automate repetitive tasks based on text output -- Getting ready -- How to do it... -- How it works... -- See also -- Using dialog for menu-driven interactive scripts -- Getting ready -- How to do it... -- How it works... -- See also -- Chapter 15: Troubleshooting Shell Scripts -- Technical requirements -- Common scripting mistakes -- Getting ready -- How to do it... -- How it works... -- See also... -- Simple debugging approach - echoing values during script execution -- Getting ready -- How to do it... -- How it works... -- See also…”
    Libro electrónico
  15. 29355
    Publicado 2017
    Tabla de Contenidos: “…Stubs -- Mocks -- Headless testing with Nightmare and Puppeteer -- Nightmare -- Puppeteer -- Testing the terrain -- Testing processes, memory, and CPU -- Profiling processes -- Dumping the heap -- Connecting Node to Chrome DevTools -- CPU profiling -- Live debugging -- Summary -- Appendix A: Organizing Your Work into Modules -- How to load and use modules -- The module object -- Modules, exports, and module.exports -- Modules and caching -- How Node handles module paths -- Creating a package file -- Easy init -- Adding scripts to package.json -- npm as a build system using custom scripts -- Registering package dependencies -- Publishing and managing NPM packages -- Global installs and binaries -- Other repositories -- Lockfiles -- Appendix B: Creating Your Own C++ Add-ons -- Hello World -- A calculator -- Using NAN -- Hello, nan -- Asynchronous add-ons -- Closing thoughts -- Links and resources -- Index…”
    Libro electrónico
  16. 29356
    Publicado 2011
    Tabla de Contenidos: “…18 Managing Project Files -- Saving and Protecting Project Files -- Creating and Using Project Templates -- Creating a New Project Template -- Working with the Organizer and the Global File -- Consultants' Tips -- 19 Formatting Views -- Sorting the Tasks or Resources in a View -- Formatting Text Styles for Categories of Tasks and Resources -- Formatting Font for Selected Text -- Formatting Gridlines -- Using the Outline Options -- Formatting Timescales -- Using Page Breaks -- Formatting the Gantt Chart Views -- Formatting the Calendar View -- Formatting the Network Diagram View -- Formatting the Task Form and Resource Form Views -- Formatting the Resource Graph View -- Formatting the Resource Usage View -- Formatting the Task Usage View -- Formatting the Task Sheet and Resource Sheet Views -- Consultants' Tips -- 20 Creating and Customizing the Basic Reports -- Understanding the Basic Reports -- Customizing Reports -- Creating Reports -- Using the Common Customization Controls -- Customizing Specific Report Types -- Saving and Sharing Custom Reports -- Consultants' Tips -- 21 Creating and Customizing Visual Reports -- Understanding OLAP Cubes for Visual Reports -- Understanding Excel and Visio in Relation to Project -- Reporting Capabilities -- Sharing and Saving Visual Reports -- Consultants' Tips -- 22 Customizing Views, Tables, Filters, Groups, and Fields -- Creating and Customizing Tables -- Creating and Customizing Views -- Printing Views -- Creating and Customizing Filters -- Creating Custom Groups -- Creating and Customizing Fields -- Organizing Views and Other Custom Elements in Project Files -- Consultants' Tips -- 23 Customizing Toolbars, Menus, and Forms -- Customizing the Ribbon -- Customizing the Quick Access Toolbar -- Customizing the Status Bar -- Consultants' Tips -- V: Microsoft Office Project 2010 Knowledge In Depth…”
    Libro electrónico
  17. 29357
    por Onigbode, Yemi
    Publicado 2011
    “…Take the hard work out of your daily interactions with Oracle E-Business Suite 12 Financials with this book and eBook Delivers practical solutions that can be easily applied in functional EBS environments A step-by-step tour through the EBS R12 Financials core modules in this book and eBook Demonstrates the functional integration points between the EBS R12 Financial modules In Detail Oracle EBS Financials Suite is a solution that provides out-of-the-box features to meet global financial reporting and tax requirements with one accounting, tax, banking, and payments model and makes it easy to operate shared services across businesses and regions. …”
    Libro electrónico
  18. 29358
    por Pindyck, Robert S.
    Publicado 2018
    Libro electrónico
  19. 29359
    Publicado 2022
    Tabla de Contenidos: “…-- Learning to avoid fakes -- Submitting forms using spies -- Untangling AAA -- Making a reusable spy function -- Using a matcher to simplify spy expectations -- Spying on the fetch API -- Replacing global functions with spies -- Test-driving fetch argument values -- Reworking existing tests with the side-by-side implementation -- Improving spy expectations with helper functions -- Stubbing fetch responses -- Upgrading spies to stubs -- Acting on the fetch response -- Displaying errors to the user -- Grouping stub scenarios in nested describe contexts -- Migrating to Jest's built-in test double support -- Using Jest to spy and stub -- Migrating the test suite to use Jest's test double support -- Extracting fetch test functionality -- Summary -- Exercises -- Further reading -- Chapter 7: Testing useEffect and Mocking Components -- Technical requirements -- Mocking child components -- How to mock components, and why? …”
    Libro electrónico
  20. 29360
    por Bevilacqua, Carmelina
    Publicado 2023
    Tabla de Contenidos: “…5 Findings: Detecting Context Vulnerabilities and Leverage Resilience-Based Planning Processes -- 5.1 Detecting Local Context Vulnerabilities -- 5.2 For a Resilience-Based Planning Approach: Assessing Local Context Resilience Through the Rapid Resilience Review Toolkit -- 5.3 Vulnerabilities, Resilience, and On-Going Urban Development Strategies -- 6 Discussion: The Potential of the Integrated Approach to Address City's Vulnerabilities -- 7 Conclusions -- References -- Transformative Urban Regeneration: Two Paradigmatic Examples in Boston and Paris -- 1 Introduction -- 2 Literature Review -- 2.1 The Role of Cities in the Global Challenge of Climate Change -- 2.2 Sustainable Transition and Urban Resilience -- 2.3 Transformative Urban Regeneration: District-Scale Transformations for Activating Urban Transition -- 2.4 Three Pillars for Driving Urban Transition -- 3 Methodology and Case Studies Analysis -- 3.1 The Chicly-Batignolles Eco-District, Paris -- 3.2 The Talbot-Norfolk Triangle Eco-Innovation District, Boston, MA -- 4 Findings and Conclusions -- References -- New Risk Assessments Due to Climate Change in Metropolitan Peripheral Areas. …”
    Libro electrónico