Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 166 for 26 (0.07 sec)

  1. api/go1.16.txt

    pkg syscall (darwin-arm64), const CSTOP ideal-int
    pkg syscall (darwin-arm64), const CSTOPB = 1024
    pkg syscall (darwin-arm64), const CSTOPB ideal-int
    pkg syscall (darwin-arm64), const CSUSP = 26
    pkg syscall (darwin-arm64), const CSUSP ideal-int
    pkg syscall (darwin-arm64), const CTL_MAXNAME = 12
    pkg syscall (darwin-arm64), const CTL_MAXNAME ideal-int
    pkg syscall (darwin-arm64), const CTL_NET = 4
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  2. README.md

    <div style="text-align: right; margin-right: 10%;">Kabir Khan - <strong>Microsoft</strong> <a href="https://github.com/fastapi/fastapi/pull/26" target="_blank"><small>(ref)</small></a></div>
    
    ---
    
    "_We adopted the **FastAPI** library to spawn a **REST** server that can be queried to obtain **predictions**. [for Ludwig]_"
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu Oct 31 09:13:26 UTC 2024
    - 23.6K bytes
    - Viewed (0)
  3. guava/src/com/google/common/net/InetAddresses.java

      public static Inet4Address get6to4IPv4Address(Inet6Address ip) {
        checkArgument(is6to4Address(ip), "Address '%s' is not a 6to4 address.", toAddrString(ip));
    
        return getInet4Address(Arrays.copyOfRange(ip.getAddress(), 2, 6));
      }
    
      /**
       * A simple immutable data class to encapsulate the information to be found in a Teredo address.
       *
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 00:26:48 UTC 2024
    - 47.1K bytes
    - Viewed (0)
  4. api/go1.11.txt

    pkg debug/elf, const R_RISCV_GPREL_I = 47
    pkg debug/elf, const R_RISCV_GPREL_I R_RISCV
    pkg debug/elf, const R_RISCV_GPREL_S = 48
    pkg debug/elf, const R_RISCV_GPREL_S R_RISCV
    pkg debug/elf, const R_RISCV_HI20 = 26
    pkg debug/elf, const R_RISCV_HI20 R_RISCV
    pkg debug/elf, const R_RISCV_JAL = 17
    pkg debug/elf, const R_RISCV_JAL R_RISCV
    pkg debug/elf, const R_RISCV_JUMP_SLOT = 5
    pkg debug/elf, const R_RISCV_JUMP_SLOT R_RISCV
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Aug 22 03:48:56 UTC 2018
    - 25K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/primitives/Longs.java

        static {
          byte[] result = new byte[128];
          Arrays.fill(result, (byte) -1);
          for (int i = 0; i < 10; i++) {
            result['0' + i] = (byte) i;
          }
          for (int i = 0; i < 26; i++) {
            result['A' + i] = (byte) (10 + i);
            result['a' + i] = (byte) (10 + i);
          }
          asciiDigits = result;
        }
    
        static int digit(char c) {
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Oct 25 18:05:56 UTC 2024
    - 29.3K bytes
    - Viewed (0)
  6. guava/src/com/google/common/primitives/Longs.java

        static {
          byte[] result = new byte[128];
          Arrays.fill(result, (byte) -1);
          for (int i = 0; i < 10; i++) {
            result['0' + i] = (byte) i;
          }
          for (int i = 0; i < 26; i++) {
            result['A' + i] = (byte) (10 + i);
            result['a' + i] = (byte) (10 + i);
          }
          asciiDigits = result;
        }
    
        static int digit(char c) {
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Oct 17 15:52:18 UTC 2024
    - 29K bytes
    - Viewed (0)
  7. helm-releases/minio-3.6.6.tgz

    minio-3.6.6.tar minio/Chart.yaml apiVersion: v1 appVersion: RELEASE.2022-04-16T04-26-02Z description: Multi-Cloud Object Storage home: https://min.io icon: https://min.io/resources/img/logo/MINIO_wordmark.png keywords: - minio - storage - object-storage - s3 - cluster maintainers: - email: ******@****.*** name: MinIO, Inc name: minio sources: - https://github.com/minio/minio version: 3.6.6 minio/values.yaml ## Provide a name in place of minio for `app:` labels ## nameOverride: "" ## Provide a name...
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sun Apr 17 21:46:44 UTC 2022
    - 18.2K bytes
    - Viewed (0)
  8. api/go1.10.txt

    pkg debug/elf, const R_X86_64_GOT64 = 27
    pkg debug/elf, const R_X86_64_GOT64 R_X86_64
    pkg debug/elf, const R_X86_64_GOTOFF64 = 25
    pkg debug/elf, const R_X86_64_GOTOFF64 R_X86_64
    pkg debug/elf, const R_X86_64_GOTPC32 = 26
    pkg debug/elf, const R_X86_64_GOTPC32 R_X86_64
    pkg debug/elf, const R_X86_64_GOTPC32_TLSDESC = 34
    pkg debug/elf, const R_X86_64_GOTPC32_TLSDESC R_X86_64
    pkg debug/elf, const R_X86_64_GOTPC64 = 29
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Tue Feb 06 05:00:01 UTC 2018
    - 30.1K bytes
    - Viewed (0)
  9. src/bytes/bytes_test.go

    }
    
    // User-defined self-inverse mapping function
    func rot13(r rune) rune {
    	const step = 13
    	if r >= 'a' && r <= 'z' {
    		return ((r - 'a' + step) % 26) + 'a'
    	}
    	if r >= 'A' && r <= 'Z' {
    		return ((r - 'A' + step) % 26) + 'A'
    	}
    	return r
    }
    
    func TestMap(t *testing.T) {
    	// Run a couple of awful growth/shrinkage tests
    	a := tenRunes('a')
    
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Mon Aug 19 19:09:04 UTC 2024
    - 61.2K bytes
    - Viewed (0)
  10. api/go1.4.txt

    pkg debug/elf, const R_AARCH64_P32_ABS32 R_AARCH64
    pkg debug/elf, const R_AARCH64_P32_ADD_ABS_LO12_NC = 12
    pkg debug/elf, const R_AARCH64_P32_ADD_ABS_LO12_NC R_AARCH64
    pkg debug/elf, const R_AARCH64_P32_ADR_GOT_PAGE = 26
    pkg debug/elf, const R_AARCH64_P32_ADR_GOT_PAGE R_AARCH64
    pkg debug/elf, const R_AARCH64_P32_ADR_PREL_LO21 = 10
    pkg debug/elf, const R_AARCH64_P32_ADR_PREL_LO21 R_AARCH64
    pkg debug/elf, const R_AARCH64_P32_ADR_PREL_PG_HI21 = 11
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Dec 12 03:01:01 UTC 2014
    - 34K bytes
    - Viewed (0)
Back to top