Brian Barto
|
3f2b28a352
|
Placed all of the logic in to a header file so that it can be included
inside other applications.
modified: src/nms.c
copied: src/nms.c -> src/nms.h
|
2016-04-12 16:18:53 -04:00 |
|
Brian Barto
|
ad7fa569bb
|
Move struct definition
modified: src/nms.c
|
2016-04-11 18:42:23 -04:00 |
|
Brian Barto
|
5f5c70fee7
|
Add some more ascii characters to the mask set
modified: src/nms.c
|
2016-04-11 16:56:44 -04:00 |
|
Brian Barto
|
1ce3eaa7b1
|
Handling for tab characters
modified: src/nms.c
|
2016-04-11 16:31:32 -04:00 |
|
Brian Barto
|
b1d29cd6fe
|
Initial display of the characters via "type effect"
modified: src/nms.c
|
2016-04-11 16:14:02 -04:00 |
|
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
|
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 |
|