Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Machines (0.07 sec)

  1. android/guava/src/com/google/common/io/MoreFiles.java

        if (parent == null) {
          // The given directory is a filesystem root. All zero of its ancestors exist. This doesn't
          // mean that the root itself exists -- consider x:\ on a Windows machine without such a
          // drive -- or even that the caller can create it, but this method makes no such guarantees
          // even for non-root files.
          return;
        }
    
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Oct 31 16:07:00 UTC 2024
    - 35K bytes
    - Viewed (0)
  2. guava/src/com/google/common/io/MoreFiles.java

        if (parent == null) {
          // The given directory is a filesystem root. All zero of its ancestors exist. This doesn't
          // mean that the root itself exists -- consider x:\ on a Windows machine without such a
          // drive -- or even that the caller can create it, but this method makes no such guarantees
          // even for non-root files.
          return;
        }
    
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Oct 31 16:07:00 UTC 2024
    - 34.5K bytes
    - Viewed (0)
  3. docs/en/docs/release-notes.md

    * 📝 Add external link: Building simple E-Commerce with NuxtJS and FastAPI. PR [#3271](https://github.com/tiangolo/fastapi/pull/3271) by [@ShahriyarR](https://github.com/ShahriyarR).
    * 📝 Add external link: Serve a machine learning model using Sklearn, FastAPI and Docker. PR [#2974](https://github.com/tiangolo/fastapi/pull/2974) by [@rodrigo-arenas](https://github.com/rodrigo-arenas).
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Nov 01 11:25:57 UTC 2024
    - 460.3K bytes
    - Viewed (0)
Back to top