Mostrando 401 - 420 Resultados de 1,168 Para Buscar '"Git"', tiempo de consulta: 0.07s Limitar resultados
  1. 401
    Publicado 2018
    Tabla de Contenidos: “…Building and Installing -- Using BusyBox -- User Space Initialization -- Stage 1 Boot Loader -- Stage 2 MLO -- U-Boot -- Linux Kernel -- Systemd -- User Space Initialization, the "Old Way" -- Resources -- 15 U-boot boot loader and getting ready to ship -- U-Boot -- Background -- Installing and Configuring U-Boot -- Testing a New U-Boot -- The "Sandbox" -- Device Trees -- Putting the Application in eMMC Flash -- Resources -- 16 Source code control - GIT -- Background -- Introducing git -- File states and life cycle -- Branching and merging -- Configuring git -- Graphical git -- Creating a new repository -- Resources -- 17 Linux and real-time -- Hard versus Soft Real-Time -- Why Linux is Not Real-Time -- Measuring Latency: Cyclictest -- Improving Linux Latency -- Two Approaches -- Preemption Improvement -- Interrupt Abstraction -- A Third Way: Xenomai -- Working With PREEMPT_RT -- Wrap Up -- Resources -- Appendix A: U-boot Commands -- Information Commands -- Memory Commands -- NAND Flash Memory Commands -- Execution Control Commands -- Download Commands -- Environment Variable Commands -- Environment Variables -- Appendix B: Why Software Should Not Have Owners -- Index -- Back Cover…”
    Libro electrónico
  2. 402
    Publicado 2019
    “…"Rust is a systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety. Nathan Stocks (GitHub) leads a fast-paced introduction to Rust concepts, features, community, and language fundamentals. …”
    Vídeo online
  3. 403
    Publicado 2023
    “…Familiarity with SQL, the command line, and version control with git is advantageous. This four-week course focuses on leveraging Rust to create efficient, safe, and concurrent data processing systems. …”
    Video
  4. 404
    Publicado 2024
    “…Generative AI tools such as ChatGPT, GitHub Copilot, and Replit Ghostwriter have increased the speed and efficiency of software development but pose myriad challenges and questions: Who trains these tools? …”
    Vídeo online
  5. 405
    Publicado 2022
    “…The resulting setup will allow each student to write some code, check that code into a git repo, and then watch that code get automatically built, tested, and potentially deployed, using containers for everything…”
    Video
  6. 406
    Publicado 2024
    “…Finally,, you will get practical experience using leading systems like GitHub Copilot, Qdrant, and OpenAI to generate code, and text. …”
    Video
  7. 407
    Publicado 2022
    “…Learn Objectives In this video lesson, I'll go over the details with an example repository you can use for reference including the following learning objectives: Create a FastAPI application with HuggingFace Interact with the model with HTTP from a container using FastAPI Containerize the application using GitHub Actions Create repository secrets to login and push to Docker Hub Resources Example repository Practical MLOps book MLOps Maturity Model Packaging ML models…”
    Video
  8. 408
    por Verzani, John
    Publicado 2012
    Tabla de Contenidos: “…Debugging R Code in RStudioPackage Maintenance; Organizing Activities with Projects; Version Control with RStudio; Getting started with version control; Using Git to keep a history of changes; Collaborating with Git; Case Study: Report Generation using Sweave…”
    Libro electrónico
  9. 409
    Publicado 2014
    Tabla de Contenidos: “…Restricting gear sizes for a domain using rhcLeaving a domain using rhc; Deleting a domain using rhc; Chapter 3: Creating and Managing Applications; Introduction; Creating an OpenShift application using the rhc command-line client; Specifying your own template Git repository URL; Starting/stopping/restarting an application; Adding and managing add-on cartridges; Adding a cron cartridge to an application; Using downloadable cartridges with OpenShift applications; Viewing application details; Cloning the application Git repository using rhc; SSH into the application gear using rhc…”
    Libro electrónico
  10. 410
    por Dannen, Chris
    Publicado 2011
    Tabla de Contenidos: “…Tools; Using MGTwitterEngine; Making API Calls; Error Handling; Using ShareKit; Summary; Chapter 4 Getting Set Up; Git 'Er Dun; Github.com; Installing Git; Git Basics; Bookmark These Twitter Resources; Also Bookmark These Facebook Resources; A Note on Bug Tracking; Hello Facebook; Creating a Project; Adding the Facebook iOS SDK Source Code; Add UIViewController; Hello Twitter; Creating a Project…”
    Libro electrónico
  11. 411
    Publicado 2018
    “…What You Will Learn Become fluent with the basic components of Mobile Devops Find out how to use code repositories and install Git on an EC2 server and manage users and groups Set up an Android device for development and install Visual Studio and Xamarin on Windows Create an Android project and UI for applications Add permissions to Android Manifest Write tests with Xamarin. …”
    Libro electrónico
  12. 412
    Publicado 2024
    “…Drawing from GitGuardian's extensive experience in securing millions of lines of code for organizations worldwide, Crafting Secure Software takes you on an exhaustive journey through the complex world of software security and prepares you to face current and emerging security challenges confidently. …”
    Libro electrónico
  13. 413
    Publicado 2022
    “…Then, you will set up continuous deployment with GitHub actions and Azure web app services. You will also look at how to manage application secrets in .NET applications and use Azure Service Bus and queues. …”
    Video
  14. 414
    Publicado 2009
    “…This updated edition offers a tighter focus on Linux system essentials, as well as more coverage of new capabilities such as virtualization, wireless network management, and revision control with git. It also highlights the most important options for using the vast number of Linux commands. …”
    Libro electrónico
  15. 415
    por Spurlock, Jake
    Publicado 2013
    “…Developed by Twitter and available free from GitHub, Bootstrap supports responsive design by dynamically adjusting your web page layout. …”
    Libro electrónico
  16. 416
    Publicado 2024
    “…As you progress, you'll explore the core syntax of C#, delve into GitHub, and learn debugging and troubleshooting techniques that are crucial for real-world development. …”
    Video
  17. 417
    Publicado 2024
    “…Additionally, tools like GitHub and Data Copilots can assist with code generation, enabling quicker development, testing, and optimization of data pipelines. …”
    Vídeo online
  18. 418
    Publicado 2024
    “…Through hands-on demos, you'll learn how to seamlessly integrate Sentinel with Azure DevOps and GitHub, ensuring a smooth and scalable security infrastructure. …”
    Vídeo online
  19. 419
    Publicado 2022
    “…It will include the following learning objectives: Work with logic in Python, assigning variables and using different data structures Create functions and classes of different types Write, run, and debug tests using Pytest to validate your work Manipulate data with Pandas Create and modify NumPy arrays Index This course is divided into content for 4 weeks, with 3 lessons per week: Week 1: Introduction to Python Reference GitHub Repository Working with variables and types Introduction to Python data structures Adding and extracting data from data structures Week 2: Python functions and Classes Reference GitHub Repository Working with functions Building classes and using methods Modules and advanced usage Week 3: Testing in Python Reference GitHub Repository Introduction to testing Writing useful tests Test failures Week 4: Introduction to Pandas and Numpy Reference GitHub Repository Basic Pandas usage Working with datasets Introduction to NumPy Resources Week 1 GitHub repository: Introduction to Python Week 2 GitHub repository: Python Functions and Classes Week 3 GitHub repository: Testing In Python Week 4 GitHub repository: Introduction to Pandas and Numpy Python dictionaries Learn Module Testing In Python book Minimal Python book Python for Beginners Learn Path Practical MLOps book…”
    Video
  20. 420
    Publicado 2022
    “…Learn Objectives In this video lesson, I'll go over the details with an example repository you can use for reference including the following learning objectives: Create a FastAPI application with HuggingFace Interact with the model with HTTP from a container using FastAPI Containerize the application using GitHub Actions Create repository secrets to login and push to Azure Container Registry Resources Example repository Practical MLOps book MLOps Maturity Model Packaging ML models…”
    Video