Skip to content

Instantly share code, notes, and snippets.

View btotr's full-sized avatar

Colin Meerveld btotr

View GitHub Profile
@btotr
btotr / HeatMapByPropertyvalue.ajs
Created October 18, 2022 14:22 — forked from smileham/HeatMapByPropertyvalue.ajs
jArchi script to create Heatmap (set Red, Amber or Green background to element) based on the value of a given property. #jarchi
/*
* HeatMap by Property Value
*
* Requires jArchi - https://www.archimatetool.com/blog/2018/07/02/jarchi/
*
* Version 1: Set colour to red, amber or green based on value of given property.
* Version 2: Pull out all Properties used in Elements in view, present all possible values of that Property to assign RAG colours
* Version 3: Error handling and key generation
* Version 4: Updated for dynamic colour selection and support for more than 3 colours
* Version 5: If there are less than 5 values, buttons are used instead of the menu.
@btotr
btotr / sync-github-to-bitbucket.md
Created May 20, 2020 12:50 — forked from derick-montague/sync-github-to-bitbucket.md
Sync github repo to bitbucket repo

Set up remotes

setup local repo

mkdir myrepository
cd myrepository
git init

add bitbucket remote as "origin"