Skip to content

Instantly share code, notes, and snippets.

View IAmSuyogJadhav's full-sized avatar
☝️
One thing at a time.

Suyog Jadhav IAmSuyogJadhav

☝️
One thing at a time.
View GitHub Profile
@IAmSuyogJadhav
IAmSuyogJadhav / mount_drive.ipynb
Last active July 28, 2018 12:34
Use Google Drive with Google Colaboratory. Copy and paste the code given below in your notebook and run it to access the files from your Google Drive storage in Google Colaboratory, . It will mount your drive under folder /content/drive. More details on how to setup Google Colab: https://medium.com/deep-learning-turkey/google-colab-free-gpu-tuto…
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@IAmSuyogJadhav
IAmSuyogJadhav / setup.md
Created May 26, 2018 10:14 — forked from developius/README.md
Set up GitHub push with SSH keys

Create a repo. Make sure there is at least one file in it (even just the README) Generate ssh key:

ssh-keygen -t rsa -C "[email protected]"

Copy the contents of the file ~/.ssh/id_rsa.pub to your SSH keys in your GitHub account settings. Test SSH key:

ssh -T [email protected]