Skip to content

Instantly share code, notes, and snippets.

View itbakery's full-sized avatar

sawangpong muadphet itbakery

View GitHub Profile
@itbakery
itbakery / install-deps-with-android.sh
Created September 30, 2017 16:48 — forked from danielgomezrico/install-deps-with-android.sh
Android - install dependencies to build android projects on linux/ci/other using sdkmanager/android terminal tools
#!/usr/bin/env bash
#
# Install required dependencies with android command
#
for DEP in android-25 \
build-tools-25.0.2 \
tool \
extra-android-m2repository \
extra-android-support \
@itbakery
itbakery / index.html
Last active August 29, 2015 14:15 — forked from d3noob/.block
<!DOCTYPE html>
<html>
<head>
<title>Leaflet and D3 Map</title>
<meta charset="utf-8" />
<link
rel="stylesheet"
href="http://cdn.leafletjs.com/leaflet-0.7/leaflet.css"
/>