Github Archives ~ fitzmoskal https://fitzmoskal.me/category/portfolio/github/ You are _here_ Thu, 29 Feb 2024 16:56:36 +0000 en-GB hourly 1 https://wordpress.org/?v=6.9.4 https://fitzmoskal.me/wp-content/uploads/2024/02/cropped-result_880649-32x32.jpeg Github Archives ~ fitzmoskal https://fitzmoskal.me/category/portfolio/github/ 32 32 11678478 VCF File Validation https://fitzmoskal.me/vcf-file-validation/ Mon, 26 Feb 2024 21:08:20 +0000 https://fitzmoskal.me/?p=1497 This script was bourne of necessity to validate VCF files for injestion into Congenica. The platform does it’s own validation

The post VCF File Validation appeared first on fitzmoskal.

]]>
This script was bourne of necessity to validate VCF files for injestion into Congenica. The platform does it’s own validation but the output in case of error is not human-friendly. This directs the user to which line in the VCF file might be at fault.

https://github.com/codefitz/vcf_validation

The post VCF File Validation appeared first on fitzmoskal.

]]>
1497
Kubespray Dependencies https://fitzmoskal.me/kubespray-dependencies/ Mon, 26 Feb 2024 20:31:46 +0000 https://fitzmoskal.me/?p=1495 Anyone who has worked witk Kubespray knows what kind of hell it is to figure out the dependencies. Part of

The post Kubespray Dependencies appeared first on fitzmoskal.

]]>
Anyone who has worked witk Kubespray knows what kind of hell it is to figure out the dependencies. Part of the reason for this is that each version is kept on a seperate branch, and each branch will have it’s own buried readme – which notes the particular version of Python and Ansible is supported. Easy when you know how, but a pain if you’re dealing with complex installation processes and installing dependencies for the first time.

This script I wrote essentially takes a python version or an ansible version and will loop through checking out each branch then printout which versions of Kubespray are supported.

https://github.com/codefitz/kubespray-dependencies

The post Kubespray Dependencies appeared first on fitzmoskal.

]]>
1495
TPL Crash Course https://fitzmoskal.me/tpl-crash-course/ Mon, 19 Feb 2024 23:26:26 +0000 https://fitzmoskal.me/?p=1240 I designed and developed a TPL Crash Course for BMC Discovery which still has active sign ups. BMC Discovery is

The post TPL Crash Course appeared first on fitzmoskal.

]]>

I designed and developed a TPL Crash Course for BMC Discovery which still has active sign ups.

BMC Discovery is an Asset Management tool which most people have never heard of but it’s used globally by a large number of fortune 500 companies and beyond. One of it’s core features is the ability to model your datacenter and application depencencies, however it uses a proprietary TPL code for this task – which many users are not familiar with.

BMC offers a course, but it is expensive and out of reach for individual Discovery administrators, the course material was also not in-depth enough to really give people the understanding they needed to get on with TPL development. This course was developed in response to requests from many customers directly, not only at an affordable price, but at an in-depth level to take someone from knowing little about TPL to a mid-level skillset.

The post TPL Crash Course appeared first on fitzmoskal.

]]>
1240
Disco Enhancements https://fitzmoskal.me/disco-enhancements/ Mon, 19 Feb 2024 23:13:02 +0000 https://fitzmoskal.me/?p=1238 This is another project created for Traversys which aimed to make use of BMC Discovery easier by making useful changes

The post Disco Enhancements appeared first on fitzmoskal.

]]>
This is another project created for Traversys which aimed to make use of BMC Discovery easier by making useful changes to the Discovery UI via a browser extension for Chrome and Firefox.

This is no longer in active development due to moving away from working with Discovery.

https://github.com/traversys/DiscoEnhancements

The post Disco Enhancements appeared first on fitzmoskal.

]]>
1238
getCert CE https://fitzmoskal.me/getcert-ce/ Mon, 19 Feb 2024 23:10:06 +0000 https://fitzmoskal.me/?p=1236 This is the Community Edition of getCert which is free and open source to download and use with BMC Discovery.

The post getCert CE appeared first on fitzmoskal.

]]>
This is the Community Edition of getCert which is free and open source to download and use with BMC Discovery. This is managed and provided by Traversys.

https://github.com/traversys/getCert_CE

The post getCert CE appeared first on fitzmoskal.

]]>
1236
TPL Repo https://fitzmoskal.me/tpl-repo/ Mon, 19 Feb 2024 23:06:59 +0000 https://fitzmoskal.me/?p=1234 A reposity of free and open source TPL code for some more obscure applications and use cases. Developed by me

The post TPL Repo appeared first on fitzmoskal.

]]>
A reposity of free and open source TPL code for some more obscure applications and use cases. Developed by me but forked and expanded by Traversys.

https://github.com/traversys/TPL_Repo

The post TPL Repo appeared first on fitzmoskal.

]]>
1234
Tideway https://fitzmoskal.me/tideway/ Mon, 19 Feb 2024 23:02:48 +0000 https://fitzmoskal.me/?p=1232 An I developed in Python for Traversys which simplifies usage of the BMC Discovery API. This is no longer being

The post Tideway appeared first on fitzmoskal.

]]>
An I developed in Python for Traversys which simplifies usage of the BMC Discovery API. This is no longer being actively developed since we’ve moved away from working on Discovery.

https://github.com/traversys/Tideway

The post Tideway appeared first on fitzmoskal.

]]>
1232
Pixel Spacebase https://fitzmoskal.me/pixel-spacebase/ Mon, 19 Feb 2024 22:53:57 +0000 https://fitzmoskal.me/?p=1230 This project is something I started but never got round to finishing. All the level designs are complete, however there is still a lot of work to do on assets, story and boss levels.

The post Pixel Spacebase appeared first on fitzmoskal.

]]>
This project is something I started but never got round to finishing. All the level designs are complete, however there is still a lot of work to do on assets, story and boss levels.

Based off a fork of the Open Source Pixel Dungeon.

https://github.com/codefitz/Pixel-Spacebase

The post Pixel Spacebase appeared first on fitzmoskal.

]]>
1230
Pasta https://fitzmoskal.me/pasta/ Mon, 19 Feb 2024 22:49:46 +0000 https://fitzmoskal.me/?p=1228 A small app for working with remote environments (such as Citrix) where copy and paste functionality has been disabled.

The post Pasta appeared first on fitzmoskal.

]]>
A small app for working with remote environments (such as Citrix) where copy and paste functionality has been disabled.

Pasta uses modules like pyautogui and keyboard to read the text in your clipboard and will re-type the text wherever you place the mouse pointer (even inside of a virtual environment window).

https://github.com/codefitz/Pasta

The post Pasta appeared first on fitzmoskal.

]]>
1228
WhenWasThat https://fitzmoskal.me/whenwasthat/ Mon, 19 Feb 2024 22:36:35 +0000 https://fitzmoskal.me/?p=1219 This is a small script using Python Pandas that takes a date input and can tell how exactly how long

The post WhenWasThat appeared first on fitzmoskal.

]]>
This is a small script using Python Pandas that takes a date input and can tell how exactly how long ago the event took place in human readable syntax.

https://github.com/codefitz/WhenWasThat

The post WhenWasThat appeared first on fitzmoskal.

]]>
1219