This repository has been archived by the owner on Nov 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
easyGraph.json
112 lines (112 loc) · 1.9 KB
/
easyGraph.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"last_node_id": 4,
"last_link_id": 3,
"nodes": [{
"id": 2,
"type": "builder/Clang",
"pos": [771, 275],
"size": {
"0": 295.6000061035156,
"1": 58
},
"flags": {},
"order": 2,
"mode": 0,
"inputs": [{
"name": "Source File (cpp)",
"type": "cpp",
"link": 1
}],
"outputs": [{
"name": "Binary File (elf)",
"type": "elf",
"links": [2]
}],
"properties": {},
"widgets_values": [""]
}, {
"id": 1,
"type": "basic/file",
"pos": [476, 271],
"size": {
"0": 210,
"1": 58
},
"flags": {},
"order": 0,
"mode": 0,
"inputs": [{
"name": "url",
"type": 0,
"link": null
}],
"outputs": [{
"name": "",
"type": "",
"links": [1]
}],
"properties": {
"fileSpace": "test_usr",
"fileName": "main.cpp"
}
}, {
"id": 4,
"type": "basic/file",
"pos": [847, 390],
"size": {
"0": 210,
"1": 58
},
"flags": {},
"order": 1,
"mode": 0,
"inputs": [{
"name": "url",
"type": 0,
"link": null
}],
"outputs": [{
"name": "",
"type": "",
"links": [3]
}],
"properties": {
"fileSpace": "test_pri",
"fileName": "test.in"
}
}, {
"id": 3,
"type": "executor/elf",
"pos": [1156, 324],
"size": {
"0": 304,
"1": 46
},
"flags": {},
"order": 3,
"mode": 0,
"inputs": [{
"name": "Binary File (elf)",
"type": "elf",
"link": 2
}, {
"name": "Input data (text)",
"type": "text",
"link": 3
}],
"outputs": [{
"name": "Output data (text)",
"type": "text",
"links": null
}],
"properties": {}
}],
"links": [
[1, 1, 0, 2, 0, "cpp"],
[2, 2, 0, 3, 0, "elf"],
[3, 4, 0, 3, 1, "text"]
],
"groups": [],
"config": {},
"version": 0.4
}