pomp's vscode-based coding playground
Find a file
2024-10-13 11:41:41 +09:00
.vscode chore: use devenv for project management 2024-10-13 11:05:40 +09:00
asm chore: initial commit 2024-04-26 20:35:15 +09:00
c chore: initial commit 2024-04-26 20:35:15 +09:00
cpp feat: basic fast io for C++ 2024-06-06 00:18:52 +09:00
go feat: add go-bench command 2024-05-04 19:00:22 +09:00
js chore: initial commit 2024-04-26 20:35:15 +09:00
latex feat: add latex playground 2024-04-26 22:01:05 +09:00
py chore: add ruff python linter 2024-05-04 20:12:57 +09:00
rust chore: add rust build and bench scripts 2024-05-25 21:13:31 +09:00
.envrc chore: use devenv for project management 2024-10-13 11:05:40 +09:00
.gitignore chore: use devenv for project management 2024-10-13 11:05:40 +09:00
devenv.lock chore: use devenv for project management 2024-10-13 11:05:40 +09:00
devenv.nix chore: use devenv for project management 2024-10-13 11:05:40 +09:00
devenv.yaml chore: use devenv for project management 2024-10-13 11:05:40 +09:00
input.txt chore: initial commit 2024-04-26 20:35:15 +09:00
justfile feat: add latex playground 2024-04-26 22:01:05 +09:00
LICENSE chore: add software license 2024-04-26 22:47:05 +09:00
README.md docs: add sister projects 2024-10-13 11:41:41 +09:00

Playground

This is my coding playground for...

  • quickly testing and benchmarking snippets of code
  • solving algorithm problems
  • playing with new tech without having to create and configure a new project

Sister projects

Setting up

Usage

Run just recipes:

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