Skip to content

Instantly share code, notes, and snippets.

View SeunMatt's full-sized avatar

Seun Matt SeunMatt

View GitHub Profile
@alexmprog
alexmprog / ImageUtils.java
Created May 11, 2016 10:17
Class, which help work with images - get mime type, write bitmap to file and etc.
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.Matrix;
import android.graphics.Paint;
import android.graphics.Rect;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.text.TextUtils;
import android.util.Base64;
@danrovito
danrovito / countrydropdown.html
Last active May 3, 2024 19:57
HTML Country Select Dropdown List
<label for="country">Country</label><span style="color: red !important; display: inline; float: none;">*</span>
<select id="country" name="country" class="form-control">
<option value="Afghanistan">Afghanistan</option>
<option value="Åland Islands">Åland Islands</option>
<option value="Albania">Albania</option>
<option value="Algeria">Algeria</option>
<option value="American Samoa">American Samoa</option>
<option value="Andorra">Andorra</option>
<option value="Angola">Angola</option>