Mostrando 31,981 - 32,000 Resultados de 32,738 Para Buscar 'JAXA~', tiempo de consulta: 0.87s Limitar resultados
  1. 31981
    Publicado 2021
    “…At its core, this book is about learning how to learn.What You Will Learn:Discover how to use the hardware computing resources in your programs effectivelyUnderstand the relationship between memory order and memory barriersFamiliarize yourself with the performance implications of different data structures and organizationsAssess the performance impact of concurrent memory accessed and how to minimize itDiscover when to use and when not to use lock-free programming techniquesExplore different ways to improve the effectiveness of compiler optimizationsDesign APIs for concurrent data structures and high-performance data structures to avoid inefficienciesWho this book is for:This book is for experienced developers and programmers who work on performance-critical projects and want to learn different techniques to improve the performance of their code. …”
    Libro electrónico
  2. 31982
    Publicado 2020
    “…All you need to take advantage of this book is a working understanding of HTML and CSS. No JavaScript knowledge is needed." -- Publisher's description…”
    Libro electrónico
  3. 31983
    Publicado 2024
    Tabla de Contenidos: “…-- Why API security is important -- The growth of the API economy -- APIs are popular with developers -- APIs are increasingly popular with attackers -- Your existing tools do not work well for APIs -- Developers often lack an understanding of API security -- Exploring API building blocks -- Rate limiting -- Cryptography -- Hashes, HMACs, and signatures -- Transport security -- Encoding -- Examining API data formats -- Understanding the elements of API security -- DevOps -- SAST, DAST, SCA, and WAFs -- API management and gateways -- API security platforms -- Setting API security goals -- The three pillars of security -- Abuse and misuse cases -- Data governance -- A positive security model -- Risk-based methodology -- Summary -- Further reading -- Chapter 2: Understanding APIs -- Understanding HTTP fundamentals -- Uniform Resource Locator -- Requests -- Responses -- Methods -- Status codes -- Sessions -- Exploring the types of APIs -- REST -- GraphQL -- RPC -- SOAP -- WebSockets -- Access control -- No authentication -- HTTP authentication -- AWS keyed-HMAC authentication -- Session cookies -- API keys -- OAuth 2.0 -- Access control best practices and methods -- Using JWTs for claims and identity -- Summary -- Further reading -- Chapter 3: Understanding Common API Vulnerabilities -- The importance of vulnerability classification -- Exploring the Open Worldwide Application Security Project API Security Top 10 -- Object-level vulnerabilities -- Authentication vulnerabilities -- Function-level vulnerabilities -- Data vulnerabilities -- Configuration vulnerabilities -- Implementation vulnerabilities -- Vulnerabilities versus abuse cases -- Exploring abuse cases…”
    Libro electrónico
  4. 31984
    por Dang, Luan
    Publicado 2002
    “…A Silicon Valley start-up called Vovida Networks, Inc (think of VOice, VIdeo, DAta) created VOCAL and invested over one hundred man years into its development. …”
    Libro electrónico
  5. 31985
    por Lawson, Susan
    Publicado 2003
    Materias:
    Libro electrónico
  6. 31986
    Publicado 2022
    “…You will then work on Google Trends where you will be working with XML, defining XML data, Get/read Google Trends function, Unmarshal function, printing the trends, and much more. …”
    Video
  7. 31987
    Publicado 2023
    “…Basic familiarity with JavaScript is beneficial, while HTML and CSS understanding will be advantageous but not mandatory. …”
    Video
  8. 31988
    Publicado 2023
    “…As you advance, you'll cover middleware best practices, learning how to handle frontend tasks involving JavaScript, CSS, and image files. You'll examine the best approach for working with Blazor applications and familiarize yourself with controllers and Razor Pages. …”
    Libro electrónico
  9. 31989
    por Wheat, Dale
    Publicado 2011
    Tabla de Contenidos: “…When in Doubt: Product DatasheetsDevice Packaging; Through-Hole DIPs; Surface-Mount Devices (SMDs); Extra Pins; Pin Descriptions; Power Pins; Digital and Analog Power Supplies; Analog Reference (AREF); RESET; XTAL1 and XTAL2; General-Purpose Input/Output (I/O) Ports; Alternate Pin Functions; AVR Core; Clock Sources; Address Spaces; Program Memory; Data Memory; Registers; Input/Output Registers; EEPROM; Configuration Fuses; Instruction Set; Machine Language Instructions; Internal Peripherals; General Purpose Input/Output (I/O); External Interrupts; Timer/Counters; Timer/Counter 0…”
    Libro electrónico
  10. 31990
    Publicado 2021
    Tabla de Contenidos: “…Setting Up the IoT and AI Environment -- Handling Data -- Machine Learning for IoT -- Deep Learning for Predictive Maintenance -- Anomaly Detection -- Computer Vision -- NLP and Bots for Self-Ordering Kiosks -- Optimizing with Microcontrollers and Pipelines -- Deploying to the Edge…”
    Libro electrónico
  11. 31991
    Publicado 2020
    “…You'll also find out how to build a sample set of tests in a step-by-step manner and use TestCafe to log in to the website, verify the elements present on different pages, create/delete entities, and run custom JavaScript code. As you advance, you'll delve into several stages of refactoring that will take you through the showcase setup/teardown and PageObject patterns. …”
    Libro electrónico
  12. 31992
    Publicado 2020
    “…A good understanding of JavaScript programming is required before getting started with this web development book…”
    Libro electrónico
  13. 31993
    por Perry, Michael L. author
    Publicado 2020
    “…Theory and practice of data management in distributed systems…”
    Libro electrónico
  14. 31994
    Publicado 2020
    “…Prior knowledge of Vue.js and JavaScript is required before getting started with this book…”
    Libro electrónico
  15. 31995
    por Harbour, Jonathan S.
    Publicado 2013
    “…Install and configure the free development tools, including the Android 4 SDK, Java Development Kit, and Eclipse (or NetBeans) Use the Android graphics system to bring your game characters to life Load and manage bitmaps, and use double buffering for better performance Incorporate timing and animation with threaded game loops Tap into the touch screen for user input Learn to use Android sensors such as the accelerometer, gyroscope, compass, light detector, and thermometer Integrate audio into your games using the media player Build your own game engine library to simplify gameplay code in your projects Animate games with sprites using atlas images and fast matrix transforms Employ object-oriented programming techniques using inheritance and data hiding Create an advanced animation system to add interesting behaviors to game objects Detect collisions and simulate realistic movement with trigono..…”
    Libro electrónico
  16. 31996
    Publicado 2024
    “…You'll delve into various data formats like JSON, XML, and YAML, essential for modern software development and API interactions. …”
    Video
  17. 31997
    Publicado 2024
    “…No prior automation or coding experience required; course suitable for beginners with JavaScript concepts included. Requires only a Windows/MAC computer and a browser (Firefox or Chrome). …”
    Video
  18. 31998
    por Afonso, Daniel
    Publicado 2023
    Tabla de Contenidos:
    Libro electrónico
  19. 31999
    Publicado 2023
    Tabla de Contenidos: “…Building a factory for the FormData objects -- Building a Vitest test suite for the form action -- Summary -- Chapter 5: Validating Form Data -- Technical requirements -- Adding a Playwright test for validating form errors -- Displaying SvelteKit form errors -- Passing the form data through the page component -- Validating data in the form action -- Clearing the data store between tests -- Summary -- Chapter 6: Editing Form Data -- Technical requirements -- Planning the path ahead -- Adding a Playwright test for editing form data -- Evolving the repository to allow ID lookup -- Updating the form action to handle edits -- Replacing items in the repository -- Protecting against unknown identifiers -- Updating return values to include identifiers -- Updating the list page with a new edit mode -- Adding a toggle mode to the page -- Summary -- Part 2: Refactoring Tests and Application Code -- Chapter 7: Tidying up Test Suites -- Technical requirements -- Using page object models in Playwright tests -- Extracting an action helper -- Extracting a factory method for creating data objects -- Summary -- Chapter 8: Creating Matchers to Simplify Tests -- Technical requirements -- Test-driving the pass or failure of an expectation -- Understanding matcher structure -- Testing a matcher -- Writing the toBeUnprocessableEntity matcher -- Providing extra information in failure messages -- Implementing the negated matcher -- Updating existing tests to use the matcher -- Summary -- Chapter 9: Extracting Logic Out of the Framework -- Technical requirements -- Migrating tests with a test todo list -- Porting tests from the form action -- Duplicating form validation behavior in the repository -- Extracting common methods -- Summary -- Chapter 10: Test-Driving API Endpoints -- Technical requirements -- Creating a service test with Playwright…”
    Libro electrónico
  20. 32000
    Publicado 2023
    “…Prior knowledge of programming and familiarity with JavaScript and React is necessary. The course assumes that you have a basic understanding of front-end and back-end development and of REST APIs and HTTP requests. …”
    Video