-
Notifications
You must be signed in to change notification settings - Fork 71
/
MUSE-data.json
executable file
·38 lines (38 loc) · 1.34 KB
/
MUSE-data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[
{
"DARPA Program": "MUSE",
"Data Set Name": "Android on Github",
"Description": "This data set contains 10,000 cloned Github repos that contain Android app source files.",
"Number of Rows": "10160",
"Number of Columns": "",
"Industry": [
"Android"
],
"New Date": "20160323",
"Update Date": ""
},
{
"DARPA Program": "MUSE",
"Data Set Name": "DroidLife Traces",
"Description": "This data set contains 134 execution traces consisting of initializing events, callbacks, and framework callins on running Android applications. In these traces, 184 distinct Android types have been traced.",
"Number of Rows": "134",
"Number of Columns": "",
"Industry": [
"Android"
],
"New Date": "20160323",
"Update Date": ""
},
{
"DARPA Program": "MUSE",
"Data Set Name": "Google Code Jam subset",
"Description": "This data set consists of scraped Google Code Jam submissions from 2006 through 2015, restricted to those written in C and compilable using ‘gcc -c‘ with gcc version 4.6.4.",
"Number of Rows": "19238",
"Number of Columns": "",
"Industry": [
"Education"
],
"New Date": "20160323",
"Update Date": ""
}
]