Mostrando 2,021 - 2,040 Resultados de 3,162 Para Buscar 'debbugs~', tiempo de consulta: 1.43s Limitar resultados
  1. 2021
    Publicado 2024
    Tabla de Contenidos: “…. -- See also -- Chapter 12: Testing and Debugging in Polars -- Technical requirements -- Debugging chained operations -- How to do it... -- How it works…”
    Libro electrónico
  2. 2022
    Publicado 2018
    Tabla de Contenidos: “…. -- Viewing application state using Stackdriver Debugger -- Getting ready -- How to do it... -- Chapter 7: Best Practices -- Introduction -- Creating a custom VM using Terraform…”
    Libro electrónico
  3. 2023
    Publicado 2014
    Tabla de Contenidos: “…4.3.5.3 Passing Objects Around: The Handle Class4.3.5.4 Summary; 4.4 Taming Errors; 4.4.1 An Introduction to the Debugger; 4.4.2 Logging; 4.4.3 Edge Cases and Unit Testing; 4.4.4 A Few Words about Precision; 4.4.5 Suggestions for Optimization; 4.4.5.1 Vectorizing Matrix Operations; 4.4.5.2 Conditional Expressions; 4.4.5.3 Extracting Subsets from Arrays; MATLAB Functions, Commands, and Operators Covered in This Chapter; 5 Visualization and Documentation Tutorial; 5.1 Goals of This Chapter; 5.2 Visualization; 5.3 Documentation; MATLAB Functions, Commands, and Operators Covered in This Chapter…”
    Libro electrónico
  4. 2024
    por Beaudet, Gérard, author
    Publicado 2015
    Libro electrónico
  5. 2025
    por OECD
    Publicado 2018
    Libro electrónico
  6. 2026
    por Inden, Michael
    Publicado 2020
    Tabla de Contenidos: “…-- 1.2 Aufbau des Buchs -- 1.3 Konventionen und ausführbare Programme -- I Java-Grundlagen, Analyse und Design -- 2 Professionelle Arbeitsumgebung -- 2.1 Vorteile von IDEs am Beispiel von Eclipse -- 2.2 Projektorganisation -- 2.2.1 Projektstruktur in Eclipse -- 2.2.2 Projektstruktur für Maven und Gradle -- 2.3 Einsatz von Versionsverwaltungen -- 2.3.1 Arbeiten mit zentralen Versionsverwaltungen -- 2.3.2 Dezentrale Versionsverwaltungen -- 2.3.3 VCS und DVCS im Vergleich -- 2.4 Einsatz eines Unit-Test-Frameworks -- 2.4.1 Das JUnit-Framework -- 2.4.2 Parametrierte Tests mit JUnit 5 -- 2.4.3 Vorteile von Unit Tests -- 2.5 Debugging -- 2.5.1 Fehlersuche mit einem Debugger -- 2.5.2 Remote Debugging -- 2.6 Deployment von Java-Applikationen -- 2.6.1 Das JAR-Tool im Kurzüberblick -- 2.6.2 JAR inspizieren und ändern, Inhalt extrahieren -- 2.6.3 Metainformationen und das Manifest -- 2.6.4 Inspizieren einer JAR-Datei -- 2.7 Einsatz eines IDE-unabhängigen Build-Prozesses -- 2.7.1 Maven im Überblick -- 2.7.2 Builds mit Gradle -- 2.7.3 Vorteile von Maven und Gradle -- 2.8 Weiterführende Literatur -- 3 Objektorientiertes Design -- 3.1 OO-Grundlagen -- 3.1.1 Grundbegriffe -- 3.1.2 Beispielentwurf: Ein Zähler -- 3.1.3 Vom imperativen zum objektorientierten Entwurf -- 3.1.4 Diskussion der OO-Grundgedanken -- 3.1.5 Wissenswertes zum Objektzustand -- 3.2 Grundlegende OO-Techniken -- 3.2.1 Schnittstellen (Interfaces) -- 3.2.2 Basisklassen und abstrakte Basisklassen -- 3.2.3 Interfaces und abstrakte Basisklassen -- 3.3 Wissenswertes zu Vererbung -- 3.3.1 Probleme durch Vererbung -- 3.3.2 Delegation statt Vererbung -- 3.4 Fortgeschrittenere OO-Techniken…”
    Libro electrónico
  7. 2027
    Publicado 2018
    “…In the second section you will be able to reinforce your knowledge of architecting real time applications in phoenix and not only debug these applications but also diagnose issues in them. …”
    Libro electrónico
  8. 2028
    Publicado 2018
    Tabla de Contenidos: “…Understanding the various loss functions -- Softmax activation -- Building a more complex network in Keras -- Activation functions -- Optimizers -- Increasing the depth of network -- Impact on change in batch size -- Implementing neural networks in TensorFlow -- Using premade estimators -- Creating custom estimators -- Summary -- Chapter 10: Evaluating Results with TensorBoard -- Setting up TensorBoard -- Overview of summary operations -- Ways to debug the code -- Setting up TensorBoard from TensorFlow -- Summaries from custom estimator -- Summary -- Chapter 11: Optimizing the Model through Hyperparameter Tuning -- The intuition of hyperparameter tuning -- Overview of hyperparameter tuning -- Hyperparameter tuning in Google Cloud -- The model file -- Configuration file -- Setup file -- The __init__ file -- Summary -- Chapter 12: Preventing Overfitting with Regularization -- Intuition of over/under fitting -- Reducing overfitting -- Implementing L2 regularization -- Implementing L1 regularization -- Implementing dropout -- Reducing underfitting -- Summary -- Chapter 13: Beyond Feedforward Networks - CNN and RNN -- Convolutional neural networks -- Convolution layer -- Rectified Linear Units -- Pooling layers -- Fully connected layer -- Structure of a CNN -- TensorFlow overview -- Handwriting Recognition using CNN and TensorFlow -- Run Python code on Google Cloud Shell -- Recurrent neural network -- Fully recurrent neural networks -- Recursive neural networks -- Hopfield recurrent neural networks -- Elman neural networks -- Long short-term memory networks -- Handwriting Recognition using RNN and TensorFlow -- LSTM on Google Cloud Shell -- Summary -- Chapter 14: Time Series with LSTMs -- Introducing time series -- Classical approach to time series -- Estimation of the trend component -- Estimating the seasonality component -- Time series models…”
    Libro electrónico
  9. 2029
    por Fernandez, Adrian
    Publicado 2013
    Tabla de Contenidos: “…8.5 Project 9: Our First Debug Session-A Look Inside Our LaunchPad Brain8.6 Digitizing an Analog Signal; 8.6.1 Analog-to-Digital Conversion (ADC); 8.6.2 How Do I Know What Voltage Level My analogRead() Value Is Correlated to?…”
    Libro electrónico
  10. 2030
    por Green, Dale
    Publicado 2016
    Tabla de Contenidos:
    Libro electrónico
  11. 2031
    Publicado 2017
    “…What You Will Learn Create HTTP handler and introspect the Gorilla Mux router OAuth 2 implementation with Go Build RESTFul API with go-restful, Revel.Go and Buffalo Go Create REST API with MongoDB and Go Build a working client library and unit test for REST API Debug, test, and profile RESTful APIs with each of the frameworks Optimize and scale REST API using microservices In Detail REST is an architectural style that tackles the challenges of building scalable web services and in today's connected world, APIs have taken a central role on the web. …”
    Libro electrónico
  12. 2032
    por Montagnino, Marian, author
    Publicado 2023
    Tabla de Contenidos: “…-- Designing for a machine -- Designing for a human -- Increasing information density with ASCII art -- Displaying information with tables -- Clarifying with emojis -- Using color with intention -- Spinners and progress bars -- Disabling colors -- Being consistent across CLIs -- Naming -- Positional versus flag arguments -- Flag naming -- Usage -- Summary -- Questions -- Further reading -- Answers -- Chapter 9: The Empathic Side of Development -- Technical requirements -- Rewriting errors to be human-readable -- Guidelines for writing error messages -- Decorating errors -- Customizing errors -- Writing better error messages -- Providing debug and traceback information -- Logging data -- Initiating a logger -- Implementing a logger -- Trying out verbose mode to view stack traces -- Effortless bug submission -- Help, documentation, and support -- Generating help text -- Generating man pages -- Embedding empathy into your documentation -- Summary -- Questions -- Further reading -- Answers -- Chapter 10: Interactivity with Prompts and Terminal Dashboards -- Technical requirements -- Guiding users with prompts -- Designing a useful terminal dashboard -- Learning about Termdash -- Implementing a terminal dashboard -- Creating the terminal layer -- Creating the infrastructure layer -- Creating the container layer -- Creating the widgets layer -- Summary -- Questions -- Answers -- Further reading -- Part 4: Building and Distributing for Different Platforms -- Chapter 11: Custom Builds and Testing CLI Commands -- Technical requirements -- What are build tags and how can you use them? …”
    Libro electrónico
  13. 2033
    Publicado 2017
    “…We'll show you the best patterns, practices and common principals of microservice design and you'll learn to troubleshoot and debug the issues faced during development. We'll show you how to design and implement reactive microservices. …”
    Libro electrónico
  14. 2034
    Publicado 2018
    “…What You Will Learn The best way to build a RESTful Web Service or API with Django and the Django REST Framework Develop complex RESTful APIs from scratch with Django and the Django REST Framework Work with either SQL or NoSQL data sources Design RESTful Web Services based on application requirements Use third-party packages and extensions to perform common tasks Create automated tests for RESTful web services Debug, test, and profile RESTful web services with Django and the Django REST Framework In Detail Django is a Python web framework that makes the web development process very easy. …”
    Libro electrónico
  15. 2035
    por Tuttle, Steven
    Publicado 2003
    Tabla de Contenidos: “…4.4 Common problems and solutions -- 4.4.1 Enabling PAM debug -- Chapter 5. Restricting users -- 5.1 Restricted shells -- 5.1.1 Recommended reading -- 5.1.2 Configuring the system and creating a restricted shell user -- 5.2 User limits for a system resource -- 5.2.1 Architecture -- 5.2.2 Security -- 5.2.3 Resources -- 5.2.4 Administration -- 5.3 User login controls -- 5.3.1 Setting up login controls -- 5.3.2 Changing the welcome message on the login display -- 5.3.3 Changing the login display for the CDE -- 5.3.4 Securing unattended terminals -- 5.3.5 Enforcing automatic logoff -- 5.4 Preventing denial-of-service attacks -- Appendix A. …”
    Libro electrónico
  16. 2036
    Publicado 2003
    Tabla de Contenidos: “…Web Access configuration parameters -- Updating the configuration file -- Debug option directive -- Data set name directives -- General control directives -- User ID and privilege class directives -- Directives that control the Information Management API -- UNIX System Services path and file reference directives -- Server side include (SSI) directives -- Business logic exit routine directives -- User profile directives -- Record type directives (used for all record types) -- Generic database search directives -- HTML generation directives -- S-words to left-zero pad and create hyperlinks -- Related publications -- IBM Redbooks -- Other resources -- How to get IBM Redbooks -- IBM Redbooks collections -- Index -- Back cover…”
    Libro electrónico
  17. 2037
    por Lee, Wei-Meng
    Publicado 2005
    Tabla de Contenidos: “…Handle Exit and Close Events; 1.6. Run and Debug the Application; 1.7. Inspect an Object at Runtime; 1.8. …”
    Libro electrónico
  18. 2038
    por Jackson, Mary, 1936-
    Publicado 2001
    Tabla de Contenidos: “…3.6 Subroutine examples3.6.1 Charts; 3.6.2 Normal probability plot; 3.6.3 Generating the efficient frontier with Solver; Summary; References; Appendix 3A The Visual Basic Editor; Stepping through a macro and using other debug tools; Appendix 3B Recording keystrokes in 'relative references' mode; 4 Writing VBA user-defined functions; 4.1 A simple sales commission function; 4.2 Creating Commission(Sales) in the spreadsheet; 4.3 Two functions with multiple inputs for valuing options; 4.4 Manipulating arrays in VBA; 4.5 Expected value and variance functions with array inputs…”
    Libro electrónico
  19. 2039
    por Seibold, Chris
    Publicado 2008
    Tabla de Contenidos: “…HACK 10: Enable Safari Debug MenuHACK 11: Roll Your Own Web Server; Define Your Needs; Using Pre-OS X Macs; Using OS X Hardware; Getting Your Domain; Opening Your Router So Your Web Server Can Peek Out; Setting Up Your Web Server on Older PowerPC Equipment; Pulling It Off with OS X; HACK 12: Two Ways to Reset Safari; HACK 13: Ditch That Hidden Data; Viewing Metadata; Ditching the Metadata; HACK 14: Scrape the Web for Images; HACK 15: User-Initiated Privacy for Web Applications; 3 HACKING MAC OS X; HACK 16: Know Your Cats; HACK 17: Kill Dashboard; Unhacking the Hack…”
    Libro electrónico
  20. 2040
    por Gdeisat, Munther
    Publicado 2013
    “…The book consists of ten chapters, discussing in detail the integrated development environment (IDE), scalars, vectors, arrays, adopting structured programming style using functions and recursive functions, control flow, debug…”
    Libro electrónico