Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 8.8: initial commit | sinanmohd | 2023-05-20 | 4 | -0/+192 |
| | |||||
* | 8.7: initial commit | sinanmohd | 2023-05-20 | 4 | -0/+153 |
| | |||||
* | 8.6: initial commit | sinanmohd | 2023-05-20 | 4 | -0/+138 |
| | |||||
* | 8.5: initial commit | sinanmohd | 2023-05-19 | 4 | -0/+93 |
| | |||||
* | 8.4: initial commit | sinanmohd | 2023-05-18 | 4 | -0/+230 |
| | |||||
* | 8.3: initial commit | sinanmohd | 2023-05-18 | 4 | -0/+209 |
| | |||||
* | 8.2: initial commit | sinanmohd | 2023-05-16 | 4 | -0/+153 |
| | |||||
* | 8.1: initial commit | sinanmohd | 2023-05-15 | 6 | -0/+73 |
| | |||||
* | 7.9: initial commit | sinanmohd | 2023-05-15 | 1 | -0/+23 |
| | |||||
* | 7.8: initial commit | sinanmohd | 2023-05-14 | 4 | -0/+84 |
| | |||||
* | 7.7: initial commit | sinanmohd | 2023-05-14 | 3 | -0/+88 |
| | |||||
* | 7.6: more verbose filecmp, prefere the first one | sinanmohd | 2023-05-14 | 1 | -6/+17 |
| | |||||
* | 7.6: initital commit | sinanmohd | 2023-05-14 | 2 | -0/+47 |
| | |||||
* | 7.5: v2 using more of sacnf | sinanmohd | 2023-05-13 | 2 | -21/+14 |
| | |||||
* | 7.5: initial commit, 4.10 with scanf instead of getchar | sinanmohd | 2023-05-13 | 6 | -0/+135 |
| | |||||
* | 7.4: initial commit | sinanmohd | 2023-05-13 | 4 | -0/+61 |
| | |||||
* | 7.3: initial commit, no printf was abused in the process | sinanmohd | 2023-05-12 | 4 | -0/+187 |
| | | | | | fractional number support is not complete, but most things should work. | ||||
* | 7.2: initial commit | sinanmohd | 2023-05-11 | 4 | -0/+86 |
| | |||||
* | 7.1: initial commit | sinanmohd | 2023-05-11 | 2 | -0/+25 |
| | |||||
* | 6.6 initial commit (better ../6.5) | sinanmohd | 2023-05-10 | 11 | -0/+318 |
| | |||||
* | 6.5: hash.c: undef v2 rewrite | sinanmohd | 2023-05-10 | 1 | -15/+18 |
| | |||||
* | 6.5 initial commit | sinanmohd | 2023-05-10 | 9 | -0/+271 |
| | |||||
* | 6.4: initial comiit | sinanmohd | 2023-05-09 | 9 | -0/+209 |
| | |||||
* | shell sort: initial commit | sinanmohd | 2023-05-09 | 1 | -0/+45 |
| | |||||
* | 6.3: using linked list | sinanmohd | 2023-05-08 | 4 | -36/+110 |
| | |||||
* | 6.3: using array of int | sinanmohd | 2023-05-08 | 8 | -0/+182 |
| | |||||
* | 6.2: v2, separate compare function that does all the logic | sinanmohd | 2023-05-07 | 3 | -24/+33 |
| | |||||
* | 6.2: initial commit | sinanmohd | 2023-05-07 | 8 | -0/+217 |
| | | | | this version keeps the word count | ||||
* | 6.1.1: 6.1 but with pointers instead of array indices | sinanmohd | 2023-05-01 | 8 | -0/+205 |
| | |||||
* | 6.1: initial commit | sinanmohd | 2023-05-01 | 8 | -0/+205 |
| | |||||
* | 5.20: v2, get rid of unnecessary recursion | sinanmohd | 2023-04-23 | 4 | -26/+22 |
| | |||||
* | 5.20: initial commit | sinanmohd | 2023-04-23 | 10 | -0/+303 |
| | |||||
* | 5.19: initial commit, make use of makefiles and split main into multiple files | sinanmohd | 2023-04-10 | 9 | -0/+322 |
| | |||||
* | 5.18: improved k&r dcl programme | sinanmohd | 2023-04-08 | 1 | -0/+157 |
| | | | | | | | | | | 1) skip code comments (// and /**/) 2) skip empty lines 3) don't skip available token if error occurres the programme wont skip new line char anymore by overwrite it, this can cause it to get stuck at line 67 with a call to gettoken() --> getch() and mixing the current line with the next declaration(line) | ||||
* | 5.11: rewrite, fixed broken entab | sinanmohd | 2022-12-17 | 1 | -115/+111 |
| | |||||
* | fix: remains from 5.1 | sinanmohd | 2022-11-05 | 1 | -51/+48 |
| | |||||
* | fix: 5.1, misunderstood question | sinanmohd | 2022-11-05 | 1 | -48/+42 |
| | |||||
* | add bubble sort | sinanmohd | 2022-07-28 | 1 | -0/+75 |
| | |||||
* | 5.17 | sinanmohd | 2022-06-30 | 1 | -0/+259 |
| | |||||
* | readme | sinanmohd | 2022-06-29 | 1 | -0/+10 |
| | |||||
* | 5.16 | sinanmohd | 2022-06-29 | 1 | -0/+204 |
| | |||||
* | 5.15 | sinanmohd | 2022-06-29 | 1 | -0/+164 |
| | |||||
* | Merge branch 'master' of gitlab.com:sinanmohd/kr | sinanmohd | 2022-06-28 | 1 | -0/+674 |
|\ | |||||
| * | Add LICENSE | Sinan | 2022-06-24 | 1 | -0/+674 |
| | | |||||
* | | 5.14 | sinanmohd | 2022-06-28 | 1 | -0/+146 |
|/ | |||||
* | 5.13 | sinanmohd | 2022-06-24 | 1 | -0/+103 |
| | |||||
* | 5.12 | sinanmohd | 2022-06-23 | 1 | -0/+161 |
| | |||||
* | add 5.11 | sinanmohd | 2022-06-23 | 1 | -0/+132 |
| | |||||
* | 5.10 | sinanmohd | 2022-06-20 | 1 | -0/+92 |
| | |||||
* | 5.9 | sinanmohd | 2022-06-20 | 1 | -0/+63 |
| |