Skip to content

Instantly share code, notes, and snippets.

View greenkey's full-sized avatar

Lorenzo Mele greenkey

View GitHub Profile
@PurpleBooth
PurpleBooth / README-Template.md
Last active December 5, 2023 12:54
A template to make good README.md
View README-Template.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@wenzhixin
wenzhixin / ubuntu14.04-command-line-install-android-sdk
Last active October 28, 2021 10:31
Ubuntu 14.04 command line install android sdk
View ubuntu14.04-command-line-install-android-sdk
# install openjdk
sudo apt-get install openjdk-7-jdk
# download android sdk
wget http://dl.google.com/android/android-sdk_r24.2-linux.tgz
tar -xvf android-sdk_r24.2-linux.tgz
cd android-sdk-linux/tools
# install all sdk packages