Skip to content

Instantly share code, notes, and snippets.

View rogin's full-sized avatar

Richard Ogin rogin

  • San Antonio, Texas
View GitHub Profile
@mhokanson
mhokanson / ReadMe.md
Last active November 6, 2025 01:48
Nextgen/Mirth Connect testing in VSCode

Requires:

  • Mirth Connect to be installed locally
  • VSCode task set up with paths pointed to the local Mirth instance (provided file are for default Windows locations)
  • vs_mirth.js should be placed in the location specified in line 14 of the build task (arg 4)
  • Executed file has to be based on a saved file NOTE: Changes don't have to be saved to execute as the build task will save the file if needed.
@yinzara
yinzara / github_bitbucket_multiple_ssh_keys.md
Last active September 24, 2025 08:02
Managing SSH keys and repo cloning using multiple accounts on GitHub and BitBucket

Why Multiple SSH keys?

There are numerous reasons you may need to use multiple SSH keys for accessing GitHub and BitBucket

You may use the same computer for work and personal development and need to separate your work.

When acting as a consultant, it is common to have multiple GitHub and/or BitBucket accounts depending on which client you may be working for.

You may have different projects you're working on where you would like to segregate your access.