並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 11 件 / 11件

新着順 人気順

Reuseの検索結果1 - 11 件 / 11件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

Reuseに関するエントリは11件あります。 環境機械学習test などが関連タグです。 人気エントリには 『Reduce, recycle, reuse』などがあります。
  • Reduce, recycle, reuse

    To enable a fast and reliable continuous integration process, McDonald’s turns to reusable workflows and GitHub Actions. By Michael Gorelik, Senior Solution Architect and Achintya Pillai, Software Engineer III McDonald’s Engineering teams are at the forefront of digital innovation, creating seamless and engaging e-commerce applications that allow customers to conveniently order their favorite meal

      Reduce, recycle, reuse
    • GitHub - dair-ai/ml-visuals: 🎨 ML Visuals contains figures and templates which you can reuse and customize to improve your scientific writing.

      📣 Stay tuned for significant updates to both the slides and repository.!!! 📣 In the meantime, Join our Discord ML Visuals is a new collaborative effort to help the machine learning community in improving science communication by providing free professional, compelling and adequate visuals and figures. Currently, we have over 100 figures (all open community contributions). You are free to use the

        GitHub - dair-ai/ml-visuals: 🎨 ML Visuals contains figures and templates which you can reuse and customize to improve your scientific writing.
      • AWS LambdaのNode.jsランタイムでTCP接続を使いまわそう!(AWS_NODEJS_CONNECTION_REUSE_ENABLED) | DevelopersIO

        Node.js のHTTP/HTTPS エージェントはデフォルトで keepalive が無効化されているため、新しいリクエストがあるたびに新しい TCP 接続を作成します。 AWS Lambda の Node.js ランタイムを利用している場合、環境変数で AWS_NODEJS_CONNECTION_REUSE_ENABLED=1 を設定することでkeepaliveが有効になり、TCP 接続を再利用してより効率的に通信するようになります。 この動作を確認してみます。 背景 Node.js のHTTP/HTTPS エージェントはデフォルトで keepalive が無効化されています。 keepAlive Keep sockets around even when there are no outstanding requests, so they can be used for futur

          AWS LambdaのNode.jsランタイムでTCP接続を使いまわそう!(AWS_NODEJS_CONNECTION_REUSE_ENABLED) | DevelopersIO
        • GitHub - storybookjs/testing-react: Testing utilities that allow you to reuse your Storybook stories in your React unit tests!

          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 - storybookjs/testing-react: Testing utilities that allow you to reuse your Storybook stories in your React unit tests!
          • How to efficiently reuse stories in your React tests

            Storybook is the best way to develop UI components in isolation. Teams write hundreds or even thousands of stories to catalog all their key component states. This is incredibly useful for prototyping, documentation, review, and more. So useful that it’s used by teams at Github, Netflix, and Spotify and many others. Today, I’m excited to introduce @storybook/testing-react, a new library that makes

              How to efficiently reuse stories in your React tests
            • Loop - A Global Platform for Reuse

              リターン、 リユース、 リピートLoopは、「捨てるという概念を捨てる」というミッションのもと、様々なメーカーや小売店と協業しグローバル展開しているリユースプラットフォームです。参加店舗を探すSlide 1 of 12Slide 1 of 1グローバル リユース プラットフォーム日用品や食品を、再利用可能な容器で販売することを可能にするグローバルリユースプラットフォームを展開しています。詳細はこちら

              • Amazon AthenaでQuery Result Reuse(クエリ結果の再利用)が使えるようになりました | DevelopersIO

                こんにちは、CX事業本部 IoT事業部の若槻です。 このたびのアップデートにより、Amazon AthenaでQuery Result Reuse(クエリ結果の再利用)が使えるようになりました。 Amazon Athena announces Query Result Reuse to accelerate queries Query Result Reuseを使うと、前回に実行したクエリの結果がキャッシュされ、次回に同じクエリを実行(繰り返しクエリ)した際にキャッシュからクエリ結果が再利用されるようになります。これにより繰り返しクエリの実行が最大5倍速くなり、クエリパフォーマンスが大幅に上がるため、インタラクティブな分析を行う場面などでユーザーの生産性の向上が期待できるとのことです。 使ってみた 準備 事前の環境作成を行います。 まず、Query Result Reuseはversion

                  Amazon AthenaでQuery Result Reuse(クエリ結果の再利用)が使えるようになりました | DevelopersIO
                • GitHub - atopile/atopile: Design circuit boards with code! ✨ Get software-like design reuse 🚀, validation, version control and collaboration in hardware; starting with electronics ⚡️

                  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 - atopile/atopile: Design circuit boards with code! ✨ Get software-like design reuse 🚀, validation, version control and collaboration in hardware; starting with electronics ⚡️
                  • How do I reuse the cache from a `RUN --mount=type=cache` docker build?

                    I'm using the new experimental docker buildkit syntax to do a multistage build, as so: Dockerfile: RUN --mount=type=cache,target=/home/build/.build-cache,gid=1000,uid=1001 ./build bash: DOCKER_BUILDKIT=1 docker build . Works great locally. On CI I get a new docker environment every time, so no caching. I can export and import files into the env, but I don't know where the cache is located. Any ide

                      How do I reuse the cache from a `RUN --mount=type=cache` docker build?
                    • How to reuse an AWS S3 bucket for multiple Serverless Framework deployments

                      Credit: Eduardo RabeloWhen using Serverless Framework, the default behaviour is the creation of a S3 bucket for each serverless.yml file, since they are treated as separated projects. As described in the documentation, when you run serverless deploy we have the following steps happening: An AWS CloudFormation template is created…

                        How to reuse an AWS S3 bucket for multiple Serverless Framework deployments
                      • GitHub - alvis/presetter: 🛹 Reuse and manage build scripts, devDependencies and config files from your favourite presets, instead of copy and paste!

                        Sharing configurations for building tools across projects is painful. How many time you've copied configs for babel, eslint, jest, typescript or the life cycle scripts in package.json? How many dev dependencies you have to install before you can kick start a project? What's more, what if you want to update configs for all projects? 🤦‍♂️ Presetter is a utility for setting up building tools for you

                          GitHub - alvis/presetter: 🛹 Reuse and manage build scripts, devDependencies and config files from your favourite presets, instead of copy and paste!
                        1

                        新着記事