Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for vowel (0.04 sec)

  1. doc/go1.17_spec.html

    </pre>
    
    <p>
    Examples of valid array, slice, and map literals:
    </p>
    
    <pre>
    // list of prime numbers
    primes := []int{2, 3, 5, 7, 9, 2147483647}
    
    // vowels[ch] is true if ch is a vowel
    vowels := [128]bool{'a': true, 'e': true, 'i': true, 'o': true, 'u': true, 'y': true}
    
    // the array [10]float32{-1, 0, 0, 0, -0.1, -0.1, 0, 0, 0, -1}
    filter := [10]float32{-1, 4: -0.1, -0.1, 9: -1}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  2. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    v-info.info
    
    // Voorloper.com: https://voorloper.com
    // Submitted by Nathan van Bakel <******@****.***>
    voorloper.cloud
    
    // Voxel.sh DNS : https://voxel.sh/dns/
    // Submitted by Mia Rehlinger <dns@voxel.sh>
    neko.am
    nyaa.am
    be.ax
    cat.ax
    es.ax
    eu.ax
    gg.ax
    mc.ax
    us.ax
    xy.ax
    nl.ci
    xx.gl
    app.gp
    blog.gt
    de.gt
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
Back to top