-
Notifications
You must be signed in to change notification settings - Fork 46
/
.gitignore
188 lines (188 loc) · 3.79 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
*.[oa]
*.gch
*~
*NERD*
02/currency-denominations
02/display-tax
02/loan-balance
02/polynomial
02/volume_of_sphere
03/3.1.2.float_format
03/3.2.4.scanf_input
03/addfrac
03/flip-date-fields
03/magic-square
03/parse-ISBN
03/product-table
03/telephone-number
05/5.1.4-3-possiblities
05/5.2.8-refactor-out-complexity
05/beaufort-scale
05/broker
05/digit-counter
05/time-converter
08/8.1.initializers
08/8.10.find-departure
08/8.11.xlat-phone
08/8.12.scrabble
08/8.13.names
08/8.14.reverse-sentence
08/8.15.ceasar-cipher
08/8.16.anagram-test
08/8.17.magic-square
08/8.2.6-seven-segment
08/8.6.jerk-filter
08/8.7-matrix
08/8.8-quiz-stats
08/8.9.table-walk
08/interest
08/repdigit
08/reverse
09/9.1.function_exercises
09/9.1.select-sort
09/9.3.10.array_value_functions
09/9.3.11.gpa
09/9.3.table-walk
09/9.4.anagram-test
09/9.5.magic-square
09/9.8.craps
10/10.1.3.scope
10/10.1.global-stack
10/10.2-5.poker
10/10.6.single-digit-RPN-calculator
10/10.7.seven-segment-dynamic-buffer
10/10.7.seven-segment-no-buffer
10/10.7.seven-segment-static-buffer
11/11.1.currency-denominations
11/11.2.find-departure
11/11.4.4.swap
11/11.4.5.split_time
11/11.4.6.two_largest
11/11.4.7.split_date
11/11.4.poker
11/11.5.8.pointer_to_largest
12/12.1.2.low-middle-high
12/12.1.reverse
12/12.2.3.reverse
12/12.2.4.stack_functions
12/12.2.palindrome
12/12.3.10.find-middle
12/12.3.11.find-largest
12/12.3.12.two-largest
12/12.3.6.refactor-to-pointer-arithmetic
12/12.3.7.search
12/12.3.8.clear
12/12.3.9.inner-product
12/12.4.13.identity-matrix
12/12.4.17.sum-2-dimensional-array
12/12.4.18.evaluate-chess-position
12/12.5.reverse-sentence
12/12.6.qsort
12/12.7-maxmin
13/13.1-smallest-largest
13/13.10-reverse-name
13/13.11-average-word-length
13/13.12-reverse-sentence
13/13.13-ceasar-cipher
13/13.15-RPN-calculator
13/13.2-remind
13/13.3-deal
13/13.3.1-single-newline
13/13.3.2-pointer-to-string
13/13.3.3-scanf
13/13.3.4-read-line
13/13.3.4-read-line-no-whitespace
13/13.3.4-read-line-truncate
13/13.3.4-read-line-with-newline
13/13.4-reverse
13/13.4.5-capitalize
13/13.4.6-censor
13/13.5-sum
13/13.5.11-str-cmp
13/13.5.12-get-extension
13/13.5.13-index-url
13/13.6-planet
13/13.6.16-count-spaces
13/13.6.17-test-extension
13/13.6.18-remove-filename
13/13.7-spell-number
13/13.8-scrabble
13/13.9-vowel-count
14/14.3
15/15.1.justify
15/15.3.qsort
15/15.5.RPN-calculator
16/16.1.4.type-complex
16/16.1.5-6
16/16.1.7.fraction
16/16.1.9.color
16/16.1.country-codes
16/16.1.exercises
16/16.5.20.directions
16/16.inventory
17/17.1.1-malloc-or-die
17/17.2.2-duplicate
17/17.3-inventory
17/17.3.3-create-array
17/17.4-justify
17/17.5-list-exercises
17/17.5-sort-words
17/17.5.4-dynamic-rectangle
17/17.5.8-stack
17/17.7-vstring-reminders
19/19.1-nester-tester
19/19.2-RPN-calculator
19/19.3a.bounded-queue
19/19.5-queue-client
spec/bounded-queue-spec
spec/chess-spec
spec/global-queue-spec
spec/part-spec
spec/parts-array-resize-spec
spec/parts-array-spec
spec/parts-list-spec
spec/queue-spec
spec/rectangle-spec
weird/fgets-buffer-overflow
weird/malloc-gives-a-million-for-request-of-10
weird/scanf-clobbers-adjacent-var
20/swap_bytes
20/20.1-exercises
21/21.1-offsetof
22/22.3.7-file-position
22/22.4-wc
22/22.7-rle
22/22.3-cat
22/22.3-formatted-io
22/22.1-readable
22/22.3.8-parser
22/22.2.3-fopen
22/22.2-fupcase
22/22.5-line-io
22/22.5-xor
22/22.6-xxd
22/22.4-character-io
22/generate-parts
spec/part-structs-array-spec
22/22.inventory
spec/parts-io-spec
22/load-parts
spec/part-structs-io-spec
spec/parts-array-io-spec
spec/parts-list-io-spec
22/part-structs-io-profiler
22/parts-array-io-profiler
22/parts-list-io-profiler
22/22.9-merge-parts
22/22.11-format-dates
22/22.13-find-departure
22/22.13-find-departure-unbuffered
22/22.14-ceasar-cipher
22/22.15-justify
22/22.17-format-phone
22/22.16-cp
22/dos2unix
22/unix2dos
weird/compound-literal-string-parameter-clang-bug
23/23.8-numchar
25/25.2-print-lconv