From: Andy Spencer Date: Fri, 14 Feb 2014 09:29:36 +0000 (+0000) Subject: Add screenshots X-Git-Url: http://pileus.org/git/?p=~andy%2Fcsm213a-hw;a=commitdiff_plain;h=13a31b75a57f7bb582795b22054dc355387f027b Add screenshots --- diff --git a/hw1/report.htm b/hw1/report.htm index 9a869d7..a067bc1 100644 --- a/hw1/report.htm +++ b/hw1/report.htm @@ -155,4 +155,18 @@ the GTK+ Toolkit. The source code is organized around the following classes:
Video Link
(we will do a demo during office hours)
+ +
Screenshots
+
+

Controls view

+ +

Data view

+ +

Plots view

+ +

Settings view

+ +

Xively upload

+ +
diff --git a/hw1/screen/0-control.png b/hw1/screen/0-control.png new file mode 100644 index 0000000..b1d2788 Binary files /dev/null and b/hw1/screen/0-control.png differ diff --git a/hw1/screen/1-data.png b/hw1/screen/1-data.png new file mode 100644 index 0000000..b05523c Binary files /dev/null and b/hw1/screen/1-data.png differ diff --git a/hw1/screen/2-plots.png b/hw1/screen/2-plots.png new file mode 100644 index 0000000..d7ebdb7 Binary files /dev/null and b/hw1/screen/2-plots.png differ diff --git a/hw1/screen/3-settings.png b/hw1/screen/3-settings.png new file mode 100644 index 0000000..f26b27a Binary files /dev/null and b/hw1/screen/3-settings.png differ diff --git a/hw1/screen/4-xively.png b/hw1/screen/4-xively.png new file mode 100644 index 0000000..a3da1d7 Binary files /dev/null and b/hw1/screen/4-xively.png differ diff --git a/vis/makefile b/vis/makefile index 306cb36..fff2900 100644 --- a/vis/makefile +++ b/vis/makefile @@ -7,7 +7,10 @@ test: python -u ./test.py gtk serial xively clean: - rm -rf *.pyc __pycache__ + rm -rf *.pyc */*.pyc __pycache__ */__pycache__ -dist: - zip python.zip *.py xively/*.py +dist: clean + rm -rf python python.zip + mkdir python + cp -a *.py xively python + zip -r python.zip python