Cite This Page
Bibliographic details for Software I use
- Page name: Software I use
- Author: Cheeky Factor contributors
- Publisher: Cheeky Factor, .
- Date of last revision: 26 September 2024 21:40 UTC
- Date retrieved: 16 August 2026 13:13 UTC
- Permanent URL: https://cheekyfactor.com/index.php?title=Software_I_use&oldid=498
- Page Version ID: 498
Citation styles for Software I use
APA style
Software I use. (2024, September 26). Cheeky Factor, . Retrieved 13:13, August 16, 2026 from https://cheekyfactor.com/index.php?title=Software_I_use&oldid=498.
MLA style
"Software I use." Cheeky Factor, . 26 Sep 2024, 21:40 UTC. 16 Aug 2026, 13:13 <https://cheekyfactor.com/index.php?title=Software_I_use&oldid=498>.
MHRA style
Cheeky Factor contributors, 'Software I use', Cheeky Factor, , 26 September 2024, 21:40 UTC, <https://cheekyfactor.com/index.php?title=Software_I_use&oldid=498> [accessed 16 August 2026]
Chicago style
Cheeky Factor contributors, "Software I use," Cheeky Factor, , https://cheekyfactor.com/index.php?title=Software_I_use&oldid=498 (accessed August 16, 2026).
CBE/CSE style
Cheeky Factor contributors. Software I use [Internet]. Cheeky Factor, ; 2024 Sep 26, 21:40 UTC [cited 2026 Aug 16]. Available from: https://cheekyfactor.com/index.php?title=Software_I_use&oldid=498.
Bluebook style
Software I use, https://cheekyfactor.com/index.php?title=Software_I_use&oldid=498 (last visited August 16, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "Cheeky Factor",
title = "Software I use --- Cheeky Factor{,} ",
year = "2024",
url = "https://cheekyfactor.com/index.php?title=Software_I_use&oldid=498",
note = "[Online; accessed 16-August-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 = "Cheeky Factor",
title = "Software I use --- Cheeky Factor{,} ",
year = "2024",
url = "\url{https://cheekyfactor.com/index.php?title=Software_I_use&oldid=498}",
note = "[Online; accessed 16-August-2026]"
}