├── LICENSE ├── README.md └── resources ├── AR VR ├── README.md └── ar_vr_resources.docx ├── Android Development ├── README.md └── android_development_resources.docx ├── Blockchain ├── README.md └── blockchain_resources.docx ├── Cloud ├── GDSC IIIT-V _ Cloud Resources.docx └── README.md ├── DSA ├── README.md └── dsa_resources.docx ├── Flutter ├── README.md └── flutter_resources.docx ├── ML AI ├── README.md └── ml_ai_resources.docx ├── Open Source ├── README.md └── open_source_resources.docx └── Web Development ├── README.md ├── images ├── lamp.png ├── mean.png ├── mern.png └── mevn.png └── web_dev_resources.docx /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GDSC-IIIT-V/computer-science-resources/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GDSC-IIIT-V/computer-science-resources/HEAD/README.md -------------------------------------------------------------------------------- /resources/AR VR/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GDSC-IIIT-V/computer-science-resources/HEAD/resources/AR VR/README.md -------------------------------------------------------------------------------- /resources/AR VR/ar_vr_resources.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GDSC-IIIT-V/computer-science-resources/HEAD/resources/AR VR/ar_vr_resources.docx -------------------------------------------------------------------------------- /resources/Android Development/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GDSC-IIIT-V/computer-science-resources/HEAD/resources/Android Development/README.md -------------------------------------------------------------------------------- /resources/Android Development/android_development_resources.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GDSC-IIIT-V/computer-science-resources/HEAD/resources/Android Development/android_development_resources.docx -------------------------------------------------------------------------------- /resources/Blockchain/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GDSC-IIIT-V/computer-science-resources/HEAD/resources/Blockchain/README.md -------------------------------------------------------------------------------- /resources/Blockchain/blockchain_resources.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GDSC-IIIT-V/computer-science-resources/HEAD/resources/Blockchain/blockchain_resources.docx -------------------------------------------------------------------------------- /resources/Cloud/GDSC IIIT-V _ Cloud Resources.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GDSC-IIIT-V/computer-science-resources/HEAD/resources/Cloud/GDSC IIIT-V _ Cloud Resources.docx -------------------------------------------------------------------------------- /resources/Cloud/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GDSC-IIIT-V/computer-science-resources/HEAD/resources/Cloud/README.md -------------------------------------------------------------------------------- /resources/DSA/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GDSC-IIIT-V/computer-science-resources/HEAD/resources/DSA/README.md -------------------------------------------------------------------------------- /resources/DSA/dsa_resources.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GDSC-IIIT-V/computer-science-resources/HEAD/resources/DSA/dsa_resources.docx -------------------------------------------------------------------------------- /resources/Flutter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GDSC-IIIT-V/computer-science-resources/HEAD/resources/Flutter/README.md -------------------------------------------------------------------------------- /resources/Flutter/flutter_resources.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GDSC-IIIT-V/computer-science-resources/HEAD/resources/Flutter/flutter_resources.docx -------------------------------------------------------------------------------- /resources/ML AI/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GDSC-IIIT-V/computer-science-resources/HEAD/resources/ML AI/README.md -------------------------------------------------------------------------------- /resources/ML AI/ml_ai_resources.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GDSC-IIIT-V/computer-science-resources/HEAD/resources/ML AI/ml_ai_resources.docx -------------------------------------------------------------------------------- /resources/Open Source/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GDSC-IIIT-V/computer-science-resources/HEAD/resources/Open Source/README.md -------------------------------------------------------------------------------- /resources/Open Source/open_source_resources.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GDSC-IIIT-V/computer-science-resources/HEAD/resources/Open Source/open_source_resources.docx -------------------------------------------------------------------------------- /resources/Web Development/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GDSC-IIIT-V/computer-science-resources/HEAD/resources/Web Development/README.md -------------------------------------------------------------------------------- /resources/Web Development/images/lamp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GDSC-IIIT-V/computer-science-resources/HEAD/resources/Web Development/images/lamp.png -------------------------------------------------------------------------------- /resources/Web Development/images/mean.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GDSC-IIIT-V/computer-science-resources/HEAD/resources/Web Development/images/mean.png -------------------------------------------------------------------------------- /resources/Web Development/images/mern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GDSC-IIIT-V/computer-science-resources/HEAD/resources/Web Development/images/mern.png -------------------------------------------------------------------------------- /resources/Web Development/images/mevn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GDSC-IIIT-V/computer-science-resources/HEAD/resources/Web Development/images/mevn.png -------------------------------------------------------------------------------- /resources/Web Development/web_dev_resources.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GDSC-IIIT-V/computer-science-resources/HEAD/resources/Web Development/web_dev_resources.docx --------------------------------------------------------------------------------