Soenneker.Utils.String.JaccardSimilarity 2.1.579

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 2.1.579                
NuGet\Install-Package Soenneker.Utils.String.JaccardSimilarity -Version 2.1.579                
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="2.1.579" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Utils.String.JaccardSimilarity --version 2.1.579                
#r "nuget: Soenneker.Utils.String.JaccardSimilarity, 2.1.579"                
#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=2.1.579

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

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 net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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