- Sort Score
- Result 10 results
- Languages All
Results 241 - 250 of 452 for Compute (0.11 sec)
-
.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) -
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) -
docs/em/docs/tutorial/dependencies/sub-dependencies.md
``` ## โ๏ธ ๐ ๐ ๐ ๐ฐ ๐ฅ 1๏ธโฃ ๐ ๐ ๐ฃ ๐ ๐ฐ ๐ *โก ๐ ๏ธ*, ๐ผ, ๐ ๐ โ๏ธ โ ๐ง-๐, **FastAPI** ๐ ๐ญ ๐ค ๐ ๐ง-๐ ๐ด ๐ ๐ ๐จ. & โซ๏ธ ๐ ๐ ๐จ ๐ฒ <abbr title="A utility/system to store computed/generated values, to re-use them instead of computing them again.">"๐พ"</abbr> & ๐ถโโ๏ธ โซ๏ธ ๐ "โ๏ธ" ๐ ๐ช โซ๏ธ ๐ ๐ฏ ๐จ, โฉ๏ธ ๐ค ๐ ๐ ๐ฐ ๐ ๐จ.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 3.3K bytes - Viewed (0) -
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) -
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) -
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) -
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) -
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) -
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) -
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)