Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of randomSearch by
Revision 4:a1401e66f619, committed 2016-02-03
- Comitter:
- AndyA
- Date:
- Wed Feb 03 13:03:54 2016 +0000
- Parent:
- 3:7fe4dd911b58
- Commit message:
- removed unneeded file.
Changed in this revision
| searchText.h | Show diff for this revision Revisions of this file |
--- a/searchText.h Wed Feb 03 13:01:58 2016 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-
-// number of search terms
-const int searchStringCount = 6;
-// search terms. Should be url encoded (e.g. space becomes %20)
-const char *searches[] = {"hot%20cheese",
- "big%20show",
- "hot%20cheese",
- "magic%20mike%20xxl",
- "hot%20wet%20cheese",
- "hot%20wet%20-cheese"
- };
-// pause between searches in seconds
-const float delayBetweenSearches = 120;
-
-// start of the search string
-const char searchPrefix[] = "https://www.google.co.uk/search?q=";
-
-// end of the seach string (an image search with safe search switched off)
-const char searchSuffix[] = "&safe=off&tbm=isch";
-
-
\ No newline at end of file
