並び順

ブックマーク数

期間指定

  • から
  • まで

241 - 280 件 / 453件

新着順 人気順

Documentationの検索結果241 - 280 件 / 453件

  • Install Mattermost via Docker - Mattermost documentation

    Install Docker# If you don’t have Docker installed, follow the instructions below based on your operating system:

    • Adding package dependencies to your app | Apple Developer Documentation

      Integrate package dependencies to share code between projects, or leverage code from other developers.

        Adding package dependencies to your app | Apple Developer Documentation
      • PyG Documentation — pytorch_geometric documentation

        Install PyG Installation Get Started Introduction by Example Colab Notebooks and Video Tutorials Tutorials Design of Graph Neural Networks Working with Graph Datasets Use-Cases & Applications Multi-GPU Training Advanced Concepts Advanced Mini-Batching Memory-Efficient Aggregations Hierarchical Neighborhood Sampling Compiled Graph Neural Networks TorchScript Support Scaling Up GNNs via Remote Backe

        • LLVM 9.0.0 Release Notes — LLVM 9 documentation

          Introduction¶ This document contains the release notes for the LLVM Compiler Infrastructure, release 9.0.0. Here we describe the status of LLVM, including major improvements from the previous release, improvements in various subprojects of LLVM, and some of the current users of the code. All LLVM releases may be downloaded from the LLVM releases web site. For more information about LLVM, including

          • Blender 3.2 Python API Documentation — Blender Python API

            Blender 4.1 Python API Documentation# Welcome to the Python API documentation for Blender, the free and open source 3D creation suite. This site can be used offline: Download the full documentation (zipped HTML files) Documentation# Quickstart: New to Blender or scripting and want to get your feet wet? API Overview: A more complete explanation of Python integration. API Reference Usage: Examples o

            • Google Cloud を使ってみる  |  Documentation

              デジタル トランスフォーメーションを加速 お客様がデジタル トランスフォーメーションに乗り出したばかりでも、あるいはすでに進めている場合でも、Google Cloud は困難な課題の解決を支援します。

                Google Cloud を使ってみる  |  Documentation
              • KUnit — KUnit documentation

                What is KUnit? KUnit is a lightweight unit testing framework for the Linux kernel. These tests are able to be run locally on a developer’s workstation without a VM or special hardware. KUnit is heavily inspired by JUnit, Python’s unittest.mock, and Googletest/Googlemock for C++. KUnit provides facilities for defining unit test cases, grouping related test cases into test suites, providing common

                • Indexing and selecting data — pandas 2.2.2 documentation

                  Indexing and selecting data# The axis labeling information in pandas objects serves many purposes: Identifies data (i.e. provides metadata) using known indicators, important for analysis, visualization, and interactive console display. Enables automatic and explicit data alignment. Allows intuitive getting and setting of subsets of the data set. In this section, we will focus on the final point: n

                  • IBM Quantum Documentation

                    Qiskit SDK 1.0 is here! See how we’ve upgraded the SDK for useful quantum work. Learn more DocumentationWhether you are ready to code your first circuit or execute a large research workload, you can find documentation for using Qiskit and IBM Quantum hardware at the links below.

                      IBM Quantum Documentation
                    • Contact Tracing - Framework Documentation

                      Contact Tracing Framework Documentation (API) Preliminary - Subject to Modification and Extension April 2020 Information subject to copyright. All rights reserved. Overview 5 Affected User 5 ................................................................................................................................................... Exposed User 5 ..............................................

                      • Raspberry Pi Documentation - Camera

                        There are now several official Raspberry Pi camera modules. The original 5-megapixel model was released in 2013, it was followed by an 8-megapixel Camera Module 2 which was released in 2016. The latest camera model is the 12-megapixel Camera Module 3 which was released in 2023. The original 5MP device is no longer available from Raspberry Pi. All of these cameras come in visible light and infrared

                          Raspberry Pi Documentation - Camera
                        • How to Write Meta Descriptions | Google Search Central  |  Documentation  |  Google for Developers

                          Send feedback Stay organized with collections Save and categorize content based on your preferences. Control your snippets in search results A snippet is the description or summary part of search result on Google Search and other properties (for example, Google News). Google primarily uses the content on the page to automatically determine the appropriate snippet. We may also use descriptive infor

                            How to Write Meta Descriptions | Google Search Central  |  Documentation  |  Google for Developers
                          • GitHub - smithy-lang/smithy: Smithy is a protocol-agnostic interface definition language and set of tools for generating clients, servers, and documentation for any programming language.

                            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 - smithy-lang/smithy: Smithy is a protocol-agnostic interface definition language and set of tools for generating clients, servers, and documentation for any programming language.
                            • CTEs(共通テーブル式)の使用 | Snowflake Documentation

                              CTEとは何ですか?¶ CTE(共通テーブル式)は、 WITH 句で定義された名前付きサブクエリです。CTE は、 CTE 定義するステートメントで使用する仮の ビュー と考えることができます。CTE は、仮のビューの名前、オプションの列名のリスト、およびクエリ式(つまり、 SELECT ステートメント)を定義します。クエリ式の結果は事実上テーブルになります。そのテーブルの各列は、列名の(オプションの)リスト内の列に対応しています。 次のコードは、 CTE を使用するクエリの例です。 WITH my_cte (cte_col_1, cte_col_2) AS ( SELECT col_1, col_2 FROM ... ) SELECT ... FROM my_cte; 上の例では、 CTE は my_cte (cte_col_1, cte_col_2) AS ( を含む行で始まり、 )

                              • Announcing polyfuse - A FUSE library for Rust - - missing documentation for life

                                Rust Advent Calendar 2019 10日目の記事です。 本記事では、拙作の FUSE ライブラリである polyfuse を紹介します。 FUSE の概略 FUSE (Filesystem in Userspace) とは、ユーザ空間でファイルシステムを実装するための仕組みです。 本来ならカーネルモジュールとして実装する必要があるファイルシステムを(ユーザ空間で動作する)実行ファイルとして動作させることで、ファイルシステムを簡単に作成・配布することが出来るようになります。 同様の仕組みとして、NetBSD の puffs や、 WSL が Windows 側に rootfs を公開するためのプロトコルとして採用したことでも知られる 9P などがあります。 FUSE を用いたファイルシステムの実装として、SSH 経由でネットワーク越しにディレクトリをマウントする SSHFS

                                • Prisma ORM vs TypeORM | Prisma Documentation

                                  This page compares Prisma ORM and TypeORM. If you want to learn how to migrate from TypeORM to Prisma ORM, check out this guide. TypeORM vs Prisma ORM​ While Prisma ORM and TypeORM solve similar problems, they work in very different ways. TypeORM is a traditional ORM which maps tables to model classes. These model classes can be used to generate SQL migrations. Instances of the model classes then

                                    Prisma ORM vs TypeORM | Prisma Documentation
                                  • Crawl Budget Management For Large Sites | Google Search Central  |  Documentation  |  Google for Developers

                                    Send feedback Stay organized with collections Save and categorize content based on your preferences. Large site owner's guide to managing your crawl budget This guide describes how to optimize Google's crawling of very large and frequently updated sites. If your site does not have a large number of pages that change rapidly, or if your pages seem to be crawled the same day that they are published,

                                      Crawl Budget Management For Large Sites | Google Search Central  |  Documentation  |  Google for Developers
                                    • 7-1. pandasライブラリ — Pythonプログラミング入門 documentation

                                      7-1. pandasライブラリ¶ pandasライブラリについて説明します。 参考 http://pandas.pydata.org/pandas-docs/stable/getting_started/index.html http://pandas.pydata.org/pandas-docs/stable/ pandasライブラリにはデータ分析作業を支援するためのモジュールが含まれています。以下では、pandasライブラリのモジュールの基本的な使い方について説明します。 pandasライブラリを使用するには、まず pandas モジュールをインポートします。慣例として、同モジュールを pd と別名をつけてコードの中で使用します。データの生成に用いるため、ここでは numpy モジュールも併せてインポートします。 シリーズとデータフレーム¶ pandas モジュールは、リスト、配列や

                                      • OpenCVの描画機能 — OpenCV-Python Tutorials 1 documentation

                                        OpenCVを使って色々な幾何学的形状を持つオブジェクトを描画する方法を学びます 以下の関数の使い方を学びます: cv2.line(), cv2.circle() , cv2.rectangle(), cv2.ellipse(), cv2.putText() etc. img : オブジェクトを描画する画像 color : オブジェクトの色.BGRで指定する場合はtupleとして指定する,例えば青であれば (255,0,0) .グレースケールで指定する場合は単にスカラー値を指定する. thickness : 線や円などの太さ. 閉じている図形(例えば円)に対して -1 が指定された場合,そのオブジェクトは塗りつぶされる. デフォルト値は1 lineType : 線のタイプ, 8連結,アンチーエイリアス等.デフォルトは8連結. cv2.LINE_AA を指定すると曲線の描画に適したアンチーエ

                                        • Typst Documentation

                                          OverviewTutorialWriting in TypstFormattingAdvanced StylingMaking a TemplateReferenceLanguageSyntaxStylingScriptingContextLibraryFoundationsArgumentsArrayAssertBooleanBytesCalculationContentDatetimeDictionaryDurationEvaluateFloatFunctionIntegerLabelModulePanicPluginRegexRepresentationSelectorStringStyleSystemTypeVersionModelBibliographyBullet ListCiteDocumentEmphasisFigureFootnoteHeadingLinkNumbere

                                            Typst Documentation
                                          • Ludic - Documentation

                                            IntroductionLudic is a lightweight framework for building HTML pages with a component approach similar to React. It is built to be used together with htmx.org so that developers don't need to write almost any JavaScript to create dynamic web services. Its potential can be leveraged together with its web framework which is a wrapper around the powerful Starlette framework. It is built with the late

                                              Ludic - Documentation
                                            • PyG Documentation — pytorch_geometric documentation

                                              Install PyG Installation Get Started Introduction by Example Colab Notebooks and Video Tutorials Tutorials Design of Graph Neural Networks Working with Graph Datasets Use-Cases & Applications Multi-GPU Training Advanced Concepts Advanced Mini-Batching Memory-Efficient Aggregations Hierarchical Neighborhood Sampling Compiled Graph Neural Networks TorchScript Support Scaling Up GNNs via Remote Backe

                                              • アクセシビリティ対応 Web サイトの構築に関するリソース - Microsoft Edge Developer documentation

                                                Web には、HTML、CSS、JavaScript の組み合わせを使用して構築された動的で複雑な Web サイト、アプリケーション、およびユーザー インターフェイスが用意されています。 ただし、アクセシビリティを念頭に置いて設計および構築する場合、これらの複雑な Web サイトは、 支援技術 に依存して Web を閲覧するユーザーが使用するのが困難です。 障穣のあるユーザーがアクセスできる Web サイトを構築するには、ユーザー インターフェイスに関するセマンティック情報が必要です。 アクセシビリティ対応の Web サイトを使用すると、スクリーン リーダーなどの支援技術が、さまざまな能力を持つユーザーが Web サイトを使用するのに役立つ必要な情報を伝えることができるようになります。 Microsoft Edge でサポートされている新しい HTML5 機能については、 HTML5Acc

                                                  アクセシビリティ対応 Web サイトの構築に関するリソース - Microsoft Edge Developer documentation
                                                • Date and Time Functions and Operators — Presto 0.286 Documentation

                                                  Presto 0.286 Documentation Date and Time Functions and Operators

                                                  • PSI - Pressure Stall Information — The Linux Kernel documentation

                                                    PSI - Pressure Stall Information¶ Date April, 2018 Author Johannes Weiner <hannes@cmpxchg.org> When CPU, memory or IO devices are contended, workloads experience latency spikes, throughput losses, and run the risk of OOM kills. Without an accurate measure of such contention, users are forced to either play it safe and under-utilize their hardware resources, or roll the dice and frequently suffer t

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

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

                                                      • BigQuery subscriptions  |  Pub/Sub Documentation  |  Google Cloud

                                                        Send feedback BigQuery subscriptions Stay organized with collections Save and categorize content based on your preferences. This document provides an overview of a BigQuery subscription, its workflow, and associated properties. A BigQuery subscription is a type of export subscription that writes messages to an existing BigQuery table as they are received. You don't need to configure a separate sub

                                                          BigQuery subscriptions  |  Pub/Sub Documentation  |  Google Cloud
                                                        • Farm Documentation | Farm

                                                          Super FastWritten in Rust, start a React / Vue project in milliseconds and perform an HMR update within 10ms for most situations. Rich FeaturesFarm support compiling Html, Css, Css Modules, Js/Jsx/Ts/Tsx, Json, Static Assets out of box, support sass, less, postcss, vue, react, solid by official plugins, support lazy compiling, partial bundling and more

                                                            Farm Documentation | Farm
                                                          • Tuning your code’s performance for Apple silicon | Apple Developer Documentation

                                                            Improve your code to get the best performance from both Apple silicon and Intel-based Mac computers.

                                                              Tuning your code’s performance for Apple silicon | Apple Developer Documentation
                                                            • Prisma Client API | Prisma Documentation

                                                              The Prisma Client API reference documentation is based on the following schema: model User { id Int @id @default(autoincrement()) name String? email String @unique profileViews Int @default(0) role Role @default(USER) coinflips Boolean[] posts Post[] city String country String profile ExtendedProfile? pets Json } model ExtendedProfile { id Int @id @default(autoincrement()) userId Int? @unique bio

                                                                Prisma Client API | Prisma Documentation
                                                              • Documentation - TypeScript 2.7

                                                                Constant-named properties TypeScript 2.7 adds support for declaring const-named properties on types including ECMAScript symbols. Example

                                                                • デザインシステムを定義しよう - Documentation について

                                                                    デザインシステムを定義しよう - Documentation について
                                                                  • [Early Preview] New React Documentation by rachelnabors · Pull Request #3965 · reactjs/react.dev

                                                                    Since announcing the start of the new React documentation effort, we’ve been busy writing the content and building a custom website designed around the learning experience. We are now ready to share this early preview of what we’ve created so far to get your feedback. This early preview is deployed at beta.reactjs.org and is in active development. Please leave any feedback in #3308. TLDR Visit the

                                                                      [Early Preview] New React Documentation by rachelnabors · Pull Request #3965 · reactjs/react.dev
                                                                    • KiCadことはじめ | 5.1 | 日本語 | Documentation | KiCad

                                                                      このドキュメントは以下の貢献者により著作権所有 © 2010-2018 されています。あなたは、GNU General Public License ( http://www.gnu.org/licenses/gpl.html ) のバージョン 3 以降、あるいはクリエイティブ コモンズ Attribution ライセンス ( http://creativecommons.org/licenses/by/3.0/ ) のバージョン 3.0 以降のいずれかの条件の下で、配布または変更することができます。

                                                                      • Cloud Functions version comparison  |  Cloud Functions Documentation  |  Google Cloud

                                                                        Send feedback Stay organized with collections Save and categorize content based on your preferences. Cloud Functions version comparison Cloud Functions offers two product versions: Cloud Functions (1st gen), the original version, and Cloud Functions (2nd gen), a new version built on Cloud Run and Eventarc to provide an enhanced feature set. This page describes new features introduced in Cloud Func

                                                                          Cloud Functions version comparison  |  Cloud Functions Documentation  |  Google Cloud
                                                                        • About data lineage  |  Data Catalog Documentation  |  Google Cloud

                                                                          Send feedback About data lineage Stay organized with collections Save and categorize content based on your preferences. Data lineage is a Dataplex feature that lets you track how data moves through your systems: where it comes from, where it is passed to, and what transformations are applied to it. Why do you need data lineage? Dealing with big datasets often involves transforming data into entiti

                                                                            About data lineage  |  Data Catalog Documentation  |  Google Cloud
                                                                          • Nocode = Google Docs to Documentation, Intranet, Blog or Site

                                                                            Nocode lets you publish anything in your Google Docs to a smart professional site. We believe you shouldn't need to learn a new set of skills to do this.

                                                                            • LLVM 10.0.0 Release Notes — LLVM 10 documentation

                                                                              Introduction¶ This document contains the release notes for the LLVM Compiler Infrastructure, release 10.0.0. Here we describe the status of LLVM, including major improvements from the previous release, improvements in various subprojects of LLVM, and some of the current users of the code. All LLVM releases may be downloaded from the LLVM releases web site. For more information about LLVM, includin

                                                                              • Quickstarts  |  Cloud Run Documentation  |  Google Cloud

                                                                                Send feedback Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates. �u规U "秄U

                                                                                  Quickstarts  |  Cloud Run Documentation  |  Google Cloud
                                                                                • Set up authorization rules - JavaScript - AWS Amplify Documentation

                                                                                  You are currently viewing the legacy GraphQL Transformer documentation. View latest documentation @auth Authorization is required for applications to interact with your GraphQL API. API Keys are best used for public APIs (or parts of your schema which you wish to be public) or prototyping, and you must specify the expiration time before deploying. IAM authorization uses Signature Version 4 to make

                                                                                    Set up authorization rules - JavaScript - AWS Amplify Documentation