Skip to content

Instantly share code, notes, and snippets.

View adgerrits's full-sized avatar
💭
Happy

Ad Gerrits adgerrits

💭
Happy
View GitHub Profile
@clemensv
clemensv / messaging-and-eventing-platforms.md
Created January 5, 2022 14:43
Elements of Messaging and Eventing Platforms
title
Elements of Messaging and Eventing Platforms

This document provides a brief overview of the essential elements of a messaging and eventing platform and how they relate to each other.

Message and Event Broker Categories

@davengeo
davengeo / heatmap.ajs
Last active August 2, 2020 19:14
#jarchi heatmap for custom boolean property
var getDiagramComponents = function(v, e) {
return $(v).find("concept").filter(function(o) {
return o.concept.id == e.id;
});
}
gap = $("element").filter(function(obj) {
return obj.prop("GAP") == "true" ? true : false;
});