Cite This Page
Bibliographic details for Race Condition Image Batch Assignment
- Page name: Race Condition Image Batch Assignment
- Author: CSE231 Wiki contributors
- Publisher: CSE231 Wiki, .
- Date of last revision: 25 January 2025 23:53 UTC
- Date retrieved: 15 February 2026 19:57 UTC
- Permanent URL: http://classes.engineering.wustl.edu/cse231/core/index.php?title=Race_Condition_Image_Batch_Assignment&oldid=5275
- Page Version ID: 5275
Citation styles for Race Condition Image Batch Assignment
APA style
Race Condition Image Batch Assignment. (2025, January 25). CSE231 Wiki, . Retrieved 19:57, February 15, 2026 from http://classes.engineering.wustl.edu/cse231/core/index.php?title=Race_Condition_Image_Batch_Assignment&oldid=5275.
MLA style
"Race Condition Image Batch Assignment." CSE231 Wiki, . 25 Jan 2025, 23:53 UTC. 15 Feb 2026, 19:57 <http://classes.engineering.wustl.edu/cse231/core/index.php?title=Race_Condition_Image_Batch_Assignment&oldid=5275>.
MHRA style
CSE231 Wiki contributors, 'Race Condition Image Batch Assignment', CSE231 Wiki, , 25 January 2025, 23:53 UTC, <http://classes.engineering.wustl.edu/cse231/core/index.php?title=Race_Condition_Image_Batch_Assignment&oldid=5275> [accessed 15 February 2026]
Chicago style
CSE231 Wiki contributors, "Race Condition Image Batch Assignment," CSE231 Wiki, , http://classes.engineering.wustl.edu/cse231/core/index.php?title=Race_Condition_Image_Batch_Assignment&oldid=5275 (accessed February 15, 2026).
CBE/CSE style
CSE231 Wiki contributors. Race Condition Image Batch Assignment [Internet]. CSE231 Wiki, ; 2025 Jan 25, 23:53 UTC [cited 2026 Feb 15]. Available from: http://classes.engineering.wustl.edu/cse231/core/index.php?title=Race_Condition_Image_Batch_Assignment&oldid=5275.
Bluebook style
Race Condition Image Batch Assignment, http://classes.engineering.wustl.edu/cse231/core/index.php?title=Race_Condition_Image_Batch_Assignment&oldid=5275 (last visited February 15, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "CSE231 Wiki",
title = "Race Condition Image Batch Assignment --- CSE231 Wiki{,} ",
year = "2025",
url = "http://classes.engineering.wustl.edu/cse231/core/index.php?title=Race_Condition_Image_Batch_Assignment&oldid=5275",
note = "[Online; accessed 15-February-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 = "CSE231 Wiki",
title = "Race Condition Image Batch Assignment --- CSE231 Wiki{,} ",
year = "2025",
url = "\url{http://classes.engineering.wustl.edu/cse231/core/index.php?title=Race_Condition_Image_Batch_Assignment&oldid=5275}",
note = "[Online; accessed 15-February-2026]"
}