Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 15 days 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 (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T02:18:58.000Z (about 2 months ago)
- Last Synced: 2024-11-08T03:23:40.972Z (about 2 months ago)
- Language: Jupyter Notebook
- Size: 10.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- 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)"
```