Diary (disambiguation)

A diary is a form of personal journal.

Diary may also refer to:

Diary types

Arts, entertainment, and media

Films

Music

Albums

Songs

Television

Other uses in arts, entertainment, and media

  • Diary (novel), a novel by Chuck Palahniuk
  • El Diario (disambiguation), the name of many Spanish-language newspapers
gollark: I ctrl+Fed the code for it and it does not appear to be used outside of its own definition.
gollark: How does that differ from "not actually used at all"?
gollark: ```haskellfoldM' :: (Monad m) => (a -> b -> m a) -> a -> [b] -> m afoldM' _ z [] = return zfoldM' f z (x:xs) = do z' <- f z x z' `seq` foldM' f z' xs```
gollark: I just noticed that the FractalArt code contains a complex-looking monady function which is not actually used at all anywhere.
gollark: I am NOT using a zerophone.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.