Cite This Page
Bibliographic details for Show ASCII table
- Page name: Show ASCII table
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 4 March 2024 13:54 UTC
- Date retrieved: 9 December 2024 23:06 UTC
- Permanent URL: https://rosettacode.org/wiki/Show_ASCII_table?oldid=361177
- Page Version ID: 361177
Citation styles for Show ASCII table
APA style
Show ASCII table. (2024, March 4). Rosetta Code. Retrieved 23:06, December 9, 2024 from https://rosettacode.org/wiki/Show_ASCII_table?oldid=361177.
MLA style
"Show ASCII table." Rosetta Code. 4 Mar 2024, 13:54 UTC. 9 Dec 2024, 23:06 <https://rosettacode.org/wiki/Show_ASCII_table?oldid=361177>.
MHRA style
Rosetta Code contributors, 'Show ASCII table', Rosetta Code, 4 March 2024, 13:54 UTC, <https://rosettacode.org/wiki/Show_ASCII_table?oldid=361177> [accessed 9 December 2024]
Chicago style
Rosetta Code contributors, "Show ASCII table," Rosetta Code, https://rosettacode.org/wiki/Show_ASCII_table?oldid=361177 (accessed December 9, 2024).
CBE/CSE style
Rosetta Code contributors. Show ASCII table [Internet]. Rosetta Code; 2024 Mar 4, 13:54 UTC [cited 2024 Dec 9]. Available from: https://rosettacode.org/wiki/Show_ASCII_table?oldid=361177.
Bluebook style
Show ASCII table, https://rosettacode.org/wiki/Show_ASCII_table?oldid=361177 (last visited December 9, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Show ASCII table --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Show_ASCII_table?oldid=361177", note = "[Online; accessed 9-December-2024]" }
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 = "Rosetta Code", title = "Show ASCII table --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Show_ASCII_table?oldid=361177}", note = "[Online; accessed 9-December-2024]" }