aboutsummaryrefslogtreecommitdiff
path: root/README.mdown
diff options
context:
space:
mode:
Diffstat (limited to 'README.mdown')
-rw-r--r--README.mdown36
1 files changed, 20 insertions, 16 deletions
diff --git a/README.mdown b/README.mdown
index 4b12335..e2a1677 100644
--- a/README.mdown
+++ b/README.mdown
@@ -1,20 +1,24 @@
-These files are my solutions to Kernighan and Ritchie's *The C Programming
-Language, 2nd Edition*. The aim is to deepen my understanding of C, using only
-the concepts covered in content that comes before each exercise. That means
-no "cheating" by using standard library features that aren't covered in the
-book yet. According to [`comp.lang.c`][clc], this is known as *Category-0
-compliant*. As a result, many of my solutions will probably not be "the best",
-but suitable for the goal at hand: *learning*.
+These files are solutions to Kernighan and Ritchie's *The C Programming
+Language, 2nd Edition*. The aim of this project is to help deepen one's
+understanding of C, using only the concepts covered in content that comes before
+each exercise. That means no "cheating" by using standard library features that
+aren't covered in the book yet. According to [`comp.lang.c`][clc], this is known
+as *Category-0 compliant*. As a result, many of the solutions will probably not
+be "the best", but suitable for the goal at hand: *learning*.
-I chose this route because as I read through the K&R, I didn't feel like I
-was learning anything new. C is known for its simplicity and efficiency, so
-I thought, "If I'm not learning anything about efficiency and simplifying
-my programs, then why am I learning C?" I tackled a few exercises and found
-that I was beginning to learn a few things I hadn't ran into before, and this
-repository was born.
+This project was started to help bring out the value of the K&R. Just reading
+the text isn't enough; to best learn with the K&R, the exercises are valuable
+experience that keeps things interesting as one progresses through the book.
-Critique is welcome, but please keep in mind the limitations I've outlined in
-the first paragraph. Some incomplete implementations are noted, which I intend
-on revisiting or annotating. Any questions, suggestions, and advice are welcome.
+Constructive critique is welcome, but please keep in mind the scope and goals of
+this project. Some incomplete implementations are noted. Pull requests, patches,
+questions, and advice are welcome.
+
+This project is licensed under the GNU General Public License version 3 and is
+copywritten by the individuals in the AUTHORS file. For more information, please
+read the LICENSE file that accompanies this project. To keep things simple,
+contributions should be licensed under the same license to ensure the project
+retains its enforcement of software freedoms. If the GPL 3 is unsatisfactory for
+you, please do not submit pull requests or patches.
[clc]: http://clc-wiki.net/wiki/K%26R2_solutions:Ancillary:Category_numbers
'>2018-10-10Move tests and data to dedicated directoryzlg7-10/+26 2018-10-10cli: Add "export" commandzlg2-5/+54 2018-10-10cli: Add "import" commandzlg5-1/+76 2018-10-09Bump to 0.3alpha6 for PyPIzlg1-1/+1 2018-10-09cli: Add "notes" commandzlg2-4/+74 2018-10-09update_game: ensure notes are also savedzlg1-2/+2 2018-10-09cli: add 'update' commandzlg3-20/+92 2018-10-06cli: Add "delete" commandzlg2-0/+19 2018-10-06Remove ID field from DBzlg3-38/+46 2018-10-06cli: change "Status" heading to "Progress"zlg2-36/+40 2018-09-29Bump to 0.3alpha5 for PyPIzlg1-1/+1 2018-09-29cli: Add pretty printing to 'list' commandzlg3-17/+107 2018-09-08setup.py: Bump to alpha4 for PyPIzlg1-1/+1 2018-09-08cli: add '--raw' option to list commandzlg2-9/+45 2018-09-08Add remaining filters to vgstash packagezlg1-2/+11 2018-09-04Update LICENSE to match setup.pyzlg1-80/+67 2018-09-03Branch off from master with pytest, tox, clickzlg16-778/+779 2018-03-18Flesh out filter types and ownership statuszlg3-82/+144 2018-03-18README.mdown: break line correctlyzlg1-1/+1 2018-03-18add 'playlog' list filterzlg2-2/+9 2018-03-13Update helpers a bitzlg1-2/+9 2018-03-13Make VGSTASH_DB_LOCATION point to a filezlg2-21/+20 2016-11-18Remove settings from helpers.shZe Libertine Gamer1-5/+0 2016-11-15Correct phrasing in README.Ze Libertine Gamer1-4/+4 2016-11-13DerpZe Libertine Gamer1-0/+1 2016-11-03Improve error handling in shell scriptsZe Libertine Gamer4-3/+23 2016-10-24Correct run_again, add recursionZe Libertine Gamer1-0/+4 2016-10-21Add quotes to correct behavior for arglistZe Libertine Gamer1-1/+1 2016-10-14updater.sh: add recursion, error handlingZe Libertine Gamer1-43/+101 2016-10-14Correct pipe-handling behaviorZe Libertine Gamer1-1/+9 2016-10-12Clarify a method to move between platformsZe Libertine Gamer1-2/+5