Piluoge

Piluoge (皮羅閣; 697-748) was the founder of the Nanzhao kingdom in what is now Yunnan, China.[1] He reigned from 728 or 738 through 748.

Issue and Ancestry

Piluoge was the son of Meng Shengluopi and was succeeded by his son Meng Geluofeng.[2]

gollark: is probably better since it's not nVidia-specific.
gollark: ***OpenCL***
gollark: I wanted a hyperapp-like state management thing with no view for skynet (it's a long story...) so I made this, because Javascript microlibraries are trendy.```javascriptconst R = require("ramda")module.exports = (initialState, actions, context = {}, expose) => { let state = initialState const wired = R.map(action => (...args) => { const result = action(...args)(state, actions, context) if (typeof result === "object") { state = R.merge(state, result) } }, actions) if ("init" in wired) { wired.init() } if (expose) { return R.pick(expose, wired) } else { return wired }}```
gollark: Er, how do I uninvert it?
gollark: It's to help users by emphasising the idiomatic bottom-up approach involving making programs from small composable functions.

See also

References

  1. Kaziewicz, Julia, author. Study and teaching guide for the history of the medieval world. ISBN 9781933339788. OCLC 907173612.CS1 maint: multiple names: authors list (link)
  2. Heirmann, Ann, 1965- Herausgeber. Buddhist encounters and identities across East Asia. ISBN 9789004366152. OCLC 1055863019.CS1 maint: multiple names: authors list (link)
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.