The Levenshtein distance is a string metric for measuring difference between two sequences. Informally, the Levenshtein distance between two words is the minimum number of single-character edits (i.e. insertions, deletions or substitutions) required to change one word into the other. The Levenshtein Algorithm - Cuelogic .....In Other words It is a algorithm to determine how close 2 strings match … Continue reading NAV-Levenshtein-Distance
Tag: DynNAV
Docker NAV Images
OK, So I am late to this game but rather late than never. I recently started messing around with docker. My knowledge is still limited on the subject, but I wanted to get something going. This blog serves a purpose more in tracking my progress and reminding me of the how, what, and where, but … Continue reading Docker NAV Images
My Source Control Manger
Many years ago I worked at Microsoft for the GDL team in the Netherlands. That is where I first started using source control and loved it. Source Control for Classic Nav is a bit of a mission as you need to export the objects as text files to get them into source control. If you … Continue reading My Source Control Manger


