Skip to content
View gleeblezoid's full-sized avatar
๐Ÿ‘ป
๐Ÿ‘ป
Block or Report

Block or report gleeblezoid

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
gleeblezoid/README.md

Greetings ๐Ÿฆ‘

octo-urse

My name is Urse and I'm a UK based geek with a very fun board-game collection and a nearly sufficient supply of coffee.โ˜•

I enjoy going for long walks in the rain, eating gummy sweets, playing games (board, roleplay, and virtual), and poking computers.๐Ÿ’ป

In case you're interested

Pinned Loading

  1. Being-Me-With-IT Being-Me-With-IT Public

    The idea behind this project is to make using computers more accessible for everyone.

  2. Diceroller Diceroller Public

    A CLI Diceroller - for feeling more like a wizard

    Python 1

  3. MultiBuild - Command strings for ru... MultiBuild - Command strings for running `go build` for multiple platforms
    1
    /* For setting up executables for multiple OS's */
    2
    
                  
    3
    package main
    4
    
                  
    5
    import(
  4. For searching with multiple search e... For searching with multiple search engines at once from your terminal
    1
    /* The idea of this tool is to run multiple web searches at the same time - say several shopping sites or knowledge bases */
    2
    
                  
    3
    package main
    4
    
                  
    5
    import (
  5. Slack channel archive and unarchive ... Slack channel archive and unarchive tool
    1
    import os
    2
    import requests
    3
    import datetime
    4
    import csv
    5
    import sys
  6. Starter and Leaver notification from... Starter and Leaver notification from GSheet
    1
    # The purpose of this Python script is to pull the forecast of starters and leavers from form responses and send a summary forecast for the starters/leavers in the next 2 weeks
    2
    # Include scopes for GMail API
    3
    # Any data you need to customise yourself has been placeholdered with <replace>
    4
    
                  
    5
    import gspread