Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Engineering & Applied Sciences 712
- Computer Science 461
- Management 399
- History 381
- Historia 374
- Development 329
- Lengua inglesa 326
- Application software 271
- Data processing 266
- Computer networks 235
- Electrical & Computer Engineering 210
- Inglés 210
- Business & Economics 207
- Design 197
- Filosofía 193
- Telecommunications 190
- Photography 189
- Web sites 184
- Crítica e interpretación 183
- History and criticism 177
- Engineering and Technology 173
- Security measures 173
- Physical Sciences 172
- Leadership 171
- Computer programs 165
- Operating systems (Computers) 161
- Digital techniques 160
- Computer programming 159
- Computer security 153
- Artificial intelligence 149
-
9481por Gavin, Lee“…This book guides the reader through every step of planning and implementing a migration project. …”
Publicado 2004
Libro electrónico -
9482Publicado 2011“…""Where this book is exceptional is that the reader will not just learn how LTE works but why it works" Adrian Scrase, ETSI Vice-President, International Partnership Projects Following on the success of the first edition, this book is fully updated, covering the latest additions to LTE and the key features of LTE-Advanced. …”
Libro electrónico -
9483Publicado 2022“…SMART CITY INFRASTRUCTURE The wide range of topics presented in this book have been chosen to provide the reader with a better understanding of smart cities integrated with AI and blockchain and related security issues. …”
Libro electrónico -
9484Publicado 2024“…Its comprehensive analysis of distinct building phases provides the reader with an in-depth understanding of the activities and subsequent changes at the site over its long history. …”
Libro electrónico -
9485por David M. LevineTabla de Contenidos: “…-- FTF.4 Starting Point for Using Software -- Using Software Properly -- FTF.5 Starting Point for Using Microsoft Excel -- More About the Excel Guide Workbooks -- Excel Skills That Readers Need -- REFERENCES -- KEY TERMS -- EXCEL GUIDE -- EG.1 Getting Started with Excel -- EG.2 Entering Data -- EG.3 Open or Save a Workbook -- EG.4 Working with a Workbook -- EG.5 Print a Worksheet -- EG.6 Reviewing Worksheets -- EG.7 If You Use the Workbook Instructions -- TABLEAU GUIDE -- TG.1 Getting Started with Tableau -- TG.2 Entering Data -- TG.3 Open or Save a Workbook -- TG.4 Working with Data -- TG.5 Print a Workbook -- 1 Defining and Collecting Data -- USING STATISTICS: Defining Moments -- 1.1 Defining Variables -- Classifying Variables by Type -- Measurement Scales -- 1.2 Collecting Data -- Populations and Samples -- Data Sources -- 1.3 Types of Sampling Methods -- Simple Random Sample -- Systematic Sample -- Stratified Sample -- Cluster Sample -- 1.4 Data Cleaning -- Invalid Variable Values -- Coding Errors -- Data Integration Errors -- Missing Values -- Algorithmic Cleaning of Extreme Numerical Values -- 1.5 Other Data Preprocessing Tasks -- Data Formatting -- Stacking and Unstacking Data -- Recoding Variables -- 1.6 Types of Survey Errors -- Coverage Error -- Nonresponse Error -- Sampling Error…”
Publicado 2021
Libro electrónico -
9486Publicado 2017Tabla de Contenidos: “…SECURING COMMUNICATIONS -- The Favored Operating System: Linux -- Step 1: Let Us Get Secure: Encrypting Files and Using Secure Shell -- Gnu Privacy Guard -- Encrypting and Decrypting Using GNU Privacy Guard -- Secure Shell Access to Servers -- Moving Files Securely -- Exercise for the Reader -- 4. NETWORK SECURITY MONITORING AND INTRUSION DETECTION SYSTEMS -- Installing Security Onion in a Distributed Environment -- Setting up a Security Onion Server -- The Tool Set -- Sguil -- Squert -- Netsniff-ng -- Snort -- Bro -- ELS A -- PF_RING…”
Libro electrónico -
9487Publicado 2021Tabla de Contenidos: “…Problems That Are Likely to Happen -- SY-SUBRC -- BAPIs -- BDCs -- Field Symbols -- Problems That Really Shouldn't Happen -- Self-Repair: Example 1 -- Self-Repair: Example 2 -- Problems That Should Never, Ever Happen -- Spotting the Impossible -- Dealing with the Impossible -- Dealing with Instability: Using Humans -- What's Wrong #1 -- What's Wrong #2 -- Conclusion -- Recommended Reading -- Chapter 5: Performance: The Third Pillar of Code Quality -- CPO Concept -- Daily Dumps -- Annual In-House CPO -- Static Checks -- Geometric Loops -- Secondary Indexes for Internal Tables -- Runtime Checks -- ST05 in General -- Identical SELECTS -- How to Spot the Problem -- Strategies to Deal with the Problem -- Real-Life Example -- Stuttering -- Asking Stupid Questions -- Reading More Data Than Needed -- Selecting More Columns Than You Need -- Selecting More Rows Than You Need -- The Behavior Never Made Sense -- The Behavior No Longer Makes Sense -- The Behavior Makes Sense -- Existence Checks -- Multiple Reads on the Same Table -- Contract Example -- Partner Function Example -- Shipment Cost Example -- Using FOR ALL ENTRIES -- Indexes -- Indexes: Always Using One -- Indexes: Missing the First Field -- Indexes: SKIP SCAN -- Nested SELECTs -- "Bad" Joins on Database Tables -- Postmortem Checks -- Standard SAP Transactions for Troubleshooting Performance Problems -- SAT -- ST04 -- SRTCM -- Technical Attributes of Database Tables -- Indexes -- Pointless Index -- Terrible Index -- Really Good Index -- Buffering -- Possible Buffering Settings -- Example of How Buffering Can Help -- Common Misconception About Generic Buffering -- How to Decide Which Z Tables to Buffer -- Postmortem Tricks -- Batch Jobs -- Deadlocks -- Sneaky Tricks -- Database Reads in a Loop -- Using Standard SAP "Buffering" Modules -- When to Use Them -- KNA1_SINGLE_READER -- Prefilling Buffers…”
Libro electrónico -
9488Publicado 2018Tabla de Contenidos: “…5.4 Semaphores -- 5.5 Monitors -- 5.6 Message Passing -- 5.7 Readers/Writers Problem -- 5.8 Summary -- 5.9 Key Terms, Review Questions, and Problems -- Chapter 6 Concurrency: Deadlock and Starvation -- 6.1 Principles of Deadlock -- 6.2 Deadlock Prevention -- 6.3 Deadlock Avoidance -- 6.4 Deadlock Detection -- 6.5 An Integrated Deadlock Strategy -- 6.6 Dining Philosophers Problem -- 6.7 UNIX Concurrency Mechanisms -- 6.8 Linux Kernel Concurrency Mechanisms -- 6.9 Solaris Thread Synchronization Primitives -- 6.10 Windows Concurrency Mechanisms -- 6.11 Android Interprocess Communication -- 6.12 Summary -- 6.13 Key Terms, Review Questions, and Problems -- PART 3 MEMORY -- Chapter 7 Memory Management -- 7.1 Memory Management Requirements -- 7.2 Memory Partitioning -- 7.3 Paging -- 7.4 Segmentation -- 7.5 Summary -- 7.6 Key Terms, Review Questions, and Problems -- 7A Loading and Linking -- Chapter 8 Virtual Memory -- 8.1 Hardware and Control Structures -- 8.2 Operating System Software -- 8.3 UNIX and Solaris Memory Management -- 8.4 Linux Memory Management -- 8.5 Windows Memory Management -- 8.6 Android Memory Management -- 8.7 Summary -- 8.8 Key Terms, Review Questions, and Problems -- PART 4 SCHEDULING -- Chapter 9 Uniprocessor Scheduling -- 9.1 Types of Processor Scheduling -- 9.2 Scheduling Algorithms -- 9.3 Traditional UNIX Scheduling -- 9.4 Summary -- 9.5 Key Terms, Review Questions, and Problems -- Chapter 10 Multiprocessor, Multicore, and Real-Time Scheduling -- 10.1 Multiprocessor and Multicore Scheduling -- 10.2 Real-Time Scheduling -- 10.3 Linux Scheduling -- 10.4 UNIX SVR4 Scheduling -- 10.5 UNIX FreeBSD Scheduling -- 10.6 Windows Scheduling -- 10.7 Summary -- 10.8 Key Terms, Review Questions, and Problems -- PART 5 INPUT/OUTPUT AND FILES -- Chapter 11 I/O Management and Disk Scheduling -- 11.1 I/O Devices…”
Libro electrónico -
9489Publicado 2021Tabla de Contenidos: “…The Every Month trigger event -- Exercise - creating a multi-step Zap with a scheduled trigger, search action, filter, path, and delay -- Summary -- Chapter 8: Built-In Communication Apps -- Technical requirements -- SMS by Zapier - sending text messages -- Setting up SMS by Zapier -- Email by Zapier - sending and receiving emails -- The New Inbound Email trigger event -- The Send Outbound Email action event -- The New Read Receipt trigger event -- SMTP by Zapier - sending emails through mail servers -- Setting up the SMTP by Zapier app -- IMAP by Zapier - retrieving emails from mail servers -- Setting up the IMAP by Zapier app -- Customizing and using the New Email trigger event -- Customizing the New Mailbox trigger event -- Summary -- Chapter 9: Exploring Built-In Apps for Extracting and Compiling Data -- Technical requirements -- Email Parser by Zapier - extracting data from emails -- The New Email trigger event -- The New Mailbox trigger event -- RSS by Zapier - using RSS feed readers -- The New Item in Feed trigger event -- The New Items in Multiple Feeds trigger event -- The Create Item in Feed action event -- Digest by Zapier - compiling data in digests -- The Append Entry and Schedule Digest action event -- The Release Existing Digest action event -- The Find Digest search action event -- Exercise - creating a multi-step Zap with an RSS feed digest -- Summary -- Chapter 10: Other Useful Built-In Apps by Zapier -- Technical requirements -- Zapier Chrome extension - triggering one-off automations from any web page -- Setting up the Google Chrome extension on your browser -- The New Push trigger event -- URL Shortener by Zapier - shortening URLs in your Zaps -- Setting up the Shorten URL action event -- Translate by Zapier - translating text -- The Translate Text action event -- The Detect Language action event…”
Libro electrónico -
9490Publicado 2017Tabla de Contenidos: “…-- Supporting custom request-response message formats -- Building custom entity provider -- Marshaling Java objects to the CSV representation with MessageBodyWriter -- Marshaling CSV representation to Java objects with MessageBodyReader -- Asynchronous RESTful web services -- Asynchronous RESTful web service client -- Server-sent events -- Managing an HTTP cache in a RESTful web service -- Using the Expires header to control the validity of the HTTP cache -- Using Cache-Control directives to manage the HTTP cache -- Conditional request processing with the Last-Modified HTTP response header -- Conditional request processing with the ETag HTTP response header…”
Libro electrónico -
9491Publicado 2010Tabla de Contenidos: “…Cover -- Contents -- Acknowledgments -- About this Book -- About the Author -- Chapter 1 From Zero to Deploy -- 1.1 Introduction -- 1.1.1 Comments for Various Readers -- 1.1.2 "Scaling" Rails -- 1.1.3 Conventions in This Book -- 1.2 Up and Running -- 1.2.1 Development Environments -- 1.2.2 Ruby, RubyGems, and Rails -- 1.2.3 The First Application -- 1.2.4 Model-View-Controller (MVC) -- 1.2.5 Script/Server -- 1.3 Version Control with Git -- 1.3.1 Installation and Setup -- 1.3.2 Adding and Committing -- 1.3.3 What Good Does Git Do You? …”
Libro electrónico -
9492Publicado 2018Tabla de Contenidos: “…Leave a review - let other readers know what you think…”
Libro electrónico -
9493Publicado 2023Tabla de Contenidos: “…Questions -- 7 -- Chapter 7: Getting Started with Built-In Apps -- Technical requirements -- Filter by Zapier - applying conditional logic to your Zaps -- Setting up the Filter by Zapier app -- Understanding filter conditions -- Paths by Zapier - adding branching logic to your Zaps -- Setting up the Paths by Zapier app -- Delay by Zapier - adding delays to your Zaps -- The Delay For action event -- The Delay Until action event -- The Delay After Queue action event -- Schedule by Zapier - scheduling your Zaps to run at intervals -- The Every Hour trigger event -- The Every Day trigger event -- The Every Week trigger event -- The Every Month trigger event -- Exercise - creating a multi-step Zap with a scheduled trigger, search action, filter, path, and delay -- Summary -- Questions -- 8 -- Chapter 8: Built-In Communication Apps -- Technical requirements -- SMS by Zapier - sending text messages -- Setting up SMS by Zapier -- Email by Zapier - sending and receiving emails -- The New Inbound Email trigger event -- The Send Outbound Email action event -- The New Read Receipt trigger event -- SMTP by Zapier - sending emails through mail servers -- Setting up the SMTP by Zapier app -- IMAP by Zapier - retrieving emails from mail servers -- Setting up the IMAP by Zapier app -- Customizing and using the New Email trigger event -- Customizing the New Mailbox trigger event -- Summary -- Questions -- 9 -- Chapter 9: Exploring Built-In Apps for Extracting and Compiling Data -- Technical requirements -- Email Parser by Zapier - extracting data from emails -- The New Email trigger event -- The New Mailbox trigger event -- RSS by Zapier - using RSS feed readers -- The New Item in Feed trigger event -- The New Items in Multiple Feeds trigger event -- The Create Item in Feed action event -- Digest by Zapier - compiling data in digests…”
Libro electrónico -
9494Publicado 2025Tabla de Contenidos: “…SECURING COMMUNICATIONS -- The Favored Operating System: Linux -- Step 1: Let Us Get Secure: Encrypting Files and Using Secure Shell -- Gnu Privacy Guard -- Encrypting and Decrypting Using GNU Privacy Guard -- Secure Shell Access to Servers -- Moving Files Securely -- Exercise for the Reader -- 4. NETWORK SECURITY MONITORING AND INTRUSION DETECTION SYSTEMS -- Installing Security Onion in a Distributed Environment -- Setting up a Security Onion Server -- The Tool Set -- Sguil -- Squert -- Netsniff-ng -- Snort -- Bro -- ELS A -- PF_RING -- Planning Your Sensor Array -- Planning the Sensor Array -- Make a Disk -- Sizing Your Hardware -- Switched Port Analyzer or Tap -- Horizontal Movement -- Virtual Machine Planner Virtual Disks -- Installing the Fiber Cards -- Installing the Operating System -- Configuring Ethernet Adapters -- Security Onion Sensor Setup -- Setting PF_RING min_num_slots -- Setting Intrusion Detection System Engine Processes -- Management of Storage -- Sudo -i -- 5. …”
Libro electrónico -
9495Publicado 2013Tabla de Contenidos: “…Software Installation and Update (Using the GUI) -- Boot Environment Management (Using the GUI) -- Summary -- References -- Chapter 8: Solaris at the Command Line -- Basic Navigation -- Command Manuals -- The Current Working Directory -- Changing Directories -- File Lists -- The PATH -- Special Characters -- File Management -- The Basic touch Command -- File Copies -- Moving a File -- Deleting a File -- File Links -- Directory Management -- Reading Text Files -- Identifying File Types -- Outputting Files to the Screen -- Top and Bottom File Readers -- The File Pagers -- File Manipulation -- Lines, Words, and Characters -- Finding Files Locally -- Search Within a File -- File Redirection and More -- Options for File Editing -- The vi Editor -- One Other Text Editor -- Summary -- References -- Chapter 9: Filesystems and ZFS -- Disk Structure and Naming Conventions -- Introduction to ZFS -- Some ZFS Terminology -- ZFS Commands -- Using ZFS -- ZFS as the Root/Boot Filesystem -- ZFS for Managing HOME Directories -- ZFS Snapshots -- ZFS Devices -- Time Slider -- Summary -- References -- Chapter 10: Customize the Solaris Shells -- Shell Management -- A Choice of Shells -- Interactivity -- Command Completion -- Configuration Files -- Shell Tips and Tricks -- Data Flows In and Out -- When There's Only One Command Line -- All Manner of Shell Characters -- Scripts and the Shell -- The Basics of Shell Scripts -- Study Available Scripts -- Sample Scripts -- Summary -- References -- Chapter 11: Users and Groups -- User Concepts -- Standard Users -- System Accounts -- The Root Account -- Role Based Access Control (RBAC) and Administrative Privileges -- Local Configuration Files -- Commands Used for Managing Users and Groups -- Command-line Account Management -- GUI Account Management -- Basic LDAP User Database -- LDAP and NIS…”
Libro electrónico -
9496Publicado 2022Tabla de Contenidos: “…-- Help: It's more than just a Beatles movie -- Official Microsoft websites -- Part 2 Mastering Microsoft Word -- Chapter 4 Getting to Know Microsoft Word -- Using a Variety of Versatile Views -- Print layout view -- Web layout view -- Outline view -- Draft view -- Focus view -- Full screen view -- Immersive reader view -- Zoom, zoom, zoom -- Getting around in Your Document…”
Libro electrónico -
9497por Sociedad Española de Literatura General y Comparada.Tabla de Contenidos: “…Contreras Martín ; Seis poemarios del mismo relato caballeresco entre reescritura y traducción / Cristina Barbolani di Montauto ; Traducción, estoicismo y poética: tres versiones de Horacio en la Inglaterra Tudor / José María Pérez Fernández ; "Réécrire lee XVe siècle: poéticas para una traducción poética / Begoña Capillonch, Albert Jornet Somoza ; Aproximación al fenómeno de la reescritura en las traducciones de la "Filotea" de san Francisco de Sales a partir de una edición digital múltiple / Koldobika Josu Bijuesca Basterrechea, Carmen Isasi Martínez ; Sancho Panza en las traducciones inglesas del Quijote /Manuel Guerrero Cabrera ; Rellegir Rousseau: manifestacions i transforacions de la rêverie / Lluís Quintana Trias ; Reescritura y valor literario: fuentes y letras europeas en la teoría literaria española del siglo XIX / Rosa María Aradra Sánchez ; Leo novelas, luego soy un Quijote: la lectora femenina como estereotipo negativo en "The Heroine, or Adventures of a Fair Romance Reader" de Eaton Stannard Barret / Miriam Borham Puyal ; Algunos casos de reescrtura de novela gótica. …”
Publicado 2010
Libro -
9498
-
9499Publicado 2019“…Readers will learn how to simplify design through production and acquire a lifecycle strategy using Integrated Master Plan/Schedule (IMP/IMS). …”
Libro electrónico -
9500Publicado 2010Tabla de Contenidos: “…-- 1.2.1 The Beginner -- 1.2.2 The Journeyman -- 1.2.3 The Expert -- 1.3 Updates and Versions of the Book -- 1.4 Reader Contributions and Feedback -- 1.5 Additional Resources -- Chapter 2 Installation and "Hello World -- 2.1 Installing Asterisk on the Server -- 2.2 Calling "Hello World" from the CLI -- 2.2.1 Configuring Asterisk -- 2.2.2 Starting Asterisk and Calling "Hello World -- 2.2.3 Stopping Asterisk -- 2.3 Calling "Hello World" with a SIP Phone -- 2.3.1 Configuring the SIP Phone and sip.conf -- 2.3.2 Starting Asterisk and the Phone -- 2.4 Building a Minimal Phone System with Two SIP Phones -- 2.4.1 Configuring Voicemail -- 2.5 Rights Administration with Contexts -- 2.5.1 The Originating Context -- 2.5.2 Call Destination: Contexts in extensions.conf -- 2.6 Calls to and from the Public Switched Telephone Network -- 2.6.1 Calling the PSTN -- 2.6.2 Taking Calls from the PSTN -- Chapter 3 Dialplan Fundamentals -- 3.1 Contexts -- 3.2 Extensions -- 3.2.1 Fundamental Applications -- 3.2.2 Priorities -- 3.3 Pattern Matching -- 3.3.1 Pattern Elements -- 3.3.2 Testing a Pattern Using dialplan show -- 3.3.3 Pattern-Matching Order -- 3.4 Include Statements -- 3.4.1 Order of Execution When Using Include Statements -- 3.4.2 Time-Conditional Include Statements -- 3.5 The {EXTEN} Variable and the {CALLERID(num)} Function -- 3.5.1 {EXTEN} -- 3.5.2 {CALLERID(num)} -- Chapter 4 Case Study: A Typical Business Telephone System -- 4.1 The Numbering Plan -- 4.2 Choosing the Infrastructure -- 4.2.1 Network -- 4.2.2 Server Hardware -- 4.3 Base Configuration -- 4.3.1 A sip.conf for 100 Users -- 4.3.2 The Dialplan -- 4.4 What Next? …”
Libro electrónico