Skip to content
View Timberfang's full-sized avatar

Block or report Timberfang

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

About Me

Hi there! You can call me Timberfang. I've been coding on and off as a hobby for the past few years. Although I will not claim to be as skilled, experienced, or dedicated as a full-time software dev, I enjoy making tools to solve problems. I do a lot of simple automation and scripting in PowerShell, but I turn to C# for more complex projects.

  • I self-host a private Forgejo instance on my home network. Most of my repositories on GitHub are mirrored from there, including this one!
  • Besides programming, I dabble in creative writing from time to time. I'm not very good at it, but I still have fun. I generally don't publicize this work.
  • I tend to be pretty private, but you can find me on Mastodon and sometimes Fur Affinity. I don't post much, but I like to lurk and see what's going on. See Contact Me below for details.
  • In case it isn't obvious, I'm also a furry. My fursona is a werewolf, hence the name Timberfang. 🐺
  • My profile picture was created by myself using Inkscape. I'm not much of an artist, but I'm happy with it.

Projects

Here are some projects I've worked on. In general, I like to create tools that solve problems I come across in my daily life. Some of these, however, were more educational than practical. Unless otherwise noted, these are all open-source under the MIT License. I genuinely do not care what you use them for or how you modify them. As long as it's not malicious, have fun!

  1. MediaBox: My first "serious" project. This is a command-line wrapper for FFmpeg and libvips written in C#. It can be used to transcode video, audio, and image files to other formats in bulk. Other features will be added over time.
  2. LicenseIt: A simple C# console application that creates a LICENSE file for your project(s) from various FOSS licenses available from the Choose a License website.
  3. CaesarCipher: A simple command-line Caesar cipher encoder/decoder written in C#. Mostly just for fun. Please don't use this for real encryption! The Ceasar cipher is very easy to crack.
  4. TicTacToe: The classic game of tic-tac-toe / noughts and crosses / Xs and Os implemented in C# with a simple text-based user interface.
  5. HelperScripts: A collection of small PowerShell scripts that do various tasks.

Contact Me

If you want to get in touch with me, here are some ways to do so:

Please do not send me (unsolicited) advertising. These are my personal accounts, and not for business use. Thank you!

Pinned Loading

  1. MediaBox MediaBox Public

    C#

  2. LicenseIt LicenseIt Public

    A generator for your LICENSE files.

    C#

  3. HelperScripts HelperScripts Public

    PowerShell

  4. CaesarCipher CaesarCipher Public archive

    C#

  5. TicTacToe TicTacToe Public archive

    C#