Welcome back ๐
Your personal CS Lab revision hub with DSA (C) and AI (Prolog) experiments. Pick an experiment or chat with CS Lab Buddy!
๐งฌ DSA Lab โ Explore by Category
๐ค AI Lab โ Explore by Category
โก Start Coding
๐ป All-in-One Portable: VS Code + GCC + SWI-Prolog (Offline)
Download a ready-to-use portable package with C and Prolog support. Extract the ZIP and start coding โ no installation needed!
Download the ZIP file and extract it anywhere on your computer.
This sets up GCC + SWI-Prolog in PATH and launches VS Code with your workspace.
Create .c or .pl files. Press Ctrl+Alt+N to run with Code Runner. Press Ctrl+Shift+B to build C files.
sudo apt install gcc gdb build-essential swi-prolog
tar -xzf CS-Lab-Portable-Linux.tar.gz && cd CS-Lab-Portable-Linux
chmod +x start-coding.sh && ./start-coding.sh
Create .c or .pl files. Press Ctrl+Alt+N to run with Code Runner.