Elysia Tools
Navigation
Development
Code Viewer Samples
Sample long-tail code and config files (shell, Vue, C++, TOML, Graphviz) for the in-browser Code Viewer
Samples
Entries inside this sample collection
Shell Script
A Bash script with a function, local vars, and error handling
Difficulty
2/10
Tags
shell, bash, script
shell-script.sh
SH · 433 B
- fileSize
- 433 B
- format
- Shell
- extension
- .sh
Vue Component (.vue)
A Vue 3 single-file component with script setup and reactivity
Difficulty
2/10
Tags
vue, sfc, frontend
vue-component.vue
VUE · 585 B
- fileSize
- 585 B
- format
- Vue SFC
- extension
- .vue
C++ with Templates
A C++ example using templates, the STL, and range-based loops
Difficulty
2/10
Tags
cpp, stl, template
cpp-vector.cpp
CPP · 521 B
- fileSize
- 521 B
- format
- C++
- extension
- .cpp
TOML Config
A structured TOML configuration with nested tables
Difficulty
1/10
Tags
toml, config, ini
config-toml.toml
TOML · 323 B
- fileSize
- 323 B
- format
- TOML
- extension
- .toml
Graphviz (.gv)
A Graphviz DOT file describing a small directed pipeline graph
Difficulty
2/10
Tags
graphviz, dot, diagram
graphviz-diagram.gv
GV · 487 B
- fileSize
- 487 B
- format
- Graphviz
- extension
- .gv
Tools
Tools frequently paired with this sample
Related