sudo apt-get install python3-pip
sudo pip3 install virtualenv
| <? | |
| # MIT license, do whatever you want with it | |
| # | |
| # This is my invoice.php page which I use to make invoices that customers want, | |
| # with their address on it and which are easily printable. I love Stripe but | |
| # their invoices and receipts were too wild for my customers on Remote OK | |
| # | |
| require_once(__DIR__.'/../vendor/autoload.php'); |
| $('#target div:not(#exclude)').hide(); | |
| //or | |
| $('#target').children().filter(':not(#exclude)').hide(); |