-
Notifications
You must be signed in to change notification settings - Fork 11
/
denx.json
52 lines (52 loc) · 1.83 KB
/
denx.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"title": "Denx",
"logo": "http://www.denx.de/static/layout/denx/denx-full-header.gif",
"country": "de",
"presence": ["de"],
"website": "https://www.denx.de",
"founded_year": "1999",
"kpi_dict": {
"2018": {
"staff": "",
"earnings": "",
"total_assets": "",
"revenues": "",
"public_source": ""
},
"2017": {
"staff": "",
"earnings": "",
"total_assets": "663591",
"revenues": "131980",
"public_source": "true"
},
"2016": {
"staff": "",
"earnings": "",
"total_assets": "450185",
"revenues": "67125",
"public_source": "true"
}
},
"free_software_list": [{
"title": "U-Boot",
"logo": "",
"website": "https://www.denx.de/wiki/U-Boot",
"category_list": ["Infrastructure"],
"source_code_download": "https://www.denx.de/wiki/U-Boot/SourceCode",
"source_code_profile": "https://www.openhub.net/p/u-boot/analyses/latest/languages_summary",
"commercial_support": "http://www.denx.de/en/AboutUs/AboutDenxSE",
"wikipedia_url": "",
"success_case_list": []
}, {
"title": "ELDK-5",
"logo": "",
"website": "https://www.denx.de/wiki/ELDK-5",
"category_list": ["Infrastructure"],
"source_code_download": "ftp://ftp.denx.de/pub/eldk/5.5.3/",
"source_code_profile": "",
"commercial_support": "http://www.denx.de/en/AboutUs/AboutDenxSE",
"wikipedia_url": "",
"success_case_list": []
}]
}