Spaces:
Paused
Paused
File size: 3,995 Bytes
a6337ea fd7b298 a6337ea fd7b298 a6337ea fd7b298 a6337ea 54c4d95 a6337ea 6179a48 fd7b298 6179a48 fd7b298 3dc78fb fd7b298 3ea249e 3dc78fb 3ea249e 3dc78fb 3ea249e 3dc78fb fd7b298 6179a48 3dc78fb 6179a48 3dc78fb 6179a48 3dc78fb 6179a48 3dc78fb 6179a48 3dc78fb 6179a48 3dc78fb 6179a48 3dc78fb 6179a48 3dc78fb 6179a48 3dc78fb 6179a48 3dc78fb 6179a48 3ea249e 50a574a 3ea249e 3ef8f05 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 |
---
title: Visual Studio Code
emoji: 💻
colorFrom: blue
colorTo: indigo
sdk: docker
pinned: true
license: mit
short_description: An online VS Code on the Web, now equipped with toolchains.
---
# 💻 VS Code on the Web IDE with Auto Backup
This Space runs **VS Code on the Web** with a **full developer toolchain**, ready for mega collaboration:
# Checklist
## Compilers / Runtimes (Installed)
- Python ✔ (3.12.11 64-bit, pip 25.2)
- C (gcc) ✔ (11.4.0)
- C++ (g++) ✔ (11.4.0)
- Clang ✔ (14.0.0)
- Fortran ✔ (11.4.0)
- Rust ✔ (rustc 1.89.0, cargo 1.89.0)
- Go ✔ (1.23.0)
- Java ✔ (OpenJDK 17.0.16, javac 17.0.16)
- .NET / C# ✔ (dotnet SDK 8.0.413)
- Node.js ✔ (v20.19.5, npm 10.8.2)
- Yarn ✔ (global, latest)
- pnpm ✔ (global, latest)
## Compilers (Planned)
- Haskell ✖ (ghc + cabal)
- Julia ✖
- Scala ✖ (scala + sbt)
- PHP ✖ (php + composer)
- Ruby ✖
---
## Build Tools
- GNU Make ✔ (4.3)
- CMake ✔ (3.22.1)
- Ninja ✔ (1.10.1)
- pkg-config ✔
- LLVM toolchain ✔ (llvm, clang, lld, lldb)
- Valgrind ✔
- GDB ✔
- Strace ✔
- Ltrace ✔
## Build Tools (Planned)
- pigz ✖
- lcov ✖
- zlib1g-dev ✖
- libssl-dev ✖
- libffi-dev ✖
- autoconf ✖
- automake ✖
- libtool ✖
- m4 ✖
- nasm ✖
- yasm ✖
- graphviz ✖
- doxygen ✖
---
## Dev/Utility Tools
- Git ✔
- Git LFS ✔
- Git Extras ✔
- curl ✔
- wget ✔
- unzip ✔
- rsync ✔
- sqlite3 ✔
- jq ✔
- htop ✔
- fzf ✔
- Silver Searcher (ag) ✔
- ripgrep (rg) ✔
- tree ✔
- net-tools ✔
- iputils-ping ✔
## Debug + Productivity
- tmux ✖
- screen ✖
- neovim ✖
- httpie ✖
- shellcheck ✖
- man-db ✖
- manpages-dev ✖
---
## Code Tools (npm + pip)
### npm
- typescript ✔
- ts-node ✔
- nodemon ✔
### pip
- black ✔
- flake8 ✔
- mypy ✔
- jupyterlab ✔
- ipython ✔
- notebook ✔
- huggingface_hub ✔
- hf_transfer ✔ (with env activated for high-speed upload)
## pip Packages (Planned)
- numpy ✖
- scipy ✖
- pandas ✖
- matplotlib ✖
- seaborn ✖
- scikit-learn ✖
- jupyter ✖
- torch ✖
- torchvision ✖
- torchaudio ✖
- tensorflow ✖
- keras ✖
- datasets ✖
- transformers ✖
- accelerate ✖
---
## Database Clients (Planned)
- mysql-client ✖
- postgresql-client ✖
- redis-tools ✖
- mongodb-clients ✖
---
## Extra Features (WIP)
- Global npm install directory: `~/npm_pkg_glob` (to avoid sudo & path issues)
### 🔒 Security Hardening
- **Bash history is disabled globally**:
All interactive shells inside this container are launched with:
- `HISTFILE` unset
- `HISTSIZE=0`, `HISTFILESIZE=0`
- `.bash_history` linked to `/dev/null`
👉 This ensures **no command history is ever logged to disk**, protecting sensitive tokens and commands.
---
### 🗂️ Auto Backup
This feature is still WIP. Stay tuned!
---
### ⚠️ Important Notes
1. I **STRONGLY ADVISE** against putting credentials directly into the IDE. If you must use them, *remove them immediately* after use to prevent accidental leaks and misuse.
2. All command history is disabled for your safety — but *always treat the `/workspace` folder contents as sensitive*.
3. If you plan to duplicate this Space for backups, **DO NOT** make the Space public! Environment variables in Hugging Face Spaces can be exposed to anyone with container access (e.g., via `env`, `printenv`, or process inspection).
4. I am **NOT** responsible for any damages caused by leaked passwords/tokens from this Space — so take extreme care with your credentials.
### ℹ️ Additional Notes
- Since this Space is hosted remotely (not local), you may experience some latency when performing actions.
- This IDE is designed for collaborative coding — so feel free to invite friends and enjoy a **feature-packed online coding adventure**! 🚀 |