My Apps & Software
I have a few open source software projects, this is where I catalog them all.
Feel free to use and contribute to them.
Gallifrey
Gallifrey is a Jira work logging companion.
Essentially a big stop watch app, but with direct integration, to you, Jira portal for logging your hours worked and remaining estimates.
Gallifrey will allow you to become a Jira time lord!
GitHub: https://github.com/BlythMeister/Gallifrey
Website: https://gallifrey.blyth.me.uk
Download: Links on website, app auto updates
Paket Chain
Paket chain is a tool to help join paket commands together and ease your use of the paket tool.
GitHub: https://github.com/BlythMeister/PaketChain
Website: https://paket-chain.blyth.me.uk
Nuget (dotnet tool): https://www.nuget.org/packages/PaketChain
Doser
Doser is a dotnet tool to call urls in bulk to perform testing of uptime.
GitHub: https://github.com/BlythMeister/Doser
Website: https://doser.blyth.me.uk
Nuget (dotnet tool): https://www.nuget.org/packages/Doser
Google Diff-Match-Patch
This library is an extension of the Google Diff-Match-Patch C# port. - https://github.com/google/diff-match-patch
It takes the key concepts from the original, but is re-packaged for .net standard & in a easier to use framework.
It also extends upon the original to output nicer formatted HTML & Text for you to display within applications.
GitHub: https://github.com/BlythMeister/google-diff-match-patch
Website: https://diff-match-patch.blyth.me.uk
Nuget: https://www.nuget.org/packages/google-diff-match-patch
Fitbit Overview Watch Face
A stats heavy watch face for Fitbit devices.
GitHub: https://github.com/BlythMeister/Fitbit-Overview-Face
Website: https://fitbit-overview.blyth.me.uk
Fitbit Gallery: https://gallery.fitbit.com/details/7c4f7506-8ed8-4eb9-84e3-28b85671f26b
Download: Use the Fitbit app on your phone to view the gallery listing
Bing Image Downloader
Everyone knows about the worldwide Bing images on the Bing homepage.
This app facilitates a download of these images from Bing sites around the world.
You can then set this download folder up for desktop wallpapers.
Keep your desktop fresh with these high definition images.
GitHub: https://github.com/BlythMeister/BingImageDowload
Website: https://bing-images.blyth.me.uk
Nuget (dotnet tool): https://www.nuget.org/packages/BingImageDownload
What3Passwords
A random password generator using the What3Words API.
The tool picks a random location to get 3 random words and uses this to create a randomised password.
GitHub: https://github.com/BlythMeister/What3Passwords
Website: https://what-three-passwords.blyth.me.uk
Nuget (dotnet tool): https://www.nuget.org/packages/What3Passwords
Timelapse
A bash script to take webcam image every minute and C# app to timestamp images and compile into a video at 30FPS
GitHub: https://github.com/BlythMeister/Timelapse
WebhookRelay.net
This is a Azure function which can be made public and an app which runs behind your firewall to relay external webhooks internally.
It works by publishing the contents of the webhook on the Azure service bus.
The internal app is configured where to route webhooks to.
GitHub: https://github.com/BlythMeister/WebhookRelay.net
Secret Santa Helper
A small Christmas themed WPF app in which you enter participants in a Secret Santa.
Add in the contents of an email and an SMTP relay you have access to (PaperCut should work).
Then hit to go button. The app randomly puts participants together for gift buying.
GitHub: https://github.com/BlythMeister/SecretSantaHelper
Download: Available in the “Releases” section
Advent Of Code
My solutions to the advent of code puzzles