Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1321 - 1330 of 1,780 for does (0.02 sec)

  1. docs/en/docs/how-to/testing-database.md

    # Testing a Database { #testing-a-database }
    
    You can study about databases, SQL, and SQLModel in the <a href="https://sqlmodel.tiangolo.com/" class="external-link" target="_blank">SQLModel docs</a>. ๐Ÿค“
    
    There's a mini <a href="https://sqlmodel.tiangolo.com/tutorial/fastapi/" class="external-link" target="_blank">tutorial on using SQLModel with FastAPI</a>. โœจ
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 540 bytes
    - Viewed (0)
  2. ci/official/containers/ml_build/cuda12.1_cudnn9.8.packages.txt

    cuda-libraries-dev-12-1
    cuda-nvml-dev-12-1
    libcufft-12-1
    libcurand-12-1
    libcusolver-dev-12-1
    libcusparse-dev-12-1
    libcublas-12-1
    libcublas-dev-12-1
    libnccl-dev=2.18.3-1+cuda12.1
    libnccl2=2.18.3-1+cuda12.1
    # CuDNN: https://docs.nvidia.com/deeplearning/sdk/cudnn-install/index.html#ubuntu-network-installation
    libcudnn9-dev-cuda-12=9.8.0.87-1
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Fri Mar 21 01:02:41 UTC 2025
    - 534 bytes
    - Viewed (0)
  3. ci/official/containers/ml_build/cuda12.3_cudnn9.1.packages.txt

    cuda-libraries-dev-12-3
    cuda-nvml-dev-12-3
    libcufft-12-3
    libcurand-12-3
    libcusolver-dev-12-3
    libcusparse-dev-12-3
    libcublas-12-3
    libcublas-dev-12-3
    libnccl-dev=2.19.3-1+cuda12.3
    libnccl2=2.19.3-1+cuda12.3
    # CuDNN: https://docs.nvidia.com/deeplearning/sdk/cudnn-install/index.html#ubuntu-network-installation
    libcudnn9-dev-cuda-12=9.1.1.17-1
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Tue Feb 18 20:42:21 UTC 2025
    - 535 bytes
    - Viewed (0)
  4. ci/official/requirements_updater/nvidia-requirements.txt

    nvidia-cuda-cupti-cu12>=12.5.82,<13.0
    nvidia-cuda-nvcc-cu12>=12.5.82,<13.0
    nvidia-cuda-nvrtc-cu12>=12.5.82,<13.0
    nvidia-cuda-runtime-cu12>=12.5.82,<13.0
    # The upper bound is set for the CUDNN API compatibility.
    # See
    # https://docs.nvidia.com/deeplearning/cudnn/backend/latest/developer/forward-compatibility.html#cudnn-api-compatibility
    nvidia-cudnn-cu12>=9.3.0.75,<10.0
    nvidia-cufft-cu12>=11.2.3.61,<12.0
    nvidia-curand-cu12>=10.3.6.82,<11.0
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Wed Sep 03 23:57:17 UTC 2025
    - 646 bytes
    - Viewed (0)
  5. .github/dependabot.yml

    # To get started with Dependabot version updates, you'll need to specify which
    # package ecosystems to update and where the package manifests are located.
    # Please see the documentation for all configuration options:
    # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
    
    version: 2
    updates:
      - package-ecosystem: "github-actions"
        directory: "/"
        schedule:
          interval: "daily"
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Fri Jan 31 12:47:00 UTC 2025
    - 758 bytes
    - Viewed (0)
  6. okhttp-zstd/src/test/java/okhttp3/zstd/ZstdTestMain.kt

    import okhttp3.Request
    
    fun main() {
      val client =
        OkHttpClient
          .Builder()
          .addInterceptor(CompressionInterceptor(Zstd))
          .build()
    
      sendRequest("https://developers.facebook.com/docs/", client)
      sendRequest("https://www.facebook.com/robots.txt", client)
      sendRequest("https://www.instagram.com/robots.txt", client)
    }
    
    private fun sendRequest(
      url: String,
      client: OkHttpClient,
    ) {
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Jul 29 20:01:04 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  7. .github/ISSUE_TEMPLATE/FEATURE.yml

    #  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    #  See the License for the specific language governing permissions and
    #  limitations under the License.
    #
    
    # https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema
    
    name: Feature request
    description: File a proposal for new feature, improvement
    labels: ["enhancement"]
    
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Fri Jun 06 14:30:05 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  8. docs/em/docs/tutorial/security/first-steps.md

    <span style="color: green;">INFO</span>:     Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
    ```
    
    </div>
    
    ## โœ… โšซ๏ธ
    
    ๐Ÿšถ ๐ŸŽ“ ๐Ÿฉบ: <a href="http://127.0.0.1:8000/docs" class="external-link" target="_blank">http://127.0.0.1:8000/docs</a>.
    
    ๐Ÿ‘† ๐Ÿ”œ ๐Ÿ‘€ ๐Ÿ•ณ ๐Ÿ’– ๐Ÿ‘‰:
    
    <img src="/img/tutorial/security/image01.png">
    
    /// check | โœ” ๐Ÿ”ผ โ—
    
    ๐Ÿ‘† โช โœ”๏ธ โœจ ๐Ÿ†• "โœ”" ๐Ÿ”ผ.
    
     &amp; ๐Ÿ‘† *โžก ๐Ÿ› ๏ธ* โœ”๏ธ ๐Ÿฅ ๐Ÿ”’ ๐Ÿ”-โ–ถ๏ธ๏ธ โ†ฉ ๐Ÿ‘ˆ ๐Ÿ‘† ๐Ÿ’ช ๐Ÿ–Š.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  9. docs/ja/docs/tutorial/cookie-param-models.md

    ## ใƒ‰ใ‚ญใƒฅใƒกใƒณใƒˆใฎ็ขบ่ช
    
    ๅฏพ่ฉฑ็š„APIใƒ‰ใ‚ญใƒฅใƒกใƒณใƒˆUI `/docs` ใงใ€ๅฎš็พฉใ•ใ‚Œใฆใ„ใ‚‹ใ‚ฏใƒƒใ‚ญใƒผใ‚’็ขบ่ชใงใใพใ™:
    
    <div class="screenshot">
    <img src="/img/tutorial/cookie-param-models/image01.png">
    </div>
    
    /// info | ๅ‚™่€ƒ
    
    
    **ใƒ–ใƒฉใ‚ฆใ‚ถใŒใ‚ฏใƒƒใ‚ญใƒผใ‚’ๅ‡ฆ็†ใ—**ใฆใ„ใพใ™ใŒใ€็‰นๅˆฅใชๆ–นๆณ•ใงๅ†…้ƒจ็š„ใซๅ‡ฆ็†ใ‚’่กŒใฃใฆใ„ใ‚‹ใŸใ‚ใซใ€**JavaScript**ใ‹ใ‚‰ใฏ็ฐกๅ˜ใซๆ“ไฝœ**ใงใใชใ„**ใ“ใจใซ็•™ๆ„ใ—ใฆใใ ใ•ใ„ใ€‚
    
    **ๅฏพ่ฉฑ็š„APIใƒ‰ใ‚ญใƒฅใƒกใƒณใƒˆUI** `/docs` ใซใ‚ขใ‚ฏใ‚ปใ‚นใ™ใ‚Œใฐใ€*ใƒ‘ใ‚นใ‚ชใƒšใƒฌใƒผใ‚ทใƒงใƒณ*ใซ้–ขใ™ใ‚‹ใ‚ฏใƒƒใ‚ญใƒผใฎ**ใƒ‰ใ‚ญใƒฅใƒกใƒณใƒ†ใƒผใ‚ทใƒงใƒณ**ใ‚’็ขบ่ชใงใใพใ™ใ€‚
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Feb 28 14:21:27 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  10. docs/tuning/README.md

    - `tuned`
    - `curl`
    
    ### Install `tuned.conf` performance profile
    
    #### Step 1 - download `tuned.conf` from the referenced link
    ```
    wget https://raw.githubusercontent.com/minio/minio/master/docs/tuning/tuned.conf
    ```
    
    #### Step 2 - install tuned.conf as supported performance profile on all nodes
    ```
    sudo mkdir -p /usr/lib/tuned/minio/
    sudo mv tuned.conf /usr/lib/tuned/minio
    ```
    
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Jul 19 01:15:02 UTC 2024
    - 644 bytes
    - Viewed (0)
Back to top