diff --git a/input/.VSCodeCounter/2021-12-24_13-19-53/details.md b/input/.VSCodeCounter/2021-12-24_13-19-53/details.md deleted file mode 100644 index 92cb09557c39cd9ebb3217836e595927a3d7ae52..0000000000000000000000000000000000000000 --- a/input/.VSCodeCounter/2021-12-24_13-19-53/details.md +++ /dev/null @@ -1,28 +0,0 @@ -# Details - -Date : 2021-12-24 13:19:53 - -Directory c:\Users\Gamin\git\ci-s-projekt-verarbeitung\input - -Total : 13 files, 686 codes, 251 comments, 161 blanks, all 1098 lines - -[summary](results.md) - -## Files -| filename | language | code | comment | blank | total | -| :--- | :--- | ---: | ---: | ---: | ---: | -| [README.md](/README.md) | Markdown | 38 | 0 | 12 | 50 | -| [__init__.py](/__init__.py) | Python | 0 | 0 | 1 | 1 | -| [get/__init__.py](/get/__init__.py) | Python | 0 | 0 | 1 | 1 | -| [get/acs.py](/get/acs.py) | Python | 105 | 41 | 47 | 193 | -| [get/journal_fetcher.py](/get/journal_fetcher.py) | Python | 59 | 25 | 12 | 96 | -| [get/nature.py](/get/nature.py) | Python | 21 | 23 | 16 | 60 | -| [get/template_.py](/get/template_.py) | Python | 10 | 31 | 10 | 51 | -| [interface.py](/interface.py) | Python | 46 | 47 | 21 | 114 | -| [publication.py](/publication.py) | Python | 80 | 49 | 15 | 144 | -| [requirements.txt](/requirements.txt) | pip requirements | 2 | 0 | 0 | 2 | -| [test/__init__.py](/test/__init__.py) | Python | 0 | 0 | 1 | 1 | -| [test/test_acs.py](/test/test_acs.py) | Python | 285 | 7 | 11 | 303 | -| [test/test_input.py](/test/test_input.py) | Python | 40 | 28 | 14 | 82 | - -[summary](results.md) \ No newline at end of file diff --git a/input/.VSCodeCounter/2021-12-24_13-19-53/results.csv b/input/.VSCodeCounter/2021-12-24_13-19-53/results.csv deleted file mode 100644 index 77ac68ce0727afa9a371eae468a7fc13e6cb360c..0000000000000000000000000000000000000000 --- a/input/.VSCodeCounter/2021-12-24_13-19-53/results.csv +++ /dev/null @@ -1,15 +0,0 @@ -"filename", "language", "Python", "pip requirements", "Markdown", "comment", "blank", "total" -"c:\Users\Gamin\git\ci-s-projekt-verarbeitung\input\README.md", "Markdown", 0, 0, 38, 0, 12, 50 -"c:\Users\Gamin\git\ci-s-projekt-verarbeitung\input\__init__.py", "Python", 0, 0, 0, 0, 1, 1 -"c:\Users\Gamin\git\ci-s-projekt-verarbeitung\input\get\__init__.py", "Python", 0, 0, 0, 0, 1, 1 -"c:\Users\Gamin\git\ci-s-projekt-verarbeitung\input\get\acs.py", "Python", 105, 0, 0, 41, 47, 193 -"c:\Users\Gamin\git\ci-s-projekt-verarbeitung\input\get\journal_fetcher.py", "Python", 59, 0, 0, 25, 12, 96 -"c:\Users\Gamin\git\ci-s-projekt-verarbeitung\input\get\nature.py", "Python", 21, 0, 0, 23, 16, 60 -"c:\Users\Gamin\git\ci-s-projekt-verarbeitung\input\get\template_.py", "Python", 10, 0, 0, 31, 10, 51 -"c:\Users\Gamin\git\ci-s-projekt-verarbeitung\input\interface.py", "Python", 46, 0, 0, 47, 21, 114 -"c:\Users\Gamin\git\ci-s-projekt-verarbeitung\input\publication.py", "Python", 80, 0, 0, 49, 15, 144 -"c:\Users\Gamin\git\ci-s-projekt-verarbeitung\input\requirements.txt", "pip requirements", 0, 2, 0, 0, 0, 2 -"c:\Users\Gamin\git\ci-s-projekt-verarbeitung\input\test\__init__.py", "Python", 0, 0, 0, 0, 1, 1 -"c:\Users\Gamin\git\ci-s-projekt-verarbeitung\input\test\test_acs.py", "Python", 285, 0, 0, 7, 11, 303 -"c:\Users\Gamin\git\ci-s-projekt-verarbeitung\input\test\test_input.py", "Python", 40, 0, 0, 28, 14, 82 -"Total", "-", 646, 2, 38, 251, 161, 1098 \ No newline at end of file diff --git a/input/.VSCodeCounter/2021-12-24_13-19-53/results.md b/input/.VSCodeCounter/2021-12-24_13-19-53/results.md deleted file mode 100644 index dd9bc10e465df85327b145db801d55454660abce..0000000000000000000000000000000000000000 --- a/input/.VSCodeCounter/2021-12-24_13-19-53/results.md +++ /dev/null @@ -1,25 +0,0 @@ -# Summary - -Date : 2021-12-24 13:19:53 - -Directory c:\Users\Gamin\git\ci-s-projekt-verarbeitung\input - -Total : 13 files, 686 codes, 251 comments, 161 blanks, all 1098 lines - -[details](details.md) - -## Languages -| language | files | code | comment | blank | total | -| :--- | ---: | ---: | ---: | ---: | ---: | -| Python | 11 | 646 | 251 | 149 | 1,046 | -| Markdown | 1 | 38 | 0 | 12 | 50 | -| pip requirements | 1 | 2 | 0 | 0 | 2 | - -## Directories -| path | files | code | comment | blank | total | -| :--- | ---: | ---: | ---: | ---: | ---: | -| . | 13 | 686 | 251 | 161 | 1,098 | -| get | 5 | 195 | 120 | 86 | 401 | -| test | 3 | 325 | 35 | 26 | 386 | - -[details](details.md) \ No newline at end of file diff --git a/input/.VSCodeCounter/2021-12-24_13-19-53/results.txt b/input/.VSCodeCounter/2021-12-24_13-19-53/results.txt deleted file mode 100644 index 8a04330b72336fd3ca4b5f8ca7203efb17167ca9..0000000000000000000000000000000000000000 --- a/input/.VSCodeCounter/2021-12-24_13-19-53/results.txt +++ /dev/null @@ -1,41 +0,0 @@ -Date : 2021-12-24 13:19:53 -Directory : c:\Users\Gamin\git\ci-s-projekt-verarbeitung\input -Total : 13 files, 686 codes, 251 comments, 161 blanks, all 1098 lines - -Languages -+------------------+------------+------------+------------+------------+------------+ -| language | files | code | comment | blank | total | -+------------------+------------+------------+------------+------------+------------+ -| Python | 11 | 646 | 251 | 149 | 1,046 | -| Markdown | 1 | 38 | 0 | 12 | 50 | -| pip requirements | 1 | 2 | 0 | 0 | 2 | -+------------------+------------+------------+------------+------------+------------+ - -Directories -+---------------------------------------------------------------------------+------------+------------+------------+------------+------------+ -| path | files | code | comment | blank | total | -+---------------------------------------------------------------------------+------------+------------+------------+------------+------------+ -| . | 13 | 686 | 251 | 161 | 1,098 | -| get | 5 | 195 | 120 | 86 | 401 | -| test | 3 | 325 | 35 | 26 | 386 | -+---------------------------------------------------------------------------+------------+------------+------------+------------+------------+ - -Files -+---------------------------------------------------------------------------+------------------+------------+------------+------------+------------+ -| filename | language | code | comment | blank | total | -+---------------------------------------------------------------------------+------------------+------------+------------+------------+------------+ -| c:\Users\Gamin\git\ci-s-projekt-verarbeitung\input\README.md | Markdown | 38 | 0 | 12 | 50 | -| c:\Users\Gamin\git\ci-s-projekt-verarbeitung\input\__init__.py | Python | 0 | 0 | 1 | 1 | -| c:\Users\Gamin\git\ci-s-projekt-verarbeitung\input\get\__init__.py | Python | 0 | 0 | 1 | 1 | -| c:\Users\Gamin\git\ci-s-projekt-verarbeitung\input\get\acs.py | Python | 105 | 41 | 47 | 193 | -| c:\Users\Gamin\git\ci-s-projekt-verarbeitung\input\get\journal_fetcher.py | Python | 59 | 25 | 12 | 96 | -| c:\Users\Gamin\git\ci-s-projekt-verarbeitung\input\get\nature.py | Python | 21 | 23 | 16 | 60 | -| c:\Users\Gamin\git\ci-s-projekt-verarbeitung\input\get\template_.py | Python | 10 | 31 | 10 | 51 | -| c:\Users\Gamin\git\ci-s-projekt-verarbeitung\input\interface.py | Python | 46 | 47 | 21 | 114 | -| c:\Users\Gamin\git\ci-s-projekt-verarbeitung\input\publication.py | Python | 80 | 49 | 15 | 144 | -| c:\Users\Gamin\git\ci-s-projekt-verarbeitung\input\requirements.txt | pip requirements | 2 | 0 | 0 | 2 | -| c:\Users\Gamin\git\ci-s-projekt-verarbeitung\input\test\__init__.py | Python | 0 | 0 | 1 | 1 | -| c:\Users\Gamin\git\ci-s-projekt-verarbeitung\input\test\test_acs.py | Python | 285 | 7 | 11 | 303 | -| c:\Users\Gamin\git\ci-s-projekt-verarbeitung\input\test\test_input.py | Python | 40 | 28 | 14 | 82 | -| Total | | 686 | 251 | 161 | 1,098 | -+---------------------------------------------------------------------------+------------------+------------+------------+------------+------------+ \ No newline at end of file