remove junk
authorAndrew Lorimer <andrew@lorimer.id.au>
Mon, 21 May 2018 10:40:30 +0000 (20:40 +1000)
committerAndrew Lorimer <andrew@lorimer.id.au>
Mon, 21 May 2018 10:40:30 +0000 (20:40 +1000)
20 files changed:
google.sh [deleted file]
mash.dept.shef.ac.uk/4_5pythagoras.pdf [deleted file]
mash.dept.shef.ac.uk/7_1whatisacomplexnumber.pdf [deleted file]
mash.dept.shef.ac.uk/A11fac.pdf [deleted file]
mash.dept.shef.ac.uk/c1_diff1.pdf [deleted file]
mash.dept.shef.ac.uk/cartesian.pdf [deleted file]
mash.dept.shef.ac.uk/fractionadd.pdf [deleted file]
mash.dept.shef.ac.uk/indices1.pdf [deleted file]
mash.dept.shef.ac.uk/integassum.pdf [deleted file]
mash.dept.shef.ac.uk/integbypartialfrac.pdf [deleted file]
mash.dept.shef.ac.uk/rearrang_formulas_2.pdf [deleted file]
mash.dept.shef.ac.uk/t4radians.pdf [deleted file]
mash.dept.shef.ac.uk/t7cosinerule.pdf [deleted file]
mash.dept.shef.ac.uk/var_stand_deviat_ungroup.pdf [deleted file]
mash.dept.shef.ac.uk/vectors-scalarprod-tony.pdf [deleted file]
mash.dept.shef.ac.uk/web-diffxton.pdf [deleted file]
mash.dept.shef.ac.uk/web-factorisingquadratics.pdf [deleted file]
mash.dept.shef.ac.uk/web-integrationTRIGsub-.pdf [deleted file]
mash.dept.shef.ac.uk/web-polynomialdivision.pdf [deleted file]
mash.dept.shef.ac.uk/web-theproductrule.pdf [deleted file]
diff --git a/google.sh b/google.sh
deleted file mode 100755 (executable)
index 3861825..0000000
--- a/google.sh
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/bin/bash
-
-clear
-echo ""
-echo ".=========================================================."
-echo "|                                                         |"
-echo "|  COMMAND LINE GOOGLE SEARCH                             |"
-echo "|  ---------------------------------------------------    |"
-echo "|                                                         |"
-echo "|  Version: 1.0                                           |"
-echo "|  Developed by: Rishi Narang                             |"
-echo "|  Blog: www.wtfuzz.com                                   |"
-echo "|                                                         |"
-echo "|  Usage: ./gocmd.sh <search strings>                     |"
-echo "|  Example: ./gocmd.sh example and test                   |"
-echo "|                                                         |"
-echo ".=========================================================."
-echo ""
-
-if [ -z $1 ]
-then
- echo "ERROR: No search string supplied."
- echo "USAGE: ./gocmd.sh <search srting>"
- echo ""
- echo -n "Anyways for now, supply the search string here: "
- read SEARCH
-else
- SEARCH=$@
-fi
-
-URL="http://google.com/search?hl=en&safe=off&q="
-STRING=`echo $SEARCH | sed 's/ /%20/g'`
-URI="$URL%22$STRING%22"
-
-lynx -dump $URI > gone.tmp
-sed 's/http/\^http/g' gone.tmp | tr -s "^" "\n" | grep http| sed 's/\ .*//g' > gtwo.tmp
-rm gone.tmp
-sed '/google.com/d' gtwo.tmp > urls
-rm gtwo.tmp
-
-echo "SUCCESS: Extracted `wc -l urls` and listed them in '`pwd`/urls' file for reference."
-echo ""
-cat urls
-echo ""
diff --git a/mash.dept.shef.ac.uk/4_5pythagoras.pdf b/mash.dept.shef.ac.uk/4_5pythagoras.pdf
deleted file mode 100644 (file)
index 0eaceaa..0000000
Binary files a/mash.dept.shef.ac.uk/4_5pythagoras.pdf and /dev/null differ
diff --git a/mash.dept.shef.ac.uk/7_1whatisacomplexnumber.pdf b/mash.dept.shef.ac.uk/7_1whatisacomplexnumber.pdf
deleted file mode 100644 (file)
index 1f84a76..0000000
Binary files a/mash.dept.shef.ac.uk/7_1whatisacomplexnumber.pdf and /dev/null differ
diff --git a/mash.dept.shef.ac.uk/A11fac.pdf b/mash.dept.shef.ac.uk/A11fac.pdf
deleted file mode 100644 (file)
index 761f8c8..0000000
Binary files a/mash.dept.shef.ac.uk/A11fac.pdf and /dev/null differ
diff --git a/mash.dept.shef.ac.uk/c1_diff1.pdf b/mash.dept.shef.ac.uk/c1_diff1.pdf
deleted file mode 100644 (file)
index 422f2f8..0000000
Binary files a/mash.dept.shef.ac.uk/c1_diff1.pdf and /dev/null differ
diff --git a/mash.dept.shef.ac.uk/cartesian.pdf b/mash.dept.shef.ac.uk/cartesian.pdf
deleted file mode 100644 (file)
index 709ecc8..0000000
Binary files a/mash.dept.shef.ac.uk/cartesian.pdf and /dev/null differ
diff --git a/mash.dept.shef.ac.uk/fractionadd.pdf b/mash.dept.shef.ac.uk/fractionadd.pdf
deleted file mode 100644 (file)
index 020f46d..0000000
Binary files a/mash.dept.shef.ac.uk/fractionadd.pdf and /dev/null differ
diff --git a/mash.dept.shef.ac.uk/indices1.pdf b/mash.dept.shef.ac.uk/indices1.pdf
deleted file mode 100644 (file)
index 58bea8d..0000000
Binary files a/mash.dept.shef.ac.uk/indices1.pdf and /dev/null differ
diff --git a/mash.dept.shef.ac.uk/integassum.pdf b/mash.dept.shef.ac.uk/integassum.pdf
deleted file mode 100644 (file)
index b883f40..0000000
Binary files a/mash.dept.shef.ac.uk/integassum.pdf and /dev/null differ
diff --git a/mash.dept.shef.ac.uk/integbypartialfrac.pdf b/mash.dept.shef.ac.uk/integbypartialfrac.pdf
deleted file mode 100644 (file)
index 6c0780b..0000000
Binary files a/mash.dept.shef.ac.uk/integbypartialfrac.pdf and /dev/null differ
diff --git a/mash.dept.shef.ac.uk/rearrang_formulas_2.pdf b/mash.dept.shef.ac.uk/rearrang_formulas_2.pdf
deleted file mode 100644 (file)
index 869296a..0000000
Binary files a/mash.dept.shef.ac.uk/rearrang_formulas_2.pdf and /dev/null differ
diff --git a/mash.dept.shef.ac.uk/t4radians.pdf b/mash.dept.shef.ac.uk/t4radians.pdf
deleted file mode 100644 (file)
index e3f320c..0000000
Binary files a/mash.dept.shef.ac.uk/t4radians.pdf and /dev/null differ
diff --git a/mash.dept.shef.ac.uk/t7cosinerule.pdf b/mash.dept.shef.ac.uk/t7cosinerule.pdf
deleted file mode 100644 (file)
index f1ee623..0000000
Binary files a/mash.dept.shef.ac.uk/t7cosinerule.pdf and /dev/null differ
diff --git a/mash.dept.shef.ac.uk/var_stand_deviat_ungroup.pdf b/mash.dept.shef.ac.uk/var_stand_deviat_ungroup.pdf
deleted file mode 100644 (file)
index 5b7aa45..0000000
Binary files a/mash.dept.shef.ac.uk/var_stand_deviat_ungroup.pdf and /dev/null differ
diff --git a/mash.dept.shef.ac.uk/vectors-scalarprod-tony.pdf b/mash.dept.shef.ac.uk/vectors-scalarprod-tony.pdf
deleted file mode 100644 (file)
index 378b2c3..0000000
Binary files a/mash.dept.shef.ac.uk/vectors-scalarprod-tony.pdf and /dev/null differ
diff --git a/mash.dept.shef.ac.uk/web-diffxton.pdf b/mash.dept.shef.ac.uk/web-diffxton.pdf
deleted file mode 100644 (file)
index c19c282..0000000
Binary files a/mash.dept.shef.ac.uk/web-diffxton.pdf and /dev/null differ
diff --git a/mash.dept.shef.ac.uk/web-factorisingquadratics.pdf b/mash.dept.shef.ac.uk/web-factorisingquadratics.pdf
deleted file mode 100644 (file)
index f04eb6a..0000000
Binary files a/mash.dept.shef.ac.uk/web-factorisingquadratics.pdf and /dev/null differ
diff --git a/mash.dept.shef.ac.uk/web-integrationTRIGsub-.pdf b/mash.dept.shef.ac.uk/web-integrationTRIGsub-.pdf
deleted file mode 100644 (file)
index 869626f..0000000
Binary files a/mash.dept.shef.ac.uk/web-integrationTRIGsub-.pdf and /dev/null differ
diff --git a/mash.dept.shef.ac.uk/web-polynomialdivision.pdf b/mash.dept.shef.ac.uk/web-polynomialdivision.pdf
deleted file mode 100644 (file)
index 0e317f6..0000000
Binary files a/mash.dept.shef.ac.uk/web-polynomialdivision.pdf and /dev/null differ
diff --git a/mash.dept.shef.ac.uk/web-theproductrule.pdf b/mash.dept.shef.ac.uk/web-theproductrule.pdf
deleted file mode 100644 (file)
index a7810c6..0000000
Binary files a/mash.dept.shef.ac.uk/web-theproductrule.pdf and /dev/null differ