Add Image to GitHub Readme.md from Google Drive

For example, I have a.jpg on the google drive. Right click the image and click Share… Click Advanced and change the Who can access option to Public on the web – Anyone on the Internet Copy the link to share and you will have something like https://drive.google.com/file/d/<FILE_ID>/view?usp=sharing Copy the <FILE_ID> to make a link like … Read more

Make private repo contribution history public

I created a script that solves this problem: https://github.com/ebrian/gitdummy It will transfer all of your commit messages and dates for a given email address out of an existing repo and into a dummy repo that you can then push up to your GitHub account. It won’t transfer source code, project names, or project team members’ … Read more

how to import your own github forked library into android studio

I think the accepted answer is outdated. There is actually a really easy way to do this nowadays: jitpack.io All you need to do is. add in your root build.gradle at the end of allprojects repositories: allprojects { repositories { … maven { url ‘https://jitpack.io’ } } } Add the dependency in your app build.gradle: … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)