Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Development 386
- Application software 267
- Computer software 161
- Cloud computing 119
- Git (Computer file) 116
- Computer programming 99
- Open source software 85
- Python (Computer program language) 79
- Computer programs 68
- Web site development 67
- Web applications 58
- Management 50
- Software engineering 48
- Application program interfaces (Computer software) 47
- Microsoft .NET Framework 44
- Artificial intelligence 43
- Programming 43
- JavaScript (Computer program language) 40
- Machine learning 40
- Design 39
- Java (Computer program language) 36
- Web sites 35
- Electronic data processing 31
- Computer networks 29
- Linux 29
- Programming languages (Electronic computers) 29
- Data mining 25
- Operating systems (Computers) 25
- Software architecture 24
- Testing 24
-
401Publicado 2018Tabla 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 -
402Publicado 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 -
403Publicado 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 -
404Publicado 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 -
405Publicado 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 -
406Publicado 2024“…Finally,, you will get practical experience using leading systems like GitHub Copilot, Qdrant, and OpenAI to generate code, and text. …”
Video -
407Publicado 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 -
408por Verzani, JohnTabla 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…”
Publicado 2012
Libro electrónico -
409Publicado 2014Tabla 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 -
410por Dannen, ChrisTabla 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…”
Publicado 2011
Libro electrónico -
411Publicado 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 -
412Publicado 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 -
413Publicado 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 -
414Publicado 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 -
415por Spurlock, Jake“…Developed by Twitter and available free from GitHub, Bootstrap supports responsive design by dynamically adjusting your web page layout. …”
Publicado 2013
Libro electrónico -
416Publicado 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 -
417Publicado 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 -
418Publicado 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 -
419Publicado 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 -
420Publicado 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