Cite This Page
Bibliographic details for Programming Books
- Page name: Programming Books
- Author: Miscellany contributors
- Publisher: Miscellany, .
- Date of last revision: 23 October 2022 19:15 UTC
- Date retrieved: 15 June 2026 20:41 UTC
- Permanent URL: https://wiki.kats-sites.net/w/index.php?title=Programming_Books&oldid=700
- Page Version ID: 700
Citation styles for Programming Books
APA style
Programming Books. (2022, October 23). Miscellany, . Retrieved 20:41, June 15, 2026 from https://wiki.kats-sites.net/w/index.php?title=Programming_Books&oldid=700.
MLA style
"Programming Books." Miscellany, . 23 Oct 2022, 19:15 UTC. 15 Jun 2026, 20:41 <https://wiki.kats-sites.net/w/index.php?title=Programming_Books&oldid=700>.
MHRA style
Miscellany contributors, 'Programming Books', Miscellany, , 23 October 2022, 19:15 UTC, <https://wiki.kats-sites.net/w/index.php?title=Programming_Books&oldid=700> [accessed 15 June 2026]
Chicago style
Miscellany contributors, "Programming Books," Miscellany, , https://wiki.kats-sites.net/w/index.php?title=Programming_Books&oldid=700 (accessed June 15, 2026).
CBE/CSE style
Miscellany contributors. Programming Books [Internet]. Miscellany, ; 2022 Oct 23, 19:15 UTC [cited 2026 Jun 15]. Available from: https://wiki.kats-sites.net/w/index.php?title=Programming_Books&oldid=700.
Bluebook style
Programming Books, https://wiki.kats-sites.net/w/index.php?title=Programming_Books&oldid=700 (last visited June 15, 2026).
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=700",
note = "[Online; accessed 15-June-2026]"
}
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=700}",
note = "[Online; accessed 15-June-2026]"
}