Mostrando 47,901 - 47,920 Resultados de 53,357 Para Buscar 'Liblar~', tiempo de consulta: 1.39s Limitar resultados
  1. 47901
    Publicado 2021
    Tabla de Contenidos: “…Managing, scaling, and monitoring Jenkins -- 13 Collecting continuous delivery metrics -- 13.1 Monitoring Jenkins cluster health -- 13.2 Centralized logging for Jenkins logs with ELK -- 13.2.1 Streaming logs with Filebeat -- 13.2.2 Streaming logs with the Logstash plugin -- 13.3 Creating alerts based on metrics -- Summary -- 14 Jenkins administration and best practices -- 14.1 Exploring Jenkins security and RBAC authorization -- 14.1.1 Matrix authorization strategy -- 14.1.2 Role-based authorization strategy -- 14.2 Configuring GitHub OAuth for Jenkins -- 14.3 Keeping track of Jenkins users' actions -- 14.4 Extending Jenkins with shared libraries -- 14.5 Backing up and restoring Jenkins -- 14.6 Setting up cron jobs with Jenkins -- 14.7 Running Jenkins locally as a Docker container -- Summary -- Wrapping up -- index…”
    Libro electrónico
  2. 47902
    Publicado 2022
    Tabla de Contenidos: “…-- READER SUPPORT FOR THIS BOOK -- PART I: Getting Started with Python -- Lesson 1: Setting Up a Python Programming Environment -- PYTHON OVERVIEW -- USING REPLIT ONLINE -- GETTING STARTED WITH JUPYTER NOTEBOOK -- A QUICK LOOK AT VISUAL STUDIO CODE -- USING PYTHON FROM THE COMMAND LINE -- SUMMARY -- EXERCISES -- Lesson 2: Understanding Programming Basics -- THE FUTURE OF COMPUTER PROGRAMMING -- PROGRAMMING LANGUAGES -- DATA TYPES AND VARIABLES -- SUMMARY -- EXERCISES -- Lesson 3: Exploring Basic Python Syntax -- USING WITH SINGLE-LINE COMMANDS -- USING SEMICOLONS -- CONTINUING WITH BACKSLASH -- WORKING WITH CASE STRUCTURE -- ADDING COMMENTS -- USING THE INPUT FUNCTION -- STORING INPUT -- UNDERSTANDING VARIABLE TYPES -- DISPLAYING VARIABLE VALUES -- NAMING VARIABLES -- SUMMARY -- EXERCISES -- Lesson 4: Working with Basic Python Data Types -- REVIEW OF DATA TYPES -- NUMBER DATA TYPES -- IDENTIFYING DATA TYPES -- MATHEMATICAL OPERATIONS -- PEMDAS -- COMMON MATH FUNCTIONS -- MATH LIBRARY FUNCTIONS -- USING NUMBERS WITH USER INPUT -- BOOLEAN TYPES AND BOOLEAN OPERATIONS -- LOGIC OPERATIONS -- COMPARATIVE OPERATORS -- SUMMARY -- EXERCISES -- Lesson 5: Using Python Control Statements -- CONTROL STRUCTURES REVIEW -- UNDERSTANDING SEQUENCE CONTROL STRUCTURE -- UNDERSTANDING SELECTION STATEMENTS -- UNDERSTANDING CONDITIONAL STATEMENTS -- IF-ELSE STATEMENTS -- WORKING WITH NESTED CONDITIONS -- EMBEDDING CONDITIONS -- SUMMARY -- EXERCISES -- Lesson 6: Pulling It All Together: Income Tax Calculator -- GETTING STARTED -- STEP 1: GATHER REQUIREMENTS -- STEP 2: DESIGN THE PROGRAM -- STEP 3: CREATE THE INPUTS -- STEP 4: CALCULATE THE TAXABLE INCOME -- STEP 5: CALCULATE THE TAX RATE -- STEP 6: UPDATE THE APPLICATION -- STEP 7: ADDRESS THE UI -- ON YOUR OWN -- SUMMARY…”
    Libro electrónico
  3. 47903
    Publicado 2017
    Tabla de Contenidos: “…-- Parallel processing libraries -- Joblib -- PyMP -- Fractals - the Mandelbrot set -- Fractals - Scaling the Mandelbrot set implementation -- Scaling for the Web -- Scaling workflows - message queues and task queues -- Celery - a distributed task queue -- The Mandelbrot set using Celery -- Serving with Python on the Web-WSGI…”
    Libro electrónico
  4. 47904
    por Freeman, Adam. author
    Publicado 2014
    Tabla de Contenidos: “…-- Choosing a Web Browser -- Choosing a Code Editor -- Installing Node.js -- Installing the Web Server -- Installing the Test System -- Creating the AngularJS Directory -- Getting the AngularJS Library -- Getting the AngularJS Extras -- Getting Bootstrap -- Getting Deployd -- Performing a Simple Test -- Starting the Web Server -- Load the Test File -- Summary -- Chapter 2: Your First AngularJS App -- Preparing the Project -- Using AngularJS -- Applying AngularJS to the HTML File -- Creating a Data Model -- Creating a Controller -- Creating a View -- Inserting Model Values -- Evaluating Expressions -- Using Directives -- Going Beyond the Basics -- Using Two-Way Model Binding -- Creating and Using Controller Behaviors -- Using Behaviors That Depend on Other Behaviors -- Responding to User Interaction -- Filtering and Ordering Model Data -- Improving the Filter -- Getting the Data via Ajax -- Summary -- Chapter 3: Putting AngularJS in Context -- Understanding Where AngularJS Excels -- Understanding Round-Trip and Single-Page Applications -- Understanding the MVC Pattern -- Understanding Models -- Understanding Controllers -- Understanding View Data -- Understanding Views -- Understanding RESTful Services -- Common Design Pitfalls -- Putting the Logic in the Wrong Place -- Adopting the Data Store Data Format -- Clinging to the Old Ways -- Summary -- Chapter 4: HTML and Bootstrap CSS Primer -- Understanding HTML…”
    Libro electrónico
  5. 47905
    Publicado 2023
    Tabla de Contenidos: “…Using gestures -- Pinch to zoom -- Waving -- Part 2 The Grand Tour -- Chapter 6 Unlocking the Secrets of the Screens -- The Lock Screen versus the Home Screen(s) -- What you can do on the lock screen -- Accessing the lock screen -- Configuring the lock screen -- What you can do on the home screen(s) -- Securing Access to the Phone with the Lock Screen -- Changing your password -- Setting up facial recognition -- Chapter 7 G-Whiz: The Google Experience -- Keeping Tabs on Your Life -- Calendar -- Clock/Alarm -- Emailing and Sending Messages -- Gmail -- Email categories -- Deleting and archiving email -- Searching for email -- Recovering email -- Messages -- Sending texts -- Deleting texts -- Blocking senders -- Capturing Special Moments -- Camera -- Photos -- Albums -- Timeline -- Library -- Figuring Out the Functional Side of Google -- Maps -- Chrome -- Drive -- GPay -- Chapter 8 Investigating Apps for Everything -- Exploring the Preinstalled Apps -- The apps on every new Android phone -- Phone -- Files -- Keep Notes -- Play Movies and Play Music -- Settings -- YouTube -- Carrier-installed apps and why you can't remove them -- Installing New Apps -- Finding the perfect app for what you need -- Recommended for you -- Suggested for you -- Searching for apps -- Interpreting Google Play listings -- Choosing an install location -- Viewing App Information -- Moving and Organizing Apps -- Moving apps to your home screen(s) -- Creating app folders -- Adding more home screens -- Sideloading Apps -- The dangers of sideloading -- How to find legitimate apps outside of the Play Store -- Chapter 9 Finding Widgets for Your Gadget -- What Is a Widget? …”
    Libro electrónico
  6. 47906
    Publicado 2023
    Tabla de Contenidos: “…Understanding how data warehouses are different from databases -- Significance of ETL in data warehouse -- Learning about BigQuery -- Features of BigQuery -- Setting up and configuring a fully managed data warehouse with BigQuery -- Enabling BigQuery from the console -- Creating a BigQuery dataset -- Using an existing public dataset -- Creating a table in the dataset -- Performing simple analytics -- Summary of operational aspects and design considerations -- Summary -- Part 3: Semi-Structured, Unstructured Data, and NoSQL Design -- 6 -- Designing for Semi-Structured Data -- Semi-structured data -- Pros and cons of semi-structured data -- Use cases of semi-structured data -- NoSQL for semi-structured data -- Data structures supported by NoSQL databases -- Firestore and its features -- Setting up Firestore -- Collection -- Document -- Subcollection -- Security -- Client libraries and APIs -- Indexing -- Single-field index -- Composite index -- Collection group query -- Data model considerations -- Hierarchical format -- Denormalized format -- Easy querying with RunQuery API -- API endpoint and method -- The parent parameter -- JSON body format -- StructuredQuery -- The from clause -- The where clause -- Putting the pieces together -- Implementing RunQuery API programmatically -- Summary -- 7 -- Unstructured Data Management -- Use cases -- Processing unstructured data -- Storage options in Google Cloud -- Cloud Storage, classes, and features -- Unstructured data storage with BigQuery -- External sources -- External connections -- Unstructured data analytics with BigQuery -- Summary -- Part 4: DevOps and Databases -- 8 -- DevOps and Databases -- Upgrades, updates, and patching -- Security, privacy, and encryption -- Replication and availability -- Scalability -- Performance and throughput -- SLA, SLI, and SLO -- Data federation…”
    Libro electrónico
  7. 47907
    Publicado 2023
    Tabla de Contenidos: “…-- GUI test automation patterns -- Eliminating redundancy with domain-specific libraries -- Eliminating redundancy through object locators…”
    Libro electrónico
  8. 47908
    Publicado 2025
    Tabla de Contenidos: “…Intro -- Title Page -- Copyright Page -- Table of Contents -- Introduction -- About This Book -- Foolish Assumptions -- Icons Used in This Book -- Beyond the Book -- Where to Go from Here -- Part 1 Business Communication Fundamentals -- Chapter 1 Talking about Communication in the Workplace -- Understanding the Importance of Effective Business Communication -- Appreciating the benefits of effective communication -- Counting the costs of ineffective communication -- Distinguishing Business Communication from Personal Communication -- Conducting a Self-Assessment -- Sharpening Fundamental Communication Skills -- Avoiding Common Mistakes -- Communicating Effectively in Specific Contexts -- Putting Theory into Practice and Making It Yours -- Chapter 2 Brushing Up on Business Communication Fundamentals -- Checking Out Definitions of Communication -- Dictionary definitions -- A textbook definition -- A practical definition for business applications -- Exploring Communication Models -- Linear models -- Interactional models -- Transactional models -- Recognizing the Elements of Communication and Why They Matter -- Identifying and Addressing Sources of Noise -- Quieting physical noise -- Calming the sources of psychological noise -- Alleviating semantic noise -- Mitigating hierarchical noise -- Reducing noise in virtual environments -- Paying Special Attention to History and Environment -- Communication history -- Environment -- Conducting a Communication Audit -- Chapter 3 Communicating without Words: Nonverbal Communication -- Using Your Body to Communicate -- Using gestures to express yourself or emphasize what you're saying -- Gesturing with your head -- Gesturing with your hands -- Making faces: Facial expression -- Maintaining eye contact (without staring) -- Keeping a Comfortable and Effective Distance -- Exploring the four proxemic zones…”
    Libro electrónico
  9. 47909
    Publicado 2021
    Tabla de Contenidos: “…Gimeno Blay -- El deix occità de Bartomeu de Tresbens / Sebastià Giralt Soler -- «Curial in bivio», la ciència de Bacus i la iconografia de les Arts Liberals / Francesc J. Gómez -- Eiximenis a la premsa catalana dels anys 1925-1939 / David Guixeras -- Ramon Llull and the rhetoric of prayer: a brief commentary / Robert Desmond Hughes -- Una aproximació a Jean Gerson i Felip de Malla com a mestre i deixeble / Josep Izquierdo -- Algunes observacions sobre l'etimologia del mot «dessen» de l'occità antic / Francesc Xavier Lamuela García -- Civic ideals and “humanism” in the Crown of Aragon, 1383-1588 / Jeremy N. …”
    Enlace del recurso
    991006033449706719
  10. 47910
    Publicado 2017
    Tabla de Contenidos: “…. -- Chapter 8: Testing -- Introduction -- Mocking using the standard library -- Getting ready -- How to do it... -- How it works... -- Using the Mockgen package -- Getting ready -- How to do it... -- How it works... -- Using table-driven tests to improve coverage -- Getting ready -- How to do it... -- How it works... -- Using third-party testing tools -- Getting ready -- How to do it... -- How it works... -- Practical fuzzing -- Getting ready -- How to do it... -- How it works…”
    Libro electrónico
  11. 47911
    por Sobell, Mark G.
    Publicado 2005
    Tabla de Contenidos: “…Builtins -- Chapter Summary -- Exercises -- Advanced Exercises -- PART II: THE EDITORS -- CHAPTER 6: THE VIM EDITOR -- History -- Tutorial: Creating and Editing a File with vim -- The compatible Parameter -- Introduction to vim Features -- Command Mode: Moving the Cursor -- Input Mode -- Command Mode: Deleting and Changing Text -- Searching and Substituting -- Miscellaneous Commands -- Yank, Put, and Delete Commands -- Reading and Writing Files -- Setting Parameters -- Advanced Editing Techniques -- Units of Measure -- Chapter Summary -- Exercises -- Advanced Exercises -- CHAPTER 7: THE emacs EDITOR -- History -- Tutorial: Getting Started with emacs -- Basic Editing Commands -- Online Help -- Advanced Editing -- Language-Sensitive Editing -- Customizing emacs -- More Information -- Chapter Summary -- Exercises -- Advanced Exercises -- PART III: THE SHELLS -- CHAPTER 8: THE BOURNE AGAIN SHELL -- Background -- Shell Basics -- Parameters and Variables -- Processes -- History -- Aliases -- Functions -- Controlling bash Features and Options -- Processing the Command Line -- Chapter Summary -- Exercises -- Advanced Exercises -- CHAPTER 9: THE TC SHELL -- Shell Scripts -- Entering and Leaving the TC Shell -- Features Common to the Bourne Again and TC Shells -- Redirecting Standard Error -- Working with the Command Line -- Variables -- Control Structures -- Builtins -- Chapter Summary -- Exercises -- Advanced Exercises -- PART IV: PROGRAMMING TOOLS -- CHAPTER 10: PROGRAMMING TOOLS -- Programming in C -- Using Shared Libraries -- make: Keeps a Set of Programs Current -- Debugging C Programs -- Threads -- System Calls -- Source Code Management -- Chapter Summary -- Exercises -- Advanced Exercises -- CHAPTER 11: PROGRAMMING THE BOURNE AGAIN SHELL -- Control Structures -- File Descriptors -- Parameters and Variables -- Builtin Commands -- Expressions…”
    Libro electrónico
  12. 47912
    Publicado 2023
    Tabla de Contenidos: “…Storing object matrices -- Copying matrices -- Restoring transformations using the world matrix -- Creating rest offsets with the parent inverse matrix -- Writing the Elevator add-on -- Setting the environment -- Writing the first draft -- Using input properties -- Setting the height in the world matrix -- Avoiding duplicate transformations -- Adding the constraints switch -- Avoiding duplicate constraints -- Summary -- Questions -- Chapter 5: Designing Graphical Interfaces -- Technical requirements -- Areas, regions, and panels -- Creating a simple panel -- Setting the environment -- Drafting our panel add-on -- Setting display attributes -- Adding a panel to the Object Properties area -- Using layouts in our panels -- Arranging in columns and rows -- Adding frames with box layouts -- Using composite layouts -- Providing color feedback -- Checking whether an object has been selected -- Checking whether an object is active -- Drawing layouts in red or gray -- Displaying buttons -- Using the operator method -- Setting the operator's text and visibility -- Overriding an operator's settings -- Setting operator properties -- Adding buttons for our functions -- Displaying the operator properties -- Using different regions -- Summary -- Questions -- Part 2: Interactive Tools and Animation -- Chapter 6: Structuring Our Code and Add-Ons -- Technical requirements -- Folders, packages, and add-ons -- Creating a package folder and the init file -- Writing the init file -- Guidelines for separating modules -- Writing the structured panel -- Packing external images -- Writing an icon library -- Loading pictures from a folder -- Unregistering icons -- Getting the collection -- Using relative imports -- Adding a user interface -- Writing the UI module -- Importing the UI -- Completing the Objects panel -- Reloading cached modules -- Reloading via importlib…”
    Libro electrónico
  13. 47913
    por Monson, Philip
    Publicado 2005
    Tabla de Contenidos: “…Document management -- 4.1 Document libraries -- 4.2 Desktop integration -- 4.2.1 Desktop Components installation -- 4.2.2 Using the Desktop Components -- 4.2.3 Working with Microsoft Office applications -- 4.3 Document Manager tasks -- 4.3.1 Documents editing -- 4.3.2 Document versioning -- 4.3.3 Workflow -- 4.3.4 Documents locking -- 4.3.5 Folders and views -- 4.3.6 Document search -- 4.4 Document security -- 4.5 Collaboration and notification -- 4.6 Document conversion…”
    Libro electrónico
  14. 47914
    por Bruni, Paolo
    Publicado 2005
    Tabla de Contenidos: “…The evolution of DB2 for z/OS -- 2.1 The evolution of DB2 UDB for z/OS -- 2.2 DB2 and Parallel Sysplex industry leadership -- 2.2.1 Extreme availability -- 2.2.2 Near-linear scalability -- 2.2.3 Preservation of investment -- 2.2.4 Controlled enablement of new functionality on version upgrade -- 2.2.5 Rolling maintenance and new releases without an outage -- 2.2.6 Ability to fallback -- 2.2.7 Conclusion -- 2.3 Summary for DB2 -- Chapter 3. …”
    Libro electrónico
  15. 47915
    por Chaturvedi, P. D.
    Publicado 2011
    Tabla de Contenidos: “…Cover -- Brief Contents -- Contents -- Preface -- About the Authors -- Part I: Theory of Bussiness Communication -- Case Study: The Profile of an Effective Communicator -- Chapter 1: The Nature and Process of Communication -- The Role of Communication -- An Instance of Unclear Communication -- Defining Communication -- Classification of Communication -- The Purpose of Communication -- Communication to Inform -- Communication to Persuade -- The Process of Communication -- The Linear Concept of Communication -- The Shannon-Weaver Model -- The Two-way Communication Process -- The Elements of Communication -- The Major Difficulties in Communication -- Barriers to Communication -- Incorrect Assumptions -- Psychosocial Barriers -- Conditions for Successful Communication -- The Seven C's of Communication -- Universal Elements in Communication -- How Sentence Structure Affects Meaning -- Communication and Electronic Media -- Communication and Social Media -- Summary -- Case: Communication Failure -- Review Your Learning -- Reflect on Your Learning -- Apply Your Learning -- Self-check Your Learning -- Endnotes -- Chapter 2: Organizational Communication -- The Importance of Communication in Management -- Some Important Functions of Management -- How Communication Is Used by Managers -- Communication Concerns of the Manager -- Human Needs -- Theory X and Theory Y -- Communication Training for Managers -- Communication Structures in Organizations -- Vertical Communication -- Horizontal Communication -- Line and Staff Management -- Formal Communication -- Informal Communication -- Information to be Communicated at the Workplace -- Summary -- Case: Communication Breakdown at City Hospital -- Review Your Learning -- Reflect on Your Learning -- Apply Your Learning -- Self-check Your Learning -- Endnotes -- Chapter 3: Intercultural Communication Skills…”
    Libro electrónico
  16. 47916
    por Zhu, Nick Qi
    Publicado 2013
    Tabla de Contenidos: “…Building Interactive Analytics in Minutes -- Introduction -- The crossfilter.js library -- How to do it... -- How it works... -- There's more... -- See also -- Dimensional charting - dc.js -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Index…”
    Libro electrónico
  17. 47917
    Publicado 2017
    Tabla de Contenidos: “…Cover -- Copyright -- Credits -- About the Authors -- About the Reviewer -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Understanding the Node Environment -- Introduction - JavaScript as a systems language -- The Unix design philosophy -- POSIX -- Events for everything -- Standard libraries -- Extending JavaScript -- Events -- Modularity -- The network -- V8, JavaScript, and optimizations -- Flags -- Optimizing your code -- Numbers and tracing optimization/de-optimization -- Objects and arrays -- Functions -- Optimized JavaScript -- Help with variables -- Arrow functions -- String manipulation -- The process object -- The REPL -- Summary -- Chapter 2: Understanding Asynchronous Event-Driven Programming -- Node's unique design -- Collaboration -- Queueing -- Understanding the event loop -- Event loop ordering, phases, and priorities -- Listening for events -- Signals -- Child processes -- File events -- Deferred execution -- process.nextTick -- setImmediate -- Timers -- setTimeout -- setInterval -- unref and ref -- Concurrency and errors -- Managing concurrency -- Callbacks -- Promises -- async/await -- Generators and Iterators -- Errors and exceptions -- Considerations -- Building a Twitter feed using file events -- Summary -- Chapter 3: Streaming Data Across Nodes and Clients -- Why use streams? …”
    Libro electrónico
  18. 47918
    Publicado 2019
    Tabla de Contenidos: “…2.3.2 Resource Profiles with Norden-Rayleigh Curves and Beta Distribution PDFs, 2.4 Triangular Distribution: Another Alternative to Norden-Rayleigh, 2.5 Truncated Weibull Distributions and their Beta Equivalents, 2.5.1 Truncated Weibull Distributions for Solution Development, 2.5.2 General Beta Distributions for Solution Development, 2.6 Estimates to Completion with Norden-Rayleigh Curves, 2.6.1 Guess and Iterate Technique, 2.6.2 Norden-Rayleigh Curve Fitting with Microsoft Excel Solver, 2.6.3 Linear Transformation and Regression, 2.6.4 Exploiting Weibull Distribution's Double Log Linearisation Constraint, 2.6.5 Estimates to Completion - Review and Conclusion, 2.7 Chapter Review, References, , 3 Monte Carlo Simulation and Other Random Thoughts, 3.1 Monte Carlo Simulation: Who, What, Why, Where, When and How, 3.1.1 Origins of Monte Carlo Simulation: Myth and Mirth, 3.1.2 Relevance to Estimators and Planners, 3.1.3 Key Principle: Input Variables with an Uncertain Future, 3.1.4 Common Pitfalls to Avoid, 3.1.5 Is our Monte Carlo Output Normal?…”
    Libro electrónico
  19. 47919
    Publicado 2020
    Tabla de Contenidos: “…-- Problems applicable to machine learning -- Supervised learning -- Unsupervised learning -- Reinforcement learning -- A machine learning workflow -- Collecting and understanding data: Know your context -- Preparing data: Clean and wrangle -- Missing data -- Ambiguous values -- Encoding categorical data -- Exercise: Identify and fix the problem data in this example -- Solution: Identify and fix the problem data in this example -- Testing and training data -- Training a model: Predict with linear regression -- Fitting a line to the data -- Finding the mean of the features -- Finding regression lines with the least-squares method…”
    Libro electrónico
  20. 47920
    Publicado 2018
    Tabla de Contenidos: “…Digital -- Interlaced/Progressive -- Frame Rates and Standards -- Video Resolution/Aspect Ratio -- Bit Rate -- Compression, File Types, Codecs, and Containers -- Transcoding -- Making Movies: Video Production 101 -- Types of Shots -- Video Lighting -- Audio -- Video Editing -- Linear vs. Nonlinear -- Pace/Speed -- Looping -- Cutting on Action/Matching Eyeline -- Montage -- Animation -- 2D Animation -- 3D Animation -- Real-Time Effects on Prerecorded Content -- Generative Art/Video as Content -- The Basics of Generative Art/Video -- Data as Content -- Interactive Systems as Content -- Meaning Making from Interactivity -- Live Video/Cameras -- Real-Time Effects on Live Cameras -- Rehearsing with Cameras -- To See a Camera Operator or Not? …”
    Libro electrónico