Mostrando 1,981 - 2,000 Resultados de 2,511 Para Buscar '"In the Loop"', tiempo de consulta: 0.14s Limitar resultados
  1. 1981
    Publicado 2021
    “…Learn about the practical examples of while loops, for loops and understand gridviews with for loops. …”
    Video
  2. 1982
    Publicado 2019
    “…It analyzes the following areas: damage mechanisms affecting the hysteresis of composites, mechanical hysteresis of ceramic-matrix composites, hysteresis behavior of fiber-reinforced ceramic-matrix composites (CMCs), relationship between the internal damage and hysteresis loops of CMCs, and mechanical hysteresis loops and the fiber/matrix interface frictional coefficient of SiC/CAS and C/SiC composites…”
    Libro electrónico
  3. 1983
    Publicado 2021
    Tabla de Contenidos: “…Python Conditions and if-else -- 4.12. Loops -- 4.13. Functions in Python -- 4.14. Classes and Objects in Python -- 4.15. …”
    Libro electrónico
  4. 1984
    Publicado 2018
    Tabla de Contenidos: “…-- Things to try -- Summary -- Chapter 8: Tightening Feedback Loops in the Software Development Life Cycle -- Implementing incremental delivery in Agile -- Working with software in small, manageable chunks…”
    Libro electrónico
  5. 1985
    Publicado 2018
    Tabla de Contenidos: “…Creating the digital output object instance class -- Setting remotely updated output values -- Testing your LWM2M device -- Configuring the bootstrap server -- Configuring the LWM2M server -- Interacting with your devices -- Summary -- Chapter 9: Social Interaction with Your Devices Using XMPP -- Introducing XMPP -- Using XML -- Understanding the value of brokers -- Providing global scalability -- Extending server functionality -- Authenticating clients -- Understanding XMPP addresses -- Using trust-based communication to secure the network -- Understanding XMPP communication patterns -- Understanding stanzas -- Extending XMPP -- Selecting a client library -- Selecting a broker -- Adding XMPP to our devices -- Connecting to our broker -- Getting persisted credentials -- Preparing the connection for first-time use -- Connecting to the server -- Following the connection process -- Registering a new account -- Maintaining the connection -- Managing the roster -- Making sensor data available over XMPP -- Understanding the conceptual model -- Creating an XMPP sensor server -- Returning momentary values -- Returning historical values -- Returning writable values -- Triggering events -- Publishing control parameters -- Understanding the conceptual model -- Creating an XMPP control server -- Adding a chat interface -- Creating an XMPP chat server -- Testing your devices -- Testing the human interface -- Testing the machine interface -- For further study -- Summary -- Chapter 10: The Controller -- Discovering things on the internet -- Introducing Thing Registry -- Propagating information -- Claiming ownership of things -- Transferring the conceptual identity to the owner -- Using thing registries in XMPP -- Registering our devices -- Looping through available components -- Finding the thing registry -- Creating a Thing Registry client…”
    Libro electrónico
  6. 1986
    Publicado 2018
    Tabla de Contenidos: “…Integrate with AngularJS -- AngularJS concepts -- Controllers -- Services -- Creating the application entry point -- Creating the Category Controller -- Creating the Category Service -- Summary -- Chapter 3: Persistence with Spring Data and Reactive Fashion -- Learning the basics of Docker -- Preparing MongoDB -- Preparing a PostgreSQL database -- Spring Data project -- Spring Data JPA -- Configuring pom.xml for Spring Data JPA -- Configuring the Postgres connections -- Mapping the models -- Adding the JPA repositories in the CMS application -- Configuring transactions -- Installing and configuring pgAdmin3 -- Checking the data on the database structure -- Creating the final data access layer -- Spring Data MongoDB -- Removing the PostgreSQL and Spring Data JPA dependencies -- Mapping the domain model -- Configuring the database connection -- Adding the repository layer -- Checking the persistence -- Creating the Docker image for CMS -- Configuring the docker-maven-plugin -- Adding the plugin on pom.xml -- Pushing the image to Docker Hub -- Configuring the Docker Spring profile -- Running the Dockerized CMS -- Putting in Reactive fashion -- Reactive Spring -- Project Reactor -- Components -- Hot and cold -- Reactive types -- Let's play with the Reactor -- Spring WebFlux -- Event-loop model -- Spring Data for Reactive Extensions -- Spring Data Reactive -- Reactive repositories in practice -- Creating the first Reactive repository -- Fixing the service layer -- Changing the CategoryService -- Changing the REST layer -- Adding the Spring WebFlux dependency -- Changing the CategoryResource -- Summary -- Chapter 4: Kotlin Basics and Spring Data Redis -- Learning Kotlin basics -- Main characteristics of Kotlin -- Syntax -- Semantics -- Declaring functions in Kotlin -- Simple function with parameters and return type -- Simple function without return…”
    Libro electrónico
  7. 1987
    Publicado 2018
    Tabla de Contenidos: “…Inspecting databases -- Inspecting tables -- Making sense of pg_stat_user_tables -- Digging into indexes -- Tracking the background worker -- Tracking, archiving, and streaming -- Checking SSL connections -- Inspecting transactions in real time -- Tracking vacuum progress -- Using pg_stat_statements -- Creating log files -- Configuring the postgresql.conf file -- Defining log destination and rotation -- Configuring syslog -- Logging slow queries -- Defining what and how to log -- Summary -- Q&amp -- A -- Chapter 6: Optimizing Queries for Good Performance -- Learning what the optimizer does -- Optimizations by example -- Evaluating join options -- Nested loops -- Hash joins -- Merge joins -- Applying transformations -- Inlining the view -- Flattening subselects -- Applying equality constraints -- Exhaustive searching -- Trying it all out -- Making the process fail -- Constant folding -- Understanding function inlining -- Join pruning -- Speedup set operations -- Understanding execution plans -- Approaching plans systematically -- Making EXPLAIN more verbose -- Spotting problems -- Spotting changes in runtime -- Inspecting estimates -- Inspecting buffer usage -- Fixing high buffer usage -- Understanding and fixing joins -- Getting joins right -- Processing outer joins -- Understanding the join_collapse_limit variable -- Enabling and disabling optimizer settings -- Understanding genetic query optimization -- Partitioning data -- Creating partitions -- Applying table constraints -- Modifying inherited structures -- Moving tables in and out of partitioned structures -- Cleaning up data -- Understanding PostgreSQL 11.0 partitioning -- Adjusting parameters for good query performance -- Speeding up sorting -- Speeding up administrative tasks -- Making use of parallel queries -- What is PostgreSQL able to do in parallel? …”
    Libro electrónico
  8. 1988
    Publicado 2021
    Tabla de Contenidos: “…Understanding UFW -- Configuring UFW -- The Bottom Line -- Chapter 18 Exploring Red Hat Security -- Working with Root Access -- Keeping Track of Root Logins -- Disabling Root Access from SSH -- Enabling Automatic Logout -- Blocking Root Access -- Using SELinux -- Enabling SELinux -- Understanding Security Context -- Using Policies -- Network Security Using Firewalls -- Red Hat Firewall Concepts -- Checking the Firewall Status -- Working with Zones -- Working with Firewall Rules -- The Bottom Line -- Chapter 19 Writing Scripts -- Beginning a Shell Script -- Creating a Script File -- Displaying Messages -- Using Variables -- Environment Variables -- User Variables -- Command Substitution -- Exiting the Script with Status -- Passing Parameters -- Adding Conditional Expressions -- Working with the if-then Statement -- Using Compound Tests -- Working with the if-then-else Statement -- Trying the case Statement -- Using Loops -- Looking at the for Command -- Working with the while Format -- Using the until Command -- Using Functions -- Creating Functions -- Calling Functions -- The Bottom Line -- Chapter 20 Managing Web Servers -- Linux Web Servers -- Apache -- nginx -- The Apache Web Server -- Installing an Apache Server -- Configuring the Apache Server -- Hosting Dynamic Web Applications -- Creating a Secure Web Server -- The nginx Server -- Installing nginx -- Configuring nginx -- The Bottom Line -- Chapter 21 Managing Database Servers -- Linux Database Servers -- Organizing the Data -- Querying the Data -- Controlling the Data -- Installing and Using MySQL/MariaDB -- Conducting a MariaDB Installation -- Accessing a MariaDB Database -- Populating and Using MariaDB Database -- Installing and Using PostgreSQL -- Conducting a PostgreSQL Installation -- Accessing a PostgreSQL Database -- Populating and Using a PostgreSQL Database -- The Bottom Line…”
    Libro electrónico
  9. 1989
    Publicado 2021
    Tabla de Contenidos: “…Classifying with K-Nearest Neighbor Algorithms -- Understanding how the k-nearest neighbor algorithm works -- Knowing when to use the k-nearest neighbor algorithm -- Exploring common applications of k-nearest neighbor algorithms -- Solving Real-World Problems with Nearest Neighbor Algorithms -- Seeing k-nearest neighbor algorithms in action -- Seeing average nearest neighbor algorithms in action -- Chapter 6 Coding Up Data Insights and Decision Engines -- Seeing Where Python and R Fit into Your Data Science Strategy -- Using Python for Data Science -- Sorting out the various Python data types -- Putting loops to good use in Python -- Having fun with functions -- Keeping cool with classes -- Checking out some useful Python libraries -- Using Open Source R for Data Science -- Comprehending R's basic vocabulary -- Delving into functions and operators -- Iterating in R -- Observing how objects work -- Sorting out R's popular statistical analysis packages -- Examining packages for visualizing, mapping, and graphing in R -- Chapter 7 Generating Insights with Software Applications -- Choosing the Best Tools for Your Data Science Strategy -- Getting a Handle on SQL and Relational Databases -- Investing Some Effort into Database Design -- Defining data types -- Designing constraints properly -- Normalizing your database -- Narrowing the Focus with SQL Functions -- Making Life Easier with Excel -- Using Excel to quickly get to know your data -- Reformatting and summarizing with PivotTables -- Automating Excel tasks with macros -- Chapter 8 Telling Powerful Stories with Data -- Data Visualizations: The Big Three -- Data storytelling for decision makers -- Data showcasing for analysts -- Designing data art for activists -- Designing to Meet the Needs of Your Target Audience -- Step 1: Brainstorm (All about Eve) -- Step 2: Define the purpose…”
    Libro electrónico
  10. 1990
    Tabla de Contenidos: “…Batta -- A review of lead-bismuth alloy purification systems with regard to the latest results achieved on STELLA loop by F. Beauchamp, O. Morier, L. Brissonneau, J-L. …”
    Libro electrónico
  11. 1991
    Publicado 2014
    Tabla de Contenidos:
    Libro electrónico
  12. 1992
    Publicado 2016
    Tabla de Contenidos: “…-- Getting started -- Standard data types -- Strings and Unicode -- Integers and floats -- Booleans and None -- Structured data types -- Lists -- Dictionaries -- Sets and tuples -- Data type conversions -- Files -- Variables -- Understanding scripting flow logic -- Conditionals -- Loops -- For -- While -- Functions -- Summary -- Chapter 2: Python Fundamentals -- Advanced data types and functions -- Iterators -- Datetime objects -- Libraries -- Installing third-party libraries -- Libraries in this book -- Python packages -- Classes and object-oriented programming -- Try and except -- Raise -- Creating our first script - unix_converter.py -- User input -- Using the raw input method and the system module - user_input.py -- Understanding Argparse - argument_parser.py -- Forensic scripting best practices -- Developing our first forensic script - usb_lookup.py -- Understanding the main() function -- Exploring the getRecord() function -- Interpreting the searchKey() function -- Running our first forensic script -- Troubleshooting -- Challenge -- Summary -- Chapter 3: Parsing Text Files -- Setup API -- Introducing our script -- Overview -- Our first iteration - setupapi_parser.v1.py -- Designing the main() function -- Crafting the parseSetupapi() function -- Developing the printOutput() function -- Running the script -- Our second iteration - setupapi_parser.v2.py -- Improving the main() function -- Tuning the parseSetupapi() function -- Modifying the printOutput() function -- Running the script -- Our final iteration - setupapi_parser.py -- Extending the main() function -- Adding to the parseSetupapi() function…”
    Libro electrónico
  13. 1993
    Publicado 2016
    Tabla de Contenidos: “…. -- How it works... -- Looping, mirroring and offsetting the animations -- Getting ready -- How to do it... -- How it works... -- There's more... -- Adjusting the playback speed of animations -- Getting ready -- How to do it... -- How it works... -- There's more... -- Using override animator controllers to animate different types of characters -- Getting ready -- How to do it... -- How it works... -- Importing object animation from a 3D package -- Getting ready -- How to do it... -- How it works... -- Chapter 2: Working with the Animation View -- Introduction -- Using the Animation View to create a flickering light -- Getting ready -- How to do it... -- How it works... -- There's more... -- Blending light colors with the Animation View and the Animator Controller -- Getting ready -- How to do it... -- How it works... -- Animating an object's world position - creating a moving platform -- Getting ready -- How to do it... -- How it works... -- There's more…”
    Libro electrónico
  14. 1994
    Publicado 2017
    Tabla de Contenidos: “…Gathering runtime statistics -- Working with PostgreSQL system views -- Checking live traffic -- Inspecting databases -- Inspecting tables -- Making sense of pg_stat_user_tables -- Digging into indexes -- Tracking the background worker -- Tracking, archiving, and streaming -- Checking SSL connections -- Inspecting transactions in real time -- Tracking vacuum progress -- Using pg_stat_statements -- Creating log files -- Configuring postgresql.conf file -- Defining log destination and rotation -- Configuring syslog -- Logging slow queries -- Defining what and how to log -- Summary -- Chapter 6: Optimizing Queries for Good Performance -- Learning what the optimizer does -- Optimizations by example -- Evaluating join options -- Nested loops -- Hash joins -- Merge joins -- Applying transformations -- Inlining the view -- Flattening subselects -- Applying equality constraints -- Exhaustive searching -- Trying it all out -- Making the process fail -- Constant folding -- Understanding function inlining -- Join pruning -- Speedup set operations -- Understanding execution plans -- Approaching plans systematically -- Making EXPLAIN more verbose -- Spotting problems -- Spotting changes in runtime -- Inspecting estimates -- Inspecting buffer usage -- Fixing high buffer usage -- Understanding and fixing joins -- Getting joins right -- Processing outer joins -- Understanding the join_collapse_limit variable -- Enabling and disabling optimizer settings -- Understanding genetic query optimization -- Partitioning data -- Creating partitions -- Applying table constraints -- Modifying inherited structures -- Moving tables in and out of partitioned structures -- Cleaning up data -- Adjusting parameters for good query performance -- Speeding up sorting -- Speedup administrative tasks -- Summary -- Chapter 7: Writing Stored Procedures…”
    Libro electrónico
  15. 1995
    Publicado 2017
    Tabla de Contenidos: “…. -- Special variables -- Passing an external variable to awk -- Reading a line explicitly using getline -- Filtering lines processed by awk with filter patterns -- Setting delimiters for fields -- Reading the command output from awk -- Associative arrays in Awk -- Using loop inside awk -- String manipulation functions in awk -- Finding the frequency of words used in a given file -- Getting ready -- How to do it... -- How it works... -- See also -- Compressing or decompressing JavaScript -- Getting ready -- How to do it... -- How it works... -- See also -- Merging multiple files as columns -- How to do it... -- See also -- Printing the nth word or column in a file or line -- How to do it... -- See also -- Printing text between line numbers or patterns -- Getting ready -- How to do it... -- See also -- Printing lines in the reverse order…”
    Libro electrónico
  16. 1996
    Publicado 2019
    Tabla de Contenidos: “…Working with anchors -- Delineating subexpressions using grouping constructs -- Using Pattern Matching in Analysis -- Working with Pattern Matching in Haskell -- Performing simple Posix matches -- Matching a telephone number with Haskell -- Working with Pattern Matching in Python -- Performing simple Python matches -- Doing more than matching -- Matching a telephone number with Python -- Chapter 8 Using Recursive Functions -- Performing Tasks More than Once -- Defining the need for repetition -- Using recursion instead of looping -- Understanding Recursion -- Considering basic recursion -- Performing tasks using lists -- Upgrading to set and dictionary -- Considering the use of collections -- Using Recursion on Lists -- Working with Haskell -- Working with Python -- Passing Functions Instead of Variables -- Understanding when you need a function -- Passing functions in Haskell -- Passing functions in Python -- Defining Common Recursion Errors -- Forgetting an ending -- Passing data incorrectly -- Defining a correct base instruction -- Chapter 9 Advancing with Higher-Order Functions -- Considering Types of Data Manipulation -- Performing Slicing and Dicing -- Keeping datasets controlled -- Focusing on specific data -- Slicing and dicing with Haskell -- Slicing and dicing with Python -- Mapping Your Data -- Understanding the purpose of mapping -- Performing mapping tasks with Haskell -- Performing mapping tasks with Python -- Filtering Data -- Understanding the purpose of filtering -- Using Haskell to filter data -- Using Python to filter data -- Organizing Data -- Considering the types of organization -- Sorting data with Haskell -- Sorting data with Python -- Chapter 10 Dealing with Types -- Developing Basic Types -- Understanding the functional perception of type -- Considering the type signature -- Creating types -- Composing Types…”
    Libro electrónico
  17. 1997
    Publicado 2019
    Tabla de Contenidos: “…Intro -- Title Page -- Copyright Page -- Table of Contents -- Introduction -- About This Book -- Icons Used in This Book -- Beyond the Book -- Where to Go from Here -- Part 1 Getting Started with Photoshop Elements 2019 -- Chapter 1 Getting Started with Image Editing -- Getting Familiar with the New Home Screen -- Launching the Photo Editor -- Making Basic Edits in Quick Mode -- Sharing a Photo -- Retracing Your Steps -- Using the History panel -- Reverting to the last save -- Getting a Helping Hand -- Saving Files with Purpose -- Using the Save/Save As dialog box -- Saving files for the web -- Chapter 2 Taking Pictures -- Understanding the Importance of Lighting -- Identifying the Different Kinds of Photography -- Focusing on the Phases of Photography -- Setting up -- Shooting the picture -- Processing your images -- Choosing Your Camera Equipment -- DSLR cameras -- Mirrorless cameras -- Point-and-shoot cameras -- Cellphone cameras -- Working with Color Profile Equipment -- Getting Familiar with Indoor Lighting Equipment -- Inexpensive lighting equipment -- Professional lighting equipment -- Working with Common Lighting Patterns -- Split lighting -- Loop lighting -- Broad lighting -- Short lighting -- Butterfly lighting -- Rembrandt lighting -- Reflecting the Light -- Working with Flash -- Understanding flash units and equipment -- Using flash as a fill light -- Chapter 3 Basic Image-Editing Concepts -- Grappling with the Ubiquitous Pixels -- Understanding resolution -- Understanding image dimensions -- The Art of Resampling -- Changing image size and resolution -- Choosing a Resolution for Print or Onscreen -- Working with File Formats -- JPEG (*.JPG, *.JPEG, *.JPE) -- PNG (*.PNG) -- TIFF (*.TIF, *.TIFF) -- Getting Familiar with Color -- Getting Color Right -- Color the easy way -- Calibrating your monitor -- Choosing a color workspace…”
    Libro electrónico
  18. 1998
    Publicado 2023
    Tabla de Contenidos: “…Intro -- Title Page -- Copyright Page -- Table of Contents -- Introduction -- About This All-in-One -- Book 1: Introducing R -- Book 2: Describing Data -- Book 3: Analyzing Data -- Book 4: Learning from Data -- Book 5: Harnessing R: Some Projects to Keep You Busy -- What You Can Safely Skip -- Foolish Assumptions -- Icons Used in This Book -- Beyond This Book -- Where to Go from Here -- 1 Introducing R -- Chapter 1 R: What It Does and How It Does It -- The Statistical (and Related) Ideas You Just Have to Know -- Samples and populations -- Variables: Dependent and independent -- Types of data -- A little probability -- Inferential statistics: Testing hypotheses -- Null and alternative hypotheses -- Two types of error -- Getting R -- Getting RStudio -- A Session with R -- The working directory -- Getting started -- R Functions -- User-Defined Functions -- Comments -- R Structures -- Vectors -- Numerical vectors -- Matrices -- Lists -- Data frames -- for Loops and if Statements -- Chapter 2 Working with Packages, Importing, and Exporting -- Installing Packages -- Examining Data -- Heads and tails -- Missing data -- Subsets -- R Formulas -- More Packages -- Exploring the tidyverse -- Importing and Exporting -- Spreadsheets -- CSV files -- Text files -- 2 Describing Data -- Chapter 1 Getting Graphic -- Finding Patterns -- Graphing a distribution -- Bar-hopping -- Slicing the pie -- The plot of scatter -- Of boxes and whiskers -- Doing the Basics: Base R Graphics, That Is -- Histograms -- Graph features -- Bar plots -- Pie graphs -- Dot charts -- Bar plots revisited -- Scatter plots -- A plot twist -- Scatter plot matrix -- Box plots -- Kicking It Up a Notch to ggplot2 -- Histograms -- Bar plots -- Dot charts -- Bar plots re-revisited -- Scatter plots -- About that plot twist . . . -- Scatter plot matrix -- Box plots -- Putting a Bow On It…”
    Libro electrónico
  19. 1999
    Publicado 2023
    Tabla de Contenidos: “…Setting up the page -- Adding parts to the drawing -- Preparing the drawing for print -- Summary -- Exercises -- Further reading -- Chapter 4: Building a Robot around Pico -- Technical requirements -- Cutting styrene parts -- Transferring CAD measurements to a plastic sheet -- Cutting the plastic sheet -- Finishing and sanding the chassis plate -- Assembling a robot chassis -- Attaching the caster and battery box -- Attaching the motors and wheels -- Wiring a Raspberry Pi Pico robot -- Wiring Pico and the motor controller into the breadboard -- Adding the batteries -- Wiring in the motors and encoders -- Powering the robot up -- Summary -- Exercises -- Further reading -- Chapter 5: Driving Motors with Raspberry Pi Pico -- Technical requirements -- Driving forward and back -- Testing each motor with CircuitPython -- Driving wheels in a straight line -- Steering with two motors -- An introduction to pulse width modulation speed control -- Driving fast and slow -- Turning while moving -- Driving along a planned path -- Putting line and turn moves together -- The flaw with driving this way -- Summary -- Exercises -- Further reading -- Part 2: Interfacing Raspberry Pi Pico with Simple Sensors and Outputs -- Chapter 6: Measuring Movement with Encoders on Raspberry Pi Pico -- Technical requirements -- About encoders and odometry -- Absolute and relative sensing -- Types of encoders -- Encoder pulse data -- Wiring in encoders on a Raspberry Pi Pico robot -- Examining the motors -- Examining the wiring -- Programming Raspberry Pi Pico PIO -- Introduction to PIO programming -- Introducing PIOASM -- Detecting input with PIO -- PIO instructions and registers -- Making a counter with PIO -- Measuring encoder count for movement -- Making a simple PIO change detection loop -- Making a bidirectional counter with PIO -- Making reusable encoder code…”
    Libro electrónico
  20. 2000
    Publicado 2022
    Tabla de Contenidos: “…Example Exercise -- 1.5. Conditionals -- 1.6. Loops -- 1.7. Scripts and Functions -- 1.8. Working with Binary Files -- 1.8.1. …”
    Libro electrónico