Cite This Page
Bibliographic details for Consistent overhead byte stuffing
- Page name: Consistent overhead byte stuffing
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 2 March 2025 14:26 UTC
- Date retrieved: 26 April 2025 14:45 UTC
- Permanent URL: https://rosettacode.org/wiki/Consistent_overhead_byte_stuffing?oldid=377851
- Page Version ID: 377851
Citation styles for Consistent overhead byte stuffing
APA style
Consistent overhead byte stuffing. (2025, March 2). Rosetta Code. Retrieved 14:45, April 26, 2025 from https://rosettacode.org/wiki/Consistent_overhead_byte_stuffing?oldid=377851.
MLA style
"Consistent overhead byte stuffing." Rosetta Code. 2 Mar 2025, 14:26 UTC. 26 Apr 2025, 14:45 <https://rosettacode.org/wiki/Consistent_overhead_byte_stuffing?oldid=377851>.
MHRA style
Rosetta Code contributors, 'Consistent overhead byte stuffing', Rosetta Code, 2 March 2025, 14:26 UTC, <https://rosettacode.org/wiki/Consistent_overhead_byte_stuffing?oldid=377851> [accessed 26 April 2025]
Chicago style
Rosetta Code contributors, "Consistent overhead byte stuffing," Rosetta Code, https://rosettacode.org/wiki/Consistent_overhead_byte_stuffing?oldid=377851 (accessed April 26, 2025).
CBE/CSE style
Rosetta Code contributors. Consistent overhead byte stuffing [Internet]. Rosetta Code; 2025 Mar 2, 14:26 UTC [cited 2025 Apr 26]. Available from: https://rosettacode.org/wiki/Consistent_overhead_byte_stuffing?oldid=377851.
Bluebook style
Consistent overhead byte stuffing, https://rosettacode.org/wiki/Consistent_overhead_byte_stuffing?oldid=377851 (last visited April 26, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Consistent overhead byte stuffing --- Rosetta Code{,} ", year = "2025", url = "https://rosettacode.org/wiki/Consistent_overhead_byte_stuffing?oldid=377851", note = "[Online; accessed 26-April-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 = "Rosetta Code", title = "Consistent overhead byte stuffing --- Rosetta Code{,} ", year = "2025", url = "\url{https://rosettacode.org/wiki/Consistent_overhead_byte_stuffing?oldid=377851}", note = "[Online; accessed 26-April-2025]" }