Mostrando 41,461 - 41,480 Resultados de 51,016 Para Buscar 'Nontron~', tiempo de consulta: 1.57s Limitar resultados
  1. 41461
    por Trentim, Mario Henrique
    Publicado 2016
    Tabla de Contenidos: “…; 10.1 - La Gestión De Los Interesados A Través Del Ciclo De Vida Del Proyecto; 10.2 - Gestionar A Los Interesados Durante La Ejecución; 10.3 - Vuelta A La Gestión De Cambios; 10.4 - Monitoreo Y Control…”
    Libro electrónico
  2. 41462
    Publicado 2017
    Tabla de Contenidos: “…Cover -- Credits -- About the Author -- About the Reviewer -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Data Types: Foundational Structures -- Numeric data types -- Integer types -- Single precision float -- Double precision float -- Currency -- Typecasting -- Statically versus dynamically typed languages -- Implicit and explicit casting -- Widening and narrowing -- Boolean data type -- Operator precedence -- Short-circuiting -- Strings -- Summary -- Chapter 2: Arrays: Foundational Collections -- Mutable versus immutable arrays -- Case study: users logged in to a web service -- Advanced topics -- Linear search -- Primitive arrays -- Object arrays -- Mixed arrays -- Multidimensional arrays -- Jagged Arrays -- Summary -- Chapter 3: Lists: Linear Collections -- List implementations -- Array-based lists -- Linked list -- Instantiating lists -- Revisiting users logged in to a service -- Generics -- Case study: bike route -- Doubly linked list -- Searching -- A few pointers -- Summary -- Chapter 4: Stacks: LIFO Collections -- Initializing stacks -- UINavigationController -- Stack operations -- Case study: motion planning algorithm -- Advanced topics - stack implementations -- Array-based stack -- Linked list-based stack -- Summary -- Chapter 5: Queues: FIFO Collections -- Initializing queues -- Queue operations -- Case study: customer service -- Advanced topics -- Array-based queues -- Linked list-based queues -- Heap-based queues -- Double-ended queues -- Priority queues -- Summary -- Chapter 6: Dictionaries: Keyed Collections -- Initializing dictionaries -- Dictionary operations -- Case study: arcade ticket totals -- Advanced topics -- Hash table based dictionaries -- Search tree based dictionaries -- Summary -- Chapter 7: Sets: No Duplicates -- Set theory -- Initializing sets -- Set operations…”
    Libro electrónico
  3. 41463
    Publicado 2017
    Tabla de Contenidos: “…Stop Asking for Permission -- Be Altruistic Without Self-Sabotage -- Notes -- Chapter 6 The Courage to Delegate -- Delegation Takes Too Much Time -- I Feel Guilty Giving My Team More Work -- I Love Doing It All-or at Least Being the Superstar -- I Am Afraid My People Won't Do It as Well as I Would -- My Customer Wants Only Me -- I Don't Have People to Delegate to -- Notes -- Chapter 7 The Courage to Give and Receive Feedback -- The Big Temptation and Courageous Feedback -- The Feedback Trifecta-Giving Feedback -- Courage -- Skill -- Environment -- The Feedback Trifecta-Receiving Feedback Well -- Courage -- Skill -- Environment -- Notes -- Chapter 8 The Courage to Be in the Middle (and Not Be in the Middle) -- Much That Seems Personal Is Not Personal at All -- Be a Bottom When You Should -- Coach Tops to Talk with Bottoms Directly -- Build a Support System with Other Middles -- Middle Between Two Ends -- Disabling Others to Solve Their Own Problems -- Playing the Mediator -- Being Caught Between Two Bosses -- Stepping out of the Middle -- Middle Space and Courage -- Notes -- Chapter 9 Grow, Recover, Repeat -- Recovery in the Workplace -- Indications We Need Recovery -- Chris's Story of Recovery -- Let Go of Control -- Get Guidance and Support from Others -- Go Easy on Yourself and Take Your Time -- Recovery Is a Team Effort -- Use Humor -- Teresa's Story of Recovery -- Notes -- Chapter 10 Big Dreams, Big Moves -- Big Dreams -- Big Moves -- Expect Success -- Plan for the Worst -- Build Your Board of Directors -- Recalibrating -- Making Your Big Move -- Notes -- Acknowledgments -- Epilogue -- About The Author -- Index -- EULA…”
    Libro electrónico
  4. 41464
    por Wang, Wallace. author
    Publicado 2016
    Tabla de Contenidos: “…Using a ProgramUsing Mission Control; Quitting a Program; Summary; Moving the Cursor; Selecting Text; Deleting Text; Copying Text; Moving Text; Copying and Moving Text by Dragging; Formatting Text; Typing Unusual Characters; Summary; How OS X Organizes Files; Viewing the Contents of a Folder; Creating Folders; Summary; Opening a File; Previewing a File; Creating and Saving a File; Identifying an Open File's Location; Renaming a File; Copying a File; Moving a File; Deleting a File; Searching for a File; Tagging Files; Searching with Tags; Using iCloud; Summary; Creating a PDF File…”
    Libro electrónico
  5. 41465
    Publicado 2018
    Tabla de Contenidos: “…-- Types of script -- Script execution -- Introduction to scripting -- Script editor -- Summary -- Chapter 2: Exploring the ServiceNow Glide Class -- Using ServiceNow exposed JavaScript APIs -- GlideRecord -- Server-side Glide classes -- GlideSystem -- GlideDateTime -- GlideElement -- GlideAggregate -- Client-side Glide classes -- GlideForm -- GlideUser -- Additional client-side Glide classes -- Script examples -- Summary -- Chapter 3: Introduction to Client-Side Scripting -- Client scripts -- onLoad -- onChange -- onSubmit -- onCellEdit -- UI policies -- How and when to write client-side scripts -- Making fields mandatory, visible, or read-only -- Populating fields based on the value of another field -- Showing/hiding form sections -- Review -- Testing client-side scripts -- Alert -- Jslog -- Browser -- Script examples -- Summary -- Chapter 4: Advanced Client-Side Scripting -- UI actions -- Client-side UI actions -- Calling server-side script -- AJAX calls -- Client-side AJAX -- Server-side AJAX -- Script examples -- Summary -- Chapter 5: Introduction to Server-Side Scripting -- Business rules -- UI actions -- Access controls -- How and when to write server-side scripts -- Changing form values -- Restricting access to forms and fields -- Passing values to the client side -- Review -- Testing server-side scripts -- gs.log -- Logging in scoped applications -- Session debug -- Script debugger -- Script examples -- Summary -- Chapter 6: Advanced Server-Side Scripting -- Script includes -- Scheduled jobs -- Background scripts -- Workflow scripts -- Event management -- Script actions -- Script examples -- Summary…”
    Libro electrónico
  6. 41466
    Publicado 2012
    Tabla de Contenidos: “…Expert tipsSolutions 1-3: Declaring multiple backgrounds for your web page; What's involved; How to build it; Expert tips; Solution 1-4: Controlling the image aspect ratio; What's involved; How to build it; Expert tips; Solution 1-5: Resetting CSS3 default values; What's involved; How to build it; Summary; Chapter 2: CSS Selectors; Differences compared to CSS2 selectors; Pseudo-classes; Solution 2-1: Highlighting selected text; What's involved; How to build it; Expert tips; Solution 2-2: Enhancing the readability of tabular data; What's involved; How to build it; Expert tips…”
    Libro electrónico
  7. 41467
    Publicado 2015
    Tabla de Contenidos: “…IntroductionArranging several labels within a label frame widget; Using padding to add space around widgets; How widgets dynamically expand the GUI; Aligning the GUI widgets by embedding frames within frames; Creating menu bars; Creating tabbed widgets; Using the grid layout manager; Chapter 3: Look and Feel Customization; Introduction; Creating message boxes - information, warning, and error; How to create independent message boxes; How to create the title of a tkinter window form; Changing the icon of the main root window; Using a spin box control…”
    Libro electrónico
  8. 41468
    Publicado 2015
    Tabla de Contenidos: “…Cover -- Copyright -- Credits -- About the Authors -- About the Reviewer -- www.PacktPub.com -- Table of Contents -- Preface -- Chapter 1: Preparing Your Working Environment -- Introduction -- Installing matplotlib, NumPy, and SciPy -- Installing virtualenv and virtualenvwrapper -- Installing matplotlib on Mac OS X -- Installing matplotlib on Windows -- Installing Python Imaging Library (PIL) for image processing -- Installing a requests module -- Customizing matplotlib's parameters in code -- Customizing matplotlib's parameters per project -- Chapter 2: Knowing Your Data -- Introduction -- Importing data from CSV -- Importing data from Microsoft Excel files -- Importing data from fixed-width data files -- Importing data from tab-delimited files -- Importing data from a JSON resource -- Exporting data to JSON, CSV, and Excel -- Importing and manipulating data with Pandas -- Importing data from a database -- Cleaning up data from outliers -- Reading files in chunks -- Reading streaming data sources -- Importing image data into NumPy arrays -- Generating controlled random datasets -- Smoothing the noise in real-world data -- Chapter 3: Drawing Your First Plots and Customizing Them -- Introduction -- Defining plot types - bar, line, and stacked charts -- Drawing simple sine and cosine plots -- Defining axis lengths and limits -- Defining plot line styles, properties, and format strings -- Setting ticks, labels, and grids -- Adding legends and annotations -- Moving spines to the center -- Making histograms -- Making bar charts with error bars -- Making pie charts count -- Plotting with filled areas -- Making stacked plots -- Drawing scatter plots with colored markers -- Chapter 4: More Plots and Customizations -- Introduction -- Setting the transparency and size of axis labels -- Adding a shadow to the chart line…”
    Libro electrónico
  9. 41469
    por Barnett, James. author
    Publicado 2015
    Tabla de Contenidos: “…Chapter 4: Creating a Basic Drupal Module with HTML Output Working with the Drupal Docroot Directory; Creating a Basic Drupal Module; Looking at the Model, View, Controller Design Pattern; Showcasing Different HTML Elements Within the Drupal Module; Renaming a Module-and How to Create a Module Not Named "hello_world"; Summary; Chapter 5: A CSS Primer for Drupal; A Quick Look Back at the Limits of HTML; Styling Your Text with an External Style Sheet; Using and Tags; Commenting Your CSS; Creating Additional Styles; Choosing Between Classes and IDs…”
    Libro electrónico
  10. 41470
    Publicado 2015
    Tabla de Contenidos: “…Chapter 2: Getting Started with iPadExploring What's in the Box; Taking a First Look at the Gadget; Charging the Battery; Turning iPad On and Registering It; Meeting the Multi-Touch Screen; Connecting with the touchscreen; Goodbye, click-and-drag; hello, tap-and-swipe; Displaying and using the onscreen keyboard; Using the split keyboard; Flicking to search; Updating the Operating System; Understanding Multitasking Basics; Exploring Multitasking Gestures; Examining Your iPad Cameras; Customizing the Side Switch; Exploring the Status Bar; Using Control Center…”
    Libro electrónico
  11. 41471
    Publicado 2016
    Tabla de Contenidos: “…Cover; Copyright; Credits; Foreword - Why MobileSecurity Matters; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Introducing iOS Application Security; Basics of iOS and application development; Developing your first iOS app; Running apps on iDevice; iOS MVC design; iOS security model; iOS secure boot chain; iOS application signing; iOS application sandboxing; OWASP Top 10 Mobile Risks; Weak server-side controls; Insecure data storage; Insufficient transport layer protection; Side channel data leakage; Poor authorization and authentication…”
    Libro electrónico
  12. 41472
    Publicado 2015
    Tabla de Contenidos: “…Google Voice TypingText Editing; Part II: Tablet Communications; Chapter 5: All Your Friends in the Galaxy; Meet the Tab's Address Book; Add More Friends; Manage Your Friends; Chapter 6: Mail of the Electronic Kind; Galactic Email; You've Got Email; Write That Message; Message Attachments; Email Configuration; Chapter 7: Text Chat, Video Chat, and Even Phone Calls; Let's Hang Out; Connect to the World with Skype; Chapter 8: Web Browsing; The Web Browser App; Mobile Web Browsing; The Art of Downloading; Internet App Controls and Settings; Chapter 9: The Digital Social Life…”
    Libro electrónico
  13. 41473
    Publicado 2015
    Tabla de Contenidos: “…Creating a JavaScript timer with setInterval functionUnderstanding the Game Loop; Separating the data and the view logic; Beginning collision detection; Time for action - hitting the ball with the paddles; Controlling the left paddle movement; Time for action - auto moving the left paddle; What just happened?…”
    Libro electrónico
  14. 41474
    Tabla de Contenidos: “…Operator; Statements; Line Terminators; Control Statements; Block Statements; Truthy/ Falsy; Loop Statements; The for loop; The for/in loop; Declarations; Variables; Functions; Summary…”
    Libro electrónico
  15. 41475
    Publicado 2023
    Tabla de Contenidos: “…Reliable IoT-Based Monitoring and Control of Hydroponic Systems Reprinted from: Technologies 2022, 10, 26, doi:10.3390/technologies10010026 77 -- Pelopidas Tsoumanis, Georgios Ioannis Paliaroutis, Nestor Evmorfopoulos and George Stamoulis Analysis of the Impact of Electrical and Timing Masking on Soft Error Rate Estimation in VLSI Circuits : Reprinted from: Technologies 2022, 10, 23, doi:10.3390/technologies10010023 95 -- Nikos Temenos, Anastasis Vlachos and Paul P. …”
    Libro electrónico
  16. 41476
    Publicado 2015
    Tabla de Contenidos: “…SummaryExam Essentials; Review Questions; Chapter 2: Configure Network Services; Introducing DNS; The Form of an IP Address; Understanding Servers, Clients, and Resolvers; Understanding the DNS Process; Introducing DNS Database Zones; Understanding Primary Zones; Understanding Secondary Zones; Understanding Active Directory Integrated DNS; Understanding Stub Zones; Global Name Zones; Zone Transfers and Replication; Advantages of DNS in Windows Server 2012 R2; Background Zone Loading; Support for IPv6 Addresses; Support for Read-Only Domain Controllers; DNS Socket Pools; DNS Cache Locking…”
    Libro electrónico
  17. 41477
    por Plumley, George
    Publicado 2015
    Tabla de Contenidos: “…The Image Details WindowMoving Images; Resizing Images; Design Considerations for Image Placement; Try It; Lesson 14: Using the WordPress Image Editor; The Image Editor Functions; Cropping an Image; Scaling an Image; Controlling WordPress Image Dimensions; Flipping an Image; Try It; Lesson 15: Working with WordPress Image Galleries; Creating an Image Gallery in a Post; More Gallery Options; Try It; Lesson 16: Adding Video and Audio; Video; Audio; Try It; Lesson 17: Adding Documents; Uploading and Inserting a Document; Document File Types; Updating a Document; Try It…”
    Libro electrónico
  18. 41478
    Publicado 2024
    Tabla de Contenidos: “…8.3 Residuals: Detecting the Pattern of Association8.4 Measuring Association in Contingency Tables; 8.5 Association Between Ordinal Variables*; 8.6 Chapter Summary; 9 Linear Regression and Correlation; 9.1 Linear Relationships; 9.2 Least Squares Prediction Equation; 9.3 The Linear Regression Model; 9.4 Measuring Linear Association: The Correlation; 9.5 Inferences for the Slope and Correlation; 9.6 Model Assumptions and Violations; 9.7 Chapter Summary; 10 Introduction to Multivariate Relationships; 10.1 Association and Causality; 10.2 Controlling for Other Variables…”
    Libro electrónico
  19. 41479
    Publicado 2024
    Tabla de Contenidos: “…-- Growing Businesses and Vulnerabilities -- Loss of Control -- Fraud -- The Enemy Within -- Accelerants -- Beartraps and Blockers -- Summary -- Note -- Further Readings…”
    Libro electrónico
  20. 41480
    Publicado 2007
    Tabla de Contenidos: “…W1 – Aspect-Oriented Modeling -- 9th International Workshop on Aspect-Oriented Modeling -- Modeling Features in Aspect-Based Product Lines with Use Case Slices: An Exploratory Case Study -- Join Point Patterns: A High-Level Join Point Selection Mechanism -- W2 – Critical Systems Development -- Critical Systems Development Using Modeling Languages – CSDUML 2006 Workshop Report -- Modeling an Electronic Throttle Controller Using the Timed Abstract State Machine Language and Toolset -- Model Checking of UML 2.0 Interactions -- W3 – Reverse Engineering -- 3rd International Workshop on Metamodels, Schemas, Grammars and Ontologies -- A Unified Ontology-Based Process Model for Software Maintenance and Comprehension -- Formalizing the Well-Formedness Rules of EJB3QL in UML + OCL -- W4 – Quality in Modeling -- The 1st Workshop on Quality in Modeling -- Consistency of Business Process Models and Object Life Cycles -- A Qualitative Investigation of UML Modeling Conventions -- W5 – Advanced User Interfaces -- Model Driven Development of Advanced User Interfaces (MDDAUI) – MDDAUI’06 Workshop Report -- A Model-Driven Approach to the Engineering of Multiple User Interfaces -- Model-Driven Dynamic Generation of Context-Adaptive Web User Interfaces -- W6 – Real-Time and Embedded Systems -- Modelling and Analysis of Real Time and Embedded Systems – Using UML -- Time Exceptions in Sequence Diagrams -- Applying Model Intelligence Frameworks for Deployment Problem in Real-Time and Embedded Systems -- W7 – OCL -- OCL for (Meta-)Models in Multiple Application Domains -- OCL-Based Validation of a Railway Domain Profile -- OCL Support in an Industrial Environment -- W8 – Integrating MDA and V&V -- Report on the 3rd MoDeVa Workshop – Model Design and Validation -- Towards Model-Driven Unit Testing -- Validation of Model Transformations – First Experiences Using a White Box Approach -- W9 – Model Size Metrics -- Summary of the 2006 Model Size Metrics Workshop -- Model Size Matters -- On the Application of Software Metrics to UML Models -- W10 – Models@run.time -- Summary of the Workshop Models@run.time at MoDELS 2006 -- Using Runtime Models to Unify and Structure the Handling of Meta-information in Reflective Middleware -- Applying OMG D&C Specification and ECA Rules for Autonomous Distributed Component-Based Systems -- W11 – Multi-Paradigm Modeling -- Summary of the Workshop on Multi-Paradigm Modeling: Concepts and Tools -- Think Global, Act Local: Implementing Model Management with Domain-Specific Integration Languages -- S1 – Doctoral Symposium -- MoDELS 2006 Doctoral Symposium -- Model Driven Security Engineering for the Realization of Dynamic Security Requirements in Collaborative Systems -- S2 – Educators Symposium -- Educators’ Symposium at MoDELS 2006 -- If You’re Not Modeling, You’re Just Programming: Modeling Throughout an Undergraduate Software Engineering Program -- Teaching Software Modeling in a Simulated Project Environment -- Repository for Model Driven Development (ReMoDD) -- S3 – A Formal Semantics for UML -- 2 nd UML 2 Semantics Symposium: Formal Semantics for UML -- A UML Simulator Based on a Generic Model Execution Engine -- Queries and Constraints: A Comprehensive Semantic Model for UML2 -- Analysis of UML Activities with Dynamic Meta Modeling Techniques…”
    Libro electrónico