9511_project01

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