- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for sieve (0.02 sec)
-
doc/go_spec.html
} } } // The prime sieve: Daisy-chain filter processes together. func sieve() { ch := make(chan int) // Create a new channel. go generate(ch) // Start generate() as a subprocess. for { prime := <-ch fmt.Print(prime, "\n") ch1 := make(chan int) go filter(ch, ch1, prime) ch = ch1 } } func main() { sieve() } </pre>Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Tue Dec 02 23:07:19 UTC 2025 - 286.5K bytes - Viewed (1) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<mime-type type="application/sgml"/> <mime-type type="application/sgml-open-catalog"/> <mime-type type="application/shf+xml"> <glob pattern="*.shf"/> </mime-type> <mime-type type="application/sieve"/> <mime-type type="application/simple-filter+xml"/> <mime-type type="application/simple-message-summary"/> <mime-type type="application/simplesymbolcontainer"/> <mime-type type="application/slate"/>Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Oct 16 07:46:32 UTC 2025 - 320.2K bytes - Viewed (5) -
okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat
noticeable.news // Notion Labs, Inc : https://www.notion.so/ // Submitted by Jess Yao <******@****.***> notion.site // Now-DNS : https://now-dns.com // Submitted by Steve Russell <steve@now-dns.com> dnsking.ch mypi.co n4t.co 001www.com myiphost.com forumz.info soundcast.me tcp4.me dnsup.net hicam.net now-dns.net ownip.net
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Fri Dec 27 13:39:56 UTC 2024 - 309.7K bytes - Viewed (1)