Skip to content

Instantly share code, notes, and snippets.

View tangjm's full-sized avatar

tangjm tangjm

  • 12:06 (UTC +01:00)
View GitHub Profile
@bmaupin
bmaupin / free-database-hosting.md
Last active October 1, 2025 02:13
Free database hosting
@EmadAdly
EmadAdly / install-android-sdk-in-ubuntu.md
Last active September 27, 2025 21:46
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