並び順

ブックマーク数

期間指定

  • から
  • まで

201 - 240 件 / 537件

新着順 人気順

Testの検索結果201 - 240 件 / 537件

  • Debugging MySQL/MariaDB (1): Build and Test - nayuta-yanagisawa's blog

    MySQL/MariaDB をデバッグする実践的方法を解説する。この記事ではデバッグを行うための準備を行い、具体的なデバッグの方法については (2) 以降の記事で説明する予定である。なお、一連の記事すべてにおいて MySQL 8.0.24 および MariaDB 10.5.9 を前提として解説する。 Building MySQL/MariaDB MySQL/MariaDB のそれぞれについて、ビルドする方法を簡単にまとめておく。以下の記述は筆者の開発環境 (Vagrant Box bento/ubuntu-20.04) を前提としたものである。 MySQL Boost 同梱版のソースを公式からダウンロードし展開する。GitHub から取得すると Boost のバージョンを合わせるのがかなり面倒なので、Boost 同梱版を使うのが吉である。 wget https://dev.mysql.co

      Debugging MySQL/MariaDB (1): Build and Test - nayuta-yanagisawa's blog
    • Use of artificial intelligence for image analysis in breast cancer screening programmes: systematic review of test accuracy

      Research Use of artificial... Use of artificial intelligence for image analysis in breast cancer screening programmes: systematic review of test accuracy Research Use of artificial intelligence for image analysis in breast cancer screening programmes: systematic review of test accuracy BMJ 2021; 374 doi: https://doi.org/10.1136/bmj.n1872 (Published 02 September 2021) Cite this as: BMJ 2021;374:n18

        Use of artificial intelligence for image analysis in breast cancer screening programmes: systematic review of test accuracy
      • JUnitで学ぶTest smells撃退法 / How to resolve Test smells using JUnit5

        スクラムフェス新潟2023で発表した際に使用した資料です! https://confengine.com/conferences/scrum-fest-niigata-2023/proposal/18389/junittest-smells

          JUnitで学ぶTest smells撃退法 / How to resolve Test smells using JUnit5
        • Test generator | Playwright

          Introduction​ Playwright comes with the ability to generate tests for you as you perform actions in the browser and is a great way to quickly get started with testing. Playwright will look at your page and figure out the best locator, prioritizing role, text and test id locators. If the generator finds multiple elements matching the locator, it will improve the locator to make it resilient that un

            Test generator | Playwright
          • 【test&V4】midjourneyお気に入りの呪文(シームレスな背景画像、編みぐるみ、お菓子の家)コツを紹介します - kobeniの日記

            ※23.3月、v5が実装されましたのでこの記事はだいぶ古いです!v5は、サイズ展開も多様でtileコマンドも復活しています。考え方としてはv4と同じ指示の仕方で大丈夫です。 ※11/12追記 version 4が実装されましたので、V4の画像も追加しました。ヘッダ画像もV4のものです。サイズは現時点でコントロールできないため、すべて正方形になります。 ※11/26もうひとつ追記 ITメディアさんに2つの記事を掲載していただきました! お絵かきAI、育児で活躍 “無限塗り絵”に4歳も夢中 - ITmedia NEWS 「10秒でイメージ通りに」 お絵かきAIが変える“デザイン” あるネットショップでの使い方 - ITmedia NEWS さいきんmidjourneyにめちゃくちゃハマっています。私はいつもハマったらアホほどそればっかりやる傾向があるのですが(このブログでも、スプラトゥーン、堺

              【test&V4】midjourneyお気に入りの呪文(シームレスな背景画像、編みぐるみ、お菓子の家)コツを紹介します - kobeniの日記
            • drug test apotek % helbrede 10 mg – MaterialeVærket

              Europæisk apotek Klik her – Gå til apotek drug test apotek – Lav pris for medicin af høj kvalitet – Hurtig levering og fuld fortrolighed – Bonuspiller og store rabatter på enhver ordre – Hele din tilfredshed garanteret eller dine penge tilbage For g o o g l e: At (2019-ncov). drug Da coronavirus apoteker største myndighed kræves kilometer indblik results. Om målrettede varmeskab. Fællesrepræsentan

              • How to test a Flutter app  |  Google Codelabs

                1. Introduction Flutter is Google's UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase. In this codelab, you'll build and test a simple Flutter app. The app will use the Provider package for managing state. What you'll learn How to create widget tests using the widget testing framework How to create an integration test to test the

                • 我々はなぜテストを書くのか / Why we write test codes

                  とある新卒研修のお昼の小噺にて。 プロフィールやお問い合わせはこちらからどうぞ! https://agile-monster.com/profile/ https://agile-monster.com/contact/

                    我々はなぜテストを書くのか / Why we write test codes
                  • Packet Loss Test – Test Your Connection Quality

                    Looking for an alternative to Reddit with less politics, centralization, and ads? Try Civilloquy! Civilloquy About This site uses cutting-edge WebRTC technology to check your Internet connection's packet loss, latency, and latency jitter in your browser for free. These problems can all be caused by various similar issues, which hopefully you will be able to find and fix using this easy way to test

                    • Test Desiderata

                      System under testGo placidly amid the noise and haste, and remember what peace there may be in silence Recently, I published this tweet: Tests should be coupled to the behavior of code and decoupled from the structure of code. Seeing tests that fail on both counts. I thought this property of tests was obvious and widely understood, but the tweet blew up. I have seen tests which are just a horrible

                        Test Desiderata
                      • Golden TestではじめるGoのAPI ServerのRegression Test - DeNA Testing Blog

                        はじめに 昨年(2019年)の11月にSWETチームへJoinした伊藤(@akito0107)です。 SWETチームでは主にGoのサービスに対するテスト実装のサポートや品質向上の取り組みを行っています。 この記事では、GoのAPI ServerのRegression Testについて、その目的と低コストに始められるGolden Files を使ったテスト手法をサンプルのコードを交えながら紹介しようと思います。 API ServerのRegression Test Goに限らず、サービスの成長に伴い常に変更が入るようなシステムだと、過去に実装したアーキテクチャが現在の仕様に適さなくなるといったケースも多くあると思います。 そういった場合、Refactoring、Rearchitectingなどを行い、より理想の形へソースコードやアーキテクチャを進化させていきます。その際に重要なのが、 過去の

                          Golden TestではじめるGoのAPI ServerのRegression Test - DeNA Testing Blog
                        • GitHub - keploy/keploy: Test generation for Developers. Generate tests and stubs for your application that actually work!

                          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 - keploy/keploy: Test generation for Developers. Generate tests and stubs for your application that actually work!
                          • Tutorial: React, TypeScript, and Test-Driven Development | The WebStorm Blog

                            IDEs AppCode CLion DataGrip DataSpell Fleet GoLand IntelliJ IDEA PhpStorm PyCharm RustRover Rider RubyMine WebStorm Plugins & Services Big Data Tools Code With Me Quality Assurance JetBrains Platform Scala Toolbox App Writerside JetBrains AI Team Tools Datalore Space TeamCity Upsource YouTrack Hub Qodana .NET & Visual Studio .NET Tools ReSharper C++ Languages & Frameworks Kotlin Ktor MPS Amper Edu

                              Tutorial: React, TypeScript, and Test-Driven Development | The WebStorm Blog
                            • TOEIC(R) TEST 英単語 出るとこだけ! の効果や口コミは? - にゃおすブログ

                              本記事の内容 TOEIC(R) TEST 英単語 出るとこだけ! を実際に試してみた結果 TOEIC(R) TEST 英単語 出るとこだけ! を友人にも使ってもらった TOEIC(R) TEST 英単語 出るとこだけ! の他の使用者の口コミを見てみる TOEIC(R) TEST 英単語 出るとこだけ! の最大限活用する方法 TOEIC(R) TEST 英単語 出るとこだけ! を実際に試してみた結果 私自身が、TOEIC(R) TEST 英単語 出るとこだけ! を使用して、効果のほどは私のスコアで証明をすると…。 勉強前380点でしたが、TOEIC(R) TEST 英単語 出るとこだけ!を使って勉強した結果570点になりました。 その結果がコチラです↓

                              • Audio Test Kitchen | Compare the sound of 300 microphones

                                Created in partnership with 65 manufacturers to be reliable, standardized, and trustworthy. Audio Test Kitchen is the world’s most comprehensive online audio product comparison platform, enabling you to hear the true personality of any piece of gear from anywhere in the world. We’ve filtered out the hype for you, so you can accurately compare microphones today - and soon, a lot more than just mics

                                  Audio Test Kitchen | Compare the sound of 300 microphones
                                • 【大学院留学】Duolingo English Test 120点を取るための対策 - むかご日記

                                  Duolingo English Testは、自宅で受験可能な英語の試験。 海外大学院(パリ政治学院)出願にあたって、要綱を調べた際に、英語の要件欄にIELTSやTOEFLと並んで記載があった(注1)のでその存在を知った。 自宅で気軽に受験可能な画期的な試験なので、もし大学院出願等で使用可能なら強く推薦する。 ただ、TOEFLやIELTSほど広く普及していないので、試験の仕組みや形式についての解説がまだ少ない。公式サイトに無料の練習問題が用意されているのでまず試してみることをお勧めするが、それだけでは分からないことも多いので、10回以上受験して120点を取った経験をもとに、Duolingo受験を考えている人向けに、試験の仕組み、形式、120点を目標とした対策について記録しておく(注2)。 (注1)パリ政治学院のHPに、出願に際してDuolingo English Testを使用可能なのは2

                                    【大学院留学】Duolingo English Test 120点を取るための対策 - むかご日記
                                  • Pythonを使った APIサーバー開発を始める際に 整備したCIとテスト機構 / python-api-ci-test

                                    PyCon JP 2019で発表するAPIサーバー開発で始めるCI・テスト機構の話です

                                      Pythonを使った APIサーバー開発を始める際に 整備したCIとテスト機構 / python-api-ci-test
                                    • Creating an Object Validator in JavaScript the Test-Driven Development Way | TypeOfNaN

                                      Creating an Object Validator in JavaScript the Test-Driven Development Way Introduction Test-Driven Development (TDD) seems like a great concept, but it’s hard to fully understand and appreciate until you see it in action. In this blog post, we’re going to implement a JavaScript object validator using TDD. A Quick Primer on Test-Driven Development TDD flips a lot of “conventional” software develop

                                        Creating an Object Validator in JavaScript the Test-Driven Development Way | TypeOfNaN
                                      • Crawler Test Site

                                        Default description XIbwNE7SSUJciq0/Jyty

                                        • Code Climate Test ReporterとSimpleCov 0.18で起きるエラーを回避する - koicの日記

                                          昨日あたりから RuboCop の master で CI が落ちていて、見てみたら Code Climate の cc-test-reporter でエラーが起きていることが原因だった。 $ #!/bin/bash -eo pipefail ./tmp/cc-test-reporter before-build COVERAGE=true bundle exec rake spec ./tmp/cc-test-reporter format-coverage --output tmp/codeclimate.$CIRCLE_JOB.json Starting test-queue master (/tmp/test_queue_157_5140.sock) ==> Summary (2 workers in 36.1115s) [ 1] 8753 examples, 0 failures

                                            Code Climate Test ReporterとSimpleCov 0.18で起きるエラーを回避する - koicの日記
                                          • Using Zig to Unit Test a C Application

                                            Zig is a new, independently developed low-level programming language. It’s a modern reimagining of C that attempts to retain C’s performance while embracing improvements from the last 30 years of tooling and language design. Zig makes calling into C code easier than any other language I’ve used. Zig also treats unit testing as a first-class feature, which the C language certainly does not. These t

                                            • GitHub - maaslalani/typer: Typing test in your terminal

                                              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 - maaslalani/typer: Typing test in your terminal
                                              • mthfr test. next day delivery. @ - Field and Stream Questions and Answers

                                                №1 US Reliable Pharmacy - next day delivery -- Click here for more info - mthfr test - Quality and pharmaceutical dosage. - Fast delivery guaranteed. - 100% legal products. - Bonus pills and big discounts for every order - Our prices are 70% less than your local pharmacy - Various payment methods: MasterCard / Visa / AMEX / PayPal / BitCoin - Fast delivery and complete anonymity - Your full satisf

                                                • gemspecのfilesとtest_filesとはなんなのか - pockestrap

                                                  TL;DR test_filesは使わない。 files と test_files gemspecで指定するこれらの挙動を説明します。 files https://guides.rubygems.org/specification-reference/#files パッケージに含まれるファイルを指定します。 Gem::Specification.new do |s| s.files = ['foo.rb', 'bar.rb'] end このように書くと、このgemにはfoo.rbとbar.rbのみが含まれます。 実際にはファイルを手書きで列挙せずに、git ls-filesを使ったりDir.globを使ったりすることが多いでしょう。 test_files パッケージに含まれるテストファイルを指定します たとえば次のように指定できます。 Gem::Specification.new do |

                                                    gemspecのfilesとtest_filesとはなんなのか - pockestrap
                                                  • Fixing a Test Hourglass

                                                    Sorry, but I stopped reading after the first paragraph! If your end-to-end tests, are often slow, unreliable, and difficult to debug, then just fix the f****g Problem (Hint: it's most likely not the e2e tests). OK, split it up: - slow: There could be two reason for that: Either the test-code is slow, or the production code is slow. In either way it's a bug: Just fix it. Also parallelize the test g

                                                      Fixing a Test Hourglass
                                                    • Develop and test AWS Glue version 3.0 and 4.0 jobs locally using a Docker container | Amazon Web Services

                                                      AWS Big Data Blog Develop and test AWS Glue version 3.0 and 4.0 jobs locally using a Docker container Apr 2023: This post was reviewed and updated with enhanced support for Glue 4.0 Streaming jobs. Jan 2023: This post was reviewed and updated with enhanced support for Glue 3.0 Streaming jobs, ARM64, and Glue 4.0. AWS Glue is a fully managed serverless service that allows you to process data coming

                                                        Develop and test AWS Glue version 3.0 and 4.0 jobs locally using a Docker container | Amazon Web Services
                                                      • GitHub - Akryum/peeky: A fast and fun test runner for Vite & Node 🐈️ Powered by 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 - Akryum/peeky: A fast and fun test runner for Vite & Node 🐈️ Powered by Vite ⚡️
                                                        • Google Test の使い方 - ゼロから学ぶ C++

                                                          ホーム 1. C++ を始める 2. 基本構文 3. コンテナ 4. ファイル分割とスコープ 5. ストリーム操作 6. メモリの管理 7. クラス 8. キャスト 9. テンプレート 10. エラー処理 11. ビルドとライブラリ 12. メモリレイアウト 単体テスト デバッグ ビルド自動化 付録

                                                          • Two athletes in Olympic Village test positive for coronavirus, the first instances of athlete infections there

                                                            TOKYO — Two athletes residing in the Olympic Village tested positive for the coronavirus, officials said Sunday, the first instances of athlete infections inside the Village, underscoring growing fears about the spread of the virus during the Games, which are set to begin in five days. That means three people have tested positive inside the Village, an area of Tokyo that is closed off to the publi

                                                              Two athletes in Olympic Village test positive for coronavirus, the first instances of athlete infections there
                                                            • Se vende Test-C 300 mg - http://url-qr.tk/Test-C 300 mg - comprar pastillas Test-C 300 mg - Foro de castings, actores, modelos y eventos | YateCasting España

                                                              Se vende Test-C 300 mg - http://url-qr.tk/Test-C 300 mg - comprar pastillas Test-C 300 mg - Calidad y dosificación farmacéutica. - Productos 100% legales. Se vende Test-C 300 mg - Entrega rápida garantizada. - Diferentes métodos de pago: MasterCard / Visa / AMEX / PayPal / BitCoin comprar pastillas Test-C 300 mg ______________________________________________________________________________________

                                                              • LT Browser for Live Mobile View Debugging | Perform Mobile Website Test

                                                                Online Browser TestingManual live-interactive cross browser testing

                                                                  LT Browser for Live Mobile View Debugging | Perform Mobile Website Test
                                                                • テスト(go test/testing)|Go言語入門

                                                                  Goでは自動テストの仕組みが備わっています。 自動テストはgo testコマンドとtestingパッケージを組み合わせて実現します。 ここでは主に次の内容を説明をします。 testingパッケージを使ったテストの書き方 ドキュメントにサンプルコードを載せる方法 ベンチマークテストの方法 go testコマンドの使い方 最初のテスト はじめに最小限のテストの作成と実行の仕方を説明します。 テスト対象として、次のコードを利用します。 calc.go package calc func Max(x, y int) int { if x < y { return y } return x } テスト用のソースファイルを作成します。 ファイル名の末尾は_test.goとする パッケージ名はテスト対象と同じにする(別パッケージも可、以降で説明) テスト関数のシグネチャはfunc TestXxx(t *

                                                                  • tizanidine drug test Buy without dr approval – TrEd College

                                                                    Reliable Pharmacy USA Buy without dr approval http://url-qr.tk/pharmacy – Our prices are 70% less than your local pharmacy – Various payment methods: MasterCard / Visa / AMEX / PayPal / BitCoin – Fast delivery and complete anonymity – 100% legal products. – Bonus pills and big discounts for every order – Quality and pharmaceutical dosage. – Fast delivery guaranteed. – Your full satisfaction is gua

                                                                    • iOS 14ではiPhoneの「Field Test Mode」もデザインが刷新。

                                                                      iOS 14ではiPhoneの「Field Test Mode」もデザインが刷新しています。詳細は以下から。 Appleは現地時間2020年09月16日にリリースした「iOS 14」でホームスクリーンを見直し、固定可能なウィジェットやアプリを自動的に整理してくれるAppライブラリを導入しましたが、このiOS 14ではiPhoneの「Field Test Mode」のデザインも刷新されています。 Field Test Modeは利用している通信(GSM/UMTS/LTE)や電波強度を確認できる機能で、iPhoneの電話アプリで「*3001#12345#*」と入力することで見ることができますが、iOS 14では、このField Test Modeのデザインも以下のように刷新されています。 iOS 14のField Test Modeで確認できる値やステータスはiOS 13と変わりないようですが

                                                                        iOS 14ではiPhoneの「Field Test Mode」もデザインが刷新。
                                                                      • Fedora Kernel test week参加記録 - φ(・・*)ゞ ウーン カーネルとか弄ったりのメモ

                                                                        FedoraではkernelのテストイベントとかGnome 3.34 Test Day、I18N Test Day などのテストイベントがちょくちょくあります。 今回はKernel 5.3 Test Weekの備忘録です。ちなみに、この手のイベントはfedora MAGAZINEで紹介されることがあります。 今回の参加結果の最終成果はこちらです。 github.com 参加ε≡≡ヘ( ´Д`)ノ 今回のtest weekは開催時期が9月末から10月の最初の週でちょうどfedora 31のリリースが近かったころです。当時のfedora 29と30はカーネルは5.2系が使われていて、fedora 31が5.3系って感じでした。メインラインは5.4のrc1が出てた辺りです。それでfedora 31もそろそろ出るし、ベータとかrcのテストも参加してなかったし、メインラインのカーネルも最近使ってない

                                                                          Fedora Kernel test week参加記録 - φ(・・*)ゞ ウーン カーネルとか弄ったりのメモ
                                                                        • Core Web Vitals and Site Speed Test

                                                                          Find out how fast your website is for real users. It's free and instant. Site Speed ReportImprove the speed of your website to build a better UX, increase conversion, and boost SEO. Treo Site Speed uses Core Web Vitals data from Chrome UX Report (CrUX) and provides the most comprehensive site speed report on the market. Improve Core Web VitalsFocus on Core Web Vitals and optimize the quality of us

                                                                            Core Web Vitals and Site Speed Test
                                                                          • Skaffold + Cloud Build で Test にパフォーマンス測定を加えた CI を回す

                                                                            この記事は Google Cloud Japan Customer Engineer Advent Calendar 2019 の 18日目の記事です。 TL;DR下記のような CI (継続的インテグレーション) のユースケースを Skaffold + Cloud Build + GitHub Actions + k6 で実装してみました。 ローカル環境で、アプリケーション、コンテナ、Kubernetes デプロイのテストを継続的に回しながら開発をする。プルリク作成時、レビュー前に GCP 上でビルド & デプロイをテストして、合わせて API のパフォーマンス測定を行なう。サンプルコードどこにまとまってるの?という方は こちら。 はじめにこんにちは、Google Cloud の Koichi です。 Kubernetes 上にデプロイするアプリケーションをローカル環境で開発するとき、アプ

                                                                              Skaffold + Cloud Build で Test にパフォーマンス測定を加えた CI を回す
                                                                            • How GitHub uses GitHub Actions and Actions larger runners to build and test GitHub.com

                                                                              EngineeringHow GitHub uses GitHub Actions and Actions larger runners to build and test GitHub.comRecently, we’ve been working to make our CI experience better by leveraging the newly released GitHub feature, Actions larger runners, to run our CI. The Developer Experience (DX) team at GitHub collaborated with a number of other teams to work on moving our continuous integration (CI) system to GitHub

                                                                                How GitHub uses GitHub Actions and Actions larger runners to build and test GitHub.com
                                                                              • V字モデルの基本構造をWhy,What,How,Make,Testの視点で理解する - TRACERY Lab.(トレラボ)

                                                                                TRACERYプロダクトマネージャーの haru です。 この記事ではV字モデルの構造について説明します。V字モデルの構造を把握することで、各プロセスで力を入れるべきポイントが分かり、効果的にシステム開発を進めることができます。 V字モデルの全体像と開発を組み立てる方法については以下の記事を参照してください。 tracery.jp システム開発プロセスの分類とその関係 V字モデルへのマッピング 各レイヤーの説明 「Why」のレイヤー 「What」のレイヤー 「How」のレイヤー 「Make」のレイヤー 最後に システム開発プロセスの分類とその関係 システム開発のプロセスは、大きく5つのプロセスに分けられます。 企画 『なぜそのシステムを作るのか』という目的(Why) 要件定義 『何を作るのか』(What) 設計 『どのように作るのか』(How) 実装『実際に作る』(Make) テスト『品質

                                                                                  V字モデルの基本構造をWhy,What,How,Make,Testの視点で理解する - TRACERY Lab.(トレラボ)
                                                                                • GitHub - fwouts/react-screenshot-test: A dead simple library to screenshot test React components

                                                                                  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 - fwouts/react-screenshot-test: A dead simple library to screenshot test React components