The Wayback Machine - http://web.archive.org/web/20220618205342/https://github.com/Column01
Skip to content
Avatar

🖥️

Learning new things every day!

🖥️

Learning new things every day!

Highlights

  • 2 discussions answered
Block or Report

Block or report Column01

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.

Report abuse

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

Report abuse
Column01/README.md

Hello, My name is Colin.

I'm a software developer from Ontario, Canada who specializes in Python development. Below you will see a few pinned repositories, these are my favourite projects I've worked on and are good examples of the code I am capable of writing.

Projects I am working on/maintain

  • mark3 (Author) - A modern rewrite of mark2 using asyncio
  • mark2 (maintainer) - Minecraft server wrapper written in Python 3 using Twisted

Favourite Project

My favourite project is my discord moderation bot that uses class loading to allow a user to make the bot their own. Simply adding scripts to a folder with some command or event handler classes allows the user to add to the bot without even restarting the program!

The event handlers are added to the main script using python "reflection" and some clever techniques that enable my code to be an order of magnitude smaller compared to implementing each event function. It takes some info provided by the handler class and creates a function in the bot using a template renamed on_<event>. Effectively ~40 lines of code can handle what could have been upwards of thousands of lines and is completely future proof. When new events are added, I don't even need to write any new code to handle their addition.

Pinned

  1. Minecraft Multi Server Wrapper Written in Python with Twisted; Pull Requests HIGHLY Encouraged, Collaborators Needed

    Python 193 45

  2. Modular Moderation bot for Discord

    Python 69 37

  3. A Spigot/Bungeecord plugin to provide python scripting for Minecraft Servers

    Java 1

  4. A bot that uses Computer Vision to play Clonehero

    Python 1

  5. A simple chatbot for Twitch IRC

    Python 1

  6. PTZCamSync Public

    PTZ Optics Camera Controller and scene switcher for OBS Studio

    Python 1

369 contributions in the last year

Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Mon Wed Fri

Contribution activity

June 2022

Column01 has no activity yet for this period.

Seeing something unexpected? Take a look at the GitHub profile guide.