Cite This Page
Bibliographic details for Resources
- Page name: Resources
- Author: SizeCoding contributors
- Publisher: SizeCoding, .
- Date of last revision: 23 February 2025 17:12 UTC
- Date retrieved: 3 November 2025 15:23 UTC
- Permanent URL: http://www.sizecoding.org/index.php?title=Resources&oldid=36
- Page Version ID: 36
Citation styles for Resources
APA style
Resources. (2025, February 23). SizeCoding, . Retrieved 15:23, November 3, 2025 from http://www.sizecoding.org/index.php?title=Resources&oldid=36.
MLA style
"Resources." SizeCoding, . 23 Feb 2025, 17:12 UTC. 3 Nov 2025, 15:23 <http://www.sizecoding.org/index.php?title=Resources&oldid=36>.
MHRA style
SizeCoding contributors, 'Resources', SizeCoding, , 23 February 2025, 17:12 UTC, <http://www.sizecoding.org/index.php?title=Resources&oldid=36> [accessed 3 November 2025]
Chicago style
SizeCoding contributors, "Resources," SizeCoding, , http://www.sizecoding.org/index.php?title=Resources&oldid=36 (accessed November 3, 2025).
CBE/CSE style
SizeCoding contributors. Resources [Internet]. SizeCoding, ; 2025 Feb 23, 17:12 UTC [cited 2025 Nov 3]. Available from: http://www.sizecoding.org/index.php?title=Resources&oldid=36.
Bluebook style
Resources, http://www.sizecoding.org/index.php?title=Resources&oldid=36 (last visited November 3, 2025).
BibTeX entry
@misc{ wiki:xxx,
author = "SizeCoding",
title = "Resources --- SizeCoding{,} ",
year = "2025",
url = "http://www.sizecoding.org/index.php?title=Resources&oldid=36",
note = "[Online; accessed 3-November-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 = "SizeCoding",
title = "Resources --- SizeCoding{,} ",
year = "2025",
url = "\url{http://www.sizecoding.org/index.php?title=Resources&oldid=36}",
note = "[Online; accessed 3-November-2025]"
}