insub commited on
Commit
1a485b0
·
verified ·
1 Parent(s): 94539cb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -27
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
- c 199
31
- cpp 2495
32
- cxx 505
33
- h 5015
34
- hpp 1994
35
- Name: content, dtype: int64
 
36
 
37
  ## Repo file count
38
- PROJ 306
39
- asio 1150
40
- fprime 1091
41
- inifile-cpp 8
42
- oneAPI-samples 2456
43
- rticonnextdds-examples 778
44
- rticonnextdds-getting-started 33
45
- rticonnextdds-robot-helpers 53
46
- rticonnextdds-usecases 4329
47
- tinyxml2 4
48
- Name: content, dtype: int64
 
49
 
50
  ## License
51
- PROJ MIT
52
- asio boost license
53
- fprime Apache-2.0
54
- inifile-cpp MIT
55
- oneAPI-samples MIT
56
- rticonnextdds-examples rti license
57
- rticonnextdds-getting-started rti license
58
- rticonnextdds-robot-helpers rti license
59
- rticonnextdds-usecases rti license
60
- tinyxml2 Zlib
 
 
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