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
mysql --host=35.202.208.107 --user=root --password |
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
gsutil cp sparkml/* gs://auto-sampletest/sparkml |
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
mysql --host=35.202.208.107 --user=root --password |
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
CREATE DATABASE IF NOT EXISTS grade_spark; | |
USE grade_spark; | |
DROP TABLE IF EXISTS Grade; | |
DROP TABLE IF EXISTS Rating; | |
DROP TABLE IF EXISTS Prison; | |
CREATE TABLE IF NOT EXISTS Prison | |
( | |
id varchar(255), |
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
gsutil cp cloudsql/* gs://auto-sampletest/cloudsql/ |
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
<dom-module id="my-wire-frame"> | |
</dom-module> |
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
<style is ="custom-style"> | |
:host { | |
display: block; | |
padding: 16px; | |
} | |
.wired-menu{ | |
padding-bottom:70px; | |
} | |
wired-card { |
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
<div> | |
<wired-toggle class="customColors"></wired-toggle> | |
</div> |
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
<div> | |
<wired-combo selected="one"> | |
<wired-item value="one" text=">18"></wired-item> | |
<wired-item value="two" text=">25"></wired-item> | |
<wired-item value="three" text=">30"></wired-item> | |
<wired-item value="four" text=">40"></wired-item> | |
</wired-combo> | |
</div> |
NewerOlder