-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtypescript
More file actions
481 lines (435 loc) · 16.4 KB
/
typescript
File metadata and controls
481 lines (435 loc) · 16.4 KB
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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
Script started on Wed Feb 5 19:16:37 2020
19:16 up 35 days, 2:31, 2 users, load averages: 1.40 1.53 1.58
USER TTY FROM LOGIN@ IDLE WHAT
[1m[7m%[27m[1m[0m ]2;rghosh@Rashis-MacBook-Pro: ~/Desktop/dbhw1]1;~/Desktop/dbhw1[0m[27m[24m[J[32mrghosh[32m@Rashis-MacBook-Pro[00m ~/Desktop/dbhw1 [31m»[00m [K[?1h=[?2004hscript./output[8Dg++ *.cpp -o output[?1l>[?2004l
]2;g++ *.cpp -o output]1;g++[1m[7m%[27m[1m[0m ]2;rghosh@Rashis-MacBook-Pro: ~/Desktop/dbhw1]1;~/Desktop/dbhw1[0m[27m[24m[J[32mrghosh[32m@Rashis-MacBook-Pro[00m ~/Desktop/dbhw1 [31m»[00m [K[?1h=[?2004h../output[?1l>[?2004l
]2;./output]1;./outputWelcome to this database program! Please choose from the following:
Enter '1' to create a database
'2' to open an existing database
'3' to display a record
'4' to update a record
'5' to add a record
'6' to delete a record
'7' to create a report
'8' to close the database
'9' to quit the program
Selection: 9
You picked 9
Successfully closed database! Thank u for your time :)
[1m[7m%[27m[1m[0m ]2;rghosh@Rashis-MacBook-Pro: ~/Desktop/dbhw1]1;~/Desktop/dbhw1[0m[27m[24m[J[32mrghosh[32m@Rashis-MacBook-Pro[00m ~/Desktop/dbhw1 [31m»[00m [K[?1h=[?2004hlls[?1l>[?2004l
]2;ls -G]1;lsDatabase.cpp Records.cpp main.cpp typescript
Database.h Records.h [1m[36mnbproject[39;49m[0m
FORTUNE_500_HQ.csv [1m[36mbuild[39;49m[0m [31moutput[39;49m[0m
Makefile [1m[36mdist[39;49m[0m report.txt
[1m[7m%[27m[1m[0m ]2;rghosh@Rashis-MacBook-Pro: ~/Desktop/dbhw1]1;~/Desktop/dbhw1[0m[27m[24m[J[32mrghosh[32m@Rashis-MacBook-Pro[00m ~/Desktop/dbhw1 [31m»[00m [K[?1h=[?2004hls./output[8Dg++ *.cpp -o output[?1l>[?2004l
]2;g++ *.cpp -o output]1;g++[1m[7m%[27m[1m[0m ]2;rghosh@Rashis-MacBook-Pro: ~/Desktop/dbhw1]1;~/Desktop/dbhw1[0m[27m[24m[J[32mrghosh[32m@Rashis-MacBook-Pro[00m ~/Desktop/dbhw1 [31m»[00m [K[?1h=[?2004h../output[?1l>[?2004l
]2;./output]1;./outputWelcome to this database program! Please choose from the following:
Enter '1' to create a database
'2' to open an existing database
'3' to display a record
'4' to update a record
'5' to add a record
'6' to delete a record
'7' to create a report
'8' to close the database
'9' to quit the program
Selection: 1
You picked 1
Please enter the filename of your csv file (without csv extension):
FORTUNE_500_HQ
rm: FORTUNE_500_HQ.overflow: No such file or directory
successfully opened db!
Num recs: 501 & rec size: 101Successfully created database in FORTUNE_500_HQ.data!!!
Enter '1' to create a database
'2' to open an existing database
'3' to display a record
'4' to update a record
'5' to add a record
'6' to delete a record
'7' to create a report
'8' to close the database
'9' to quit the program
Selection: 9
You picked 9
Successfully closed database! Thank u for your time :)
[1m[7m%[27m[1m[0m ]2;rghosh@Rashis-MacBook-Pro: ~/Desktop/dbhw1]1;~/Desktop/dbhw1[0m[27m[24m[J[32mrghosh[32m@Rashis-MacBook-Pro[00m ~/Desktop/dbhw1 [31m»[00m [K[?1h=[?2004hlls[?1l>[?2004l
]2;ls -G]1;lsDatabase.cpp Makefile [1m[36mnbproject[39;49m[0m
Database.h Records.cpp [31moutput[39;49m[0m
FORTUNE_500_HQ.config Records.h report.txt
FORTUNE_500_HQ.csv [1m[36mbuild[39;49m[0m typescript
FORTUNE_500_HQ.data [1m[36mdist[39;49m[0m
FORTUNE_500_HQ.overflow main.cpp
[1m[7m%[27m[1m[0m ]2;rghosh@Rashis-MacBook-Pro: ~/Desktop/dbhw1]1;~/Desktop/dbhw1[0m[27m[24m[J[32mrghosh[32m@Rashis-MacBook-Pro[00m ~/Desktop/dbhw1 [31m»[00m [K[?1h=[?2004hls./output[8Dg++ *.cpp -o output[?1l>[?2004l
]2;g++ *.cpp -o output]1;g++[1m[7m%[27m[1m[0m ]2;rghosh@Rashis-MacBook-Pro: ~/Desktop/dbhw1]1;~/Desktop/dbhw1[0m[27m[24m[J[32mrghosh[32m@Rashis-MacBook-Pro[00m ~/Desktop/dbhw1 [31m»[00m [K[?1h=[?2004hg++ *.cpp -o output[19Dls [17D./output[?1l>[?2004l
]2;./output]1;./outputWelcome to this database program! Please choose from the following:
Enter '1' to create a database
'2' to open an existing database
'3' to display a record
'4' to update a record
'5' to add a record
'6' to delete a record
'7' to create a report
'8' to close the database
'9' to quit the program
Selection: 3
You picked 3
Error: no database is currently open ):
Enter '1' to create a database
'2' to open an existing database
'3' to display a record
'4' to update a record
'5' to add a record
'6' to delete a record
'7' to create a report
'8' to close the database
'9' to quit the program
Selection: 2
You picked 2
Please enter name of database you would like to open:
FORTUNE_500_HQ
Successfully opened the database, FORTUNE_500_HQ.data!!!
FORTUNE_500_HQ.config
num recs: 501; rec size: 101; overflow count: 0
Enter '1' to create a database
'2' to open an existing database
'3' to display a record
'4' to update a record
'5' to add a record
'6' to delete a record
'7' to create a report
'8' to close the database
'9' to quit the program
Selection: 3
You picked 3
Please enter the name of the record you would like to display! APPLE
Found requested record! APPLE 3 CUPERTINO CA 95014 116000
Enter '1' to create a database
'2' to open an existing database
'3' to display a record
'4' to update a record
'5' to add a record
'6' to delete a record
'7' to create a report
'8' to close the database
'9' to quit the program
Selection: 3
You picked 3
Please enter the name of the record you would like to display! 3M
Found requested record! 3M 94 MAPLEWOOD MN 55144 91584
Enter '1' to create a database
'2' to open an existing database
'3' to display a record
'4' to update a record
'5' to add a record
'6' to delete a record
'7' to create a report
'8' to close the database
'9' to quit the program
Selection: 3
You picked 3
Please enter the name of the record you would like to display! ZIMMER BIOMET HOLDINGS
Found requested record! ZIMMER_BIOMET_HOLDINGS 352 WARSAW IN 46580 18500
Enter '1' to create a database
'2' to open an existing database
'3' to display a record
'4' to update a record
'5' to add a record
'6' to delete a record
'7' to create a report
'8' to close the database
'9' to quit the program
Selection: 3
You picked 3
Please enter the name of the record you would like to display! MYCOMPANY
Sorry, the record you requested could not be found ):
Enter '1' to create a database
'2' to open an existing database
'3' to display a record
'4' to update a record
'5' to add a record
'6' to delete a record
'7' to create a report
'8' to close the database
'9' to quit the program
Selection: 3
You picked 3
Please enter the name of the record you would like to display! WALMART
Found requested record! WALMART 1 BENTONVILLE AR 72716 2300000
Enter '1' to create a database
'2' to open an existing database
'3' to display a record
'4' to update a record
'5' to add a record
'6' to delete a record
'7' to create a report
'8' to close the database
'9' to quit the program
Selection: 4
You picked 4
Please enter the name of the record you would like to update! WALAR MART
Please enter what you would like to update (re-enter same data if you wish to leave it as is):
Rank: 1
City: BENTONVILLE
State: AR
Zip: 72716
Employees: 2350000
Successfully updated record:
Enter '1' to create a database
'2' to open an existing database
'3' to display a record
'4' to update a record
'5' to add a record
'6' to delete a record
'7' to create a report
'8' to close the database
'9' to quit the program
Selection: 3
You picked 3
Please enter the name of the record you would like to display! WALA MART
Found requested record! WALMART 1 BENTONVILLE AR 72716 2350000
Enter '1' to create a database
'2' to open an existing database
'3' to display a record
'4' to update a record
'5' to add a record
'6' to delete a record
'7' to create a report
'8' to close the database
'9' to quit the program
Selection: 7
You picked 7
Creating a report of the first 10 records...
Report with top 10 records created in report.txt!
Enter '1' to create a database
'2' to open an existing database
'3' to display a record
'4' to update a record
'5' to add a record
'6' to delete a record
'7' to create a report
'8' to close the database
'9' to quit the program
Selection: 5
You picked 5
Please enter the name of the record you wish to add: SECRET MACHINES
And the rank? 1
The city? FAYVILLE
Please enter the state: AR
...And the zip? 72701
Finally, how many employees? 2333 51
Enter '1' to create a database
'2' to open an existing database
'3' to display a record
'4' to update a record
'5' to add a record
'6' to delete a record
'7' to create a report
'8' to close the database
'9' to quit the program
Selection: 5
You picked 5
Please enter the name of the record you wish to add: CHICKEN FARMS
And the rank? 1
The city? CONWAY
Please enter the state: AR
...And the zip? 82928
Finally, how many employees? 1
Enter '1' to create a database
'2' to open an existing database
'3' to display a record
'4' to update a record
'5' to add a record
'6' to delete a record
'7' to create a report
'8' to close the database
'9' to quit the program
Selection: 5
You picked 5
Please enter the name of the record you wish to add: OMNIC
And the rank? 8
The city? QUEENS
Please enter the state: NY
...And the zip? 028392
Finally, how many employees? 87
Enter '1' to create a database
'2' to open an existing database
'3' to display a record
'4' to update a record
'5' to add a record
'6' to delete a record
'7' to create a report
'8' to close the database
'9' to quit the program
Selection: 3
You picked 3
Please enter the name of the record you would like to display! SECRET MACHINES
Found requested record! SECRET_MACHINES 1 FAYVILLE AR 72701 251
Enter '1' to create a database
'2' to open an existing database
'3' to display a record
'4' to update a record
'5' to add a record
'6' to delete a record
'7' to create a report
'8' to close the database
'9' to quit the program
Selection: 6
You picked 6
What is the name of the record you wish to delete? WELLS FARGO
Enter '1' to create a database
'2' to open an existing database
'3' to display a record
'4' to update a record
'5' to add a record
'6' to delete a record
'7' to create a report
'8' to close the database
'9' to quit the program
Selection: 3
You picked 3
Please enter the name of the record you would like to display! WELLS FARGO
Sorry, the record you requested could not be found ):
Enter '1' to create a database
'2' to open an existing database
'3' to display a record
'4' to update a record
'5' to add a record
'6' to delete a record
'7' to create a report
'8' to close the database
'9' to quit the program
Selection: M 5
You picked 5
Please enter the name of the record you wish to add: MINIONS UTOPIA
And the rank? 1
The city? 4
Please enter the state: 383
...And the zip? 2324
Finally, how many employees? 80
Enter '1' to create a database
'2' to open an existing database
'3' to display a record
'4' to update a record
'5' to add a record
'6' to delete a record
'7' to create a report
'8' to close the database
'9' to quit the program
Selection: 5
You picked 5
Please enter the name of the record you wish to add: MEAGA AGA MECH
And the rank? 90
The city? CALCUTTA
Please enter the state: WB
...And the zip? 9282
Finally, how many employees? 90
Now db has: 505 records
Enter '1' to create a database
'2' to open an existing database
'3' to display a record
'4' to update a record
'5' to add a record
'6' to delete a record
'7' to create a report
'8' to close the database
'9' to quit the program
Selection: 3
You picked 3
Please enter the name of the record you would like to display! SECRET MACHINES
Found requested record! SECRET_MACHINES 1 FAYVILLE AR 72701 251
Enter '1' to create a database
'2' to open an existing database
'3' to display a record
'4' to update a record
'5' to add a record
'6' to delete a record
'7' to create a report
'8' to close the database
'9' to quit the program
Selection: 3
You picked 3
Please enter the name of the record you would like to display! APPLE
Found requested record! APPLE 3 CUPERTINO CA 95014 116000
Enter '1' to create a database
'2' to open an existing database
'3' to display a record
'4' to update a record
'5' to add a record
'6' to delete a record
'7' to create a report
'8' to close the database
'9' to quit the program
Selection: 3
You picked 3
Please enter the name of the record you would like to display! 3M
Found requested record! 3M 94 MAPLEWOOD MN 55144 91584
Enter '1' to create a database
'2' to open an existing database
'3' to display a record
'4' to update a record
'5' to add a record
'6' to delete a record
'7' to create a report
'8' to close the database
'9' to quit the program
Selection: 3
You picked 3
Please enter the name of the record you would like to display! ZIMMER BIOMET HOLDINGS
Found requested record! ZIMMER_BIOMET_HOLDINGS 352 WARSAW IN 46580 18500
Enter '1' to create a database
'2' to open an existing database
'3' to display a record
'4' to update a record
'5' to add a record
'6' to delete a record
'7' to create a report
'8' to close the database
'9' to quit the program
Selection: 8
You picked 8
Successfully closed database! Thank u for your time :)
Enter '1' to create a database
'2' to open an existing database
'3' to display a record
'4' to update a record
'5' to add a record
'6' to delete a record
'7' to create a report
'8' to close the database
'9' to quit the program
Selection: 3
You picked 3
Error: no database is currently open ):
Enter '1' to create a database
'2' to open an existing database
'3' to display a record
'4' to update a record
'5' to add a record
'6' to delete a record
'7' to create a report
'8' to close the database
'9' to quit the program
Selection: 9
You picked 9
Successfully closed database! Thank u for your time :)
[1m[7m%[27m[1m[0m ]2;rghosh@Rashis-MacBook-Pro: ~/Desktop/dbhw1]1;~/Desktop/dbhw1[0m[27m[24m[J[32mrghosh[32m@Rashis-MacBook-Pro[00m ~/Desktop/dbhw1 [31m»[00m [K[?1h=[?2004heexit[?1l>[?2004l
]2;exit]1;exit
Script done on Wed Feb 5 19:23:28 2020