Update README.md
Browse files
README.md
CHANGED
@@ -27,37 +27,41 @@ The purpose of this dataset is code infilling, but it can be used in other ways
|
|
27 |
The libraries used for code collection are 7 each: fprime, boost-asio, TinyXML, inifile-cpp, RTI-DDS, OneAPI, and PROJ.
|
28 |
|
29 |
## # of extention(file)
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
|
|
36 |
|
37 |
## Repo file count
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
rticonnextdds-
|
46 |
-
rticonnextdds-
|
47 |
-
|
48 |
-
|
|
|
49 |
|
50 |
## License
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
rticonnextdds-
|
59 |
-
rticonnextdds-
|
60 |
-
|
|
|
|
|
61 |
|
62 |
## # data generate script
|
63 |
see data_generate.py
|
|
|
27 |
The libraries used for code collection are 7 each: fprime, boost-asio, TinyXML, inifile-cpp, RTI-DDS, OneAPI, and PROJ.
|
28 |
|
29 |
## # of extention(file)
|
30 |
+
| extention | content |
|
31 |
+
|:------------|----------:|
|
32 |
+
| c | 199 |
|
33 |
+
| cpp | 2495 |
|
34 |
+
| cxx | 505 |
|
35 |
+
| h | 5015 |
|
36 |
+
| hpp | 1994 |
|
37 |
|
38 |
## Repo file count
|
39 |
+
| repo_name | content |
|
40 |
+
|:------------------------------|----------:|
|
41 |
+
| PROJ | 306 |
|
42 |
+
| asio | 1150 |
|
43 |
+
| fprime | 1091 |
|
44 |
+
| inifile-cpp | 8 |
|
45 |
+
| oneAPI-samples | 2456 |
|
46 |
+
| rticonnextdds-examples | 778 |
|
47 |
+
| rticonnextdds-getting-started | 33 |
|
48 |
+
| rticonnextdds-robot-helpers | 53 |
|
49 |
+
| rticonnextdds-usecases | 4329 |
|
50 |
+
| tinyxml2 | 4 |
|
51 |
|
52 |
## License
|
53 |
+
| repo_name | License |
|
54 |
+
|:------------------------------|----------:|
|
55 |
+
| PROJ | MIT |
|
56 |
+
| asio |boost license|
|
57 |
+
| fprime | Apache-2.0|
|
58 |
+
| inifile-cpp | MIT|
|
59 |
+
| oneAPI-samples | MIT|
|
60 |
+
| rticonnextdds-examples |rti license|
|
61 |
+
| rticonnextdds-getting-started |rti license|
|
62 |
+
| rticonnextdds-robot-helpers |rti license|
|
63 |
+
| rticonnextdds-usecases |rti license|
|
64 |
+
| tinyxml2 | Zlib|
|
65 |
|
66 |
## # data generate script
|
67 |
see data_generate.py
|