Tajuria deudorix

Tajuria deudorix is a species of lycaenid or blue butterfly found in the Indomalayan realm [2]

Tajuria deudorix
Tajuria deudorix cyrus male, female from original description
Scientific classification
Kingdom:
Phylum:
Class:
Order:
Family:
Genus:
Species:
T. deudorix
Binomial name
Tajuria deudorix
(Hewitson, 1869) [1]

Subspecies

  • T. d. cyrus Druce, 1895 Borneo
  • T. d. deudorix Philippines
  • T. d. ingeni (Corbet, 1948) Langkawi, Peninsular Malaya, Thailand, Singapore, Sumatra
  • T. d. primitivoi Osada, 1987
  • T. d. yuhkichi Hayashi, 1984
  • T. d. zoletai Osada, 1987 Philippines
gollark: That would involve parsing.
gollark: ```python @bot.command(help="Roll simulated dice (basic NdX syntax, N <= 50, X <= 1e6).") async def roll(ctx, dice): match = re.match("([-0-9]*)d([0-9]+)", dice) if not match: raise ValueError("Invalid dice notation") n, x = match.groups() if n == "": n = 1 n, x = int(n), int(x) if n > 50 or x > 1e6: raise ValueError("N or X exceeds limit") rolls = [ random.randint(1, x) for _ in range(n) ] await ctx.send(f"{sum(rolls)} ({' '.join(map(str, sorted(rolls)))})")```
gollark: Nope.
gollark: Fiona's rolldice, while excellently something, could not be used safely on untrusted input.
gollark: No, it uses one (1) regular expression.

References

  1. Hewitson, 1869 Illustrations of diurnal Lepidoptera. Lycaenidae Ill. diurn. Lep. Lycaenidae
  2. Bernard d'Abrera (1986) Butterflies of the Oriental Region. Part 3: Lycaenidae and Riodinidae Hill House Publishers ISBN 0-9593639-4-7
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.