A bookmarklet JavaScript snippet to automate the process of running several simulations in the Zero Robotics 2014-15 IDE and averaging their scores.
- Copy the contents of
bookmarklet.js
below - In a new bookmark, type
javascript:
followed by the copied text ifbookmarklet.js
; save the bookmark - Once the IDE is fully loaded, click the bookmark and, when prompted, enter the number of simulations to run
- Wait patiently a dozen or so seconds for the simulations to complete; a item will appear in the left-hand list titled "Log" detailing all of the simulations
- Copy the contents of
bookmarklet.js
below - In the address bar, type
javascript:
followed by the copied text ifbookmarklet.js
- When the IDE is fully loaded, press enter in the address bar to run the script and, when prompted, enter the number of simulations to run
- Wait patiently a dozen or so seconds for the simulations to complete; a item will appear in the left-hand list titled "Log" detailing all of the simulations
The MIT License (MIT)
Copyright (c) 2014 Brandon Walker
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.