Mostrando 667,461 - 667,480 Resultados de 668,645 Para Buscar 'C5N~', tiempo de consulta: 2.08s Limitar resultados
  1. 667461
    Publicado 2024
    Tabla de Contenidos: “….NET MAUI Projects: Build multi-platform desktop and mobile apps from scratch using C# and Visual Studio 2022…”
    Libro electrónico
  2. 667462
    Publicado 2024
    “…El régimen de separación de bienes -- C) Convivencia matrimonial de hecho. Capítulo 15. …”
    Libro
  3. 667463
    Publicado 2023
    “…Now the Director of Content Development at ACI Learning, Ronnie's credentials include CCNP Enterprise Infrastructure, CCNA, CompTIA's A+, Network+, Security+, ISC2 CC, CNA Security, and PCNSA…”
    Video
  4. 667464
    Publicado 2023
    “…Distinctions: Bachelor of Science in Telecommunication, Voice-Over Talent Certification: (ISC)_ CC: Certified in Cybersecurity…”
    Video
  5. 667465
    Publicado 2023
    “…Now the Director of Content Development at ACI Learning, Ronnie's credentials include CCNP Enterprise Infrastructure, CCNA, CompTIA's A+, Network+, Security+, ISC2 CC, CNA Security, and PCNSA…”
    Video
  6. 667466
    Publicado 2023
    Tabla de Contenidos: “…Key downstream impacts on key industries globally -- The use of AI systems with malware -- Cybersecurity, malware, and the socio-economic fabric -- Summary -- Part 2 - The Current State of Key Malware Science AI Technologies -- Chapter 3: Topological Data Analysis for Malware Detection and Analysis -- The mathematics of space and continuous transformations -- A deeper dive into the "shape of the data" -- How TDA creates a multi-dimensional data representation -- Transforming a malware binary into a topological space -- Homology -- Persistence homology distinguishes meaningful patterns from random data fluctuations -- Improving detection algorithms to predict the behavior of new malware -- TDA - comparing and contrasting the persistence diagrams of different software -- Using malware persistence diagrams to classify unknown software -- Persistence homology - filtering noise to find meaningful patterns -- Classifying unknown malware with characteristic persistent features -- Leveraging classification to manage threat response -- A deeper dive - employing TDA for threat management -- Summary -- Chapter 4: Artificial Intelligence for Malware Data Analysis and Detection -- AI techniques used in malware data analysis -- Supervised learning -- Challenges and considerations -- Unsupervised learning -- Deep learning for malware analysis deep learning -- Benefits of AI techniques in malware data analysis -- Challenges in AI-based malware analysis -- Benefits of AI in malware detection -- Enhanced detection accuracy -- Future prospects -- Improved adversarial defense -- Hybrid approaches -- Explainable AI (XAI) -- Summary -- Chapter 5: Behavior-Based Malware Data Analysis and Detection -- Behavior-based malware data analysis -- Data collection -- Behavior analysis -- Behavior-based malware detection…”
    Libro electrónico
  7. 667467
    Publicado 2019
    “…Their enthusiastic encouragement persuaded the co-founders to move ahead with the always daunting task of creating a high-quality conference. …”
    Libro electrónico
  8. 667468
    Publicado 2008
    Tabla de Contenidos: “…-- Installing Visual C# Express -- Installing the DirectX Runtime -- Installing XNA Game Studio Express -- Creating Spacewar Windows Project -- Compiling and Running Spacewar -- Summary -- 2 XNA and the Xbox 360 -- Creating Spacewar Xbox 360 Project -- Buying the XNA Creators Club Subscription -- Connecting the Xbox 360 to the PC -- Deploying on the Xbox 360 -- Debugging on the Xbox 360 -- Creating a Test Demo for the Xbox 360 -- Programming for Dual Platforms -- The .NET Compact Framework on the Xbox 360 -- Summary -- 3 Performance Considerations -- Measure, Measure, Measure -- Managing Memory -- Understanding the Garbage Collector -- Optimization Suggestions -- Summary -- Part II: Understanding XNA Basics -- 4 Creating 3D Objects -- Vertices -- Vectors -- Matrices -- Transformations -- Transformations Reloaded -- Creating a Camera -- Vertex Buffers -- Effects -- Textures -- Index Buffers -- XNA Game Components -- Checking Performance -- Transformations Revolutions -- Summary -- 5 Input Devices and Cameras -- Creating a Game Service -- Starting a Library -- Working with Input Devices -- Creating a Stationary Camera -- Creating a First Person Camera -- Creating a Split Screen -- Summary -- Part III: Content Pipeline -- 6 Loading and Texturing 3D Objects -- Understanding the Content Pipeline -- Loading 3D Models -- Texturing 3D Models -- Summary -- 7 Sounds and Music -- Microsoft Cross-Platform Audio Creation Tool (XACT) -- Wave Banks -- Sounds Banks -- Understanding Variations -- Updating Our Input Handlers -- Plugging In Our Sound Manager -- Creating a Sound Demo -- Summary -- 8 Extending the Content Pipeline -- Creating a Skybox -- Using the Skybox…”
    Libro electrónico
  9. 667469
    Publicado 2017
    “…Implement a highly scalable and dynamic web server using Node.js and Express Implement a MongoDB data store for your web applications Access and interact with MongoDB from Node.js JavaScript code Learn the basics of TypeScript Define custom Angular directives that extend the HTML language Build server-side web services in JavaScript Implement client-side services that can interact with the Node.js web server Build dynamic browser views that provide rich user interaction Add authenticated user accounts and nested comment components to your web applications and pages Contents at a Glance Part I: Getting Started 1 Introducing the Node.js-to-Angular Stack 2 JavaScript Primer Part II: Learning Node.js 3 Getting Started with Node.js 4 Using Events, Listeners, Timers, and Callbacks in Node.js 5 Handling Data I/O in Node.js 6 Accessing the File System from Node.js 7 Implementing HTTP Services in Node.js 8 Implementing Socket Services in Node.js 9 Scaling Applications Using Multiple Processors in Node.js 10 Using Additional Node.js Modules Part III: Learning MongoDB 11 Understanding NoSQL and MongoDB 12 Getting Started with MongoDB 13 Getting Started with MongoDB and Node.js 14 Manipulating MongoDB Documents from Node.js 15 Accessing MongoDB from Node.js 16 Using Mongoose for Structured Schema and Validation 17 Advanced MongoDB Concepts Part IV..…”
    Libro electrónico
  10. 667470
    Publicado 2012
    “…To receive your 10% off discount code: Register your product at pearsonITcertification.com/register Follow the instructions Go to your Account page and click on “Access Bonus Content” CompTIA A+ 220-801 and 220-802 Authorized Cert Guide, Deluxe Edition is a best-of-breed full-color study guide. …”
    Libro electrónico
  11. 667471
    Publicado 2017
    Tabla de Contenidos: “…Exercise 3.4 - Practice exception handling -- Exercise 3.5 - Explore topics -- Summary -- Chapter 4: Writing, Debugging, and Testing Functions -- Writing functions -- Writing a times table function -- Writing a function that returns a value -- Writing mathematical functions -- Formatting numbers for output -- Calculating factorials with recursion -- Debugging an application during development -- Creating an application with a deliberate bug -- Setting a breakpoint -- The debugging toolbar -- Debugging windows -- Stepping through code -- Customizing breakpoints -- Logging during development and runtime -- Instrumenting with Debug and Trace -- Writing to the default trace listener -- Configuring trace listeners -- Switching trace levels -- Unit testing functions -- Creating a class library that needs testing with Visual Studio 2017 -- Creating a unit test project with Visual Studio 2017 -- Creating a class library that needs testing with Visual Studio Code -- Writing unit tests -- Running unit tests with Visual Studio 2017 -- Running unit tests with Visual Studio Code -- Practicing and exploring -- Exercise 4.1 - Test your knowledge -- Exercise 4.2 - Practice writing functions with debugging and unit testing -- Exercise 4.3 - Explore topics -- Summary -- Chapter 5: Building Your Own Types with Object-Oriented Programming -- Talking about OOP -- Building class libraries -- Creating a class library with Visual Studio 2017 -- Creating a class library with Visual Studio Code -- Defining a class -- Instantiating a class -- Referencing an assembly using Visual Studio 2017 -- Referencing an assembly using Visual Studio Code -- Importing a namespace -- Managing multiple projects with Visual Studio Code -- Inheriting from System.Object -- Storing data with fields -- Defining fields -- Understanding access modifiers -- Storing a value using the enum keyword…”
    Libro electrónico
  12. 667472
    por Yuen, P. K.
    Publicado 2003
    “…Topics covered include: Basic - HTML/XHTML, CSS, Java, ECMAScript (or JavaScript), XML, and XSLT Intermediate – DOM (W3C Document Object Model), CGI, Perl, ASP, ASP.NET, and PHP Advanced – MySQL (Web Databases), SSL and TLS (Web Security), WML and WMLScript (Mobile Internet) Other key features: Over 400 working examples presented in "cut and paste" format which can be used directly in other Web applications Over 450 illustrations and screen shots Supporting Web site at www.practical-web.com About the authors P.K. …”
    Libro electrónico
  13. 667473
    Publicado 2022
    “…You need to know the basics of designing a RESTful API along with a PC running Windows, macOS, or Linux with Visual Studio Code (or a similar IDE that can build C# projects) to carry out hands-on activities and exercises for this course. …”
    Video
  14. 667474
    Publicado 2022
    “…We are on a mission to demonstrate that big tech companies and brands more broadly can and will become a monumental part of the fintech community. …”
    Libro electrónico
  15. 667475
    Publicado 2022
    “…You will also have built three awesome real-world projects that you can show on your resume to get selected in interviews, use the base code to create other projects, and build a better and deeper knowledge of GO. …”
    Video
  16. 667476
    por Kuttig, Alexander Benedikt
    Publicado 2022
    “…The book makes it easy to understand how React Native works under the hood using step-by-step explanations and practical examples so you can use this knowledge to develop highly performant apps. …”
    Libro electrónico
  17. 667477
    Publicado 2019
    “…Such cases, where the so-called prototypical use of possessive suffixes (i.e. denoting a possessive relation) fails to serve as an explanation, are frequently subsumed under the node of non-prototypical use and a secondary, non-possessive function is attributed to possessive suffixes. …”
    Libro electrónico
  18. 667478
    Publicado 2023
    “…Related Learning: Video: AWS Certified Solutions Architect Associate (SAA-C03) Live Training: AWS Certified Solutions Architect Associate (SAA-C03) Crash Course Book: AWS Certified Solutions Architect - Associate (SAA-C03) Cert Guide, 2nd Edition Practice Test: AWS Certified Solutions Architect - Associate (Pearson Practice Test) Episode 1: Introduction to the AWS Solutions Architect - Associate Exam Host Chad Smith walks you through the foundations of the AWS Solutions Architect exam, focusing on exam logistics and strategies for taking the test. …”
    Grabación no musical
  19. 667479
    por Damerdji, Amina
    Publicado 2022
    “…En 1966, sept ans après l’avènement de la révolution cubaine, un nouveau groupe poétique naît autour de la revue El caimán barbudo affiliée au parti communiste de Cuba. …”
    Libro electrónico
  20. 667480
    por Chowdhary, Ankush
    Publicado 2023
    Tabla de Contenidos: “…Projects -- Applying constraints using the Organization Policy Service -- Organization policy constraints -- Policy inheritance -- Asset management using Cloud Asset Inventory -- Asset search -- Asset export -- Asset monitoring -- Asset analyzer -- Best practices and design considerations -- Summary -- Further reading -- Chapter 5: Understanding Google Cloud Identity -- Overview of Cloud Identity -- Cloud Identity domain setup -- Super administrator best practices -- Securing your account -- 2-step verification -- User security settings -- Session length control for Google Cloud -- SAML-based SSO…”
    Libro electrónico