]> Pileus Git - ~andy/csm213a-hw/commitdiff
Add screenshots
authorAndy Spencer <andy753421@gmail.com>
Fri, 14 Feb 2014 09:29:36 +0000 (09:29 +0000)
committerAndy Spencer <andy753421@gmail.com>
Fri, 14 Feb 2014 09:46:36 +0000 (09:46 +0000)
hw1/report.htm
hw1/screen/0-control.png [new file with mode: 0644]
hw1/screen/1-data.png [new file with mode: 0644]
hw1/screen/2-plots.png [new file with mode: 0644]
hw1/screen/3-settings.png [new file with mode: 0644]
hw1/screen/4-xively.png [new file with mode: 0644]
vis/makefile

index 9a869d7c03c03ff1b1713f84a0cedc8f1f9a4c78..a067bc12b091817c30ba12a569ab1415fb34a0ed 100644 (file)
@@ -155,4 +155,18 @@ the GTK+ Toolkit. The source code is organized around the following classes:
 
        <dt>Video Link</dt>
        <dd>(we will do a demo during office hours)</dd>
+
+       <dt>Screenshots</dt>
+       <dd>
+       <p><b>Controls view</b></p>
+       <img style="width:378px;" src="https://sites.google.com/a/g.ucla.edu/ibeaconnav/homework1/0-control.png" />
+       <p><b>Data view</b></p>
+       <img style="width:378px;" src="https://sites.google.com/a/g.ucla.edu/ibeaconnav/homework1/1-data.png" />
+       <p><b>Plots view</b></p>
+       <img style="width:378px;" src="https://sites.google.com/a/g.ucla.edu/ibeaconnav/homework1/2-plots.png" />
+       <p><b>Settings view</b></p>
+       <img style="width:227px;" src="https://sites.google.com/a/g.ucla.edu/ibeaconnav/homework1/3-settings.png" />
+       <p><b>Xively upload</b></p>
+       <img style="width:653px;" src="https://sites.google.com/a/g.ucla.edu/ibeaconnav/homework1/4-xively.png" />
+       </dd>
 </dl>
diff --git a/hw1/screen/0-control.png b/hw1/screen/0-control.png
new file mode 100644 (file)
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 (file)
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 (file)
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 (file)
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 (file)
index 0000000..a3da1d7
Binary files /dev/null and b/hw1/screen/4-xively.png differ
index 306cb36dc85900505717bfe1e679f47769e40890..fff2900b4891e90201f11670158593295bb0bdc0 100644 (file)
@@ -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