Cite This Page
Bibliographic details for Make Coding Cool
- Page name: Make Coding Cool
- Author: CS History contributors
- Publisher: CS History, .
- Date of last revision: 16 December 2019 05:29 UTC
- Date retrieved: 25 March 2026 11:50 UTC
- Permanent URL: https://hodgelodge.com/cshistory/index.php?title=Make_Coding_Cool&oldid=4098
- Page Version ID: 4098
Citation styles for Make Coding Cool
APA style
Make Coding Cool. (2019, December 16). CS History, . Retrieved 11:50, March 25, 2026 from https://hodgelodge.com/cshistory/index.php?title=Make_Coding_Cool&oldid=4098.
MLA style
"Make Coding Cool." CS History, . 16 Dec 2019, 05:29 UTC. 25 Mar 2026, 11:50 <https://hodgelodge.com/cshistory/index.php?title=Make_Coding_Cool&oldid=4098>.
MHRA style
CS History contributors, 'Make Coding Cool', CS History, , 16 December 2019, 05:29 UTC, <https://hodgelodge.com/cshistory/index.php?title=Make_Coding_Cool&oldid=4098> [accessed 25 March 2026]
Chicago style
CS History contributors, "Make Coding Cool," CS History, , https://hodgelodge.com/cshistory/index.php?title=Make_Coding_Cool&oldid=4098 (accessed March 25, 2026).
CBE/CSE style
CS History contributors. Make Coding Cool [Internet]. CS History, ; 2019 Dec 16, 05:29 UTC [cited 2026 Mar 25]. Available from: https://hodgelodge.com/cshistory/index.php?title=Make_Coding_Cool&oldid=4098.
Bluebook style
Make Coding Cool, https://hodgelodge.com/cshistory/index.php?title=Make_Coding_Cool&oldid=4098 (last visited March 25, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "CS History",
title = "Make Coding Cool --- CS History{,} ",
year = "2019",
url = "https://hodgelodge.com/cshistory/index.php?title=Make_Coding_Cool&oldid=4098",
note = "[Online; accessed 25-March-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 = "CS History",
title = "Make Coding Cool --- CS History{,} ",
year = "2019",
url = "\url{https://hodgelodge.com/cshistory/index.php?title=Make_Coding_Cool&oldid=4098}",
note = "[Online; accessed 25-March-2026]"
}