Skip to content

Instantly share code, notes, and snippets.

View jcguarinpenaranda's full-sized avatar
😀

Juan Camilo Guarin Peñaranda jcguarinpenaranda

😀
View GitHub Profile
@jcguarinpenaranda
jcguarinpenaranda / ubuntu-cli-install-android-sdk.sh
Created November 7, 2017 10:56 — forked from zhy0/ubuntu-cli-install-android-sdk.sh
Install Android SDK on headless Ubuntu linux machine via command line, so that you can compile open source Android apps.
#!/bin/bash
# Thanks to https://gist.github.com/wenzhixin/43cf3ce909c24948c6e7
# Execute this script in your home directory. Lines 17 and 21 will prompt you for a y/n
# Install Oracle JDK 8
add-apt-repository ppa:webupd8team/java
apt-get update
apt-get install -y oracle-java8-installer
apt-get install -y unzip make # NDK stuff
@jcguarinpenaranda
jcguarinpenaranda / iso_639-2.json
Created December 21, 2016 02:05 — forked from franz-josef-kaiser/iso_639-2.json
ISO 639-2 JSON file that contains different international as well as local names for languages. The file is sorted by the ISO 639-2 language codes
{
"aar":
{
"int":["Afar"],
"native":["Afaraf"]
},
"aa":
{
"int":["Afar"],
"native":["Afaraf"]