Como [tipo de usuario], quiero [realizar una acción], para [obtener un beneficio].
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "type": "grid-view", | |
| "configuration_parameters": { | |
| "column_number": { | |
| "type": "number", | |
| "options": { | |
| "min": 1, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const contentToParse = ` | |
| # Título | |
| - elem 1 | |
| - elem 2 | |
| [bedu-component type="0" parameter_1="yonatan" parameter_2="rojas" parameter_3="serrano"] | |
| Mollit ipsum nisi Lorem do culpa consequat exercitation Lorem occaecat. |
// compontes
IncrementPanel
IncrementButton
ValueDisplay
state = {
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function FormControl() { alert("fC") } | |
| //setup | |
| let formControls = {}; | |
| formControls.contents = [] | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ng build component-builder&& git add . && git commit -am "commit message" && git subtree push --prefix=dist/component-builder/ https://github.com/ExponentialEducation/component-builder.git master | |
nanc-in-a-can
-
Convertir el proyecto a una Estructura de clases. Actualmente, utilizan Eventos que agrupan métodos, y crean una variable global para "exportar" los datos.
-
NancInACan
-
Canon // otras clases posibles que puedan imaginarse:
-
CanonSequencer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const express = require('express'); | |
| const app = express(); | |
| const bodyParser = require('body-parser'); | |
| const cors = require('cors'); | |
| app.use(bodyParser.urlencoded({ extended: false })); | |
| app.use(bodyParser.json()); | |
| app.use(cors()); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| s.boot; | |
| i = INSTRUMENT(); | |
| i[\kick] = SynthPlayer(\kick,\kickElectro); | |
| i[\kick].seq(\trigger,0,"1 1x2:0.5 0.5xxxx:.125"); | |
| i[\kick].seq(\trigger,1,"1",[\speed,2,\repeat,16]); |