https://github.com/shxntanu/be-lab-assignments
A collection of all Final Year Computer Engineering assignments from Savitribai Phule Pune University (SPPU).
https://github.com/shxntanu/be-lab-assignments
Last synced: about 1 month ago
JSON representation
A collection of all Final Year Computer Engineering assignments from Savitribai Phule Pune University (SPPU).
- Host: GitHub
- URL: https://github.com/shxntanu/be-lab-assignments
- Owner: shxntanu
- Created: 2024-09-24T03:57:58.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-11T07:28:35.000Z (6 months ago)
- Last Synced: 2025-02-12T07:24:00.665Z (3 months ago)
- Language: Jupyter Notebook
- Size: 10.5 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BE-Lab-Assignments
A collection of all Final Year Computer Engineering assignments from Savitribai Phule Pune University (SPPU).
## Downloading Files
To download the file you want, run the following shell script (using `wget` as it comes preinstalled in most Linux distros):
```bash
bash -c "$(wget -qO- https://raw.githubusercontent.com/shxntanu/BE-Lab-Assignments/main/cli.sh)"
```or use the shortened version:
```bash
bash -c "$(wget -qO- https://bit.ly/lp3-cli)"
```