Footer

    Download on the App StoreGet it on Google Play

    VoiceTube とは

    • VoiceTube について
    • 学習サービス紹介
    • 採用情報
    • よくある質問
    • ホットタグ

    サービス一覧

    • スピーキングチャレンジ
    • 保存
    • VoiceTube Hero
    • 法人向け VoiceTube
    • 単語検索
    • 動画をインポート
    • ブログ

    お勧めチャンネル

    レベル別

    • A1 初級
    • A2 初級
    • B1 中級
    • B2 中上級
    • C1 上級
    • C2 上級

    プライバシー˙規約˙
    ©2026 VoiceTube Corporation. All rights reserved

    runtime

    US /rʌn'taɪm/

    ・

    UK /rʌn'taɪm/

    B2 中上級
    n. (u.)不可算名詞機械の作動時間
    The server's runtime was at 300 hours

    動画字幕

    フォール・ガイ:重要な映画 (The Fall Guy: An Important Movie)

    09:44フォール・ガイ:重要な映画 (The Fall Guy: An Important Movie)
    • Even the runtime falls somewhere in between these other two films.

      ここ2年間の2大ヒット作を説明したところで、『フォール・ガイ』が大ヒットするのは確実だと思うだろう。

    • Even the runtime falls somewhere in between these other two films.

      ここ2年間の2大ヒット作を説明したところで、『フォール・ガイ』が大ヒットするのは確実だと思うだろう。

    B1 中級

    2011年オスカー:作品賞全レビュー #JPMN (2011 Oscars: All Best Picture Reviews #JPMN)

    22:042011年オスカー:作品賞全レビュー #JPMN (2011 Oscars: All Best Picture Reviews #JPMN)
    • The movie, sadly, though, isn't much more than that, with a good deal of the 118-minute runtime spent directly on Albert and Loeb's speech therapy sessions.

      時折、鋭いマーク・ザッカーバーグの主役であるジェシー・アイゼンバーグは、観客を納得させるために十分なことをしています...

    B1 中級

    SHELTERがかなりの傑作である理由 (Why SHELTER is Pretty Fantastic)

    06:40SHELTERがかなりの傑作である理由 (Why SHELTER is Pretty Fantastic)
    • As with the very limited runtime, you have to make every single second count.

      ストーリーの表現方法に対して

    • as with the very limited runtime

      同様に非常に限られた時間の中で

    B1 中級

    ArduinoJson 7 の新機能 (What's new in ArduinoJson 7)

    14:56ArduinoJson 7 の新機能 (What's new in ArduinoJson 7)
    • Fixed memory allocation is perfect when resources are scarce but requires more discipline from the programmer. During the past five years, we attended to the rise of 32-bit microcontrollers, first with the ESP8266, then with the ESP32 and all the ARM-based MCUs. 32-bit microcontrollers have much more memory but also a bigger runtime framework, so Arduino JSON now represents a small fraction of the executable. If we compare the parser example on the two versions of the Arduino Uno, we see that Arduino JSON 7 makes up about two-thirds of the executable on R3 but only 7% on R4. Because the proportion is much smaller, the difference between Arduino JSON 6 and 7 is neglectable on 32-bit microcontrollers. For example, on Arduino Uno R4 minima, the parser example only grew by 2.3% and the generator example by 1.7%. As you can see, the size of the library is not so important anymore. Arduino JSON 7 can run on 8-bit microcontrollers but if the memory is tight, it's probably better if you stick with version 6.

      固定メモリーの割り当ては、リソースが不足している場合には最適ですが、プログラマーにはより多くの規律が要求されます。過去5年間、最初はESP8266、次にESP32、そしてすべてのARMベースのMCUと、32ビットマイクロコントローラーが台頭してきました。32ビットマイクロコントローラは、より多くのメモリを持っていますが、より大きなランタイムフレームワークも持っています。Arduino Unoの2つのバージョンでパーサーの例を比較すると、Arduino JSON 7はR3では実行可能ファイルの約3分の2を占

    • 32-bit microcontrollers have much more memory but also a bigger runtime framework, so ArduinoJson now represents a small fraction of the executable.

      アロケーターをカスタマイズする方法を変えた。テンプレートパラメータを渡す代わりに、ポリモーフィックアロケータへのポインタを渡さなければなりません。Stude PMRに触発されたこの変更により、アロケータに関係なく、すべてのJSONドキュメントに互換性を持たせることができる。

    B1 中級

    DevOpsとは (What is DevOps?)

    05:59DevOpsとは (What is DevOps?)
    • This piece here includes unit test cases, packaging of the code into executables and runtimes that will actually be then deployed on some sort of runtime environment, be it bare metal, virtualized environment, or the cloud.

      この部分には、単体テストケース、コードを実行可能ファイルやランタイムにパッケージングすること、そしてベアメタル、仮想化環境、クラウドなど、何らかのランタイム環境に実際にデプロイすることなどが含まれる。

    • And then we have manage, and this is all about addressing what happens to an application once it lands in its runtime environment.

      そして、manageがある。これは、アプリケーションがランタイム環境に置かれた後、何が起こるかを管理するものだ。

    B1 中級

    Java 模擬面接 | シニアJavaデベロッパー向け面接質問 (Java Mock Interview | Interview Questions for Senior Java Developers)

    19:07Java 模擬面接 | シニアJavaデベロッパー向け面接質問 (Java Mock Interview | Interview Questions for Senior Java Developers)
    • Um, unchecked exceptions include errors, um, and every other type of exception that extends runtime exception as their as its base.

      ああ、いい答えだ。

    • Unchecked exceptions include errors and every other type of exception that extends runtime exception as its base.

      チェックされていない例外には、エラーや、ランタイム例外をベースとして拡張された他のすべての例外タイプが含まれる。

    B1 中級

    Goにおけるリポジトリパターン - プロジェクトの構造化方法 (Repository Pattern in Go - How to Structure your Projects)

    16:24Goにおけるリポジトリパターン - プロジェクトの構造化方法 (Repository Pattern in Go - How to Structure your Projects)
    • This here is this here actually the malware is dependency injection, so we have an abstraction and we are injecting any dependency we want at runtime.

      そのため、ユーザーを作成するたびにメーラーを初期化している。

    • So we have an abstraction and we are injecting any dependency we want at runtime.

      つまり、私たちは抽象化されたものを持っていて、実行時に好きな依存関係を注入しているのだ。

    B1 中級

    ポール・メスカル:フットボール、ローリング・ストーンズのMV撮影、『アフターサン』について | Harper's BAZAAR (Paul Mescal On Football, Filming The Rolling Stones Music Video, and 'Aftersun' | Harper's BAZAAR)

    05:54ポール・メスカル:フットボール、ローリング・ストーンズのMV撮影、『アフターサン』について | Harper's BAZAAR (Paul Mescal On Football, Filming The Rolling Stones Music Video, and 'Aftersun' | Harper's BAZAAR)
    • According to IMDb what is the total runtime of Aftersum?

      IMDbによると、『アフターサム』の総上映時間は?

    • According to IMDb, what is the total runtime of Aftersun?

      とても美しく書かれた作品だと思うし、スタンリーのような体を張った、動物的な人物とカラムのような人物を演じられるのは、僕にとって本当にエキサイティングな挑戦だった。

    A2 初級

    嘘ばかりだった映画20選 (20 Movies That LIED the Whole Time)

    24:16嘘ばかりだった映画20選 (20 Movies That LIED the Whole Time)
    • For most of the runtime, it's easy to infer that Nick and his friends are in Area 51 and being subjected to extraterrestrial tech as part of some larger experiment.

      上映時間のほとんどの間、ニックと彼の友人たちがエリア51にいて、何らかの大きな実験の一環として地球外テクノロジーの実験を受けていると推測するのは簡単です。

    • For most of the runtime, it's easy to infer that Nick and his friends are in Area 51 and being subjected to extraterrestrial tech as part of some larger experiment.

      上映時間のほとんどの間、ニックと彼の友人たちがエリア51にいて、何らかの大きな実験の一環として地球外テクノロジーの実験を受けていると推測するのは簡単です。

    B1 中級

    コンピューティングクラスター入門 (Introduction to Computing Clusters)

    18:03コンピューティングクラスター入門 (Introduction to Computing Clusters)
    • Taking a simple existing script, we shall first add our PBS directives specifying the job name, which we call testjob in this case, the number of nodes and processors needed, one for each in this case, the amount of random access memory required, one megabyte here, and the maximum runtime, or wallclock, required for the job, which we set to one minute in this case.

      単純な既存のスクリプトを使い、まずPBSディレクティブを追加する。ジョブ名(ここではtestjobと呼ぶ)、必要なノードとプロセッサの数(ここではそれぞれ1つ)、必要なランダムアクセスメモリの量(ここでは1メガバイト)、ジョブに必要な最大実行時間(ウォールクロック)(ここでは1分とする)を指定する。

    • and the maximum runtime or wall clock required for the job, which we set to one minute in this case.

      SSHの実装はすべてのコンピュータプラットフォームで利用可能である。

    B1 中級