This whiteboard is touch & mouse friendly. It fills the page width & height so you can draw on the entire page. Nothing special, just experimenting with touch, and thought I'd share.
A Pen by Michael Schwartz on CodePen.
| from celery import shared_task | |
| from selenium import webdriver | |
| from selenium.webdriver.support.wait import WebDriverWait | |
| from selenium.webdriver.support import expected_conditions as EC | |
| from selenium.webdriver.common.by import By | |
| from django.core.mail import send_mail | |
| from django.conf import settings | |
| TESLA_URL = 'https://www.tesla.com/en_CA/inventory/new/my?TRIM=LRAWD&PAINT=BLACK&ADL_OPTS=TOWING&arrangeby=plh&zip=h4r0j1&range=200' |
| #!/bin/bash | |
| #!/bin/zsh | |
| # by joevt May 24/2023 | |
| #========================================================================================= | |
| edid_decode=edid-decode | |
| #========================================================================================= | |
| # Modify EDID |
This whiteboard is touch & mouse friendly. It fills the page width & height so you can draw on the entire page. Nothing special, just experimenting with touch, and thought I'd share.
A Pen by Michael Schwartz on CodePen.