Soenneker.Utils.String.JaccardSimilarity 3.0.702

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Utils.String.JaccardSimilarity --version 3.0.702                
NuGet\Install-Package Soenneker.Utils.String.JaccardSimilarity -Version 3.0.702                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Soenneker.Utils.String.JaccardSimilarity" Version="3.0.702" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Utils.String.JaccardSimilarity --version 3.0.702                
#r "nuget: Soenneker.Utils.String.JaccardSimilarity, 3.0.702"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Soenneker.Utils.String.JaccardSimilarity as a Cake Addin
#addin nuget:?package=Soenneker.Utils.String.JaccardSimilarity&version=3.0.702

// Install Soenneker.Utils.String.JaccardSimilarity as a Cake Tool
#tool nuget:?package=Soenneker.Utils.String.JaccardSimilarity&version=3.0.702                

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

alternate text is missing from this package README image Soenneker.Utils.String.JaccardSimilarity

A utility library for comparing strings via the Jaccard similarity algorithm

Installation

dotnet add package Soenneker.Utils.String.JaccardSimilarity

Why?

Jaccard similarity is great for comparing sets of items, and it's often used for tasks like detecting similar documents or recommending content. It's useful because:

Set-Focused:

It works well when you care about what elements are present, not their order.

Scale Doesn't Matter:

It's not influenced by how big the sets are, just by what they share.

Efficient:

It's quick to calculate making it suitable for large datasets.

Handles Noise Well:

It stays reliable even if there's extra, less important information in the sets.

Usage

var text1 = "This is a test";
var text2 = "This is another test";

