Search Options

Results per page
Sort
Preferred Languages
Advance

Results 241 - 250 of 452 for Compute (0.11 sec)

  1. .github/workflows/codeql-analysis.yml

        steps:
        - name: Checkout repository
          uses: actions/checkout@v4
          # Checkout must run before the caching key is computed using the `hashFiles` method
    
        - name: Cache Gradle Modules
          uses: actions/cache@v4
          with:
            path: |
              ~/.gradle/caches/modules-2/
              ~/.gradle/caches/build-cache-1/
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Fri Oct 11 18:32:33 UTC 2024
    - 4K bytes
    - Viewed (0)
  2. CREDITS

       See the License for the specific language governing permissions and
       limitations under the License.
    
    ================================================================
    
    cloud.google.com/go/compute/metadata
    https://cloud.google.com/go/compute/metadata
    ----------------------------------------------------------------
    
                                     Apache License
                               Version 2.0, January 2004
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Sep 26 15:03:08 UTC 2024
    - 1.6M bytes
    - Viewed (0)
  3. docs/em/docs/tutorial/dependencies/sub-dependencies.md

    ```
    
    ## โš™๏ธ ๐ŸŽ ๐Ÿ”— ๐Ÿ’— ๐Ÿ•ฐ
    
    ๐Ÿšฅ 1๏ธโƒฃ ๐Ÿ‘† ๐Ÿ”— ๐Ÿ“ฃ ๐Ÿ’— ๐Ÿ•ฐ ๐ŸŽ *โžก ๐Ÿ› ๏ธ*, ๐Ÿ–ผ, ๐Ÿ’— ๐Ÿ”— โœ”๏ธ โš  ๐ŸŽง-๐Ÿ”—, **FastAPI** ๐Ÿ”œ ๐Ÿ’ญ ๐Ÿค™ ๐Ÿ‘ˆ ๐ŸŽง-๐Ÿ”— ๐Ÿ•ด ๐Ÿ• ๐Ÿ“ ๐Ÿ“จ.
    
    &amp; โšซ๏ธ ๐Ÿ”œ ๐Ÿ–Š ๐Ÿ“จ ๐Ÿ’ฒ <abbr title="A utility/system to store computed/generated values, to re-use them instead of computing them again.">"๐Ÿ’พ"</abbr> &amp; ๐Ÿšถโ€โ™€๏ธ โšซ๏ธ ๐ŸŒ "โš“๏ธ" ๐Ÿ‘ˆ ๐Ÿ’ช โšซ๏ธ ๐Ÿ‘ˆ ๐ŸŽฏ ๐Ÿ“จ, โ†ฉ๏ธ ๐Ÿค™ ๐Ÿ”— ๐Ÿ’— ๐Ÿ•ฐ ๐ŸŽ ๐Ÿ“จ.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  4. api/maven-api-core/src/main/java/org/apache/maven/api/Lifecycle.java

        }
    
        /**
         * Collection of aliases.
         */
        Collection<Alias> aliases();
    
        /**
         * Pre-ordered list of phases.
         * If not provided, a default order will be computed.
         */
        default Optional<List<String>> orderedPhases() {
            return Optional.empty();
        }
    
        /**
         * A phase in the lifecycle.
         *
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Tue Sep 24 07:54:24 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  5. internal/crypto/doc.go

    // with an unique key-encryption-key. Given the correct key-encryption-key the
    // sealed 'ObjectKey' can be unsealed and the object can be decrypted.
    //
    // ## SSE-C
    //
    // SSE-C computes the key-encryption-key from the client-provided key, an
    // initialization vector (IV) and the bucket/object path.
    //
    //  1. Encrypt:
    //     Input: ClientKey, bucket, object, metadata, object_data
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Aug 26 19:52:29 UTC 2022
    - 5K bytes
    - Viewed (0)
  6. docs/pt/docs/tutorial/dependencies/sub-dependencies.md

    E o valor retornado รฉ salvo em um <abbr title="Um utilitรกrio/sistema para armazenar valores calculados/gerados para serem reutilizados em vez de computรก-los novamente.">"cache"</abbr> e repassado para todos os "dependentes" que precisam dele em uma requisiรงรฃo especรญfica, em vez de chamar a dependรชncia mรบltiplas vezes para uma mesma requisiรงรฃo.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  7. guava/src/com/google/common/hash/AbstractStreamingHasher.java

        if (buffer.remaining() > 0) {
          processRemaining(buffer);
          Java8Compatibility.position(buffer, buffer.limit());
        }
        return makeHash();
      }
    
      /**
       * Computes a hash code based on the data that have been provided to this hasher. This is called
       * after all chunks are handled with {@link #process} and any leftover bytes that did not make a
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Jun 15 20:59:00 UTC 2022
    - 7.1K bytes
    - Viewed (0)
  8. LICENSE

    infringement under applicable copyright law, except executing it on a
    computer or modifying a private copy.  Propagation includes copying,
    distribution (with or without modification), making available to the
    public, and in some countries other activities as well.
    
      To "convey" a work means any kind of propagation that enables other
    parties to make or receive copies.  Mere interaction with a user through
    a computer network, with no transfer of a copy, is not conveying.
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Apr 23 18:58:53 UTC 2021
    - 33.7K bytes
    - Viewed (0)
  9. android/guava/src/com/google/common/collect/Collections2.java

       *
       * <p><i>Notes:</i> This is an implementation of the algorithm for Lexicographical Permutations
       * Generation, described in Knuth's "The Art of Computer Programming", Volume 4, Chapter 7,
       * Section 7.2.1.2. The iteration order follows the lexicographical order. This means that the
       * first permutation will be in ascending order, and the last will be in descending order.
       *
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Oct 18 20:24:49 UTC 2024
    - 22.8K bytes
    - Viewed (0)
  10. internal/s3select/sql/timestampfuncs.go

    	case timePartSecond:
    		duration = time.Duration(qty) * time.Second
    	default:
    		return nil, errNotImplemented
    	}
    	return FromTimestamp(t.Add(duration)), nil
    }
    
    // dateDiff computes the difference between two times in terms of the
    // `timePart` which can be years, months, days, hours, minutes or
    // seconds. For difference in years, months or days, the time part,
    // including timezone is ignored.
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sun Jan 02 17:15:06 UTC 2022
    - 4.8K bytes
    - Viewed (0)
Back to top