Commit Graph

17 Commits

Author SHA1 Message Date
Brian Barto 906fb5af2d Only jumble and reveal the number of lines from the input stream that are equal to the
number of lines in the terminal window. After the jumble/reveal, print the remaining
characters.

	modified:   src/nms.c
2016-04-11 13:47:53 -04:00
Brian Barto 01721aca7c Flushing stdout for each loop itteration, otherwise it doesn't look right for
small sets of data.

	modified:   src/nms.c
2016-04-10 18:52:13 -04:00
Brian Barto bf6db66729 Adding some TODO notes
modified:   src/nms.c
2016-04-10 18:43:36 -04:00
Brian Barto 008f93c298 Reveal loop added. Needs refinement but the basic idea is functional.
modified:   src/nms.c
2016-04-10 18:30:44 -04:00
Brian Barto e8d708a353 Added jumble effect
modified:   src/nms.c
2016-04-10 15:51:05 -04:00
Brian Barto dd89bbc721 Added getMaskChar function. Also swapped out some explicit null pointers with NULL
modified:   src/nms.c
2016-04-08 15:34:07 -04:00
Brian Barto a175b434ed Cleaned up the list building process a bit. Made it so all elements
are dynamically allocated, instead of all but the first like before this commit.
This code is a bit smoother and easier to follow.

	modified:   src/nms.c
2016-04-07 14:49:47 -04:00
Brian Barto 420987a544 Getting rid of that ugly switch statement
modified:   src/nms.c
2016-04-07 14:27:27 -04:00
Brian Barto 72bf59301a Replacing octal notation with decimal
modified:   src/nms.c
2016-04-07 14:12:30 -04:00
Brian Barto 238c8095e2 Linked list initial implementation
modified:   src/nms.c
2016-04-06 20:28:18 -04:00
Brian Barto d0bec878b3 Some quick code cleanup
modified:   src/nms.c
2016-04-06 17:49:41 -04:00
Brian Barto 74c7075cd0 Added license info
new file:   COPYING
2016-04-05 17:08:56 -04:00
Brian Barto f4fff3e649 Adding some git ignore files
new file:   src/.gitignore
	new file:   src/obj/.gitignore
2016-04-05 17:01:46 -04:00
Brian Barto 3632dbcdbe Moved the files around and made a Makefile
new file:   src/Makefile
	renamed:    nms.c -> src/nms.c
2016-04-05 16:55:07 -04:00
Brian Barto 3dc7cb41d4 Dynamically allocating size for input buffer. This will probably improve in a later commit.
modified:   nms.c
2016-04-04 22:36:00 -04:00
Brian Barto 077cc1d1bb Initial code commit. Doesn't really do much now. Just commiting what code I have.
new file:   nms.c
2016-04-04 22:07:35 -04:00
Brian Barto f7b2544953 Initial commit 2016-04-04 16:41:06 -04:00