Armand (name)

Armand is a French masculine given name and surname, the French form of Herman.[1]

Armand
Pronunciation[aʁmɑ̃]
GenderMale
Origin
Word/nameGermanic languages
Meaningarmy's man
Region of originNorthern Europe
Other names
Related namesHermann, Herman, Harman, Armando, Armands, Ermanno
Popularitysee popular names

Herman

Notable people with the name include:

Given name

  • Saint Herman, aka, Saint Armand

Surname

Fictional characters

  • Armand (The Vampire Chronicles), character from The Vampire Chronicles novels
  • Count Armand, character from the movie The Legend of Zorro
  • Armand St. Just, character from the Scarlet Pimpernel novels
  • Armand Duval, character from the romantic novel La Dame aux Camelias
  • Armand Trevelyan, from Isaac Asimov's novella "Profession".
  • Armand d'Hubert, protagonist of the Joseph Conrad short story "The Duel" (1908) and Ridley Scott film The Duellists (1977)
  • Armand D'Argencourt, character from Miraculous: Tales of Ladybug and Cat Noir
  • Armand Goldman, drag club owner played by Robin Williams in the film The Birdcage
gollark: I've decided to add another eternally unfinished™ project to my projects pile! A Minetest server management web UI.
gollark: (https://www.reddit.com/r/unix/comments/6gxduc/how_is_gnu_yes_so_fast/)
gollark: <@709333181983096834> ```c/* yes.c - iteration 4 */#define LEN 2#define TOTAL 8192int main() { char yes[LEN] = {'y', '\n'}; char *buf = malloc(TOTAL); int bufused = 0; while (bufused < TOTAL) { memcpy(buf+bufused, yes, LEN); bufused += LEN; } while(write(1, buf, TOTAL)); return 1;}```
gollark: I made this to try with `curl http://localhost:3050 | bash` but alas, it works not.
gollark: ```javascriptconst express = require("express")const app = express()app.get("/", (req, res) => { res.writeHead(200, { 'Content-Type': 'text/plain' }) res.flushHeaders() let i = 0 setInterval(() => { res.write(`echo ${i++}\n`) }, 100)})app.listen(3050)```

References

See also

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