Pogonopygia pavida

Pogonopygia pavida is a species of moth of the family Geometridae. It is found in the Himalaya, Taiwan, Japan, Indonesia and Peninsular Malaysia.[1]

Pogonopygia pavida
Pogonopygia pavida pavida
Scientific classification
Kingdom: Animalia
Phylum: Arthropoda
Class: Insecta
Order: Lepidoptera
Family: Geometridae
Genus: Pogonopygia
Species:
P. pavida
Binomial name
Pogonopygia pavida
(Bastelberger, 1911)
Synonyms
  • Dilophodes pavida Bastelberger, 1911
  • Pogonopygia pavidus
  • Dilophodes baria Prout, 1932
  • Dilophodes contaminata Inoue, 1971
  • Dilophodes xanthura Prout, 1928
  • Pogonopygia xanthura

Subspecies

  • Pogonopygia pavida pavida
  • Pogonopygia pavida baria Prout, 1932 (Borneo)
  • Pogonopygia pavida contaminata Inoue, 1971 (Japan)
  • Pogonopygia pavida xanthura Prout, 1928 (Sumatra, Peninsular Malaysia)
gollark: The clunky syntax for functions?
gollark: <@!330678593904443393> Serde is the de-facto Rust serialization library.
gollark: No, skynet as in my websocket messaging server for CC.
gollark: ```rustuse std::collections::HashMap;use serde_cbor::Value;use chrono;use std::collections::HashSet;use actix::prelude::*;#[derive(Serialize, Deserialize, Debug, PartialEq, Eq, Hash, Clone)]#[serde(untagged)]pub enum Channel { Numeric(i64), Named(String)}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct RawMsg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct Msg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value, pub timestamp: chrono::DateTime<chrono::Utc>}pub fn complete(raw: RawMsg) -> Msg { Msg { channel: raw.channel, meta: raw.meta, timestamp: chrono::Utc::now(), message: raw.message }}#[derive(Serialize, Deserialize, Debug)]#[serde(rename_all = "snake_case")]pub enum MessageFromClient { Open(Channel), Close(Channel), Message(RawMsg), Query}#[derive(Serialize)]#[serde(rename_all = "snake_case")]pub enum MessageToClient<'a> { Message(Msg), QueryResult { channels: &'a HashSet<Channel> }}```Skynet!
gollark: No, actually, HQ9+ is better.

References


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