20:11 16-04-2021 | Update; | klewer-martin | 4 | +13 | -17 |
01:14 15-04-2021 | Update: Little improvements in main, now the country codes array is dynamic | klewer-martin | 9 | +121 | -103 |
19:57 25-02-2021 | Update; | klewer-martin | 1 | +7 | -2 |
17:34 12-02-2021 | Update README.md | Martin J. Klöckner | 1 | +3 | -0 |
17:33 12-02-2021 | Update README.md | Martin J. Klöckner | 1 | +12 | -12 |
16:28 12-02-2021 | Update make.bat | Martin J. Klöckner | 1 | +1 | -0 |
16:50 11-02-2021 | Update; | klewer-martin | 1 | +2 | -6 |
16:33 11-02-2021 | Update; | klewer-martin | 2 | +1 | -2 |
15:44 11-02-2021 | Update README.md | Martin J. Klöckner | 1 | +5 | -5 |
15:38 11-02-2021 | Update: Removed a segmentation fault error when running application with arguments in wrong order; | klewer-martin | 4 | +15 | -2 |
14:46 11-02-2021 | Last updates before the dead line; | klewer-martin | 3 | +18 | -57 |
02:13 11-02-2021 | Update; | klewer-martin | 2 | +1 | -103 |
02:11 11-02-2021 | Update; | klewer-martin | 4 | +46 | -48 |
21:28 10-02-2021 | Update: deleted st = OK from read_file call in main.c; | klewer-martin | 2 | +21 | -1 |
21:04 10-02-2021 | Update: fix in read_file.c, now it converts using atoi instead of atol; | klewer-martin | 3 | +8 | -5 |
19:09 10-02-2021 | Update make.bat, the windows script compiler, now the final application is called 'analisis_covid' also when the compile process finishes the .o files are deleted automatically; | klewer-martin | 1 | +5 | -1 |
18:57 10-02-2021 | Update on windows make file, deleted an unnecessary echo statement; | klewer-martin | 1 | +0 | -2 |
18:54 10-02-2021 | Merge pull request #12 from klewer-martin/alpha | Martin J. Klöckner | 10 | +46 | -48 |
18:52 10-02-2021 | Update: fixed a bracket mistake; | klewer-martin | 1 | +1 | -2 |
18:50 10-02-2021 | Update: Fixed a couple of error left behind; | klewer-martin | 1 | +1 | -0 |
18:47 10-02-2021 | Merge pull request #11 from klewer-martin/beta | Martin J. Klöckner | 1 | +0 | -1 |
18:44 10-02-2021 | Updated arguments.c changed the position for the printf msg, now happens after the input/output file name is saved and before the input/output file message is printed, this avoids printing the message of argument found in case there is an error with the files name; | klewer-martin | 1 | +4 | -9 |
18:42 10-02-2021 | Merge branch 'alpha' of github.com:klewer-martin/9511_project01 into alpha Merged neccesary; | klewer-martin | 1 | +22 | -12 |
18:39 10-02-2021 | Update: changed data type for country, date & infected, from unsigned long to unsigned int, also arguments.c recived a mod in how argc was judged to be wrong; | klewer-martin | 4 | +20 | -12 |
18:32 10-02-2021 | Update; | klewer-martin | 1 | +0 | -1 |
01:53 10-02-2021 | Update README.md | Martin J. Klöckner | 1 | +3 | -2 |
22:52 09-02-2021 | Modified data type for country, date and infected variables. From unsigned long to unsigned int; | klewer-martin | 9 | +31 | -36 |
20:13 09-02-2021 | Merge pull request #10 from klewer-martin/alpha | Martin J. Klöckner | 15 | +432 | -247 |
18:07 09-02-2021 | Update README.md | Martin J. Klöckner | 1 | +0 | -2 |
18:06 09-02-2021 | Update README.md | Martin J. Klöckner | 1 | +1 | -1 |
18:06 09-02-2021 | Update README.md | Martin J. Klöckner | 1 | +12 | -14 |
18:02 09-02-2021 | Update README.md | Martin J. Klöckner | 1 | +17 | -3 |
17:54 09-02-2021 | Merge pull request #9 from klewer-martin/beta | Martin J. Klöckner | 7 | +42 | -36 |
17:49 09-02-2021 | Update; | klewer-martin | 1 | +1 | -1 |
17:44 09-02-2021 | Update; | klewer-martin | 2 | +10 | -16 |
17:36 09-02-2021 | Merge branch 'beta' of github.com:klewer-martin/9511_project01 into beta Merge neccesary to update local files; | klewer-martin | 2 | +10 | -7 |
17:32 09-02-2021 | Update: removing old junk and fixing thigns that were made quickly; | klewer-martin | 5 | +33 | -21 |
17:17 09-02-2021 | Added make file for windows; | Martin J. Klöckner | 1 | +12 | -0 |
02:54 09-02-2021 | Merge pull request #8 from klewer-martin/beta | Martin J. Klöckner | 13 | +388 | -262 |
02:54 09-02-2021 | Merge branch 'alpha' into beta | Martin J. Klöckner | 2 | +10 | -7 |
02:41 09-02-2021 | Deleted old junk; | klewer-martin | 5 | +0 | -352 |
02:36 09-02-2021 | Update on main.c, fixing every error to merge beta & alpha; | klewer-martin | 1 | +1 | -1 |
02:34 09-02-2021 | Deleted a very unnecesary function; | klewer-martin | 1 | +0 | -7 |
02:30 09-02-2021 | Update: Now the output has a variable length separator made of '-' chars, the length depends on the digits of the number printed; | klewer-martin | 7 | +118 | -22 |
03:14 08-02-2021 | Update: Solved bug when printing monthly_infected per country; | klewer-martin | 4 | +30 | -8 |
02:44 08-02-2021 | Update: Finally working as it should, added a feature that prints the monthly infected by country; | klewer-martin | 4 | +40 | -20 |
02:10 08-02-2021 | Update: now 'readlines' its divided into two separeted functions called from main, read_file & print_file; | klewer-martin | 13 | +369 | -23 |
23:47 07-02-2021 | Merge pull request #7 from klewer-martin/beta | Martin J. Klöckner | 5 | +53 | -22 |
23:41 07-02-2021 | Updated source code, trying to separeta bigger functions into more smaller ones. Readlines.c needs to be smaller; | klewer-martin | 6 | +53 | -57 |
23:57 06-02-2021 | Merge pull request #5 from klewer-martin/alpha | Martin J. Klöckner | 3 | +5 | -38 |
23:55 06-02-2021 | Update on perrors.h; | klewer-martin | 1 | +4 | -2 |
23:53 06-02-2021 | Update on macros.h; | klewer-martin | 2 | +1 | -36 |
00:29 04-02-2021 | Merge pull request #3 from klewer-martin/alpha | Martin J. Klöckner | 13 | +119 | -88 |
19:05 03-02-2021 | Modified and reorganized dependencies now much more cleaner, data.c changes name to perrors.c (for 'print_errors'); | klewer-martin | 12 | +92 | -59 |
18:24 03-02-2021 | Updated source code & Makefile; | klewer-martin | 7 | +31 | -33 |
17:05 03-02-2021 | Merge pull request #2 from klewer-martin/alpha | Martin J. Klöckner | 15 | +146 | -119 |
17:02 03-02-2021 | Updated source code, finally writing into output file; | klewer-martin | 3 | +78 | -36 |
15:49 03-02-2021 | Updated source code, now having complete error print messages; | klewer-martin | 8 | +34 | -20 |
14:43 03-02-2021 | Updated source code, country codes csv file name updated to a shorter one; | klewer-martin | 9 | +24 | -23 |
14:16 03-02-2021 | Added more error codes, and print on error, also deleted time_translator.c and time_translator.h which were old test programs that are not in use anymore; | klewer-martin | 6 | +25 | -55 |
13:52 03-02-2021 | Merge pull request #1 from klewer-martin/alpha | Martin J. Klöckner | 9 | +124 | -435 |
13:46 03-02-2021 | Updated source code, now with more error printing on stderr, still left improvements to do; | klewer-martin | 7 | +76 | -9 |
13:02 03-02-2021 | Update on readlines.c, making cleaner, adding more comments; | klewer-martin | 4 | +46 | -400 |
12:23 03-02-2021 | Update on main.c, ready to merge with master branch | klewer-martin | 1 | +0 | -10 |
12:13 03-02-2021 | Deleted a function in arguments.c, merged with another one saving a few lines of codes | klewer-martin | 3 | +5 | -20 |
12:02 03-02-2021 | Update on arguments.c | klewer-martin | 1 | +2 | -1 |
11:51 03-02-2021 | Update to source code, now with more comments and more clean; | klewer-martin | 4 | +406 | -12 |
01:22 03-02-2021 | Updated Makefile; | klewer-martin | 1 | +4 | -3 |
21:49 02-02-2021 | Update on some files source code and the removal of 'tests' folder; | klewer-martin | 17 | +5 | -857 |
21:34 02-02-2021 | Updated source code; | klewer-martin | 13 | +256 | -39 |
20:37 02-02-2021 | Update on load_country_codes.c, now finally working as expected; However there are still optimizations to do; | klewer-martin | 8 | +251 | -270 |
18:54 02-02-2021 | Updated Makefile and Source code; | klewer-martin | 3 | +9 | -12 |
17:17 02-02-2021 | Update on project01 source code; | klewer-martin | 14 | +357 | -35 |
17:01 25-01-2021 | Merged all files in a single folder, in the future they will be separated into differents folders again; | klewer-martin | 13 | +191 | -109 |
16:50 25-01-2021 | Updated and added files; | klewer-martin | 12 | +626 | -24 |
16:55 19-01-2021 | Added a couuple of source code tests that I made to see how could I implement different functions; | klewer-martin | 8 | +242 | -0 |
02:29 20-12-2020 | Fixed some misspelled words on README.md; | Martin J. Klöckner | 1 | +3 | -3 |
02:03 20-12-2020 | Created new repository to store the summer project for Algorithms & Programation I, probably gonna be private until delivery date; | Martin J. Klöckner | 9 | +216 | -0 |