Skip to content

Instantly share code, notes, and snippets.

View milon87's full-sized avatar
🎯
Focusing

Din Islam milon87

🎯
Focusing
  • TopUp Limited
  • Dhaka
View GitHub Profile
@milon87
milon87 / Free O'Reilly Books.md
Created June 23, 2017 16:41 — forked from augbog/Free O'Reilly Books.md
Free O'Reilly Books

Free O'Reilly books and convenient script to just download them.

Thanks /u/FallenAege/ and /u/ShPavel/ from this Reddit post

How to use:

  1. Take the download.sh file and put it into a directory where you want the files to be saved.
  2. cd into the directory and make sure that it has executable permissions (chmod +x download.sh should do it)
  3. Run ./download.sh and wee there it goes. Also if you do not want all the files, just simply comment the ones you do not want.
@milon87
milon87 / AppHelper.java
Created January 3, 2017 14:19 — forked from anggadarkprince/AppHelper.java
Upload file with Multipart Request Volley Android
import android.graphics.Bitmap;
import android.graphics.drawable.BitmapDrawable;
import android.graphics.drawable.Drawable;
import java.io.ByteArrayOutputStream;
/**
* Sketch Project Studio
* Created by Angga on 12/04/2016 14.27.
*/
public class AppHelper {