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