Nacoleia (moth)

Nacoleia is a genus of moths of the family Crambidae described by Francis Walker in 1859.[2]

Nacoleia
Nacoleia rhoeoalis
Scientific classification
Kingdom:
Phylum:
Class:
Order:
Family:
Subfamily:
Genus:
Nacoleia

Walker, 1859[1]
Synonyms
  • Aplomastix Warren, 1890
  • Orthocona Warren, 1896
  • Semioceros Meyrick, 1884

Species

Former species

  • Nacoleia argyropalis Hampson, 1908
  • Nacoleia commixta (Butler, 1879)
  • Nacoleia distinctifascia Rothschild, 1916
  • Nacoleia insulicola T. B. Fletcher, 1922
  • Nacoleia maculalis South in Leech & South, 1901
  • Nacoleia nigricostalis Hampson, 1908
  • Nacoleia nomangara Viette, 1981
  • Nacoleia ochrimarginalis Marion, 1954
  • Nacoleia progonialis Hampson, 1899
  • Nacoleia pulveralis Marion, 1954
  • Nacoleia salomonalis T. B. Fletcher, 1910
  • Nacoleia tampiusalis (Walker, 1859)
  • Nacoleia tumidicostalis Hampson, 1908
gollark: The performance is great too. It's not O(n²), it's an even more biggerer and thus superior order.
gollark: Of course.
gollark: I'm not entirely sure how, but it seems to construct a tree/maybe deterministic finite automaton/finite state machine/I don't know theoretical CS which matches anagrams and unmatches unanagrams.
gollark: ```pythonimport collectionsdef do_thing(s): if len(s) == 1: return { s[0]: True } out = {} for i, c in enumerate(s): without = s[:i] + s[i + 1:] things = do_thing(without) out[c] = things return outdef match(r, s): print(r) c = r for i, x in enumerate(s): print(x) try: c = c[x] if c == True: if i + 1 == len(s): return True # full match else: return False # characters remain except KeyError: return False # no match return False # incomplete matchentry = lambda a, b: match(do_thing(a.lower().replace(" ", "")), b.lower().replace(" ", ""))```Here is my entry (pending a port to osmarkslisp™️). This is definitely my entry.
gollark: I wish to use Mathematica in my code. Please install it. DO NOT READ, ubq.

References

  1. Nuss, M.; et al. (2003–2011). "GlobIZ search". Global Information System on Pyraloidea. Retrieved 2011-10-18.
  2. Beccaloni, George; et al., eds. (2003). "Nacoleia Walker, 1859". The Global Lepidoptera Names Index. Natural History Museum, London. Retrieved April 1, 2018.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.