autopy - simple, cross-platform GUI automation toolkit. MIT - https://github.com/msanders/autopy/
- 432 stars, 102 forks, 2950 monthly downloads at 2015-05-13
- GUI toolkit agnostic
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
autopy - simple, cross-platform GUI automation toolkit. MIT - https://github.com/msanders/autopy/
| <? | |
| /* | |
| Email Spoofing script (PHP). For Educational Purposes only. | |
| To note that capabilities of the script have been intentionally limited. | |
| This work is licensed under a MIT License. Copyright 2012 Florian Bersier | |
| */ | |
| // Get posted data into local variables | |
| $EmailFrom = Trim(stripslashes($_POST['EmailFrom'])); // Your email, e.g. me@example.com |
| #! /usr/bin/env bash | |
| ### | |
| # | |
| # install_mysql.sh | |
| # | |
| # This script assumes your Vagrantfile has been configured to map the root of | |
| # your application to /vagrant and that your web root is the "public" folder | |
| # (Laravel standard). Standard and error output is sent to | |
| # /vagrant/vm_build.log during provisioning. |