Mostrando 2,861 - 2,880 Resultados de 3,162 Para Buscar 'debbugs~', tiempo de consulta: 1.24s Limitar resultados
  1. 2861
    Publicado 2016
    “…Discover what a progressive web app is and how to recognize one Review the current features, capabilities, and limitations of PWAs Understand PWA creation and the challenges you’ll face during development Learn the core technologies: Web app manifest, service workers, and web push notifications Review PWA starter kits, UI frameworks, PWA validation, and PWA debugging Understand the basics of PWA web performance optimization Learn how to move a PWA onto platforms that don’t support PWA technology Maximilano Firtman knows mobile. …”
    Video
  2. 2862
    Publicado 2011
    “…Each chapter covers configuration syntax and examples, debug outputs with explanations, and ACS screenshots. …”
    Libro electrónico
  3. 2863
    Publicado 2014
    “…Coverage includes • Demonstrating why “mobile first” is still a best practice • Fusing content, structure, and beauty to deliver experiences users love • Using responsive images to improve speed and convey visual messages more effectively • Using grid systems without making it feel like your design is “locked in a box” • Mastering measurement values such as px, em, rem, and viewport units—and understanding their crucial differences • Improving the finer details of your design with web fonts • Retrofitting current websites to prepare them for the future • Introducing web components into your HTML markup • Using built-in browser development tools to streamline debugging and “in-browser” prototyping…”
    Libro electrónico
  4. 2864
    Publicado 2023
    “…Take new Makers from simply copying and duplicating through to debugging and understanding…”
    Libro electrónico
  5. 2865
    Publicado 2019
    “…Most of the lessons aren't Cassandra related but instead apply to hardware, drivers, operating system, or the JVM, debugging for days and searching for that metric anomaly or that log line that would give us a hint on what went wrong. …”
    Vídeo online
  6. 2866
    Publicado 2022
    “…In this video you will learn: Create a Python Flask application for containerization Use a Dockerfile to create the Flask container Use GitHub Actions to automatically deploy the container after a pull request or changes to the main branch Push your container to the GitHub container registry from the GitHub repository Create the web app on the Azure portal and connect it to GitHub Actions Host the containerized Python Flask application on Azure Debugging techniques for broken containers and other common errors like incorrect ports Useful Resources GitHub repository with sample code Free Azure Certification for Students Try Azure for Free AZ-900 Azure Fundamentals reference guide Azure SAMBA file share Azure Remote Compute for VSCode…”
    Video
  7. 2867
    Publicado 2017
    “…Discover how OpenACC makes scalable parallel programming easier and more practical Walk through the OpenACC spec and learn how OpenACC directive syntax is structured Get productive with OpenACC code editors, compilers, debuggers, and performance analysis tools Build your first real-world OpenACC programs Exploit loop-level parallelism in OpenACC, understand the levels of parallelism available, and maximize accuracy or performance Learn how OpenACC programs are compiled Master OpenACC programming best practices Overcome common performance, portability, and interoperability challenges Efficiently distribute tasks across multiple processors Register your product at informit.com/register for convenient access to downloads, updates, and/or corrections as they become available…”
    Libro electrónico
  8. 2868
    Publicado 2005
    “…This book's coverage includes Discovering how malicious code attacks on a variety of platforms Classifying malware strategies for infection, in-memory operation, self-protection, payload delivery, exploitation, and more Identifying and responding to code obfuscation threats: encrypted, polymorphic, and metamorphic Mastering empirical methods for analyzing malicious code—and what to do with what you learn Reverse-engineering malicious code with disassemblers, debuggers, emulators, and virtual machines Implementing technical defenses: scanning, code emulation, disinfection, inoculation, integrity checking, sandboxing, honeypots, behavior blocking, and much more Using worm blocking, host-based intrusion prevention, and network-level defense strategies © Copyright Pearson Education. …”
    Libro electrónico
  9. 2869
    Publicado 2016
    “…The ultimate guide to managing, building, and deploying large-scale clusters with Apache Mesos About This Book Master the architecture of Mesos and intelligently distribute your task across clusters of machines Explore a wide range of tools and platforms that Mesos works with This real-world comprehensive and robust tutorial will help you become an expert Who This Book Is For The book aims to serve DevOps engineers and system administrators who are familiar with the basics of managing a Linux system and its tools What You Will Learn Understand the Mesos architecture Manually spin up a Mesos cluster on a distributed infrastructure Deploy a multi-node Mesos cluster using your favorite DevOps See the nuts and bolts of scheduling, service discovery, failure handling, security, monitoring, and debugging in an enterprise-grade, production cluster deployment Use Mesos to deploy big data frameworks, containerized applications, or even custom build your own applications effortlessly In Detail Apache Mesos is open source cluster management software that provides efficient resource isolations and resource sharing distributed applications or frameworks. …”
    Libro electrónico
  10. 2870
    Publicado 2016
    “…There were DevOps sessions on building Jenkins based continuous delivery pipelines, bash script testing, DDoS attacks, ChatOps, and best methods for debugging distributed systems. There were infrastructure talks on microservices and Docker containers with close looks at autopiloting, AppSec, monitoring and troubleshooting, and Redis NoSQL deployments. …”
    Video
  11. 2871
    Publicado 2017
    “…The tutorials–almost 28 hours in total–cover advanced methods for debugging with Chrome DevTools, building hybrid mobile apps with Ionic, an immersive introduction to React Native, and five other illuminating subjects. …”
    Video
  12. 2872
    Publicado 2015
    “…Coverage includes Preparing your computer to run CUDA programs Understanding CUDA’s parallelism model and C extensions Transferring data between CPU and GPU Managing timing, profiling, error handling, and debugging Creating 2D grids Interoperating with OpenGL to provide real-time user interactivity Performing basic simulations with differential equations Using stencils to manage related computations across threads Exploiting CUDA’s shared memory capability to enhance performance Interacting with 3D data: slicing, volume rendering, and ray casting Using CUDA libraries Finding more CUDA resources and code Realistic example applications include Visualizing functions in 2D and 3D Solving differential equations while changing initial or boundary conditions Viewing/processing images or image stacks Computing inner products and centroids Solving systems of linear algebraic equations Monte-Carlo computations…”
    Libro electrónico
  13. 2873
    Publicado 2018
    “…By the end of the book, you will have learned how to extend the NAV data model, how to write and debug custom code, and how to exchange data with external applications. …”
    Libro electrónico
  14. 2874
    por Charpentier, Michel
    Publicado 2022
    “…Using these features will enable developers and programmers to write high-quality code that is easier to understand, debug, optimize, and evolve. Key topics covered include: Recursion and tail recursion Pattern matching and algebraic datatypes Persistent structures and immutability Higher-order functions and lambda expressions Lazy evaluation and streams Threads and thread pools Atomicity and locking Synchronization and thread-safe objects Lock-free, non-blocking patterns Futures, promises, and functional-concurrent programming As a bonus, the book includes a discussion of common typing strategies used in modern programming languages, including type inference, subtyping, polymorphism, type classes, type bounds, and type variance. …”
    Libro electrónico
  15. 2875
    Publicado 2016
    “…New coverage in this edition includes Thorough coverage of OpenGL 4.5 Direct State Access (DSA), which overhauls the OpenGL programming model and how applications access objects Deeper discussions and more examples of shader functionality and GPU processing, reflecting industry trends to move functionality onto graphics processors Demonstrations and examples of key features based on community feedback and suggestions Updated appendixes covering the latest OpenGL libraries, related APIs, functions, variables, formats, and debugging and profiling techniques…”
    Libro electrónico
  16. 2876
    Publicado 2016
    “…You’ll learn how to Overcome key challenges of creating custom embedded distributions Jumpstart and iterate OS stack builds with the OpenEmbedded Build System Master build workflow, architecture, and the BitBake Build Engine Quickly troubleshoot build problems Customize new distros with built-in blueprints or from scratch Use BitBake recipes to create new software packages Build kernels, set configurations, and apply patches Support diverse CPU architectures and systems Create Board Support Packages (BSP) for hardware-specific adaptations Provide Application Development Toolkits (ADT) for round-trip development Remotely run and debug applications on actual hardware targets Ensure open-source license compliance Scale team-based projects with Toaster, Build History, Source Mirrors, and Autobuilder…”
    Libro electrónico
  17. 2877
    por Wootton, Cliff. author
    Publicado 2016
    “…What You'll Learn Use terminal emulators to access the command line and talk to the device Establish Wi-Fi connectivity with a wireless network Upgrade the operating system and install additional software Bring up Eclipse IDE and create a cross-compiler toolchain on Mac OS X Cross-compile for the ARM processors in the ARTIK modules using Arduino IDE with libArduino to C Use C to access the ARTIK hardware via a file based API Use Node.js and Python inside the ARTIK module Integrate applications with the Samsung SAMI data aggregation hub Use Temboo to generate IoT software solutions that can be downloaded and compiled natively inside the ARTIK Debug applications with software and hardware probes Who This Book Is For Moderately experienced developers wanting to understand ARTIK and how to interact with it from within their own apps or web services. …”
    Libro electrónico
  18. 2878
    por Moolayil, Jojo. author
    Publicado 2019
    “…Design, develop, train, validate, and deploy deep neural networks using the Keras framework Use best practices for debugging and validating deep learning models Deploy and integrate deep learning as a service into a larger software service or product Extend deep learning principles into other popular frameworks…”
    Libro electrónico
  19. 2879
    por Zammetti, Frank. author
    Publicado 2013
    “…You'll learn: How to design a full-featured app, including requirements like offline access How to build the client-side of the app using jQuery Mobile, including adding stub code for calling the node.js server How to create a simple server with node.js and interact with it using REST How to use MongoDB with node.js for data storage How to use PhoneGap to ready your app for mobile deployment How to test and debug your app on iOS and Android Pro iOS and Android Apps for Business is for experienced web developers who need to get up to speed quickly in building iOS and Android apps for business. …”
    Libro electrónico
  20. 2880
    Publicado 2015
    “…All examples for this book are available at theapplanet.com/appinventor Coverage includes: Understanding mobile devices and how mobile apps run on them Planning your app's behavior and appearance with the Designer Using the Blocks Editor to tell your app what to do and how to do it Creating variables and learning how to use them effectively Using procedures to group and reuse pieces of code in larger, more complicated apps Storing data in lists and databases Using App Inventor's gaming, animation, and media features Creating more sophisticated apps by using multiple screens Integrating sensors to make your app location-aware Debugging apps and fixing problems Combining creativity and logical thinking to envision more complex apps…”
    Libro electrónico