Created
November 25, 2024 20:11
-
-
Save brito/d475c0371f40ecddf42706afaa0d899f to your computer and use it in GitHub Desktop.
Triage
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
/* Triage */ | |
* { outline:1px solid #ddd; | |
font:1rem/1.6 sans-serif } |
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
<table> | |
<th> Inv <th> A SoC wT <th> B SoC mD <th> C MDT brT <th>D MDT la | |
<tr><td>01 <td> 53 <td> 02 | |
<tr><td>99 <td> 01 <td> 01 | |
</table> | |
<!-- | |
using HTML template as prototype to set preferences | |
convert into template of structure and strings: | |
- category (as vector tree), | |
- value ranges (as data schema), | |
- personalization form (yaml folksonomy branch) | |
output template iterator: | |
- form inputs, prepopulated, dynamic round trip write mode @ limit | |
- input validation | |
- distribution statistics | |
- synthetic data generator (nrows) | |
- tree visualization | |
- | |
--> |
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
// alert('Hello world!'); |
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
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment