forked from ericwhyne/darpa_open_catalog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PLANX-software.json
executable file
·324 lines (324 loc) · 9.68 KB
/
PLANX-software.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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
[
{
"DARPA Program":"PLAN X",
"Program Teams":[
"Raytheon BBN Technologies"
],
"Contributors":[
""
],
"Sub-contractors":[
""
],
"Software":"avro-golang-compiler",
"Internal Link":"",
"External Link":"",
"Public Code Repo":"",
"Instructional Material":"",
"Stats":"",
"Description":"This repository contains a modification of the Avro Java compiler to generate golang code that uses the Avro C bindings to actually parse serialized Avro containers. (Java, C, Golang)",
"Internal Code Repo":"",
"License":[
"ALv2"
],
"Languages":[
"Java",
"C",
"Golang"
],
"Platform Requirements":[
""
],
"Dependent modules":[
""
],
"Dependent module URLs":[
""
],
"Component modules":[
""
],
"Component module URLs":[
""
],
"Industry":[
""
],
"Functionality":[
""
],
"Categories":[
"Data Formatting"
],
"New Date":"20150406",
"Update Date":""
},
{
"DARPA Program": "PLAN X",
"Program Teams": [
"Raytheon BBN Technologies"
],
"Contributors": [
""
],
"Sub-contractors": [
""
],
"Software": "avro-golang-compiler",
"Internal Link": "",
"External Link": "https://github.com/BBN-D/avro-golang-compiler",
"Public Code Repo": "https://github.com/BBN-D/avro-golang-compiler.git",
"Instructional Material": "",
"Stats": "",
"Description": "avro-golang-compiler is a fork of the Avro Java object compiler. It generates Golang code from Avro AVDL files that can be used to serialize/deserialize Avro objects. (Golang, Java)",
"Internal Code Repo": "",
"License": [
"ALv2"
],
"Languages": [
"Golang",
"Java"
],
"Platform Requirements": [
""
],
"Dependent modules": [
""
],
"Dependent module URLs": [
""
],
"Component modules": [
""
],
"Component module URLs": [
""
],
"Industry": [
""
],
"Functionality": [
"Avro",
"Data Serialization"
],
"Categories": [
"Data Serialization"
],
"New Date": "20150708",
"Update Date": ""
},
{
"DARPA Program": "PLAN X",
"Program Teams": [
"Raytheon BBN Technologies"
],
"Contributors": [
""
],
"Sub-contractors": [
""
],
"Software": "poi-visio",
"Internal Link": "",
"External Link": "https://github.com/BBN-D/poi-visio",
"Public Code Repo": "https://github.com/BBN-D/poi-visio.git",
"Instructional Material": "",
"Stats": "",
"Description": "poi-visio is a Java library that loads Visio OOXML (vsdx) files and creates an in memory data structure that allows full access to the contents of the document. There is built-in support for easily traversing the content of the document in a structured way, and can render pages to simplified PNG files, or other backends supported by Java AWT. It is built using the Apache POI library which operates on other Microsoft OOXML documents (docx, pptx, xlsx). Currently the library only operates in read-only mode, but its design does not exclude being able to modify existing documents or creating new documents. (Java)",
"Internal Code Repo": "",
"License": [
"ALv2"
],
"Languages": [
"Java"
],
"Platform Requirements": [
""
],
"Dependent modules": [
""
],
"Dependent module URLs": [
""
],
"Component modules": [
""
],
"Component module URLs": [
""
],
"Industry": [
""
],
"Functionality": [
"Office Document Parser"
],
"Categories": [
"Microsoft Office",
"Text Extraction"
],
"New Date": "20150708",
"Update Date": ""
},
{
"DARPA Program": "PLAN X",
"Program Teams": [
"Raytheon BBN Technologies"
],
"Contributors": [
""
],
"Sub-contractors": [
""
],
"Software": "poi-visio-graph",
"Internal Link": "",
"External Link": "https://github.com/BBN-D/poi-visio-graph",
"Public Code Repo": "https://github.com/BBN-D/poi-visio-graph.git",
"Instructional Material": "",
"Stats": "",
"Description": "poi-visio-graph is a Java library that loads Visio OOXML (vsdx) files using the poi-visio library and creates an in-memory graph structure from the objects present on the page. Not only does it utilize user-specified connection points, but it performs analysis to infer logical visual connection points between the objects on each page. One possible use of this library is to create a Network diagram from a Visio document. (Java)",
"Internal Code Repo": "",
"License": [
"ALv2"
],
"Languages": [
"Java"
],
"Platform Requirements": [
""
],
"Dependent modules": [
""
],
"Dependent module URLs": [
""
],
"Component modules": [
""
],
"Component module URLs": [
""
],
"Industry": [
""
],
"Functionality": [
"Semantic Analysis"
],
"Categories": [
"Microsoft Office",
"Graph",
"Semantic Analysis"
],
"New Date": "20150708",
"Update Date": ""
},
{
"DARPA Program": "PLAN X",
"Program Teams": [
"Domain-specific languages team"
],
"Contributors": [
"Galois, Inc.",
"Kestrel Institute"
],
"Sub-contractors": [
""
],
"Software": "Mistral Compiler",
"Internal Link": "",
"External Link": "https://github.com/GaloisInc/mistral",
"Public Code Repo": "https://github.com/GaloisInc/mistral",
"Instructional Material": "",
"Stats": "mistral",
"Description": "Mistral is an experimental language and compiler for highly concurrent, distributed programming, with an emphasis on\nthe specification and maintenance of a virtual overlay network and communication over that network. The current Mistral compiler supports the first generation of Mistral, so not all features we architected for the language are supported at present. This open source package includes our compiler and an interpreter. Use of Mistral for running programs on distributed systems requires a run-time system not included in this package. Thus this Mistral package allows only for experimentation with the language.",
"Internal Code Repo": "",
"License": [
"BSD3"
],
"Languages": [
"Haskell"
],
"Platform Requirements": [
"Linux",
"Mac OS X"
],
"Dependent modules": [
""
],
"Dependent module URLs": [
""
],
"Component modules": [
""
],
"Component module URLs": [
""
],
"Industry": [
"Software Development"
],
"Functionality": [
"Compiler"
],
"Categories": [
"Compiler"
],
"New Date": "20150406",
"Update Date": ""
},
{
"DARPA Program": "PLAN X",
"Program Teams": [
"Galois, Inc."
],
"Contributors": [
"Galois, Inc."
],
"Sub-contractors": [
""
],
"Software": "Lua Native Big Number Library",
"Internal Link": "",
"External Link": "https://github.com/GaloisInc/polarbn",
"Public Code Repo": "https://github.com/GaloisInc/polarbn",
"Instructional Material": "",
"Stats": "polarbn",
"Description": "The PolarBN library is a big number library for use in cryptographic applications. PolarBN is a Lua wrapper for the bignum library in PolarSSL. The wrapper is written in C, using the standard Lua headers. Compared to the two standard Lua big number libraries, PolarBN is substantially faster than lbc, and does not require openssl-dev, as does lbn.",
"Internal Code Repo": "",
"License": [
"MIT"
],
"Languages": [
"Lua",
"C"
],
"Platform Requirements": [
""
],
"Dependent modules": [
""
],
"Dependent module URLs": [
""
],
"Component modules": [
""
],
"Component module URLs": [
""
],
"Industry": [
"Software Development"
],
"Functionality": [
"Cryptographic big number library"
],
"Categories": [
"Library"
],
"New Date": "20150406",
"Update Date": ""
}
]