Spore (disambiguation)
A spore is an asexual biological reproductive mechanism.
Look up spore in Wiktionary, the free dictionary. |
Spore may also refer to:
Video games
- Spore (1987 video game), a game for the Commodore 64 and ZX Spectrum
- Spore (1991 video game), a video game for MS-DOS
- Spore (2008 video game), a video game by Maxis
Music
- The Spore, a 2005 album by Opiate for the Masses
- Spore (band), an American rock band
- "Spore", a 2015 song by Scottish musician Momus from his album Turpsycore
Publication
- Spore (agricultural publication), a magazine published by CTA
Other uses
- S'pore, common popular abbreviation for Singapore
- Spore (Phrygia), a town of ancient Phrygia, now in Turkey
- Security Protocols Open Repository
- Spore, West Pomeranian Voivodeship, a village in Poland
- Galaxy of Fear: Spore, a book by John Whitman
gollark: I think they're overused and not actually very good synchronization primitives. Please explain how you would use them.
gollark: Really? Hmm. Explain.
gollark: And it mutates some shared state.
gollark: As you can see, it has to explicitly manage a "waitgroup" for synchronization and whatnot.
gollark: ```go log.Println("Fetching feeds...") var feeds []*rss.Feed var wg sync.WaitGroup for _, source := range sources { wg.Add(1) src := source go func() { defer wg.Done() feed, err := rss.Fetch(src.String()) if err != nil { log.Printf("Error fetching %s: %s", src.String(), err.Error()) return } feeds = append(feeds, feed) log.Printf("Fetched %s", feed.Title) }() } wg.Wait()```So here is something which is meant to fetch a bunch of RSS feeds in parallel.
See also
- Diaspore (botany), a plant disseminule
- Endospore, a hardy bacterial non-reproductive survival structure
- Spore-like cells, a specific class of stem cells
- Spore print, a diagnostic character for identifying mushrooms
- Resting spore, created by fungi
- Milky spore, a bacterium of the white grubs of Japanese beetles
- Bacterial morphological plasticity, bacteria changing into spores
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.