code-languages 1.36.5 → 1.38.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +93 -3
- package/dist/api-CjNcbLKv.d.cts +134 -0
- package/dist/api-u3GKPoGq.d.ts +134 -0
- package/dist/api.cjs +3687 -1537
- package/dist/api.d.cts +3 -77
- package/dist/api.d.ts +3 -77
- package/dist/api.js +3687 -1537
- package/dist/detect-slugs.cjs +25 -3
- package/dist/detect-slugs.d.cts +1 -1
- package/dist/detect-slugs.d.ts +1 -1
- package/dist/detect-slugs.js +25 -3
- package/dist/detect.cjs +1096 -3
- package/dist/detect.js +1096 -3
- package/dist/i18n.cjs +1 -1
- package/dist/i18n.js +1 -1
- package/dist/index.cjs +3719 -1550
- package/dist/index.d.cts +1145 -134
- package/dist/index.d.ts +1145 -134
- package/dist/index.js +3718 -1551
- package/dist/languages/angelscript.cjs +52 -0
- package/dist/languages/angelscript.d.cts +49 -0
- package/dist/languages/angelscript.d.ts +49 -0
- package/dist/languages/angelscript.js +50 -0
- package/dist/languages/assemblyscript.cjs +52 -0
- package/dist/languages/assemblyscript.d.cts +49 -0
- package/dist/languages/assemblyscript.d.ts +49 -0
- package/dist/languages/assemblyscript.js +50 -0
- package/dist/languages/basic.cjs +48 -0
- package/dist/languages/basic.d.cts +45 -0
- package/dist/languages/basic.d.ts +45 -0
- package/dist/languages/basic.js +46 -0
- package/dist/languages/dax.cjs +56 -0
- package/dist/languages/dax.d.cts +48 -0
- package/dist/languages/dax.d.ts +48 -0
- package/dist/languages/dax.js +54 -0
- package/dist/languages/gml.cjs +52 -0
- package/dist/languages/gml.d.cts +49 -0
- package/dist/languages/gml.d.ts +49 -0
- package/dist/languages/gml.js +50 -0
- package/dist/languages/ink-narrative.cjs +52 -0
- package/dist/languages/ink-narrative.d.cts +49 -0
- package/dist/languages/ink-narrative.d.ts +49 -0
- package/dist/languages/ink-narrative.js +50 -0
- package/dist/languages/modelica.cjs +52 -0
- package/dist/languages/modelica.d.cts +49 -0
- package/dist/languages/modelica.d.ts +49 -0
- package/dist/languages/modelica.js +50 -0
- package/dist/languages/mumps.cjs +51 -0
- package/dist/languages/mumps.d.cts +48 -0
- package/dist/languages/mumps.d.ts +48 -0
- package/dist/languages/mumps.js +49 -0
- package/dist/languages/nextflow.cjs +52 -0
- package/dist/languages/nextflow.d.cts +49 -0
- package/dist/languages/nextflow.d.ts +49 -0
- package/dist/languages/nextflow.js +50 -0
- package/dist/languages/octave.cjs +52 -0
- package/dist/languages/octave.d.cts +49 -0
- package/dist/languages/octave.d.ts +49 -0
- package/dist/languages/octave.js +50 -0
- package/dist/languages/openscad.cjs +51 -0
- package/dist/languages/openscad.d.cts +48 -0
- package/dist/languages/openscad.d.ts +48 -0
- package/dist/languages/openscad.js +49 -0
- package/dist/languages/postscript.cjs +51 -0
- package/dist/languages/postscript.d.cts +48 -0
- package/dist/languages/postscript.d.ts +48 -0
- package/dist/languages/postscript.js +49 -0
- package/dist/languages/powerquery.cjs +51 -0
- package/dist/languages/powerquery.d.cts +48 -0
- package/dist/languages/powerquery.d.ts +48 -0
- package/dist/languages/powerquery.js +49 -0
- package/dist/languages/processing.cjs +52 -0
- package/dist/languages/processing.d.cts +49 -0
- package/dist/languages/processing.d.ts +49 -0
- package/dist/languages/processing.js +50 -0
- package/dist/languages/rpg.cjs +51 -0
- package/dist/languages/rpg.d.cts +48 -0
- package/dist/languages/rpg.d.ts +48 -0
- package/dist/languages/rpg.js +49 -0
- package/dist/languages/snakemake.cjs +52 -0
- package/dist/languages/snakemake.d.cts +49 -0
- package/dist/languages/snakemake.d.ts +49 -0
- package/dist/languages/snakemake.js +50 -0
- package/dist/languages/spss.cjs +52 -0
- package/dist/languages/spss.d.cts +49 -0
- package/dist/languages/spss.d.ts +49 -0
- package/dist/languages/spss.js +50 -0
- package/dist/languages/squirrel.cjs +52 -0
- package/dist/languages/squirrel.d.cts +49 -0
- package/dist/languages/squirrel.d.ts +49 -0
- package/dist/languages/squirrel.js +50 -0
- package/dist/languages/twee.cjs +52 -0
- package/dist/languages/twee.d.cts +49 -0
- package/dist/languages/twee.d.ts +49 -0
- package/dist/languages/twee.js +50 -0
- package/dist/languages/vba.cjs +51 -0
- package/dist/languages/vba.d.cts +48 -0
- package/dist/languages/vba.d.ts +48 -0
- package/dist/languages/vba.js +49 -0
- package/dist/languages/wdl.cjs +52 -0
- package/dist/languages/wdl.d.cts +49 -0
- package/dist/languages/wdl.d.ts +49 -0
- package/dist/languages/wdl.js +50 -0
- package/dist/languages/xpath.cjs +51 -0
- package/dist/languages/xpath.d.cts +48 -0
- package/dist/languages/xpath.d.ts +48 -0
- package/dist/languages/xpath.js +49 -0
- package/dist/{language-registry-59NJVWeg.d.cts → registry-p4uQJ2gP.d.cts} +66 -0
- package/dist/{language-registry-59NJVWeg.d.ts → registry-p4uQJ2gP.d.ts} +66 -0
- package/package.json +181 -68
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
// src/languages/twee.ts
|
|
4
|
+
var twee = {
|
|
5
|
+
slug: "twee",
|
|
6
|
+
publishedDate: "2009-01-01",
|
|
7
|
+
extensions: [".tw", ".twee", ".tw2"],
|
|
8
|
+
author: "Chris Klimas and contributors",
|
|
9
|
+
website: "https://twinery.org",
|
|
10
|
+
paradigms: ["narrative", "declarative", "markup", "hypertext"],
|
|
11
|
+
tooling: {
|
|
12
|
+
runtimes: ["Twine", "Tweego"],
|
|
13
|
+
ecosystems: ["Interactive Fiction", "Narrative Games", "Game Development"]
|
|
14
|
+
},
|
|
15
|
+
version: "2.10.0",
|
|
16
|
+
logo: "https://avatars.githubusercontent.com/u/2966890?v=4",
|
|
17
|
+
color: "#0A6D91",
|
|
18
|
+
i18n: {
|
|
19
|
+
en: {
|
|
20
|
+
name: "Twee/Twine",
|
|
21
|
+
description: "A plain-text format for writing interactive hypertext fiction in the Twine ecosystem.",
|
|
22
|
+
longDescription: "Twee is the plain-text source format underlying the Twine interactive fiction ecosystem. Passages are defined with double-bracket links and special markup that compiles to story formats such as Harlowe, Sugarcube, and Chapbook, producing self-contained HTML files that run in any browser without plugins.\n\nOriginally created by Chris Klimas as a visual tool for non-programmers, Twine and its Twee format have become a popular entry point for interactive fiction authors. The command-line compiler Tweego enables version-controlled, file-based authoring workflows, while the graphical Twine editor supports visual story mapping."
|
|
23
|
+
},
|
|
24
|
+
es: {
|
|
25
|
+
name: "Twee/Twine",
|
|
26
|
+
description: "Formato de texto plano para escribir ficcion interactiva de hipertexto en el ecosistema Twine.",
|
|
27
|
+
longDescription: "Twee es el formato de texto plano subyacente al ecosistema de ficcion interactiva Twine. Los pasajes se definen con enlaces de doble corchete y marcado especial que se compila a formatos de historia como Harlowe, Sugarcube y Chapbook, produciendo archivos HTML autocontenidos que funcionan en cualquier navegador sin complementos.\n\nCreado originalmente por Chris Klimas como herramienta visual para no programadores, Twine y su formato Twee se han convertido en un popular punto de entrada para autores de ficcion interactiva. El compilador de linea de comandos Tweego permite flujos de trabajo basados en archivos con control de versiones, mientras que el editor grafico Twine admite mapeo visual de historias."
|
|
28
|
+
},
|
|
29
|
+
it: {
|
|
30
|
+
name: "Twee/Twine",
|
|
31
|
+
description: "Formato in testo semplice per scrivere narrativa interattiva ipertestuale nell ecosistema Twine.",
|
|
32
|
+
longDescription: "Twee e il formato in testo semplice alla base dell ecosistema di narrativa interattiva Twine. I passaggi sono definiti con link a doppie parentesi e markup speciale che si compila in formati come Harlowe, Sugarcube e Chapbook, producendo file HTML autonomi eseguibili in qualsiasi browser senza plugin.\n\nOriginariamente creato da Chris Klimas come strumento visivo per non programmatori, Twine e il formato Twee sono diventati un punto di ingresso popolare per gli autori di narrativa interattiva. Il compilatore da riga di comando Tweego abilita flussi di lavoro basati su file con controllo versione, mentre l editor grafico Twine supporta la mappatura visiva delle storie."
|
|
33
|
+
},
|
|
34
|
+
fr: {
|
|
35
|
+
name: "Twee/Twine",
|
|
36
|
+
description: "Format texte brut pour ecrire de la fiction interactive hypertextuelle dans l ecosysteme Twine.",
|
|
37
|
+
longDescription: "Twee est le format texte brut sous-jacent a l ecosysteme de fiction interactive Twine. Les passages sont definis avec des liens a double crochet et un balisage special qui se compile vers des formats d histoire comme Harlowe, Sugarcube et Chapbook, produisant des fichiers HTML autonomes fonctionnant dans n importe quel navigateur sans plugin.\n\nCree initialement par Chris Klimas comme outil visuel pour les non-programmeurs, Twine et son format Twee sont devenus un point d entree populaire pour les auteurs de fiction interactive. Le compilateur en ligne de commande Tweego permet des flux de travail bases sur des fichiers avec controle de version, tandis que l editeur graphique Twine permet la cartographie visuelle des histoires."
|
|
38
|
+
},
|
|
39
|
+
de: {
|
|
40
|
+
name: "Twee/Twine",
|
|
41
|
+
description: "Klartextformat fur das Schreiben interaktiver Hypertextfiction im Twine-Okosystem.",
|
|
42
|
+
longDescription: "Twee ist das Klartextquellenformat des Twine-Interaktivfiction-Okosystems. Passagen werden mit doppeleckigen Klammern und speziellem Markup definiert, das zu Story-Formaten wie Harlowe, Sugarcube und Chapbook kompiliert wird und eigenstandige HTML-Dateien erzeugt, die ohne Plugins in jedem Browser laufen.\n\nUrsprunglich von Chris Klimas als visuelles Werkzeug fur Nicht-Programmierer entwickelt, sind Twine und das Twee-Format zu einem beliebten Einstiegspunkt fur Interaktivfiction-Autoren geworden. Der Kommandozeilencompiler Tweego ermoglicht dateibasierte Arbeitsablaufe mit Versionskontrolle, wahrend der grafische Twine-Editor visuelles Story-Mapping unterstutzt."
|
|
43
|
+
},
|
|
44
|
+
pt: {
|
|
45
|
+
name: "Twee/Twine",
|
|
46
|
+
description: "Formato de texto simples para escrever ficcao interativa de hipertexto no ecossistema Twine.",
|
|
47
|
+
longDescription: "Twee e o formato de texto simples subjacente ao ecossistema de ficcao interativa Twine. As passagens sao definidas com links de duplo colchete e marcacao especial que compila para formatos de historia como Harlowe, Sugarcube e Chapbook, produzindo arquivos HTML autocontidos que funcionam em qualquer navegador sem plugins.\n\nCriado originalmente por Chris Klimas como ferramenta visual para nao-programadores, Twine e seu formato Twee tornaram-se um ponto de entrada popular para autores de ficcao interativa. O compilador de linha de comando Tweego permite fluxos de trabalho baseados em arquivos com controle de versao, enquanto o editor grafico Twine suporta mapeamento visual de historias."
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
exports.twee = twee;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
declare const twee: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
tooling: {
|
|
9
|
+
runtimes: string[];
|
|
10
|
+
ecosystems: string[];
|
|
11
|
+
};
|
|
12
|
+
version: string;
|
|
13
|
+
logo: string;
|
|
14
|
+
color: "#0A6D91";
|
|
15
|
+
i18n: {
|
|
16
|
+
en: {
|
|
17
|
+
name: string;
|
|
18
|
+
description: string;
|
|
19
|
+
longDescription: string;
|
|
20
|
+
};
|
|
21
|
+
es: {
|
|
22
|
+
name: string;
|
|
23
|
+
description: string;
|
|
24
|
+
longDescription: string;
|
|
25
|
+
};
|
|
26
|
+
it: {
|
|
27
|
+
name: string;
|
|
28
|
+
description: string;
|
|
29
|
+
longDescription: string;
|
|
30
|
+
};
|
|
31
|
+
fr: {
|
|
32
|
+
name: string;
|
|
33
|
+
description: string;
|
|
34
|
+
longDescription: string;
|
|
35
|
+
};
|
|
36
|
+
de: {
|
|
37
|
+
name: string;
|
|
38
|
+
description: string;
|
|
39
|
+
longDescription: string;
|
|
40
|
+
};
|
|
41
|
+
pt: {
|
|
42
|
+
name: string;
|
|
43
|
+
description: string;
|
|
44
|
+
longDescription: string;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
export { twee };
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
declare const twee: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
tooling: {
|
|
9
|
+
runtimes: string[];
|
|
10
|
+
ecosystems: string[];
|
|
11
|
+
};
|
|
12
|
+
version: string;
|
|
13
|
+
logo: string;
|
|
14
|
+
color: "#0A6D91";
|
|
15
|
+
i18n: {
|
|
16
|
+
en: {
|
|
17
|
+
name: string;
|
|
18
|
+
description: string;
|
|
19
|
+
longDescription: string;
|
|
20
|
+
};
|
|
21
|
+
es: {
|
|
22
|
+
name: string;
|
|
23
|
+
description: string;
|
|
24
|
+
longDescription: string;
|
|
25
|
+
};
|
|
26
|
+
it: {
|
|
27
|
+
name: string;
|
|
28
|
+
description: string;
|
|
29
|
+
longDescription: string;
|
|
30
|
+
};
|
|
31
|
+
fr: {
|
|
32
|
+
name: string;
|
|
33
|
+
description: string;
|
|
34
|
+
longDescription: string;
|
|
35
|
+
};
|
|
36
|
+
de: {
|
|
37
|
+
name: string;
|
|
38
|
+
description: string;
|
|
39
|
+
longDescription: string;
|
|
40
|
+
};
|
|
41
|
+
pt: {
|
|
42
|
+
name: string;
|
|
43
|
+
description: string;
|
|
44
|
+
longDescription: string;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
export { twee };
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
// src/languages/twee.ts
|
|
2
|
+
var twee = {
|
|
3
|
+
slug: "twee",
|
|
4
|
+
publishedDate: "2009-01-01",
|
|
5
|
+
extensions: [".tw", ".twee", ".tw2"],
|
|
6
|
+
author: "Chris Klimas and contributors",
|
|
7
|
+
website: "https://twinery.org",
|
|
8
|
+
paradigms: ["narrative", "declarative", "markup", "hypertext"],
|
|
9
|
+
tooling: {
|
|
10
|
+
runtimes: ["Twine", "Tweego"],
|
|
11
|
+
ecosystems: ["Interactive Fiction", "Narrative Games", "Game Development"]
|
|
12
|
+
},
|
|
13
|
+
version: "2.10.0",
|
|
14
|
+
logo: "https://avatars.githubusercontent.com/u/2966890?v=4",
|
|
15
|
+
color: "#0A6D91",
|
|
16
|
+
i18n: {
|
|
17
|
+
en: {
|
|
18
|
+
name: "Twee/Twine",
|
|
19
|
+
description: "A plain-text format for writing interactive hypertext fiction in the Twine ecosystem.",
|
|
20
|
+
longDescription: "Twee is the plain-text source format underlying the Twine interactive fiction ecosystem. Passages are defined with double-bracket links and special markup that compiles to story formats such as Harlowe, Sugarcube, and Chapbook, producing self-contained HTML files that run in any browser without plugins.\n\nOriginally created by Chris Klimas as a visual tool for non-programmers, Twine and its Twee format have become a popular entry point for interactive fiction authors. The command-line compiler Tweego enables version-controlled, file-based authoring workflows, while the graphical Twine editor supports visual story mapping."
|
|
21
|
+
},
|
|
22
|
+
es: {
|
|
23
|
+
name: "Twee/Twine",
|
|
24
|
+
description: "Formato de texto plano para escribir ficcion interactiva de hipertexto en el ecosistema Twine.",
|
|
25
|
+
longDescription: "Twee es el formato de texto plano subyacente al ecosistema de ficcion interactiva Twine. Los pasajes se definen con enlaces de doble corchete y marcado especial que se compila a formatos de historia como Harlowe, Sugarcube y Chapbook, produciendo archivos HTML autocontenidos que funcionan en cualquier navegador sin complementos.\n\nCreado originalmente por Chris Klimas como herramienta visual para no programadores, Twine y su formato Twee se han convertido en un popular punto de entrada para autores de ficcion interactiva. El compilador de linea de comandos Tweego permite flujos de trabajo basados en archivos con control de versiones, mientras que el editor grafico Twine admite mapeo visual de historias."
|
|
26
|
+
},
|
|
27
|
+
it: {
|
|
28
|
+
name: "Twee/Twine",
|
|
29
|
+
description: "Formato in testo semplice per scrivere narrativa interattiva ipertestuale nell ecosistema Twine.",
|
|
30
|
+
longDescription: "Twee e il formato in testo semplice alla base dell ecosistema di narrativa interattiva Twine. I passaggi sono definiti con link a doppie parentesi e markup speciale che si compila in formati come Harlowe, Sugarcube e Chapbook, producendo file HTML autonomi eseguibili in qualsiasi browser senza plugin.\n\nOriginariamente creato da Chris Klimas come strumento visivo per non programmatori, Twine e il formato Twee sono diventati un punto di ingresso popolare per gli autori di narrativa interattiva. Il compilatore da riga di comando Tweego abilita flussi di lavoro basati su file con controllo versione, mentre l editor grafico Twine supporta la mappatura visiva delle storie."
|
|
31
|
+
},
|
|
32
|
+
fr: {
|
|
33
|
+
name: "Twee/Twine",
|
|
34
|
+
description: "Format texte brut pour ecrire de la fiction interactive hypertextuelle dans l ecosysteme Twine.",
|
|
35
|
+
longDescription: "Twee est le format texte brut sous-jacent a l ecosysteme de fiction interactive Twine. Les passages sont definis avec des liens a double crochet et un balisage special qui se compile vers des formats d histoire comme Harlowe, Sugarcube et Chapbook, produisant des fichiers HTML autonomes fonctionnant dans n importe quel navigateur sans plugin.\n\nCree initialement par Chris Klimas comme outil visuel pour les non-programmeurs, Twine et son format Twee sont devenus un point d entree populaire pour les auteurs de fiction interactive. Le compilateur en ligne de commande Tweego permet des flux de travail bases sur des fichiers avec controle de version, tandis que l editeur graphique Twine permet la cartographie visuelle des histoires."
|
|
36
|
+
},
|
|
37
|
+
de: {
|
|
38
|
+
name: "Twee/Twine",
|
|
39
|
+
description: "Klartextformat fur das Schreiben interaktiver Hypertextfiction im Twine-Okosystem.",
|
|
40
|
+
longDescription: "Twee ist das Klartextquellenformat des Twine-Interaktivfiction-Okosystems. Passagen werden mit doppeleckigen Klammern und speziellem Markup definiert, das zu Story-Formaten wie Harlowe, Sugarcube und Chapbook kompiliert wird und eigenstandige HTML-Dateien erzeugt, die ohne Plugins in jedem Browser laufen.\n\nUrsprunglich von Chris Klimas als visuelles Werkzeug fur Nicht-Programmierer entwickelt, sind Twine und das Twee-Format zu einem beliebten Einstiegspunkt fur Interaktivfiction-Autoren geworden. Der Kommandozeilencompiler Tweego ermoglicht dateibasierte Arbeitsablaufe mit Versionskontrolle, wahrend der grafische Twine-Editor visuelles Story-Mapping unterstutzt."
|
|
41
|
+
},
|
|
42
|
+
pt: {
|
|
43
|
+
name: "Twee/Twine",
|
|
44
|
+
description: "Formato de texto simples para escrever ficcao interativa de hipertexto no ecossistema Twine.",
|
|
45
|
+
longDescription: "Twee e o formato de texto simples subjacente ao ecossistema de ficcao interativa Twine. As passagens sao definidas com links de duplo colchete e marcacao especial que compila para formatos de historia como Harlowe, Sugarcube e Chapbook, produzindo arquivos HTML autocontidos que funcionam em qualquer navegador sem plugins.\n\nCriado originalmente por Chris Klimas como ferramenta visual para nao-programadores, Twine e seu formato Twee tornaram-se um ponto de entrada popular para autores de ficcao interativa. O compilador de linha de comando Tweego permite fluxos de trabalho baseados em arquivos com controle de versao, enquanto o editor grafico Twine suporta mapeamento visual de historias."
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
export { twee };
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
// src/languages/vba.ts
|
|
4
|
+
var vba = {
|
|
5
|
+
slug: "vba",
|
|
6
|
+
publishedDate: "1993-04-01",
|
|
7
|
+
extensions: [".bas", ".cls", ".frm", ".vba"],
|
|
8
|
+
author: "Microsoft",
|
|
9
|
+
website: "https://learn.microsoft.com/en-us/office/vba/api/overview/",
|
|
10
|
+
paradigms: ["imperative", "object-oriented", "event-driven"],
|
|
11
|
+
tooling: {
|
|
12
|
+
ecosystems: ["Microsoft Office", "Excel", "Access", "Word", "Outlook"]
|
|
13
|
+
},
|
|
14
|
+
version: "VBA 7.1",
|
|
15
|
+
logo: "https://dummyimage.com/32x32/217346/ffffff.png&text=VBA",
|
|
16
|
+
color: "#217346",
|
|
17
|
+
i18n: {
|
|
18
|
+
en: {
|
|
19
|
+
name: "VBA",
|
|
20
|
+
description: "A macro language embedded in Microsoft Office applications.",
|
|
21
|
+
longDescription: "Visual Basic for Applications (VBA) is an event-driven programming language built into most Microsoft Office applications.\n\nIt enables automation of repetitive tasks, creation of custom functions, interaction with Windows APIs, and integration between Office applications such as Excel, Word, Access, and Outlook."
|
|
22
|
+
},
|
|
23
|
+
es: {
|
|
24
|
+
name: "VBA",
|
|
25
|
+
description: "Un lenguaje de macros integrado en las aplicaciones de Microsoft Office.",
|
|
26
|
+
longDescription: "Visual Basic for Applications (VBA) es un lenguaje de programacion orientado a eventos integrado en la mayoria de las aplicaciones de Microsoft Office.\n\nPermite automatizar tareas repetitivas, crear funciones personalizadas, interactuar con las APIs de Windows e integrar aplicaciones de Office como Excel, Word, Access y Outlook."
|
|
27
|
+
},
|
|
28
|
+
it: {
|
|
29
|
+
name: "VBA",
|
|
30
|
+
description: "Un linguaggio macro integrato nelle applicazioni Microsoft Office.",
|
|
31
|
+
longDescription: "Visual Basic for Applications (VBA) e un linguaggio di programmazione orientato agli eventi integrato nella maggior parte delle applicazioni Microsoft Office.\n\nConsente di automatizzare le attivita ripetitive, creare funzioni personalizzate, interagire con le API di Windows e integrare applicazioni Office come Excel, Word, Access e Outlook."
|
|
32
|
+
},
|
|
33
|
+
fr: {
|
|
34
|
+
name: "VBA",
|
|
35
|
+
description: "Un langage de macros int\xE9gr\xE9 aux applications Microsoft Office.",
|
|
36
|
+
longDescription: "Visual Basic for Applications (VBA) est un langage de programmation orient\xE9 \xE9v\xE9nements int\xE9gr\xE9 dans la plupart des applications Microsoft Office.\n\nIl permet d'automatiser les t\xE2ches r\xE9p\xE9titives, de cr\xE9er des fonctions personnalis\xE9es, d'interagir avec les API Windows et d'int\xE9grer des applications Office comme Excel, Word, Access et Outlook."
|
|
37
|
+
},
|
|
38
|
+
de: {
|
|
39
|
+
name: "VBA",
|
|
40
|
+
description: "Eine in Microsoft Office-Anwendungen eingebettete Makrosprache.",
|
|
41
|
+
longDescription: "Visual Basic for Applications (VBA) ist eine ereignisgesteuerte Programmiersprache, die in die meisten Microsoft Office-Anwendungen integriert ist.\n\nSie erm\xF6glicht die Automatisierung von Routineaufgaben, die Erstellung benutzerdefinierter Funktionen, die Interaktion mit Windows-APIs und die Integration von Office-Anwendungen wie Excel, Word, Access und Outlook."
|
|
42
|
+
},
|
|
43
|
+
pt: {
|
|
44
|
+
name: "VBA",
|
|
45
|
+
description: "Uma linguagem de macros incorporada nos aplicativos do Microsoft Office.",
|
|
46
|
+
longDescription: "Visual Basic for Applications (VBA) \xE9 uma linguagem de programa\xE7\xE3o orientada a eventos integrada \xE0 maioria dos aplicativos Microsoft Office.\n\nPermite automatizar tarefas repetitivas, criar fun\xE7\xF5es personalizadas, interagir com APIs do Windows e integrar aplicativos Office como Excel, Word, Access e Outlook."
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
};
|
|
50
|
+
|
|
51
|
+
exports.vba = vba;
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
declare const vba: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
tooling: {
|
|
9
|
+
ecosystems: string[];
|
|
10
|
+
};
|
|
11
|
+
version: string;
|
|
12
|
+
logo: string;
|
|
13
|
+
color: "#217346";
|
|
14
|
+
i18n: {
|
|
15
|
+
en: {
|
|
16
|
+
name: string;
|
|
17
|
+
description: string;
|
|
18
|
+
longDescription: string;
|
|
19
|
+
};
|
|
20
|
+
es: {
|
|
21
|
+
name: string;
|
|
22
|
+
description: string;
|
|
23
|
+
longDescription: string;
|
|
24
|
+
};
|
|
25
|
+
it: {
|
|
26
|
+
name: string;
|
|
27
|
+
description: string;
|
|
28
|
+
longDescription: string;
|
|
29
|
+
};
|
|
30
|
+
fr: {
|
|
31
|
+
name: string;
|
|
32
|
+
description: string;
|
|
33
|
+
longDescription: string;
|
|
34
|
+
};
|
|
35
|
+
de: {
|
|
36
|
+
name: string;
|
|
37
|
+
description: string;
|
|
38
|
+
longDescription: string;
|
|
39
|
+
};
|
|
40
|
+
pt: {
|
|
41
|
+
name: string;
|
|
42
|
+
description: string;
|
|
43
|
+
longDescription: string;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
export { vba };
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
declare const vba: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
tooling: {
|
|
9
|
+
ecosystems: string[];
|
|
10
|
+
};
|
|
11
|
+
version: string;
|
|
12
|
+
logo: string;
|
|
13
|
+
color: "#217346";
|
|
14
|
+
i18n: {
|
|
15
|
+
en: {
|
|
16
|
+
name: string;
|
|
17
|
+
description: string;
|
|
18
|
+
longDescription: string;
|
|
19
|
+
};
|
|
20
|
+
es: {
|
|
21
|
+
name: string;
|
|
22
|
+
description: string;
|
|
23
|
+
longDescription: string;
|
|
24
|
+
};
|
|
25
|
+
it: {
|
|
26
|
+
name: string;
|
|
27
|
+
description: string;
|
|
28
|
+
longDescription: string;
|
|
29
|
+
};
|
|
30
|
+
fr: {
|
|
31
|
+
name: string;
|
|
32
|
+
description: string;
|
|
33
|
+
longDescription: string;
|
|
34
|
+
};
|
|
35
|
+
de: {
|
|
36
|
+
name: string;
|
|
37
|
+
description: string;
|
|
38
|
+
longDescription: string;
|
|
39
|
+
};
|
|
40
|
+
pt: {
|
|
41
|
+
name: string;
|
|
42
|
+
description: string;
|
|
43
|
+
longDescription: string;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
export { vba };
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
// src/languages/vba.ts
|
|
2
|
+
var vba = {
|
|
3
|
+
slug: "vba",
|
|
4
|
+
publishedDate: "1993-04-01",
|
|
5
|
+
extensions: [".bas", ".cls", ".frm", ".vba"],
|
|
6
|
+
author: "Microsoft",
|
|
7
|
+
website: "https://learn.microsoft.com/en-us/office/vba/api/overview/",
|
|
8
|
+
paradigms: ["imperative", "object-oriented", "event-driven"],
|
|
9
|
+
tooling: {
|
|
10
|
+
ecosystems: ["Microsoft Office", "Excel", "Access", "Word", "Outlook"]
|
|
11
|
+
},
|
|
12
|
+
version: "VBA 7.1",
|
|
13
|
+
logo: "https://dummyimage.com/32x32/217346/ffffff.png&text=VBA",
|
|
14
|
+
color: "#217346",
|
|
15
|
+
i18n: {
|
|
16
|
+
en: {
|
|
17
|
+
name: "VBA",
|
|
18
|
+
description: "A macro language embedded in Microsoft Office applications.",
|
|
19
|
+
longDescription: "Visual Basic for Applications (VBA) is an event-driven programming language built into most Microsoft Office applications.\n\nIt enables automation of repetitive tasks, creation of custom functions, interaction with Windows APIs, and integration between Office applications such as Excel, Word, Access, and Outlook."
|
|
20
|
+
},
|
|
21
|
+
es: {
|
|
22
|
+
name: "VBA",
|
|
23
|
+
description: "Un lenguaje de macros integrado en las aplicaciones de Microsoft Office.",
|
|
24
|
+
longDescription: "Visual Basic for Applications (VBA) es un lenguaje de programacion orientado a eventos integrado en la mayoria de las aplicaciones de Microsoft Office.\n\nPermite automatizar tareas repetitivas, crear funciones personalizadas, interactuar con las APIs de Windows e integrar aplicaciones de Office como Excel, Word, Access y Outlook."
|
|
25
|
+
},
|
|
26
|
+
it: {
|
|
27
|
+
name: "VBA",
|
|
28
|
+
description: "Un linguaggio macro integrato nelle applicazioni Microsoft Office.",
|
|
29
|
+
longDescription: "Visual Basic for Applications (VBA) e un linguaggio di programmazione orientato agli eventi integrato nella maggior parte delle applicazioni Microsoft Office.\n\nConsente di automatizzare le attivita ripetitive, creare funzioni personalizzate, interagire con le API di Windows e integrare applicazioni Office come Excel, Word, Access e Outlook."
|
|
30
|
+
},
|
|
31
|
+
fr: {
|
|
32
|
+
name: "VBA",
|
|
33
|
+
description: "Un langage de macros int\xE9gr\xE9 aux applications Microsoft Office.",
|
|
34
|
+
longDescription: "Visual Basic for Applications (VBA) est un langage de programmation orient\xE9 \xE9v\xE9nements int\xE9gr\xE9 dans la plupart des applications Microsoft Office.\n\nIl permet d'automatiser les t\xE2ches r\xE9p\xE9titives, de cr\xE9er des fonctions personnalis\xE9es, d'interagir avec les API Windows et d'int\xE9grer des applications Office comme Excel, Word, Access et Outlook."
|
|
35
|
+
},
|
|
36
|
+
de: {
|
|
37
|
+
name: "VBA",
|
|
38
|
+
description: "Eine in Microsoft Office-Anwendungen eingebettete Makrosprache.",
|
|
39
|
+
longDescription: "Visual Basic for Applications (VBA) ist eine ereignisgesteuerte Programmiersprache, die in die meisten Microsoft Office-Anwendungen integriert ist.\n\nSie erm\xF6glicht die Automatisierung von Routineaufgaben, die Erstellung benutzerdefinierter Funktionen, die Interaktion mit Windows-APIs und die Integration von Office-Anwendungen wie Excel, Word, Access und Outlook."
|
|
40
|
+
},
|
|
41
|
+
pt: {
|
|
42
|
+
name: "VBA",
|
|
43
|
+
description: "Uma linguagem de macros incorporada nos aplicativos do Microsoft Office.",
|
|
44
|
+
longDescription: "Visual Basic for Applications (VBA) \xE9 uma linguagem de programa\xE7\xE3o orientada a eventos integrada \xE0 maioria dos aplicativos Microsoft Office.\n\nPermite automatizar tarefas repetitivas, criar fun\xE7\xF5es personalizadas, interagir com APIs do Windows e integrar aplicativos Office como Excel, Word, Access e Outlook."
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
export { vba };
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
// src/languages/wdl.ts
|
|
4
|
+
var wdl = {
|
|
5
|
+
slug: "wdl",
|
|
6
|
+
publishedDate: "2016-01-01",
|
|
7
|
+
extensions: [".wdl"],
|
|
8
|
+
author: "Broad Institute and OpenWDL community",
|
|
9
|
+
website: "https://openwdl.org",
|
|
10
|
+
paradigms: ["declarative", "dataflow", "pipeline"],
|
|
11
|
+
tooling: {
|
|
12
|
+
runtimes: ["Cromwell", "miniwdl", "Terra"],
|
|
13
|
+
ecosystems: ["Bioinformatics", "Scientific Workflows", "Cloud Computing", "Genomics"]
|
|
14
|
+
},
|
|
15
|
+
version: "1.2.0",
|
|
16
|
+
logo: "https://avatars.githubusercontent.com/u/23492081?v=4",
|
|
17
|
+
color: "#3C6DA6",
|
|
18
|
+
i18n: {
|
|
19
|
+
en: {
|
|
20
|
+
name: "WDL",
|
|
21
|
+
description: "A workflow definition language for describing portable and reproducible data pipelines.",
|
|
22
|
+
longDescription: "WDL (Workflow Description Language) is a human-readable specification language for defining tasks, workflows, and their dependencies in a portable and reproducible way. Each task describes a command to run with typed inputs, outputs, and runtime requirements such as CPU, memory, and container images.\n\nOriginally developed at the Broad Institute, WDL is governed by the OpenWDL community and widely used in genomics and precision medicine on platforms such as Terra, Google Life Sciences, and AWS Batch. Its declarative syntax makes pipelines easy to read, maintain, and share across research groups and cloud environments."
|
|
23
|
+
},
|
|
24
|
+
es: {
|
|
25
|
+
name: "WDL",
|
|
26
|
+
description: "Lenguaje de definicion de flujos de trabajo para describir pipelines portables y reproducibles.",
|
|
27
|
+
longDescription: "WDL (Workflow Description Language) es un lenguaje de especificacion legible para definir tareas, flujos de trabajo y sus dependencias de forma portable y reproducible. Cada tarea describe un comando a ejecutar con entradas y salidas tipadas y requisitos de ejecucion como CPU, memoria e imagenes de contenedor.\n\nDesarrollado originalmente en el Broad Institute, WDL es gobernado por la comunidad OpenWDL y ampliamente utilizado en genomica y medicina de precision en plataformas como Terra, Google Life Sciences y AWS Batch. Su sintaxis declarativa facilita la lectura, mantenimiento y comparticion de pipelines entre grupos de investigacion."
|
|
28
|
+
},
|
|
29
|
+
it: {
|
|
30
|
+
name: "WDL",
|
|
31
|
+
description: "Linguaggio di definizione dei workflow per descrivere pipeline dati portabili e riproducibili.",
|
|
32
|
+
longDescription: "WDL (Workflow Description Language) e un linguaggio di specifica leggibile per definire task, workflow e dipendenze in modo portabile e riproducibile. Ogni task descrive un comando da eseguire con input e output tipizzati e requisiti di runtime come CPU, memoria e immagini container.\n\nSviluppato originariamente al Broad Institute, WDL e gestito dalla community OpenWDL ed e ampiamente usato in genomica e medicina di precisione su piattaforme come Terra, Google Life Sciences e AWS Batch. La sua sintassi dichiarativa rende le pipeline facili da leggere, mantenere e condividere tra gruppi di ricerca."
|
|
33
|
+
},
|
|
34
|
+
fr: {
|
|
35
|
+
name: "WDL",
|
|
36
|
+
description: "Langage de definition de workflows pour decrire des pipelines de donnees portables et reproductibles.",
|
|
37
|
+
longDescription: "WDL (Workflow Description Language) est un langage de specification lisible pour definir des taches, des workflows et leurs dependances de maniere portable et reproductible. Chaque tache decrit une commande a executer avec des entrees et sorties typees et des exigences d execution telles que CPU, memoire et images conteneur.\n\nDeveloppe initialement au Broad Institute, WDL est gere par la communaute OpenWDL et largement utilise en genomique et medecine de precision sur des plateformes telles que Terra, Google Life Sciences et AWS Batch. Sa syntaxe declarative facilite la lecture, la maintenance et le partage des pipelines."
|
|
38
|
+
},
|
|
39
|
+
de: {
|
|
40
|
+
name: "WDL",
|
|
41
|
+
description: "Workflow-Definitionssprache fur portable und reproduzierbare Daten-Pipelines.",
|
|
42
|
+
longDescription: "WDL (Workflow Description Language) ist eine menschenlesbare Spezifikationssprache zur Definition von Tasks, Workflows und deren Abhangigkeiten auf portable und reproduzierbare Weise. Jeder Task beschreibt einen auszufuhrenden Befehl mit typisierten Ein- und Ausgaben sowie Laufzeitanforderungen wie CPU, Speicher und Container-Images.\n\nUrsprunglich am Broad Institute entwickelt, wird WDL von der OpenWDL-Community betreut und ist weit verbreitet in Genomik und Prazisionsmedizin auf Plattformen wie Terra, Google Life Sciences und AWS Batch. Die deklarative Syntax erleichtert das Lesen, Pflegen und Teilen von Pipelines zwischen Forschungsgruppen."
|
|
43
|
+
},
|
|
44
|
+
pt: {
|
|
45
|
+
name: "WDL",
|
|
46
|
+
description: "Linguagem de definicao de workflow para descrever pipelines de dados portaveis e reproduziveis.",
|
|
47
|
+
longDescription: "WDL (Workflow Description Language) e uma linguagem de especificacao legivel para definir tarefas, workflows e suas dependencias de forma portavel e reproduzivel. Cada tarefa descreve um comando a ser executado com entradas e saidas tipadas e requisitos de execucao como CPU, memoria e imagens de container.\n\nDesenvolvido originalmente no Broad Institute, o WDL e gerenciado pela comunidade OpenWDL e amplamente utilizado em genomica e medicina de precisao em plataformas como Terra, Google Life Sciences e AWS Batch. Sua sintaxe declarativa facilita a leitura, manutencao e compartilhamento de pipelines entre grupos de pesquisa."
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
exports.wdl = wdl;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
declare const wdl: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
tooling: {
|
|
9
|
+
runtimes: string[];
|
|
10
|
+
ecosystems: string[];
|
|
11
|
+
};
|
|
12
|
+
version: string;
|
|
13
|
+
logo: string;
|
|
14
|
+
color: "#3C6DA6";
|
|
15
|
+
i18n: {
|
|
16
|
+
en: {
|
|
17
|
+
name: string;
|
|
18
|
+
description: string;
|
|
19
|
+
longDescription: string;
|
|
20
|
+
};
|
|
21
|
+
es: {
|
|
22
|
+
name: string;
|
|
23
|
+
description: string;
|
|
24
|
+
longDescription: string;
|
|
25
|
+
};
|
|
26
|
+
it: {
|
|
27
|
+
name: string;
|
|
28
|
+
description: string;
|
|
29
|
+
longDescription: string;
|
|
30
|
+
};
|
|
31
|
+
fr: {
|
|
32
|
+
name: string;
|
|
33
|
+
description: string;
|
|
34
|
+
longDescription: string;
|
|
35
|
+
};
|
|
36
|
+
de: {
|
|
37
|
+
name: string;
|
|
38
|
+
description: string;
|
|
39
|
+
longDescription: string;
|
|
40
|
+
};
|
|
41
|
+
pt: {
|
|
42
|
+
name: string;
|
|
43
|
+
description: string;
|
|
44
|
+
longDescription: string;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
export { wdl };
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
declare const wdl: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
tooling: {
|
|
9
|
+
runtimes: string[];
|
|
10
|
+
ecosystems: string[];
|
|
11
|
+
};
|
|
12
|
+
version: string;
|
|
13
|
+
logo: string;
|
|
14
|
+
color: "#3C6DA6";
|
|
15
|
+
i18n: {
|
|
16
|
+
en: {
|
|
17
|
+
name: string;
|
|
18
|
+
description: string;
|
|
19
|
+
longDescription: string;
|
|
20
|
+
};
|
|
21
|
+
es: {
|
|
22
|
+
name: string;
|
|
23
|
+
description: string;
|
|
24
|
+
longDescription: string;
|
|
25
|
+
};
|
|
26
|
+
it: {
|
|
27
|
+
name: string;
|
|
28
|
+
description: string;
|
|
29
|
+
longDescription: string;
|
|
30
|
+
};
|
|
31
|
+
fr: {
|
|
32
|
+
name: string;
|
|
33
|
+
description: string;
|
|
34
|
+
longDescription: string;
|
|
35
|
+
};
|
|
36
|
+
de: {
|
|
37
|
+
name: string;
|
|
38
|
+
description: string;
|
|
39
|
+
longDescription: string;
|
|
40
|
+
};
|
|
41
|
+
pt: {
|
|
42
|
+
name: string;
|
|
43
|
+
description: string;
|
|
44
|
+
longDescription: string;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
export { wdl };
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
// src/languages/wdl.ts
|
|
2
|
+
var wdl = {
|
|
3
|
+
slug: "wdl",
|
|
4
|
+
publishedDate: "2016-01-01",
|
|
5
|
+
extensions: [".wdl"],
|
|
6
|
+
author: "Broad Institute and OpenWDL community",
|
|
7
|
+
website: "https://openwdl.org",
|
|
8
|
+
paradigms: ["declarative", "dataflow", "pipeline"],
|
|
9
|
+
tooling: {
|
|
10
|
+
runtimes: ["Cromwell", "miniwdl", "Terra"],
|
|
11
|
+
ecosystems: ["Bioinformatics", "Scientific Workflows", "Cloud Computing", "Genomics"]
|
|
12
|
+
},
|
|
13
|
+
version: "1.2.0",
|
|
14
|
+
logo: "https://avatars.githubusercontent.com/u/23492081?v=4",
|
|
15
|
+
color: "#3C6DA6",
|
|
16
|
+
i18n: {
|
|
17
|
+
en: {
|
|
18
|
+
name: "WDL",
|
|
19
|
+
description: "A workflow definition language for describing portable and reproducible data pipelines.",
|
|
20
|
+
longDescription: "WDL (Workflow Description Language) is a human-readable specification language for defining tasks, workflows, and their dependencies in a portable and reproducible way. Each task describes a command to run with typed inputs, outputs, and runtime requirements such as CPU, memory, and container images.\n\nOriginally developed at the Broad Institute, WDL is governed by the OpenWDL community and widely used in genomics and precision medicine on platforms such as Terra, Google Life Sciences, and AWS Batch. Its declarative syntax makes pipelines easy to read, maintain, and share across research groups and cloud environments."
|
|
21
|
+
},
|
|
22
|
+
es: {
|
|
23
|
+
name: "WDL",
|
|
24
|
+
description: "Lenguaje de definicion de flujos de trabajo para describir pipelines portables y reproducibles.",
|
|
25
|
+
longDescription: "WDL (Workflow Description Language) es un lenguaje de especificacion legible para definir tareas, flujos de trabajo y sus dependencias de forma portable y reproducible. Cada tarea describe un comando a ejecutar con entradas y salidas tipadas y requisitos de ejecucion como CPU, memoria e imagenes de contenedor.\n\nDesarrollado originalmente en el Broad Institute, WDL es gobernado por la comunidad OpenWDL y ampliamente utilizado en genomica y medicina de precision en plataformas como Terra, Google Life Sciences y AWS Batch. Su sintaxis declarativa facilita la lectura, mantenimiento y comparticion de pipelines entre grupos de investigacion."
|
|
26
|
+
},
|
|
27
|
+
it: {
|
|
28
|
+
name: "WDL",
|
|
29
|
+
description: "Linguaggio di definizione dei workflow per descrivere pipeline dati portabili e riproducibili.",
|
|
30
|
+
longDescription: "WDL (Workflow Description Language) e un linguaggio di specifica leggibile per definire task, workflow e dipendenze in modo portabile e riproducibile. Ogni task descrive un comando da eseguire con input e output tipizzati e requisiti di runtime come CPU, memoria e immagini container.\n\nSviluppato originariamente al Broad Institute, WDL e gestito dalla community OpenWDL ed e ampiamente usato in genomica e medicina di precisione su piattaforme come Terra, Google Life Sciences e AWS Batch. La sua sintassi dichiarativa rende le pipeline facili da leggere, mantenere e condividere tra gruppi di ricerca."
|
|
31
|
+
},
|
|
32
|
+
fr: {
|
|
33
|
+
name: "WDL",
|
|
34
|
+
description: "Langage de definition de workflows pour decrire des pipelines de donnees portables et reproductibles.",
|
|
35
|
+
longDescription: "WDL (Workflow Description Language) est un langage de specification lisible pour definir des taches, des workflows et leurs dependances de maniere portable et reproductible. Chaque tache decrit une commande a executer avec des entrees et sorties typees et des exigences d execution telles que CPU, memoire et images conteneur.\n\nDeveloppe initialement au Broad Institute, WDL est gere par la communaute OpenWDL et largement utilise en genomique et medecine de precision sur des plateformes telles que Terra, Google Life Sciences et AWS Batch. Sa syntaxe declarative facilite la lecture, la maintenance et le partage des pipelines."
|
|
36
|
+
},
|
|
37
|
+
de: {
|
|
38
|
+
name: "WDL",
|
|
39
|
+
description: "Workflow-Definitionssprache fur portable und reproduzierbare Daten-Pipelines.",
|
|
40
|
+
longDescription: "WDL (Workflow Description Language) ist eine menschenlesbare Spezifikationssprache zur Definition von Tasks, Workflows und deren Abhangigkeiten auf portable und reproduzierbare Weise. Jeder Task beschreibt einen auszufuhrenden Befehl mit typisierten Ein- und Ausgaben sowie Laufzeitanforderungen wie CPU, Speicher und Container-Images.\n\nUrsprunglich am Broad Institute entwickelt, wird WDL von der OpenWDL-Community betreut und ist weit verbreitet in Genomik und Prazisionsmedizin auf Plattformen wie Terra, Google Life Sciences und AWS Batch. Die deklarative Syntax erleichtert das Lesen, Pflegen und Teilen von Pipelines zwischen Forschungsgruppen."
|
|
41
|
+
},
|
|
42
|
+
pt: {
|
|
43
|
+
name: "WDL",
|
|
44
|
+
description: "Linguagem de definicao de workflow para descrever pipelines de dados portaveis e reproduziveis.",
|
|
45
|
+
longDescription: "WDL (Workflow Description Language) e uma linguagem de especificacao legivel para definir tarefas, workflows e suas dependencias de forma portavel e reproduzivel. Cada tarefa descreve um comando a ser executado com entradas e saidas tipadas e requisitos de execucao como CPU, memoria e imagens de container.\n\nDesenvolvido originalmente no Broad Institute, o WDL e gerenciado pela comunidade OpenWDL e amplamente utilizado em genomica e medicina de precisao em plataformas como Terra, Google Life Sciences e AWS Batch. Sua sintaxe declarativa facilita a leitura, manutencao e compartilhamento de pipelines entre grupos de pesquisa."
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
export { wdl };
|