Skip to content

Instantly share code, notes, and snippets.

View nealeu's full-sized avatar

Neale Upstone nealeu

  • Wormhole Technology Ltd
  • Cambridge, UK
View GitHub Profile
wget https://dl.google.com/android/repository/tools_r25.2.3-linux.zip
mkdir ~/apps/android-sdk
gunzip tools*linux.zip ~/apps/android-sdk
~/apps/android-sdk/tools/bin/sdkmanager --list
~/apps/android-sdk/tools/bin/sdkmanager "build-tools;25.0.2"
@nealeu
nealeu / Thymeleaf-test.html
Created March 4, 2014 22:32
Processing Thymeleaf template in Javascript...
<!DOCTYPE html SYSTEM "http://www.thymeleaf.org/dtd/xhtml1-strict-thymeleaf-4.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:th="http://www.thymeleaf.org">
<head>
<title>Good Thymes Virtual Grocery</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" media="all"
href="../../../css/gtvg.css" th:href="@{/css/gtvg.css}" />