double result = JaccardSimilarityStringUtil.CalculateSimilarityPercentage(text1, text2); // 60
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net9.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.739 41 12/24/2024
3.0.738 37 12/24/2024
3.0.737 46 12/24/2024
3.0.736 61 12/24/2024
3.0.735 71 12/24/2024
3.0.734 60 12/24/2024
3.0.733 64 12/23/2024
3.0.732 61 12/23/2024
3.0.731 73 12/23/2024
3.0.730 68 12/23/2024
3.0.729 68 12/23/2024
3.0.728 68 12/22/2024
3.0.727 61 12/22/2024
3.0.726 70 12/22/2024
3.0.725 80 12/22/2024
3.0.724 63 12/22/2024
3.0.723 72 12/22/2024
3.0.722 64 12/22/2024
3.0.721 79 12/21/2024
3.0.720 66 12/21/2024
3.0.719 79 12/21/2024
3.0.718 68 12/21/2024
3.0.717 76 12/21/2024
3.0.716 73 12/21/2024
3.0.715 67 12/21/2024
3.0.714 72 12/20/2024
3.0.713 68 12/20/2024
3.0.712 70 12/20/2024
3.0.711 66 12/20/2024
3.0.710 74 12/20/2024
3.0.709 65 12/19/2024
3.0.708 65 12/19/2024
3.0.707 69 12/19/2024
3.0.706 83 12/19/2024
3.0.705 83 12/18/2024
3.0.704 65 12/16/2024
3.0.703 59 12/16/2024
3.0.702 68 12/10/2024
3.0.701 69 12/10/2024
3.0.700 64 12/9/2024
3.0.699 66 12/9/2024
3.0.698 63 12/9/2024
3.0.697 72 12/9/2024
3.0.696 72 12/7/2024
3.0.694 70 12/6/2024
3.0.693 70 12/6/2024
3.0.692 69 12/6/2024
3.0.691 84 12/6/2024
3.0.690 69 12/6/2024
3.0.689 81 12/6/2024
3.0.688 77 12/6/2024
3.0.687 74 12/5/2024
3.0.686 71 12/5/2024
3.0.685 79 12/5/2024
3.0.684 72 12/5/2024
3.0.683 72 12/5/2024
3.0.682 83 12/5/2024
3.0.681 77 12/5/2024
3.0.680 85 12/4/2024
3.0.679 75 12/4/2024
3.0.678 74 12/4/2024
3.0.677 73 12/4/2024
3.0.676 80 12/4/2024
3.0.675 71 12/4/2024
3.0.674 77 12/4/2024
3.0.673 78 12/4/2024
3.0.672 79 12/4/2024
3.0.671 76 12/3/2024
3.0.670 74 12/3/2024
3.0.669 78 12/3/2024
3.0.668 78 12/3/2024
3.0.667 68 12/3/2024
3.0.666 65 12/3/2024
3.0.665 70 12/2/2024
3.0.664 74 12/2/2024
3.0.663 72 12/2/2024
3.0.662 77 12/2/2024
3.0.661 66 12/2/2024
3.0.660 75 12/1/2024
3.0.659 79 12/1/2024
3.0.658 67 12/1/2024
3.0.657 75 12/1/2024
3.0.656 82 11/29/2024
3.0.655 74 11/29/2024
3.0.654 79 11/29/2024
3.0.653 77 11/21/2024
3.0.652 78 11/21/2024
3.0.651 76 11/20/2024
3.0.650 84 11/20/2024
3.0.649 74 11/20/2024
3.0.648 79 11/20/2024
3.0.647 84 11/20/2024
3.0.646 74 11/19/2024
3.0.645 74 11/19/2024
3.0.644 75 11/19/2024
3.0.643 71 11/19/2024
3.0.642 74 11/19/2024
3.0.641 68 11/19/2024
3.0.640 72 11/15/2024
3.0.639 74 11/14/2024
3.0.638 70 11/14/2024
3.0.637 74 11/14/2024
3.0.636 77 11/14/2024
3.0.635 64 11/14/2024
3.0.634 70 11/14/2024
3.0.633 72 11/14/2024
3.0.632 77 11/14/2024
3.0.631 81 11/14/2024
3.0.630 76 11/14/2024
3.0.629 77 11/14/2024
2.1.628 81 11/13/2024
2.1.627 77 11/13/2024
2.1.626 86 11/13/2024
2.1.625 77 11/12/2024
2.1.624 79 11/12/2024
2.1.623 88 11/9/2024
2.1.622 85 11/9/2024
2.1.621 88 11/9/2024
2.1.620 72 11/8/2024
2.1.619 77 11/8/2024
2.1.618 79 11/8/2024
2.1.617 81 11/8/2024
2.1.616 74 11/8/2024
2.1.615 76 11/6/2024
2.1.614 80 11/1/2024
2.1.613 74 11/1/2024
2.1.612 73 11/1/2024
2.1.611 76 10/29/2024
2.1.610 72 10/29/2024
2.1.609 73 10/29/2024
2.1.608 72 10/29/2024
2.1.607 67 10/29/2024
2.1.606 81 10/28/2024
2.1.605 81 10/26/2024
2.1.604 78 10/26/2024
2.1.603 79 10/22/2024
2.1.602 76 10/22/2024
2.1.601 75 10/22/2024
2.1.600 92 10/22/2024
2.1.599 76 10/22/2024
2.1.598 85 10/18/2024
2.1.597 84 10/17/2024
2.1.596 81 10/17/2024
2.1.595 89 10/15/2024
2.1.594 79 10/15/2024
2.1.593 83 10/14/2024
2.1.592 84 10/12/2024
2.1.591 78 10/12/2024
2.1.590 85 10/11/2024
2.1.589 90 10/9/2024
2.1.588 81 10/9/2024
2.1.587 79 10/9/2024
2.1.586 83 10/9/2024
2.1.585 81 10/8/2024
2.1.584 87 10/8/2024
2.1.583 79 10/8/2024
2.1.582 89 10/8/2024
2.1.581 81 10/8/2024
2.1.580 86 10/3/2024
2.1.579 76 10/3/2024
2.1.578 89 10/3/2024
2.1.577 79 10/3/2024
2.1.576 84 10/3/2024
2.1.575 84 10/2/2024
2.1.574 88 10/2/2024
2.1.573 84 10/2/2024
2.1.572 87 10/2/2024
2.1.571 81 10/1/2024
2.1.570 79 10/1/2024
2.1.569 79 10/1/2024
2.1.568 83 10/1/2024
2.1.567 88 10/1/2024
2.1.566 84 9/29/2024
2.1.565 79 9/29/2024
2.1.564 87 9/29/2024
2.1.563 77 9/29/2024
2.1.562 84 9/27/2024
2.1.561 91 9/27/2024
2.1.560 89 9/27/2024
2.1.559 90 9/27/2024
2.1.558 87 9/27/2024
2.1.557 79 9/27/2024
2.1.556 81 9/27/2024
2.1.555 84 9/26/2024
2.1.554 88 9/26/2024
2.1.553 86 9/26/2024
2.1.552 85 9/26/2024
2.1.551 80 9/26/2024
2.1.550 84 9/26/2024
2.1.549 82 9/26/2024
2.1.548 89 9/26/2024
2.1.547 85 9/23/2024
2.1.546 78 9/23/2024
2.1.545 84 9/23/2024
2.1.544 84 9/23/2024
2.1.543 79 9/23/2024
2.1.542 83 9/23/2024
2.1.541 86 9/23/2024
2.1.540 80 9/23/2024
2.1.539 107 9/18/2024
2.1.538 80 9/18/2024
2.1.537 83 9/18/2024
2.1.536 95 9/18/2024
2.1.535 86 9/18/2024
2.1.534 88 9/17/2024
2.1.533 85 9/17/2024
2.1.531 88 9/17/2024
2.1.530 94 9/17/2024
2.1.529 92 9/17/2024
2.1.528 99 9/17/2024
2.1.527 97 9/17/2024
2.1.526 93 9/16/2024
2.1.525 99 9/16/2024
2.1.524 99 9/12/2024
2.1.523 98 9/12/2024
2.1.522 104 9/12/2024
2.1.521 106 9/12/2024
2.1.520 104 9/11/2024
2.1.519 101 9/11/2024
2.1.517 94 9/11/2024
2.1.516 112 9/11/2024
2.1.515 94 9/10/2024
2.1.514 91 9/10/2024
2.1.513 93 9/10/2024
2.1.512 94 9/10/2024
2.1.511 92 9/10/2024
2.1.510 100 9/10/2024
2.1.509 92 9/9/2024
2.1.508 93 9/9/2024
2.1.507 101 9/9/2024
2.1.506 93 9/9/2024
2.1.505 92 9/9/2024
2.1.504 107 9/9/2024
2.1.503 102 9/7/2024
2.1.502 95 9/7/2024
2.1.501 101 9/6/2024
2.1.500 99 9/6/2024
2.1.499 103 9/6/2024
2.1.498 103 9/6/2024
2.1.497 97 9/5/2024
2.1.496 104 9/5/2024
2.1.495 97 9/5/2024
2.1.494 106 9/5/2024
2.1.493 96 9/5/2024
2.1.492 94 9/5/2024
2.1.491 102 9/5/2024
2.1.490 101 9/4/2024
2.1.489 100 9/4/2024
2.1.488 102 9/3/2024
2.1.487 98 9/3/2024
2.1.486 100 9/3/2024
2.1.485 102 9/3/2024
2.1.484 92 9/3/2024
2.1.483 100 8/29/2024
2.1.482 96 8/29/2024
2.1.481 89 8/29/2024
2.1.480 108 8/26/2024
2.1.479 95 8/26/2024
2.1.478 110 8/26/2024
2.1.477 116 8/21/2024
2.1.476 125 8/21/2024
2.1.475 116 8/21/2024
2.1.474 103 8/21/2024
2.1.473 125 8/20/2024
2.1.472 111 8/20/2024
2.1.471 111 8/20/2024
2.1.470 113 8/20/2024
2.1.469 110 8/20/2024
2.1.468 115 8/20/2024
2.1.467 117 8/19/2024
2.1.466 111 8/15/2024
2.1.465 116 8/15/2024
2.1.464 109 8/15/2024
2.1.463 116 8/14/2024
2.1.462 118 8/14/2024
2.1.461 109 8/14/2024
2.1.460 112 8/13/2024
2.1.459 100 8/7/2024
2.1.458 96 8/7/2024
2.1.457 99 8/7/2024
2.1.456 88 8/6/2024
2.1.455 86 8/6/2024
2.1.454 64 8/1/2024
2.1.453 73 8/1/2024
2.1.452 74 8/1/2024
2.1.450 87 7/25/2024
2.1.449 89 7/25/2024
2.1.448 83 7/25/2024
2.1.447 85 7/25/2024
2.1.446 94 7/25/2024
2.1.445 91 7/25/2024
2.1.444 92 7/24/2024
2.1.442 94 7/20/2024
2.1.441 91 7/20/2024
2.1.440 95 7/20/2024
2.1.439 86 7/14/2024
2.1.438 92 7/14/2024
2.1.437 86 7/14/2024
2.1.436 88 7/14/2024
2.1.435 83 7/14/2024
2.1.434 91 7/10/2024
2.1.433 90 7/10/2024
2.1.432 89 7/10/2024
2.1.431 87 7/10/2024
2.1.429 85 7/10/2024
2.1.428 61 7/10/2024
2.1.427 87 7/10/2024
2.1.426 95 7/10/2024
2.1.424 94 7/10/2024
2.1.423 93 7/9/2024
2.1.422 79 7/9/2024
2.1.421 74 7/9/2024
2.1.420 84 7/9/2024
2.1.419 92 7/9/2024
2.1.418 77 7/9/2024
2.1.417 76 7/9/2024
2.1.416 92 7/9/2024
2.1.415 94 7/8/2024
2.1.414 101 7/8/2024
2.1.413 102 7/8/2024
2.1.412 92 7/8/2024
2.1.411 104 7/8/2024
2.1.410 96 7/7/2024
2.1.409 92 7/7/2024
2.1.408 111 7/3/2024
2.1.407 101 7/3/2024
2.1.406 92 7/3/2024
2.1.405 96 7/3/2024
2.1.404 95 7/3/2024
2.1.403 82 7/3/2024
2.1.402 99 6/27/2024
2.1.401 102 6/27/2024
2.1.400 103 6/27/2024
2.1.399 98 6/22/2024
2.1.398 101 6/22/2024
2.1.397 102 6/22/2024
2.1.396 86 6/16/2024
2.1.395 95 6/15/2024
2.1.394 92 6/15/2024
2.1.393 96 6/15/2024
2.1.392 100 6/15/2024
2.1.391 92 6/15/2024
2.1.390 92 6/15/2024
2.1.389 91 6/15/2024
2.1.388 92 6/14/2024
2.1.387 88 6/14/2024
2.1.386 95 6/4/2024
2.1.385 97 6/4/2024
2.1.384 103 6/2/2024
2.1.383 104 6/1/2024
2.1.382 94 6/1/2024
2.1.381 98 6/1/2024
2.1.380 93 6/1/2024
2.1.379 98 6/1/2024
2.1.378 92 6/1/2024
2.1.377 93 6/1/2024
2.1.376 95 5/31/2024
2.1.375 101 5/31/2024
2.1.374 75 5/31/2024
2.1.373 93 5/31/2024
2.1.372 99 5/29/2024
2.1.371 89 5/29/2024
2.1.370 89 5/29/2024
2.1.369 113 5/29/2024
2.1.368 105 5/28/2024
2.1.367 95 5/28/2024
2.1.366 96 5/28/2024
2.1.365 86 5/28/2024
2.1.364 96 5/28/2024
2.1.363 90 5/27/2024
2.1.362 101 5/27/2024
2.1.361 93 5/27/2024
2.1.360 98 5/26/2024
2.1.359 105 5/26/2024
2.1.358 102 5/26/2024
2.1.357 108 5/26/2024
2.1.356 104 5/26/2024
2.1.355 101 5/26/2024
2.1.354 100 5/25/2024
2.1.353 99 5/25/2024
2.1.352 99 5/25/2024
2.1.351 98 5/25/2024
2.1.350 100 5/25/2024
2.1.349 107 5/25/2024
2.1.348 105 5/23/2024
2.1.347 95 5/23/2024
2.1.346 95 5/23/2024
2.1.345 101 5/23/2024
2.1.344 101 5/23/2024
2.1.343 98 5/23/2024
2.1.342 106 5/22/2024
2.1.341 102 5/22/2024
2.1.340 107 5/22/2024
2.1.339 107 5/22/2024
2.1.338 89 5/18/2024
2.1.337 91 5/18/2024
2.1.336 96 5/18/2024
2.1.335 101 5/17/2024
2.1.334 103 5/17/2024
2.1.333 102 5/17/2024
2.1.332 104 5/17/2024
2.1.331 99 5/16/2024
2.1.330 83 5/16/2024
2.1.329 97 5/16/2024
2.1.328 99 5/15/2024
2.1.327 84 5/15/2024
2.1.326 101 5/15/2024
2.1.325 95 5/13/2024
2.1.324 101 5/13/2024
2.1.323 97 5/13/2024
2.1.322 86 5/12/2024
2.1.321 122 4/30/2024
2.1.320 114 4/30/2024
2.1.319 112 4/30/2024
2.1.318 105 4/30/2024
2.1.317 105 4/29/2024
2.1.316 98 4/29/2024
2.1.315 101 4/29/2024
2.1.314 103 4/29/2024
2.1.313 94 4/28/2024
2.1.312 102 4/28/2024
2.1.311 102 4/28/2024
2.1.310 101 4/28/2024
2.1.309 99 4/28/2024
2.1.308 101 4/28/2024
2.1.307 97 4/28/2024
2.1.306 102 4/28/2024
2.1.305 101 4/27/2024
2.1.304 115 4/20/2024
2.1.303 100 4/20/2024
2.1.302 101 4/19/2024
2.1.301 100 4/19/2024
2.1.300 91 4/19/2024
2.1.299 94 4/19/2024
2.1.298 98 4/19/2024
2.1.297 101 4/18/2024
2.1.296 121 4/13/2024
2.1.295 119 4/13/2024
2.1.294 105 4/13/2024
2.1.293 111 4/13/2024
2.1.292 95 4/12/2024
2.1.291 98 4/12/2024
2.1.290 103 4/12/2024
2.1.289 102 4/12/2024
2.1.288 99 4/12/2024
2.1.287 105 4/12/2024
2.1.286 104 4/12/2024
2.1.285 98 4/12/2024
2.1.284 101 4/11/2024
2.1.283 106 4/10/2024
2.1.282 94 4/10/2024
2.1.281 101 4/10/2024
2.1.280 98 4/10/2024
2.1.279 108 4/10/2024
2.1.278 95 4/3/2024
2.1.277 109 4/2/2024
2.1.276 101 4/2/2024
2.1.275 82 4/2/2024
2.1.274 118 4/2/2024
2.1.273 91 4/2/2024
2.1.272 495 3/30/2024
2.1.271 107 3/29/2024
2.1.270 111 3/29/2024
2.1.269 104 3/25/2024
2.1.268 100 3/25/2024
2.1.267 103 3/25/2024
2.1.266 101 3/25/2024
2.1.265 102 3/25/2024
2.1.264 109 3/21/2024
2.1.263 103 3/21/2024
2.1.262 99 3/20/2024
2.1.261 99 3/20/2024
2.1.260 95 3/20/2024
2.1.259 96 3/20/2024
2.1.258 108 3/19/2024
2.1.257 121 3/19/2024
2.1.256 94 3/19/2024
2.1.255 108 3/19/2024
2.1.254 123 3/19/2024
2.1.253 116 3/19/2024
2.1.252 92 3/18/2024
2.1.251 112 3/16/2024
2.1.250 113 3/16/2024
2.1.249 127 3/16/2024
2.1.248 111 3/15/2024
2.1.247 111 3/14/2024
2.1.246 121 3/13/2024
2.1.245 117 3/13/2024
2.1.244 115 3/13/2024
2.1.243 120 3/13/2024
2.1.242 105 3/13/2024
2.1.241 113 3/13/2024
2.1.240 121 3/13/2024
2.1.239 111 3/13/2024
2.1.238 115 3/13/2024
2.1.237 103 3/12/2024
2.1.236 119 3/12/2024
2.1.235 111 3/12/2024
2.1.234 102 3/12/2024
2.1.233 96 3/12/2024
2.1.232 114 3/12/2024
2.1.231 109 3/11/2024
2.1.230 112 3/11/2024
2.1.229 93 3/11/2024
2.1.228 92 3/11/2024
2.1.227 107 3/10/2024
2.1.226 100 3/10/2024
2.1.225 101 3/10/2024
2.1.224 118 3/9/2024
2.1.223 114 3/8/2024
2.1.222 116 3/8/2024
2.1.221 112 3/8/2024
2.1.220 108 3/8/2024
2.1.219 115 3/8/2024
2.1.218 104 3/8/2024
2.1.217 108 3/6/2024
2.1.216 114 3/6/2024
2.1.215 119 3/4/2024
2.1.214 111 3/4/2024
2.1.213 113 3/4/2024
2.1.212 114 3/4/2024
2.1.211 122 3/4/2024
2.1.210 112 3/3/2024
2.1.209 123 3/3/2024
2.1.208 116 3/3/2024
2.1.207 122 3/3/2024
2.1.206 116 3/2/2024
2.1.205 116 3/2/2024
2.1.204 117 3/2/2024
2.1.203 112 3/2/2024
2.1.202 119 3/2/2024
2.1.201 102 3/2/2024
2.1.200 105 3/2/2024
2.1.199 115 2/29/2024
2.1.198 110 2/29/2024
2.1.197 105 2/29/2024
2.1.196 109 2/29/2024
2.1.195 103 2/29/2024
2.1.194 111 2/29/2024
2.1.193 110 2/29/2024
2.1.192 116 2/27/2024
2.1.191 99 2/26/2024
2.1.190 104 2/26/2024
2.1.189 110 2/25/2024
2.1.188 108 2/25/2024
2.1.187 111 2/25/2024
2.1.186 105 2/25/2024
2.1.185 111 2/24/2024
2.1.184 108 2/24/2024
2.1.183 106 2/23/2024
2.1.182 94 2/23/2024
2.1.181 109 2/22/2024
2.1.180 112 2/22/2024
2.1.179 116 2/22/2024
2.1.178 120 2/22/2024
2.1.177 100 2/22/2024
2.1.176 121 2/22/2024
2.1.175 105 2/21/2024
2.1.174 118 2/21/2024
2.1.173 103 2/21/2024
2.1.172 111 2/21/2024
2.1.171 112 2/21/2024
2.1.170 111 2/21/2024
2.1.169 104 2/21/2024
2.1.168 106 2/20/2024
2.1.167 97 2/20/2024
2.1.166 93 2/20/2024
2.1.165 113 2/20/2024
2.1.164 112 2/20/2024
2.1.163 103 2/20/2024
2.1.162 108 2/20/2024
2.1.161 102 2/20/2024
2.1.160 99 2/19/2024
2.1.159 96 2/19/2024
2.1.158 100 2/19/2024
2.1.157 103 2/19/2024
2.1.156 106 2/17/2024
2.1.155 101 2/17/2024
2.1.154 101 2/17/2024
2.1.153 99 2/17/2024
2.1.152 103 2/17/2024
2.1.151 105 2/16/2024
2.1.150 99 2/16/2024
2.1.149 102 2/16/2024
2.1.148 102 2/16/2024
2.1.147 102 2/16/2024
2.1.146 106 2/16/2024
2.1.145 103 2/16/2024
2.1.144 98 2/16/2024
2.1.143 101 2/14/2024
2.1.142 104 2/14/2024
2.1.141 100 2/14/2024
2.1.140 105 2/14/2024
2.1.139 104 2/13/2024
2.1.138 123 2/13/2024
2.1.137 96 2/13/2024
2.1.136 100 2/13/2024
2.1.135 103 2/13/2024
2.1.134 123 2/13/2024
2.1.133 109 2/13/2024
2.1.132 122 2/12/2024
2.1.131 114 2/12/2024
2.1.130 104 2/12/2024
2.1.129 122 2/12/2024
2.1.128 122 2/11/2024
2.1.127 116 2/11/2024
2.1.126 105 2/11/2024
2.1.125 108 2/11/2024
2.1.124 119 2/11/2024
2.1.123 113 2/11/2024
2.1.122 115 2/10/2024
2.1.121 111 2/10/2024
2.1.120 126 2/10/2024
2.1.119 122 2/10/2024
2.1.118 111 2/9/2024
2.1.117 123 2/9/2024
2.1.116 119 2/9/2024
2.1.115 127 2/9/2024
2.1.114 117 2/9/2024
2.1.113 101 2/9/2024
2.1.112 106 2/9/2024
2.1.111 109 2/8/2024
2.1.110 125 2/8/2024
2.1.109 125 2/8/2024
2.1.108 115 2/8/2024
2.1.107 107 2/8/2024
2.1.106 115 2/8/2024
2.1.105 124 2/7/2024
2.1.104 115 2/7/2024
2.1.103 123 2/7/2024
2.1.102 107 2/7/2024
2.1.101 122 2/7/2024
2.1.100 117 2/7/2024
2.1.99 126 2/7/2024
2.1.98 116 2/6/2024
2.1.97 113 2/6/2024
2.1.96 123 2/6/2024
2.1.95 97 2/5/2024
2.1.94 109 2/5/2024
2.1.93 111 2/5/2024
2.1.92 113 2/4/2024
2.1.91 94 2/4/2024
2.1.90 115 2/4/2024
2.1.89 115 2/3/2024
2.1.88 116 2/3/2024
2.1.87 112 2/2/2024
2.1.86 115 1/31/2024
2.1.85 93 1/31/2024
2.1.84 100 1/31/2024
2.1.83 103 1/31/2024
2.1.82 94 1/31/2024
2.1.81 101 1/30/2024
2.1.80 96 1/30/2024
2.1.79 105 1/30/2024
2.1.78 106 1/29/2024
2.1.77 103 1/29/2024
2.1.76 92 1/29/2024
2.1.75 107 1/29/2024
2.1.74 104 1/29/2024
2.1.73 109 1/28/2024
2.1.72 107 1/28/2024
2.1.71 90 1/28/2024
2.1.70 105 1/28/2024
2.1.69 102 1/28/2024
2.1.68 106 1/28/2024
2.1.67 108 1/28/2024
2.1.66 107 1/27/2024
2.1.65 109 1/27/2024
2.1.64 105 1/27/2024
2.1.63 110 1/27/2024
2.1.62 109 1/27/2024
2.1.61 102 1/27/2024
2.1.60 101 1/27/2024
2.1.59 91 1/27/2024
2.1.58 101 1/26/2024
2.1.57 107 1/26/2024
2.1.56 110 1/26/2024
2.1.55 103 1/26/2024
2.1.54 106 1/26/2024
2.1.53 108 1/26/2024
2.1.52 93 1/26/2024
2.1.51 88 1/26/2024
2.1.50 115 1/25/2024
2.1.49 101 1/25/2024
2.1.48 110 1/25/2024
2.1.47 108 1/25/2024
2.1.46 108 1/25/2024
2.1.45 107 1/19/2024
2.1.44 109 1/19/2024
2.1.43 117 1/16/2024
2.1.42 115 1/16/2024
2.1.41 112 1/15/2024
2.1.40 119 1/15/2024
2.1.39 112 1/15/2024
2.1.38 115 1/15/2024
2.1.37 120 1/15/2024
2.1.36 114 1/15/2024
2.1.35 94 1/15/2024
2.1.34 118 1/14/2024
2.1.33 110 1/14/2024
2.1.32 122 1/14/2024
2.1.31 113 1/14/2024
2.1.30 119 1/13/2024
2.1.29 115 1/13/2024
2.1.28 104 1/13/2024
2.1.27 114 1/13/2024
2.1.26 138 1/12/2024
2.1.25 97 1/12/2024
2.1.24 116 1/12/2024
2.1.23 103 1/11/2024
2.1.22 119 1/11/2024
2.1.21 89 1/11/2024
2.1.20 111 1/9/2024
2.1.19 109 1/8/2024
2.1.18 114 1/8/2024
2.1.17 122 1/8/2024
2.1.16 139 1/7/2024
2.1.15 128 1/6/2024
2.1.14 117 1/5/2024
2.1.13 126 1/5/2024
2.1.12 127 1/5/2024
2.1.11 89 1/5/2024
2.1.10 122 1/5/2024
2.1.9 122 1/5/2024
2.1.8 117 1/1/2024
2.1.7 105 1/1/2024
2.1.6 116 1/1/2024
2.1.5 139 1/1/2024
2.1.4 126 1/1/2024
2.1.3 129 12/31/2023
2.1.2 113 12/31/2023
2.1.1 122 12/31/2023