並び順

ブックマーク数

期間指定

  • から
  • まで

201 - 240 件 / 454件

新着順 人気順

Documentationの検索結果201 - 240 件 / 454件

  • Continuous deployment from Git using Cloud Build  |  Cloud Run Documentation  |  Google Cloud

    Send feedback Continuous deployment from Git using Cloud Build Stay organized with collections Save and categorize content based on your preferences. You can use Cloud Build to automate builds and deployments to Cloud Run by using Cloud Build trigger to automatically build and deploy your code whenever new commits are pushed to a given branch of a Git repository. For an example, see the quickstart

      Continuous deployment from Git using Cloud Build  |  Cloud Run Documentation  |  Google Cloud
    • Django 3.0 release notes | Django documentation

      Django The web framework for perfectionists with deadlines. Menu

        Django 3.0 release notes | Django documentation
      • Why programmers don’t write documentation | Kislay Verma

        Kislay Verma · Posted on April 29, 2021May 3, 2021 I have been writing about documenting code of late, so of course, my Medium recommendations threw out an article about “the real reason why developers don’t write documentation”. The article claims that the lack of good tools for writing is the biggest culprit in discouraging software engineers from documenting their work and decisions. I usually

          Why programmers don’t write documentation | Kislay Verma
        • Rustの(FFIまわりの安全性を考慮した)プラグインシステム - missing documentation for life

          @dalance 氏の記事で紹介されているプラグインシステムの抱える、相互運用性まわりの問題点を解消した仕組みを考えてみました。プラグインシステム自体の動機や、提供される機能の詳細については元記事を参照してください。 成果物: https://github.com/ubnt-intrepid/rust-plugin-example 元システムにおける問題点の整理 元記事のプラグインシステムでは、プラグインのインスタンスを Box<dyn Plugin> に変換した上でローダ側に転送し、ローダ側は受け取った Box<dyn Plugin> のインスタンスをそのまま用いています。 // プラグイン側 #[no_mangle] pub unsafe extern "C" fn load_plugin() -> Box<dyn Plugin> { Box::new(PluginAdd::defau

          • GitHub - awsdocs/aws-doc-sdk-examples: Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below.

            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

              GitHub - awsdocs/aws-doc-sdk-examples: Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below.
            • Win32 アプリでの WebView2 の概要 - Microsoft Edge Developer documentation

              このブラウザーはサポートされなくなりました。 Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。 この記事では、開発ツールを設定し (まだ行っていない場合)、Win32 アプリ プロジェクトに WebView2 コードを追加する方法、および WebView2 の概念について説明します。 このチュートリアルでは、まず、WebView2 コードが追加された既存の Win32 アプリ プロジェクトを開きます。 プロジェクトでは、リポジトリの一部である Win32_GettingStarted (WebView2GettingStarted.sln) ディレクトリを WebView2Samples 使用します。 この記事を使用するには、次の操作を行います。 リポジトリを複製するか、 WebView2Samples

                Win32 アプリでの WebView2 の概要 - Microsoft Edge Developer documentation
              • Signed Exchanges on Google Search | Google Search Central  |  Documentation  |  Google for Developers

                Send feedback Stay organized with collections Save and categorize content based on your preferences. Get started with signed exchanges on Google Search Signed exchanges (SXG) allow Google Search to prefetch your content while preserving the user's privacy. In practice, this means that both AMP and non-AMP results shown on Google Search may prefetch a few key resources (such as HTML, JavaScript, CS

                  Signed Exchanges on Google Search | Google Search Central  |  Documentation  |  Google for Developers
                • カメラ座標系とワールド座標系の変換 — Ishita's homepage documentation

                  (1)¶\[\begin{split}\begin{bmatrix} x \\ y \\ z \end{bmatrix} = R \begin{bmatrix} X \\ Y \\ Z \end{bmatrix} + \mathbf{t}\end{split}\]

                  • Embedded Rust documentation

                    Embedded Rust documentation Welcome to an overview of the documentation provided by the embedded Working Group. All of these projects are managed by the resources team. Many of these resources take the form of "books"; we collectively call these "The embedded Rust Bookshelf". Some are large, some are small. All these resources assume that you have done some Rust programming before. Learn about emb

                    • Twitter API Documentation

                      <g> <g> <defs> <rect id="SVGID_1_" x="-468" y="-1360" width="1440" height="3027" /> </defs> <clippath id="SVGID_2_"> <use xlink:href="#SVGID_1_" style="overflow:visible;" /> </clippath> </g> </g> <rect x="-468" y="-1360" class="st0" width="1440" height="3027" style="fill:rgb(0,0,0,0);stroke-width:3;stroke:rgb(0,0,0)" /> <path d="M13.4,12l5.8-5.8c0.4-0.4,0.4-1,0-1.4c-0.4-0.4-1-0.4-1.4,0L12,10.6L6.2

                        Twitter API Documentation
                      • AWS Documentationに特化した英単語帳を作ってみた - NRIネットコムBlog

                        本記事は 執筆デビューWeek 3日目の記事です。 ✨ 2日目 ▶▶ 本記事 ▶▶ 4日目 🔰 はじめまして。新卒1年目の堤と申します。 8 月からクラウド事業推進部に配属となり現在は AWS を中心としたシステムの運用や構築を行っています。 まだまだAWSは触りたてでドキュメントを参照する機会が多いのですが日本語訳されていないサイトも多く、訳されていても機械翻訳のため意味が分かりづらいことが多々あります。今回はドキュメントを英語で効率よく最短で読めるようになるため、AWS Documentationからテキストデータを収集し、AWS Documentationに特化した英単語帳を作ってみました。 データ収集 URL の取得 スクレイピング 前処理 1. 基礎的な英単語の除外 2. サービス名に使用されている単語の除外 3. 活用形や複数形の除外 ランキング Top 10 Top 300

                          AWS Documentationに特化した英単語帳を作ってみた - NRIネットコムBlog
                        • SQLAlchemy 2.0 - Major Migration Guide — SQLAlchemy 2.0 Documentation

                          Note for Readers SQLAlchemy 2.0’s transition documents are separated into two documents - one which details major API shifts from the 1.x to 2.x series, and the other which details new features and behaviors relative to SQLAlchemy 1.4: SQLAlchemy 2.0 - Major Migration Guide - this document, 1.x to 2.x API shifts What’s New in SQLAlchemy 2.0? - new features and behaviors for SQLAlchemy 2.0 Readers

                          • Adding a Custom Font to Your App | Apple Developer Documentation

                            Add a custom font to your app and use it in your app’s interface.

                              Adding a Custom Font to Your App | Apple Developer Documentation
                            • Scully Documentation

                              Jamstack Toolchain Scully's CLI is powerful enough to make JAMstack possible for all Angular and Angular-hybrid projects. Everything needed to build, test, and deploy is included out of the box. Runtime Tooling Scully gives developers the necessary tools to JAMstackify any Angular project, including fine-grained control where needed. Plugin System Extend and adapt Scully to any need with its power

                              • TERASOLUNA Server Framework for Java (5.x) Development Guideline — TERASOLUNA Server Framework for Java (5.x) Development Guideline 5.6.1.RELEASE documentation

                                TERASOLUNA Server Framework for Java (5.x) Development Guideline¶

                                • Prisma Migrate | Database, Schema, SQL Migration Tool | Prisma Documentation

                                  Prisma Migrate is a database migration tool available via the Prisma CLI that integrates with Prisma schema for data modeling.

                                    Prisma Migrate | Database, Schema, SQL Migration Tool | Prisma Documentation
                                  • Grafana dashboard best practices | Grafana documentation

                                    Solutions All end-to-end solutions Opinionated solutions that help you get there easier and faster

                                      Grafana dashboard best practices | Grafana documentation
                                    • Configuration | Documentation | Poetry - Python dependency management and packaging made easy

                                      Introduction Poetry is a tool for dependency management and packaging in Python. Basic usage For the basic usage introduction we will be installing pendulum, a datetime library. Libraries This chapter will tell you how to make your library installable through Poetry. Versioning Poetry requires PEP 440-compliant versions for all projects. While Poetry does not enforce any release convention, it use

                                      • Welcome - Klipper documentation

                                        Overview Features Frequently Asked Questions Releases Configuration Changes Contact Installation and Configuration Developer Documentation Device Specific Documents Sponsors Klipper is a 3d-Printer firmware. It combines the power of a general purpose computer with one or more micro-controllers. See the features document for more information on why you should use Klipper. To begin using Klipper sta

                                        • Develop apps for iOS | Apple Developer Documentation

                                          Learn the basics of Xcode, SwiftUI, and UIKit to create compelling iOS apps.

                                            Develop apps for iOS | Apple Developer Documentation
                                          • Write inclusive documentation  |  Google developer documentation style guide  |  Google for Developers

                                            Send feedback Write inclusive documentation Stay organized with collections Save and categorize content based on your preferences. We write our developer documentation with inclusivity and diversity in mind. This page is not an exhaustive reference, but provides some general guidelines and examples that illustrate some best practices for writing inclusive documentation. For other writing best prac

                                              Write inclusive documentation  |  Google developer documentation style guide  |  Google for Developers
                                            • The Project - PySimpleGUI Documentation

                                              Home Call Reference Cookbook Demo Screenshots FAQ Readme User Screenshots For more information visit PySimpleGUI.com Do you use PySimpleGUI 4? Here is what you need to know. The Project User Interfaces for Humans Transforms tkinter, Qt, Remi, WxPython into portable people-friendly Pythonic interfaces. “The ability to simplify means to eliminate the unnecessary so that the necessary may speak.” — H

                                              • Prisma Schema API | Prisma Documentation

                                                datasource​ Defines a data source in the Prisma schema. Fields​ A datasource block accepts the following fields: NameRequiredTypeDescription

                                                  Prisma Schema API | Prisma Documentation
                                                • Pulling cached Docker Hub images  |  Container Registry documentation  |  Google Cloud

                                                  Send feedback Pulling cached Docker Hub images Stay organized with collections Save and categorize content based on your preferences. Container Registry caches frequently-accessed public Docker Hub images on mirror.gcr.io. You can configure the Docker daemon to use a cached public image if one is available, or pull the image from Docker Hub if a cached copy is unavailable. Google Cloud services su

                                                    Pulling cached Docker Hub images  |  Container Registry documentation  |  Google Cloud
                                                  • Idiomatic Python — Intermediate and Advanced Software Carpentry 1.0 documentation

                                                    Beautiful is better than ugly. Explicit is better than implicit. Simple is better than complex. Readability counts. (The whole Zen is worth reading...) The first step in programming is getting stuff to work at all. The next step in programming is getting stuff to work regularly. The step after that is reusing code and designing for reuse. Somewhere in there you will start writing idiomatic Python.

                                                    • More Itertools — more-itertools 10.2.0 documentation

                                                      More Itertools Python’s itertools library is a gem - you can compose elegant solutions for a variety of problems with the functions it provides. In more-itertools we collect additional building blocks, recipes, and routines for working with Python iterables.

                                                      • Let there be docs! A documentation-first approach to Rails API development—Martian Chronicles, Evil Martians’ team blog

                                                        Authors: Svyatoslav Kryukov, Backend Engineer, and Travis Turner, Tech EditorTopics: Backend, Ruby on Rails, Ruby, MicroservicesWe examine approaches to API documentation, with a case for why the documentation-first approach is beneficial, plus, we'll not only introduce a new Ruby gem, Skooma, that will be a revelation for those who are ready to follow this path, you can also read on for practical

                                                          Let there be docs! A documentation-first approach to Rails API development—Martian Chronicles, Evil Martians’ team blog
                                                        • Documentation - Template Literal Types

                                                          Template literal types build on string literal types, and have the ability to expand into many strings via unions. They have the same syntax as template literal strings in JavaScript, but are used in type positions. When used with concrete literal types, a template literal produces a new string literal type by concatenating the contents.

                                                          • FAQ for CVE-2021-44228, CVE-2021-45046 and CVE-2021-45105 | Atlassian Support | Atlassian Documentation

                                                            FAQ for CVE-2021-44228, CVE-2021-45046 and CVE-2021-45105 Atlassian Knowledge Base Application Links Troubleshooting Guide Database Troubleshooting and How-to Guides Best practices for performance troubleshooting tools SSL/TLS Troubleshooting Cross Product Knowledge Proxying Atlassian Server applications Atlassian Account Troubleshooting Mapping Web Resources to Code Subscribe to Proactive Announc

                                                            • Modular Crypt Format — Passlib v1.7.4 Documentation

                                                              Modular Crypt Format¶ A explanation about a standard that isn’t See also Deprecated (as of 2016) in favor of the PHC String Format In the opinion of the main Passlib author, the modular crypt format (described below) should be considered deprecated when creating new hashes. The PHC String Format is an attempt to specify a common hash string format that’s a restricted & well defined subset of the M

                                                              • What’s new in 1.0.0 (January 29, 2020) — pandas 2.2.2 documentation

                                                                What’s new in 1.0.0 (January 29, 2020)# These are the changes in pandas 1.0.0. See Release notes for a full changelog including other versions of pandas. Note The pandas 1.0 release removed a lot of functionality that was deprecated in previous releases (see below for an overview). It is recommended to first upgrade to pandas 0.25 and to ensure your code is working without warnings, before upgradi

                                                                • NNI Documentation — Neural Network Intelligence

                                                                  An open source AutoML toolkit for hyperparameter optimization, neural architecture search, model compression and feature engineering.

                                                                  • Expo Documentation

                                                                    Create amazing apps that run everywhereBuild one JavaScript/TypeScript project that runs natively on all your users' devices. App.js Conf 2024 The Expo & React Native conference in Europe is back, May 22-24 in Kraków, Poland!

                                                                      Expo Documentation
                                                                    • Safari 16.4 Release Notes | Apple Developer Documentation

                                                                      Released March 27, 2023 — Version 16.4 (18615.1.26)

                                                                        Safari 16.4 Release Notes | Apple Developer Documentation
                                                                      • Running Intel Binaries in Linux VMs with Rosetta | Apple Developer Documentation

                                                                        Run x86_64 Linux binaries under ARM Linux on Apple silicon.

                                                                          Running Intel Binaries in Linux VMs with Rosetta | Apple Developer Documentation
                                                                        • GitHub - h2oai/h2o-llmstudio: H2O LLM Studio - a framework and no-code GUI for fine-tuning LLMs. Documentation: https://h2oai.github.io/h2o-llmstudio/

                                                                          PR 592 Added KTOPairLoss for DPO modeling allowing to train models with simple preference data. Data currently needs to be manually prepared by randomly matching positive and negative examples as pairs. PR 592 Starting to deprecate RLHF in favor of DPO/IPO optimization. Training is disabled, but old experiments are still viewable. RLHF will be fully removed in a future release. PR 530 Introduced a

                                                                            GitHub - h2oai/h2o-llmstudio: H2O LLM Studio - a framework and no-code GUI for fine-tuning LLMs. Documentation: https://h2oai.github.io/h2o-llmstudio/
                                                                          • YARP Documentation

                                                                            YARP: Yet Another Reverse Proxy Welcome to the documentation for YARP! YARP is a library to help create reverse proxy servers that are high-performance, production-ready, and highly customizable. Please provide us your feedback by going to the GitHub repository. This is the documentation for YARP 2.1. For documentation of YARP 2.0.0, see https://github.com/microsoft/reverse-proxy/tree/release/2.0/

                                                                            • Documentation

                                                                              kube-vip kube-vip provides Kubernetes clusters with a virtual IP and load balancer for both the control plane (for building a highly-available cluster) and Kubernetes Services of type LoadBalancer without relying on any external hardware or software. Modes ARP ARP is a layer 2 protocol that is used to inform the network of the location of a new address. When a new IP address is configured to a dev

                                                                              • Raspberry Pi Documentation - The Linux kernel

                                                                                The Raspberry Pi kernel is stored in GitHub and can be viewed at github.com/raspberrypi/linux; it follows behind the main Linux kernel. The main Linux kernel is continuously updating; we take long-term releases of the kernel, which are mentioned on the front page, and integrate the changes into the Raspberry Pi kernel. We then create a 'next' branch which contains an unstable port of the kernel; a

                                                                                  Raspberry Pi Documentation - The Linux kernel
                                                                                • Get on Discover | Google Search Central  |  Documentation  |  Google for Developers

                                                                                  Send feedback Stay organized with collections Save and categorize content based on your preferences. Discover and your website Discover is a part of Google Search that shows people content related to their interests, based on their Web and App Activity. This page explains more about how content may appear in Discover and best practices for site owners to consider. How content appears in Discover C

                                                                                    Get on Discover | Google Search Central  |  Documentation  |  Google for Developers