並び順

ブックマーク数

期間指定

  • から
  • まで

41 - 80 件 / 454件

新着順 人気順

Documentationの検索結果41 - 80 件 / 454件

  • How Good Documentation Can Improve Productivity

    Opens in a new windowOpens an external siteOpens an external site in a new window When I joined Shopify last year, I knew its engineering culture was top class. What I didn’t know was the company’s documentation culture was even more developed than I previously experienced. Simply put, I was impressed with the amount of documentation about pretty much everything: onboarding, projects, internal too

      How Good Documentation Can Improve Productivity
    • Google Engineering Practices Documentation (日本語訳)

      Google Engineering Practices Documentation (日本語訳) Google には、全言語および全プロジェクトをカバーする広範なエンジニアリングの慣行があります。 ここにあるドキュメントは私達が長年の経験からさまざまなベストプラクティスを蓄積してきたことを表しています。 この知識がオープンソースプロジェクトや他の組織の利益になることを願って、私達は可能ならそれを誰にでも利用できるように公開します。 現在、以下のドキュメントがあります。 Google コードレビューガイドライン。これは 2 つのドキュメントからなります。 コードレビュアーのガイド 変更作成者のガイド 用語 ここにあるドキュメントには、Google 内部で使われる用語があります。外部の読者のために意味を掲載しておきます。 CL: 「changelist」の略。一つの独立した変更を意味していて

      • GitHub - google/eng-practices: Google's Engineering Practices documentation

        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 - google/eng-practices: Google's Engineering Practices documentation
        • The Linux Kernel API — The Linux Kernel documentation

          The Linux Kernel API¶ List Management Functions¶ void INIT_LIST_HEAD(struct list_head *list)¶ Initialize a list_head structure Parameters struct list_head *listlist_head structure to be initialized. Description Initializes the list_head to point to itself. If it is a list header, the result is an empty list.

          • GitHub - tatsu-lab/stanford_alpaca: Code and documentation to train Stanford's Alpaca models, and generate the data.

            This is the repo for the Stanford Alpaca project, which aims to build and share an instruction-following LLaMA model. The repo contains: The 52K data used for fine-tuning the model. The code for generating the data. The code for fine-tuning the model. The code for recovering Alpaca-7B weights from our released weight diff. Note: We thank the community for feedback on Stanford-Alpaca and supporting

              GitHub - tatsu-lab/stanford_alpaca: Code and documentation to train Stanford's Alpaca models, and generate the data.
            • Moto: Mock AWS Services — Moto 5.0.6.dev documentation

              Getting Started Getting Started with Moto Non-Python SDK’s / Server Mode Proxy Mode FAQ IAM-like Access Control AWS Config Support Multi-Account support Releases and Upgrade Paths Configuration Configuration Options Implemented Services Implemented Services Supported CloudFormation resources Patching other Services Contributing to Moto Contributing Development Installation Architecture New Feature

              • Azure Static Web Apps documentation

                This browser is no longer supported. Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

                  Azure Static Web Apps documentation
                • GCC for New Contributors — GCC Contributors Guide 0.1 documentation

                  GCC for New Contributors¶ This is an unofficial guide to GCC’s internals, aimed at new developers, and at plugin authors. Source: https://github.com/davidmalcolm/gcc-newbies-guide I’m a relative newcomer to GCC, so I thought it was worth documenting some of the hurdles I ran into when I started working on GCC, to try to make it easier for others to start hacking on GCC. Hence this guide. Other sou

                  • Jupyter AI — Jupyter AI documentation

                    Jupyter AI# Welcome to Jupyter AI, which brings generative AI to Jupyter. Jupyter AI provides a user-friendly and powerful way to explore generative AI models in notebooks and improve your productivity in JupyterLab and the Jupyter Notebook. More specifically, Jupyter AI offers: An %%ai magic that turns the Jupyter notebook into a reproducible generative AI playground. This works anywhere the IPyt

                    • GitHub - bluesky-social/pds: Bluesky PDS (Personal Data Server) container image, compose file, and documentation

                      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 - bluesky-social/pds: Bluesky PDS (Personal Data Server) container image, compose file, and documentation
                      • Vocs – React Documentation Framework

                        Vocs is a minimal static documentation generator designed to supercharge your documentation workflow, built with modern web technologies.

                        • Life of a Request — envoy 1.31.0-dev-d1e955 documentation

                          Life of a Request Below we describe the events in the life of a request passing through an Envoy proxy. We first describe how Envoy fits into the request path for a request and then the internal events that take place following the arrival of a request at the Envoy proxy from downstream. We follow the request until the corresponding dispatch upstream and the response path. Terminology Envoy uses

                          • Documentation - TypeScript 3.7

                            Optional Chaining Playground Optional chaining is issue #16 on our issue tracker. For context, there have been over 23,000 issues on the TypeScript issue tracker since then. At its core, optional chaining lets us write code where TypeScript can immediately stop running some expressions if we run into a null or undefined. The star of the show in optional chaining is the new ?. operator for optional

                            • Documentation — AWS Chalice

                              [full example] from chalice import Chalice app = Chalice(app_name="helloworld") @app.route("/") def index(): return {"hello": "world"} @app.schedule(Rate(5, unit=Rate.MINUTES)) def periodic_task(event): return {"hello": "world"} @app.on_s3_event(bucket='mybucket') def s3_handler(event): print(event.bucket, event.key) Focus on writing your application code Focus on writing your application code ins

                              • Raspberry Pi Documentation - Raspberry Pi hardware

                                A powerful feature of the Raspberry Pi is the row of GPIO (general-purpose input/output) pins along the top edge of the board. A 40-pin GPIO header is found on all current Raspberry Pi boards (unpopulated on Raspberry Pi Zero, Raspberry Pi Zero W and Raspberry Pi Zero 2 W). Prior to the Raspberry Pi 1 Model B+ (2014), boards comprised a shorter 26-pin header. The GPIO header on all boards (includi

                                  Raspberry Pi Documentation - Raspberry Pi hardware
                                • nitrogql documentation

                                  GraphQL + TypeScript Done Right. nitrogql is a toolchain for using GraphQL in TypeScript projects. It can generate TypeScript types from your GraphQL schema and queries, and also provides static checking for your queries. ✨ Available FeaturesStatic Checks for GraphQLnitrogql CLI can perform static checks for your GraphQL schema and operations. They are helpful for catching GraphQL-related errors b

                                    nitrogql documentation
                                  • Improved REST API documentation

                                    ProductImproved REST API documentationWe’re excited to announce some big improvements to our REST API documentation. We know developers rely on this documentation to integrate with GitHub, and we are committed to making it trustworthy, easy to find, and easy to use. We’re excited to announce some big improvements to our REST API documentation. We know developers rely on this documentation to integ

                                      Improved REST API documentation
                                    • Archbee — Answer Questions With Documentation

                                      Create and share private or public documentation. Answer questions for users, developers, and teams.

                                        Archbee — Answer Questions With Documentation
                                      • Documentation - JSDocリファレンス

                                        以下のリストは、JavaScriptファイルの型情報を提供する JSDocアノテーションにおいて、現在サポートされている構文の概要です。 以下に明示的にリストに入っていないタグ(@asyncなど)はまだサポートされていないことに注意してください。 @type @param (or @arg or @argument) @returns (or @return) @typedef @callback @template @class (or @constructor) @this @extends (or @augments) @enum class拡張 プロパティ修飾子 @public、@private、@protected、@readonly タグの意味は通常、jsdoc.appで与えられたものと同じか、あるいはそのスーパーセットです。 以下のコードでは、それぞれのタグの違いを説明し、使

                                        • GitHub - wevm/vocs: Minimal Documentation Framework, powered by React + Vite.

                                          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 - wevm/vocs: Minimal Documentation Framework, powered by React + Vite.
                                          • Creating Documentation in an Agile Scrum Environment - hitode909の日記

                                            普段メンテナンスしているプロダクトの仕様について、うまいストック情報を作れていないという課題感があって、世間のノウハウを知ろう、とKindleで適当に買った本を読んでみた。 スクラムチームに所属しながら製品のコンシュマー向けのドキュメントを書くためのテクニカルライティングの本。 読書メモ アジャイル開発について学んでもライターについての記述はなく、ステイクホルダーにも入っていない 包括的なドキュメントよりも動くソフトウェアを、という宣言があるけど、コンシュマー向けのドキュメントが不要になるわけではない ドキュメントを書かずにプロダクトを作り終えたり、完全にプロダクトを作り終えてからドキュメントを書くことができるプロダクトも存在する メールアプリのドキュメントを読んだことがありますか? スクラム環境でドキュメントを作るには2つのパターンがあり、デベロッパのスクラムチームに所属するパターンと、

                                              Creating Documentation in an Agile Scrum Environment - hitode909の日記
                                            • Overview — Sphinx documentation

                                              Sphinx makes it easy to create intelligent and beautiful documentation. Here are some of Sphinx’s major features: Output formats: HTML (including Windows HTML Help), LaTeX (for printable PDF versions), ePub, Texinfo, manual pages, plain text Extensive cross-references: semantic markup and automatic links for functions, classes, citations, glossary terms and similar pieces of information Hierarchic

                                              • ZAP – ZAP Docker Documentation

                                                ZAP’s docker images provide an easy way to automate ZAP, especially in a CI/CD environment.

                                                • インシデントコマンダー - PagerDuty Incident Response Documentation

                                                  Credit: NASA インシデントコマンダーになりたいですか。 あなたは正しい場所にたどり着けました! インシデントコマンダーはシニアメンバーである必要はなく、必要な知識があれば誰でもなることができます(もちろんインターンも含みます)。 目的# インシデントコマンダーの目的を1文でまとめるなら インシデントを解決に導く インシデントコマンダーは重大インシデント発生中に意思決定をします。 インシデントを解決するために、タスクを委譲し内容領域専門家からの意見を聞きます。 日々の地位に関係なく、重大インシデントでは最も位の高い人です。 コマンダーとしての意思決定は確定的なものです。 インシデントコマンダーとしての仕事は、他の背景情報や詳細情報を集約して明確な調整をするために、通話を聞きインシデントのSlackルームを見ます。 インシデントコマンダーは、任意のアクションの実行や修正をしたり、グ

                                                    インシデントコマンダー - PagerDuty Incident Response Documentation
                                                  • GitHub - sourcegraph/doctree: First-class library documentation for every language (based on tree-sitter), with symbol search & more. Lightweight single binary, run locally or self-host. Surfaces usage examples via Sourcegraph.

                                                    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 - sourcegraph/doctree: First-class library documentation for every language (based on tree-sitter), with symbol search & more. Lightweight single binary, run locally or self-host. Surfaces usage examples via Sourcegraph.
                                                    • Human Interface Guidelines | Apple Developer Documentation

                                                      The HIG contains guidance and best practices that can help you design a great experience for any Apple platform.

                                                        Human Interface Guidelines | Apple Developer Documentation
                                                      • TN3155: Debugging universal links | Apple Developer Documentation

                                                        Investigate why your universal links are opening in Safari instead of your app.

                                                          TN3155: Debugging universal links | Apple Developer Documentation
                                                        • Account Takeover and Malicious Replacement of ctx Project — Python Security 0.0 documentation

                                                          Summary¶ The ctx hosted project on PyPI was taken over via user account compromise and replaced with a malicious project which contained runtime code which collected the content of os.environ.items() when instantiating Ctx objects. The captured environment variables were sent as a base64 encoded query parameter to a heroku application running at https://anti-theft-web.herokuapp.com. Between 2022-0

                                                          • Amplify Documentation - AWS Amplify Gen 2 Documentation

                                                            Amplify has re-imagined the way frontend developers build fullstack applications. Develop and deploy without the hassle. Fullstack TypeScriptWrite your app's data model, auth, storage, and functions in TypeScript; Amplify will do the rest.

                                                              Amplify Documentation - AWS Amplify Gen 2 Documentation
                                                            • dbdocs.io - Database Documentation and Catalog Tool

                                                              dbdiagram - Database Diagram As Code Draw ER diagrams by just writing code. Designed for developers and data analysts. dbdocs - Database Docs As Code Create web-based database documentation using code. Integrate seamlessly with your development workflow. dbml - Database Definition As Code Open-source DSL language designed to define and document database schemas and structures. Holistics.io - BI Re

                                                              • GitHub - kishikawakatsumi/SourceKitForSafari: SourceKit for Safari is a Safari extension for GitHub, that enables Xcode features like go to definition, find references, or documentation on hover.

                                                                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 - kishikawakatsumi/SourceKitForSafari: SourceKit for Safari is a Safari extension for GitHub, that enables Xcode features like go to definition, find references, or documentation on hover.
                                                                • Playwright を使用してMicrosoft Edgeで自動化とテストを行う - Microsoft Edge Developer documentation

                                                                  Playwright ライブラリは、1 つの API を介してブラウザー間の自動化を提供します。 Playwright は、Chromium 、Firefox、WebKit を 1 つの API で自動化するためのNode.jsライブラリです。 Playwright は、常緑、対応、信頼性、高速のクロスブラウザー Web オートメーションを可能にするために構築されています。 Microsoft Edge はオープンソースのChromium Web プラットフォーム上に構築されているため、Playwright は Microsoft Edge を自動化することもできます。 Playwright は既定で ヘッドレス ブラウザー を起動します。 ヘッドレス ブラウザーでは UI が表示されないため、代わりにコマンド ラインを使用する必要があります。 また、完全 (ヘッドレスではない) Micr

                                                                    Playwright を使用してMicrosoft Edgeで自動化とテストを行う - Microsoft Edge Developer documentation
                                                                  • GitHub - NVIDIA/open-gpu-doc: Documentation of NVIDIA chip/hardware interfaces

                                                                    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 - NVIDIA/open-gpu-doc: Documentation of NVIDIA chip/hardware interfaces
                                                                    • Pikchr: Documentation

                                                                      Pikchr (pronounced "picture") is a PIC-like markup language for diagrams in technical documentation. Pikchr is designed to be embedded in fenced code blocks of Markdown or similar mechanisms of other documentation markup languages. For example, the diagram: Markdown Source Markdown Formatter (markdown.c) HTML+SVG Output Pikchr Formatter (pikchr.c) arrow right 200% "Markdown" "Source" box rad 10px

                                                                      • Anti-Patterns - PagerDuty Incident Response Documentation

                                                                        Home Getting Started On-Call Being On-Call Who's On-Call? Alerting Principles Before an Incident What is an Incident? Severity Levels Different Roles Call Etiquette Complex Incidents During an Incident During an Incident External Communication Guidelines Security Incident After an Incident After an Incident Postmortem Process Postmortem Template Effective Postmortems Crisis Response Crisis Respons

                                                                          Anti-Patterns - PagerDuty Incident Response Documentation
                                                                        • Starlight 🌟 Build documentation sites with Astro

                                                                          Everything you need to build a stellar documentation website. Fast, accessible, and easy-to-use.

                                                                            Starlight 🌟 Build documentation sites with Astro
                                                                          • </> htmx ~ Documentation

                                                                            #htmx in a Nutshell htmx is a library that allows you to access modern browser features directly from HTML, rather than using javascript. To understand htmx, first lets take a look at an anchor tag: <a href="/blog">Blog</a> This anchor tag tells a browser: “When a user clicks on this link, issue an HTTP GET request to ‘/blog’ and load the response content into the browser window”. With that in min

                                                                            • Microsoft Edge WebView2 の概要 - Microsoft Edge Developer documentation

                                                                              Microsoft Edge WebView2 を使用すると、Web テクノロジ (HTML、CSS、JavaScript) をユーザーのネイティブ アプリに埋め込みできます。 WebView2 コントロールは、Microsoft Edge をレンダリング エンジンとして使用して、ネイティブ アプリに Web コンテンツを表示します。 WebView2 を使用すると、ネイティブ アプリのさまざまな部分に Web コードを埋め込んだり、1 つの WebView2 インスタンス内にすべてのネイティブ アプリをビルドしたりできます。 WebView2 アプリの構築を開始するには、「WebView2 の使用を開始する」を参照してください。 ハイブリッド アプリのアプローチ 開発者はひんぱんに、Web アプリを使用するか、またはネイティブ アプリを作成するかの選択をすることが必要になります。 この決

                                                                                Microsoft Edge WebView2 の概要 - Microsoft Edge Developer documentation
                                                                              • NestedText — A Human Friendly Data Format — NestedText 3.7 documentation

                                                                                Please post all questions, suggestions, and bug reports to GitHub. NestedText is a file format for holding structured data. It is similar in concept to JSON, except that NestedText is designed to make it easy for people to enter, edit, or view the data directly. It organizes the data into a nested collection of name-value pairs, lists, and strings. The syntax is intended to be very simple and intu

                                                                                • Virtualization | Apple Developer Documentation

                                                                                  Create virtual machines and run macOS and Linux-based operating systems.

                                                                                    Virtualization | Apple Developer Documentation