The Jaccard Index' formula looks like the following:
and the Jaccard Distance's formula:
The values obtained are between 0 and 1 (both included):
| #|/bin/bash | |
| # Folder containing other folders (git repositories) or symlinks to them | |
| WORKFLDR="$HOME/Git" | |
| # Count of updated repositories | |
| updatedc=0 | |
| updnames=() | |
| # Whether or not to stay quiet | |
| QUIET="false" | |
| # Where to output the data to |
| URxvt.scrollBar: false | |
| URxvt.font: xft:terminus:size=14 | |
| *font: -misc-terminus-medium-*-*--14-101-*-*-*-*-* | |
| URxvt.perl-ext-common: default,matcher,url-select | |
| URxvt.url-launcher: chromium | |
| URxvt.url-select.underline: true | |
| URxvt.matcher.button: 1 |
| #include <stdio.h> | |
| #include <string.h> | |
| #include <stdlib.h> | |
| void scytale(char* plain, int key, char* encrypted) { | |
| int length = strlen(plain); | |
| for(int i = 0; i < key; i++) { | |
| for(int ii = i; ii < length; ii += key) { | |
| encrypted[strlen(encrypted)] = plain[ii]; | |
| printf("col:%d row:%d current:'%c'\n", |
| %% RotMG game module | |
| -module(rotmgs). | |
| -export([start/0, read/1, processpacket/2, send/2]). | |
| -define(PORT, 2050). | |
| -define(TCP_OPTIONS, [binary, | |
| {packet, 0}, | |
| {active, false}, | |
| {backlog, 1024}, |
I hereby claim:
To claim this, I am signing this object: