- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 29 for 072412 (0.04 seconds)
-
CITATION.cff
given-names: Yuan - family-names: Zheng given-names: Xiaoqiang identifiers: - type: doi value: 10.5281/zenodo.4724125 description: The concept DOI for the collection containing all versions of the Citation File Format. date-released: "2015-11-09" license: "Apache-2.0" doi: 10.5281/zenodo.4724125Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Mon Sep 06 15:26:23 GMT 2021 - 3.5K bytes - Click Count (0) -
helm/minio/Chart.yaml
apiVersion: v1 description: High Performance Object Storage name: minio version: 5.4.0 appVersion: RELEASE.2024-12-18T13-15-44Z keywords: - minio - storage - object-storage - s3 - cluster home: https://min.io icon: https://min.io/resources/img/logo/MINIO_wordmark.png sources: - https://github.com/minio/minio maintainers: - name: MinIO, Inc
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Jan 03 05:34:47 GMT 2025 - 374 bytes - Click Count (0) -
README.md
[](https://badge.fury.io/py/tensorflow) [](https://doi.org/10.5281/zenodo.4724125) [](https://bestpractices.coreinfrastructure.org/projects/1486)
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Fri Jul 18 14:09:03 GMT 2025 - 11.6K bytes - Click Count (0) -
src/test/java/jcifs/smb1/smb1/NetShareEnumResponseTest.java
// Parameters: status (2 bytes), converter (2 bytes), numEntries (2 bytes), totalAvailableEntries (2 bytes) byte[] buffer = { 0x00, 0x00, // status = 0 (Success) 0x12, 0x34, // converter = 0x3412 0x02, 0x00, // numEntries = 2 0x05, 0x00 // totalAvailableEntries = 5 }; int bytesRead = response.readParametersWireFormat(buffer, 0, buffer.length);
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 5.4K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb2/nego/Smb2RdmaTransformCapabilitiesContext.java
bufferIndex += 6; // 2 + 4 for reserved fields } return bufferIndex - start; } @Override public int size() { return 20; // Fixed size: 2 + 2 + 4 + 12 (transform structure) } /** * Check if RDMA is supported based on this context * * @return true if RDMA Transform V1 is supported */ public boolean isRdmaSupported() {Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sun Aug 24 00:12:28 GMT 2025 - 4.4K bytes - Click Count (0) -
internal/s3select/jstream/scanner_test.go
package jstream import ( "bufio" "bytes" "fmt" "io" "sync/atomic" "testing" ) var ( smallInput = make([]byte, 1024*12) // 12K mediumInput = make([]byte, 1024*1024*12) // 12MB largeInput = make([]byte, 1024*1024*128) // 128MB ) func TestScanner(t *testing.T) { t.Skip("Unstable test") data := []byte("abcdefghijklmnopqrstuvwxyz0123456789") var i int r := bytes.NewReader(data)
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 3.1K bytes - Click Count (0) -
fuzzing/fuzzingserver-expected.txt
"12.3.4 UNIMPLEMENTED" "12.3.5 UNIMPLEMENTED" "12.3.6 UNIMPLEMENTED" "12.3.7 UNIMPLEMENTED" "12.3.8 UNIMPLEMENTED" "12.3.9 UNIMPLEMENTED" "12.4.1 UNIMPLEMENTED" "12.4.10 UNIMPLEMENTED" "12.4.11 UNIMPLEMENTED" "12.4.12 UNIMPLEMENTED" "12.4.13 UNIMPLEMENTED" "12.4.14 UNIMPLEMENTED" "12.4.15 UNIMPLEMENTED" "12.4.16 UNIMPLEMENTED" "12.4.17 UNIMPLEMENTED" "12.4.18 UNIMPLEMENTED" "12.4.2 UNIMPLEMENTED" "12.4.3 UNIMPLEMENTED"
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Tue Mar 26 02:01:32 GMT 2019 - 6.7K bytes - Click Count (1) -
src/test/java/jcifs/internal/smb2/lock/Smb2LockTest.java
assertEquals(1, SMBUtil.readInt4(smallBuffer, 16)); } @ParameterizedTest @DisplayName("Should encode consistently with various flag values") @ValueSource(ints = { 0, 1, 2, 4, 16, 0xFF, 0xFFFF, 0xFFFFFF, 0x7FFFFFFF, -1 }) void testEncodingWithVariousFlags(int flags) { lock = new Smb2Lock(1024L, 2048L, flags); int encoded = lock.encode(buffer, 0);
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 10.9K bytes - Click Count (0) -
.teamcity/jdks.yaml
sha256: "f803a3f5bce141f23ac699dfcda06a721f4b74f53bacb0f4bbe9bfcad54427d8" - params: - "macos.java8.zulu.aarch64" os: "macos" arch: "aarch64" vendor: "zulu" version: "zulu8.78.0.19-ca-jdk8.0.412" - params: - "macos.java11.openjdk.aarch64" os: "macos" arch: "aarch64" vendor: "temurin" version: "jdk-11.0.29+7"
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Nov 10 14:02:00 GMT 2025 - 5.5K bytes - Click Count (1) -
ci/official/requirements_updater/numpy1_requirements/requirements.in
# Requirements for NumPy 1.x numpy ~= 1.26.0 wheel ~= 0.41.2 h5py >= 3.11.0, < 3.15.0 lit ~= 17.0.2 opt_einsum == 3.3.0 astunparse == 1.6.3 dill == 0.3.7 astor == 0.7.1 typing_extensions ~= 4.14.1 gast == 0.4.0 termcolor == 2.3.0 wrapt == 1.16.0 tblib == 2.0.0 ml_dtypes >= 0.5.1, < 0.6.0 auditwheel >= 6.1.0 # Install tensorboard, and keras # Note that here we want the latest version that matches TF major.minor version
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Wed Oct 15 20:30:40 GMT 2025 - 1.2K bytes - Click Count (0)