Cite This Page
Bibliographic details for Programming Books
- Page name: Programming Books
- Author: Miscellany contributors
- Publisher: Miscellany, .
- Date of last revision: 30 August 2022 13:03 UTC
- Date retrieved: 28 October 2025 14:16 UTC
- Permanent URL: https://wiki.kats-sites.net/w/index.php?title=Programming_Books&oldid=568
- Page Version ID: 568
Citation styles for Programming Books
APA style
Programming Books. (2022, August 30). Miscellany, . Retrieved 14:16, October 28, 2025 from https://wiki.kats-sites.net/w/index.php?title=Programming_Books&oldid=568.
MLA style
"Programming Books." Miscellany, . 30 Aug 2022, 13:03 UTC. 28 Oct 2025, 14:16 <https://wiki.kats-sites.net/w/index.php?title=Programming_Books&oldid=568>.
MHRA style
Miscellany contributors, 'Programming Books', Miscellany, , 30 August 2022, 13:03 UTC, <https://wiki.kats-sites.net/w/index.php?title=Programming_Books&oldid=568> [accessed 28 October 2025]
Chicago style
Miscellany contributors, "Programming Books," Miscellany, , https://wiki.kats-sites.net/w/index.php?title=Programming_Books&oldid=568 (accessed October 28, 2025).
CBE/CSE style
Miscellany contributors. Programming Books [Internet]. Miscellany, ; 2022 Aug 30, 13:03 UTC [cited 2025 Oct 28]. Available from: https://wiki.kats-sites.net/w/index.php?title=Programming_Books&oldid=568.
Bluebook style
Programming Books, https://wiki.kats-sites.net/w/index.php?title=Programming_Books&oldid=568 (last visited October 28, 2025).
BibTeX entry
@misc{ wiki:xxx,
author = "Miscellany",
title = "Programming Books --- Miscellany{,} ",
year = "2022",
url = "https://wiki.kats-sites.net/w/index.php?title=Programming_Books&oldid=568",
note = "[Online; accessed 28-October-2025]"
}
When using the LaTeX package url (\usepackage{url} somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx,
author = "Miscellany",
title = "Programming Books --- Miscellany{,} ",
year = "2022",
url = "\url{https://wiki.kats-sites.net/w/index.php?title=Programming_Books&oldid=568}",
note = "[Online; accessed 28-October-2025]"
}