This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="de"> | |
<head> | |
<meta charset="utf-8" /> | |
<title>Pushing with Rx and websock.js</title> | |
<script src="script/jquery-1.7.1.js" type="text/javascript"></script> | |
<script src="script/rx.min.js" type="text/javascript"></script> | |
<script src="script/rx.jquery.js" type="text/javascript"></script> | |
<script src="script/rx.time.min.js" type="text/javascript"></script> | |
<script src="script/base64.js"></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="import" href="../topeka-elements/category-images.html"> | |
<link rel="import" href="../core-icon/core-icon.html"> | |
<link rel="import" href="../core-icons/core-icons.html"> | |
<link rel="import" href="../core-icons/av-icons.html"> | |
<link rel="import" href="../paper-fab/paper-fab.html"> | |
<link rel="import" href="../paper-calculator/paper-calculator.html"> | |
<link rel="import" href="../paper-checkbox/paper-checkbox.html"> | |
<link rel="import" href="../paper-radio-button/paper-radio-button.html"> | |
<link rel="import" href="../topeka-elements/avatars.html"> | |
<link rel="import" href="../topeka-elements/theme.html"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash -x | |
# ip (static) for Android | |
# ANDROID_DEVICE=192.168.1.45 | |
# ANDROID_DEVICE=192.168.1.85 | |
FILE=~/.adb_port | |
ANDROID_DEVICE=192.168.1.45 | |
#first test old port | |
PORT=$(cat "$FILE") |