Skip to content
View LukeMoll's full-sized avatar
🤠
Howdy
🤠
Howdy

Organizations

@HackSoc
Block or Report

Block or report LukeMoll

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

Pinned

  1. HackSoc/hacksoc.org HackSoc/hacksoc.org Public

    HackSoc website

    Jinja 8 17

  2. pyuoyweek pyuoyweek Public archive

    Small python script to print University of York-style date string

    Python 1

  3. Checks if an image will be transcode... Checks if an image will be transcoded when uploaded to Twitter. Requires ImageMagick.
    1
    #!/bin/bash - 
    2
    
                  
    3
    set -e
    4
    
                  
    5
    # https://twitter.com/NolanOBrien/status/1204842518208057344?s=20
  4. Simple script to post to a Slack web... Simple script to post to a Slack webhook - use to send notifications about errors, etc
    1
    [Unit]
    2
    Description=Slack notification when machine switches on and off
    3
    After=network.target network-online.target
    4
    
                  
    5
    [Service]
  5. arnie arnie Public archive

    ZNC plugin to make bridged IRC channels appear more natural

    Python 1

  6. adventofcode2019 adventofcode2019 Public

    Python solutions for Advent of Code 2019

    Python