Skip to content

Instantly share code, notes, and snippets.

View mhighmore's full-sized avatar

Martin Highmore mhighmore

View GitHub Profile
@mhighmore
mhighmore / paddleball.py
Created June 7, 2017 09:16 — forked from feelinc/paddleball.py
Bounce game, using Python 3 & Tkinter
from tkinter import *
import random
import time
class Ball:
def __init__(self, canvas, paddle, color):
self.canvas = canvas
self.paddle = paddle
self.id = canvas.create_oval(10, 10, 25, 25, fill=color)
@mhighmore
mhighmore / EmailValidationProgv3.py
Created May 10, 2018 12:20
EmailValidationProgv3.py
## validate an email address
def main():
emailaddress = getmyEmail()
print(emailaddress)
print (len(emailaddress))
if checkatsigninemail(emailaddress) == True and validationwithdot(emailaddress) == True:
print("meets all the parameters for email")
else:
@mhighmore
mhighmore / Test gist.md
Created May 17, 2024 09:05
Test gist.md

Installing

From Obsidian

  1. Open settings -> Community plugins

  2. Disable Restricted mode

  3. Install Advanced Obsidian URI