Skip to content

Instantly share code, notes, and snippets.

View EmadAdly's full-sized avatar
🎯
Focusing

Emad Adly EmadAdly

🎯
Focusing
View GitHub Profile
@EmadAdly
EmadAdly / timezone.json
Created February 25, 2017 19:50
Common timezone list in json
[
{
"zone": "Pacific/Midway",
"gmt": "(GMT-11:00)",
"name": "Midway Island"
},
{
"zone": "US/Samoa",
"gmt": "(GMT-11:00)",
"name": "Samoa"
@EmadAdly
EmadAdly / install-android-sdk-in-ubuntu.md
Last active May 17, 2024 05:25
install JDK and Android SDK on Linux Ubuntu

install openjdk

sudo add-apt-repository ppa:openjdk-r/ppa
sudo apt-get update
sudo apt-get install openjdk-8-jdk