Skip to content

Latest commit

 

History

History
66 lines (46 loc) · 3.03 KB

README.md

File metadata and controls

66 lines (46 loc) · 3.03 KB

Joe's Quora Homework Answers

License

Unless specifically tagged otherwise, everything in this repository is authored by me (Joe Zbiciak, [email protected]), and is licensed under the Creative Commons Attribution-ShareAlike 4.0 International license, aka. CC BY-SA 4.0.

Background

Quora receives an endless stream of homework questions, including programming homework questions. At some point, I decided to start answering these homework questions with technically correct answers (the best kind of correct!) that nonetheless aren't useful as homework assignment answers.

You are technically correct, the best kind of correct

Click through the code in this repository to get a taste. Most of this code is in C or C++. You might find the occasional assembly language, however.

Highlights

Useful and/or Interesting Non-Trolls

Administrivia

The code here may not be exactly as it appears on Quora. Quora has decreased the effective width of code blocks over the years to the point that I often only have ~30 characters of width to work with. Here, I allow myself a full 80 columns to work with.

As of January 2023, I've written over 5400 Quora answers. I've spent a few weeks going through my history, cataloging most of my creative programming homework answers here.

Also, I haven't included every such answer. Some are better than others, and a few were left on the cutting room floor.

My Other Quora-Related Repos

Also check out:


Copyright © 2023, Joe Zbiciak [email protected]
SPDX-License-Identifier: CC-BY-SA-4.0