- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for 70 (0.05 sec)
-
okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt
052A ; mapped ; 052B # 7.0 CYRILLIC CAPITAL LETTER DZZHE 052B ; valid # 7.0 CYRILLIC SMALL LETTER DZZHE 052C ; mapped ; 052D # 7.0 CYRILLIC CAPITAL LETTER DCHE 052D ; valid # 7.0 CYRILLIC SMALL LETTER DCHE
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Feb 10 11:25:47 UTC 2024 - 854.1K bytes - Viewed (0) -
api/go1.14.txt
pkg debug/dwarf, const TagCallSiteParameter = 73 pkg debug/dwarf, const TagCallSiteParameter Tag pkg debug/dwarf, const TagCoarrayType = 68 pkg debug/dwarf, const TagCoarrayType Tag pkg debug/dwarf, const TagDynamicType = 70 pkg debug/dwarf, const TagDynamicType Tag pkg debug/dwarf, const TagGenericSubrange = 69 pkg debug/dwarf, const TagGenericSubrange Tag pkg debug/dwarf, const TagImmutableType = 75
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.19.md
- ACTION REQUIRED : In CoreDNS v1.7.0, [metrics names have been changed](https://github.com/coredns/coredns/blob/master/notes/coredns-1.7.0.md#metric-changes) which will be backward incompatible with existing reporting formulas that use the old metrics' names. Adjust your formulas to the new names before upgrading. Kubeadm now includes CoreDNS version v1.7.0. Some of the major changes include:
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Jan 05 05:42:32 UTC 2022 - 489.7K bytes - Viewed (0) -
RELEASE.md
only consumer of this field prior to the update. * GPU * TF 2.3 includes PTX kernels only for [compute capability](https://developer.nvidia.com/cuda-gpus) 7.0 to reduce the TF pip binary size. Earlier releases included PTX for a variety of older compute capabilities. * Remove environmental variable `TF_USE_CUDNN`. * Others
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 20:54:38 UTC 2025 - 740K bytes - Viewed (2) -
lib/fips140/v1.0.0.zip
t.Errorf("roundtrip failed for specialized 4") } g = ringDecodeAndDecompr((*[encodingSize1]byte)(b)) out = ringCompressAndEncod(nil, g) if !bytes.Equal(out, b[:encodingSize1]) { t.Errorf("roundtrip failed for specialized 1") } } func BitRev7(n uint8) uint8 { if n>>7 != 0 { panic("not 7 bits") } var r uint8 r |= n >> 6 & 0b0000_0001 r |= n >> 4 & 0b0000_0010 r |= n >> 2 & 0b0000_0100 r |= n /**/ & 0b0000_1000 r |= n << 2 & 0b0001_0000 r |= n << 4 & 0b0010_0000 r |= n << 6 & 0b0100_0000 return r } func TestZetas(t *testing.T)...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)