Ammiel

The name Ammiel (Hebrew: עַמִּיאֵל ‘Ammî’êl) may refer to several people in the Hebrew Bible. Etymologically, it means "people of God",[1] and is used for the following individuals:

  • Ammiel, son of Gemalli, one of the twelve spies sent by Moses to search the land of Canaan (Numbers 13:12). He was one of the ten who perished by the plague for their unfavourable report (Numbers 14:37).
  • The father of Machir of Lo-debar, in whose house Mephibosheth the son of Jonathan resided (2 Samuel 9:4, 5; 17:27).
  • The father of Bathsheba, the wife of Uriah, and afterwards of David (1 Chronicles 3:5). He is called Eliam in 2 Samuel 11:3.
  • One of the sons of Obed-edom the Levite (1 Chronicles 26:5).

Notable examples

gollark: You can get the time/date in UTC and localtime with `os.date` or something, and Unix time, but I don't think there's a way to parse dates.
gollark: The rest of `pastebin` is mostly just argument parsing. Well, and handling other stuff like `put` and `run`.
gollark: The *important* bit is just that it downloads the *raw* file from pastebin, then writes it to startup.
gollark: ```lualocal function update() local h, err = http.get("https://pastebin.com/raw/whatever") if not h then printError(err) return end local f = fs.open("startup", "w") f.write(h.readAll()) f.close() h.close()end```
gollark: You could use the idea of it instead of downloading it using `pastebin`, I mean.

References

  1. David Mandel (1 January 2010). Who's Who in the Jewish Bible. Jewish Publication Society. p. 36. ISBN 978-0-8276-1029-3.

 This article incorporates text from a publication now in the public domain: Easton, Matthew George (1897). "Ammiel" . Easton's Bible Dictionary (New and revised ed.). T. Nelson and Sons.

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