Mostrando 3,101 - 3,120 Resultados de 7,264 Para Buscar 'Time Takes Time', tiempo de consulta: 0.10s Limitar resultados
  1. 3101
    Publicado 2019
    “…If you’re in a leadership position, now is the time to declare war on friction—before your competitors do. …”
    Libro electrónico
  2. 3102
    Publicado 2021
    Tabla de Contenidos: “…-- Measuring metrics and latency -- Measuring interrupts with [e]BPF -- Measuring time servicing individual hardirqs -- Measuring time servicing individual softirqs -- Using Ftrace to get a handle on system latencies -- Finding the interrupts disabled worst-case time latency with Ftrace -- Other tools -- Summary -- Questions -- Further reading -- Chapter 5: Working with Kernel Timers, Threads, and Workqueues -- Technical requirements -- Delaying for a given time in the kernel -- Understanding how to use the *delay() atomic APIs -- Understanding how to use the *sleep() blocking APIs -- Taking timestamps within kernel code -- Let's try it - how long do delays and sleeps really take? …”
    Libro electrónico
  3. 3103
    Publicado 2016
    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 -- Book I Common Office Tasks -- Chapter 1 Office Nuts and Bolts -- A Survey of Office Applications -- All about Office 365 -- Finding Your Way Around the Office Interface -- The File tab and Backstage -- The Quick Access toolbar -- The Ribbon and its tabs -- Context-sensitive tabs -- The anatomy of a tab -- Mini-toolbars and shortcut menus -- Office 2016 for keyboard lovers -- Saving Your Files -- Saving a file -- Saving a file for the first time -- Saving AutoRecovery information -- Navigating the Save As and Open Windows -- Opening and Closing Files -- Opening a file -- Closing a file -- Reading and Recording File Properties -- Locking a File with a Password -- Password-protecting a file -- Removing a password from a file -- Chapter 2 Wrestling with the Text -- Manipulating the Text -- Selecting text -- Moving and copying text -- Taking advantage of the Clipboard task pane -- Deleting text -- Changing the Look of Text -- Choosing fonts for text -- Changing the font size of text -- Applying font styles to text -- Applying text effects to text -- Underlining text -- Changing the color of text -- Quick Ways to Handle Case, or Capitalization -- Entering Symbols and Foreign Characters -- Creating Hyperlinks -- Linking a hyperlink to a web page -- Creating a hyperlink to another place in your file -- Creating an email hyperlink -- Repairing and removing hyperlinks -- Chapter 3 Speed Techniques Worth Knowing About -- Undoing and Repeating Commands -- Undoing a mistake -- Repeating an action - and quicker this time -- Zooming In, Zooming Out -- Viewing a File Through More Than One Window -- Correcting Typos on the Fly…”
    Libro electrónico
  4. 3104
    Publicado 2017
    “…Despite many improvements in processors, storage, and networks, however, developing quality software on time and on budget remains difficult. Moreover, developing high-quality concurrent software apps and reusable services is even harder. …”
    Video
  5. 3105
    Publicado 2022
    “…About This Video Using UE5 Niagara particle system to create fire simulations and fireflies Material creation for foliage, terrain, and more Rendering assets in Substance and creating an environmental presentation video in UE5 In Detail Unreal Engine is a complete suite of creation tools for game development, architectural and automotive visualization, linear film and television content creation, broadcast and live event production, training and simulation, and other real-time applications. This course is one of the most up-to-date out there and will be using the latest tech to bring you cutting-edge content in the 3D industry, which includes 3D texturing. …”
    Video
  6. 3106
    Publicado 2014
    “…This ebook expands and updates an investigation published by the Financial Times in 2014. Peter Spiegel, the newspaper's bureau chief in Brussels, takes the reader deep into the corridors of power to tell a piece of history that will go down as one of Europe's defining moments. …”
    Libro electrónico
  7. 3107
    Publicado 2015
    “…You will Build a complete virtualized environment for embedded development Understand the workflow of a modern embedded systems project Develop assembly programs, create binary images, and load and run them in the Android emulator Learn what it takes to bring up a bootloader and operating system Move from assembler to C, and explore Android’s goldfish hardware interfaces Program serial ports, interrupt controllers, real time clocks, and NAND flash controllers Integrate C runtime libraries Support exception handling and timing Use U-Boot to boot the kernel via NOR or NAND flash processes Gain in-depth knowledge for porting U-Boot to new environments Integrate U-Boot and a Linux kernel into an AOSP and CyanogenMod source tree Create your own Android ROM on a virtual Android device…”
    Libro electrónico
  8. 3108
    Publicado 2015
    “…Whether you’re a new CEO taking charge to transform your company, an executive redirecting a major business or function, or one of the hundreds of managers and thousands of employees trying to make sense of a transformation and contribute to it, this book will help you decipher the complexity, find your place on the transformation roadmap, and ensure that the effort rapidly reaches its intended breakthrough results. …”
    Libro electrónico
  9. 3109
    Publicado 2018
    “…About This Book Leverage Ionic 3.9 and its exciting new features to create cutting-edge, real-time apps Work through simple recipes to address your problems directly and solve them effectively Get examples at each step to guide you on your learning curve with Angular Who This Book Is For This book targets JavaScript developers. …”
    Libro electrónico
  10. 3110
    Publicado 2021
    “…Therefore, by opting for this course, you'll be able to take your own information and leverage Pivot Tables to answer questions with ease. …”
    Video
  11. 3111
    Publicado 2017
    “…Award-winning game designer and professor Jeremy Gibson Bond has spent more than a decade teaching game design and building great games. In that time, his most successful students have been those who combine knowledge of three critical disciplines: game design theory, rapid iterative prototyping, and practical programming. …”
    Libro electrónico
  12. 3112
    Publicado 2021
    “…With dozens of instantly-useful techniques, you'll find coding insights that normally take years of experience to master. In this fast-paced guide, Google software engineer Tom Long teaches you a host of rules to apply, along with advice on when to break them! …”
    Grabación no musical
  13. 3113
    Publicado 2016
    Tabla de Contenidos: “…Evaluating relations between variables with ANOVA -- Chapter 4: Dealing with Data and Numerical Issues -- Introduction -- Clipping and filtering outliers -- Winsorizing data -- Measuring central tendency of noisy data -- Normalizing with the Box-Cox transformation -- Transforming data with the power ladder -- Transforming data with logarithms -- Rebinning data -- Applying logit() to transform proportions -- Fitting a robust linear model -- Taking variance into account with weighted least squares -- Using arbitrary precision for optimization -- Using arbitrary precision for linear algebra -- Chapter 5: Web Mining, Databases, and Big Data -- Introduction -- Simulating web browsing -- Scraping the Web -- Dealing with non-ASCII text and HTML entities -- Implementing association tables -- Setting up database migration scripts -- Adding a table column to an existing table -- Adding indices after table creation -- Setting up a test web server -- Implementing a star schema with fact and dimension tables -- Using HDFS -- Setting up Spark -- Clustering data with Spark -- Chapter 6: Signal Processing and Timeseries -- Introduction -- Spectral analysis with periodograms -- Estimating power spectral density with the Welch method -- Analyzing peaks -- Measuring phase synchronization -- Exponential smoothing -- Evaluating smoothing -- Using the Lomb-Scargle periodogram -- Analyzing the frequency spectrum of audio -- Analyzing signals with the discrete cosine transform -- Block bootstrapping time series data -- Moving block bootstrapping time series data -- Applying the discrete wavelet transform -- Chapter 7: Selecting Stocks with Financial Data Analysis -- Introduction -- Computing simple and log returns -- Ranking stocks with the Sharpe ratio and liquidity -- Ranking stocks with the Calmar and Sortino ratios -- Analyzing returns statistics…”
    Libro electrónico
  14. 3114
    Publicado 2024
    Tabla de Contenidos: “…-- What Does a Data Analyst Do Every Day? -- Hours/Time -- In-Person Data Jobs -- What Makes a Good Analyst? …”
    Libro electrónico
  15. 3115
    “…‘The Innovative CIO’ discusses ‘innovation killers’ that could be holding back your small business or startup.” --Paul Shread “TIME/Business & Money”, 1/29/2013 (business.time.com/2013/01/29/removing-barriers-to-innovation/#ixzz2JSrUlD3A) The Chief Information Officer’s influence in the business organization has been waning for years. …”
    Libro electrónico
  16. 3116
    Publicado 2015
    Libro electrónico
  17. 3117
    Publicado 2018
    “…from hello world to a real-time seat booking app and Helpdesk application This book will cover the essentials of Firebase and React.js and will take you on a fast-paced journey through building real-time applications with Firebase features such as Cloud Storage, Cloud Function, Hosting and the Realtime Database. …”
    Libro electrónico
  18. 3118
    Publicado 2015
    “…This book’s authors are world-class C# experts: long-time Microsoft MVP and Regional Director Mark Michaelis and Eric Lippert, formerly principal developer on Microsoft’s C# compiler team. …”
    Libro electrónico
  19. 3119
    Publicado 2017
    “…Its simple, browser-based interface enables you to quickly create and share dynamic dashboards that display changes to Elasticsearch queries in real time. In this book, you'll learn how to use the Elastic stack on top of a data architecture to visualize data in real time. …”
    Libro electrónico
  20. 3120
    Publicado 2017
    “…In Linux® Hardening in Hostile Networks, Kyle Rankin helps you to implement modern safeguards that provide maximum impact with minimum effort and to strip away old techniques that are no longer worth your time. Rankin provides clear, concise guidance on modern workstation, server, and network hardening, and explains how to harden specific services, such as web servers, email, DNS, and databases. …”
    Libro electrónico