From 29684b6ee8ac6cad29898283d192910b056828be Mon Sep 17 00:00:00 2001 From: Shantanu Date: Mon, 4 Jan 2010 19:02:28 +0530 Subject: Added changes to exercise session of day1. --- day1/data/after-filter.png | Bin 0 -> 153004 bytes day1/data/damp.png | Bin 0 -> 22368 bytes day1/data/location.txt | 41 +++++++++++++++++++++++++++++++++++++++++ day1/data/neighbour.png | Bin 0 -> 1157 bytes day1/data/points.png | Bin 0 -> 19613 bytes day1/data/pos.txt | 41 ----------------------------------------- day1/data/smoothing.png | Bin 0 -> 200973 bytes 7 files changed, 41 insertions(+), 41 deletions(-) create mode 100644 day1/data/after-filter.png create mode 100644 day1/data/damp.png create mode 100644 day1/data/location.txt create mode 100755 day1/data/neighbour.png create mode 100644 day1/data/points.png delete mode 100644 day1/data/pos.txt create mode 100644 day1/data/smoothing.png (limited to 'day1/data') diff --git a/day1/data/after-filter.png b/day1/data/after-filter.png new file mode 100644 index 0000000..ac4d953 Binary files /dev/null and b/day1/data/after-filter.png differ diff --git a/day1/data/damp.png b/day1/data/damp.png new file mode 100644 index 0000000..5307a5d Binary files /dev/null and b/day1/data/damp.png differ diff --git a/day1/data/location.txt b/day1/data/location.txt new file mode 100644 index 0000000..adf92c8 --- /dev/null +++ b/day1/data/location.txt @@ -0,0 +1,41 @@ +0. 0. +0.25 0.47775 +0.5 0.931 +0.75 1.35975 +1. 1.764 +1.25 2.14375 +1.5 2.499 +1.75 2.82975 +2. 3.136 +2.25 3.41775 +2.5 3.675 +2.75 3.90775 +3. 4.116 +3.25 4.29975 +3.5 4.459 +3.75 4.59375 +4. 4.704 +4.25 4.78975 +4.5 4.851 +4.75 4.88775 +5. 4.9 +5.25 4.88775 +5.5 4.851 +5.75 4.78975 +6. 4.704 +6.25 4.59375 +6.5 4.459 +6.75 4.29975 +7. 4.116 +7.25 3.90775 +7.5 3.675 +7.75 3.41775 +8. 3.136 +8.25 2.82975 +8.5 2.499 +8.75 2.14375 +9. 1.764 +9.25 1.35975 +9.5 0.931 +9.75 0.47775 +10. 0. diff --git a/day1/data/neighbour.png b/day1/data/neighbour.png new file mode 100755 index 0000000..1bb69a1 Binary files /dev/null and b/day1/data/neighbour.png differ diff --git a/day1/data/points.png b/day1/data/points.png new file mode 100644 index 0000000..210286e Binary files /dev/null and b/day1/data/points.png differ diff --git a/day1/data/pos.txt b/day1/data/pos.txt deleted file mode 100644 index adf92c8..0000000 --- a/day1/data/pos.txt +++ /dev/null @@ -1,41 +0,0 @@ -0. 0. -0.25 0.47775 -0.5 0.931 -0.75 1.35975 -1. 1.764 -1.25 2.14375 -1.5 2.499 -1.75 2.82975 -2. 3.136 -2.25 3.41775 -2.5 3.675 -2.75 3.90775 -3. 4.116 -3.25 4.29975 -3.5 4.459 -3.75 4.59375 -4. 4.704 -4.25 4.78975 -4.5 4.851 -4.75 4.88775 -5. 4.9 -5.25 4.88775 -5.5 4.851 -5.75 4.78975 -6. 4.704 -6.25 4.59375 -6.5 4.459 -6.75 4.29975 -7. 4.116 -7.25 3.90775 -7.5 3.675 -7.75 3.41775 -8. 3.136 -8.25 2.82975 -8.5 2.499 -8.75 2.14375 -9. 1.764 -9.25 1.35975 -9.5 0.931 -9.75 0.47775 -10. 0. diff --git a/day1/data/smoothing.png b/day1/data/smoothing.png new file mode 100644 index 0000000..8456e77 Binary files /dev/null and b/day1/data/smoothing.png differ -- cgit