Skip to content
View GordonFleming's full-sized avatar
🏡
Working from home
🏡
Working from home

Block or report GordonFleming

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
GordonFleming/README.md

counterupper

codewars

Pinned Loading

  1. ThinkTeacher ThinkTeacher Public

    Website for ThinkTeacher

    Svelte

  2. SAGTAwebsite SAGTAwebsite Public

    Website for SAGTA using Wagtail CMS

    Python 3 2

  3. See-Everything See-Everything Public

    This is my school PAT, a information and booking system of St John's College. A dynamic map web app.

    Java

  4. Splyce Splyce Public

    Personal website

  5. Custom Strapi update stock script Custom Strapi update stock script
    1
    import pandas
    2
    import requests
    3
    import json
    4
    import time
    5
    from collections import defaultdict
  6. Selenium python script to automate t... Selenium python script to automate the checking of valid SAGTA members by searching through a excel member list
    1
    from selenium import webdriver
    2
    import pandas as pd
    3
    from pandas import ExcelFile
    4
    import time 
    5
    from selenium.webdriver.chrome.service import Service