pomp's vscode-based coding playground
.vscode | ||
asm | ||
c | ||
cpp | ||
go | ||
js | ||
latex | ||
py | ||
rust | ||
.gitignore | ||
input.txt | ||
justfile | ||
README.md |
Playground
This is developomp's vscode-based coding playground.
The playground is used to...
- quickly test and benchmark snippets of code
- solve algorithm problems
Setting up
Setup the following:
- shell (only if you're a Windows user. Get Git bash / GitHub Desktop / Cygwin / ... )
- just
- hyperfine
- python
- node
- rust (recommend using rustup)
- go
- clang
- GCC
- yasm
- texlive
You can check other dev tools I use and more over here.
Usage
Simply call just recipes using the just
command runner CLI.
Examples:
just run-go # automatically build go code before running it and pass arguments from input.txt
just bench-asm # automatically build and benchmark program from x86_64 assembly using yasm and hyperfine