Headshot (disambiguation)

A head shot is a specific type of portrait where the focus is on person's face.

Head shot or headshot may also refer to:

Arts, entertainment, and media

Films

  • Headshot (2011 film), a 2011 Thai thriller film directed by Pen-Ek Ratanaruang
  • Headshot (2016 film), a 2016 Indonesian martial arts action film directed by Kimo Stamboel and Timo Tjahjanto
  • Bullet to the Head (working title: Headshot), a 2012 American action thriller film directed by Walter Hill

Other uses in arts, entertainment, and media

Other uses

gollark: It needs to be pastebin.com/**raw**/whatever.
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```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.