Soenneker.Utils.String.JaccardSimilarity 3.0.949

Prefix Reserved
dotnet add package Soenneker.Utils.String.JaccardSimilarity --version 3.0.949
                    
NuGet\Install-Package Soenneker.Utils.String.JaccardSimilarity -Version 3.0.949
                    
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.949" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Utils.String.JaccardSimilarity" Version="3.0.949" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.Utils.String.JaccardSimilarity" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Soenneker.Utils.String.JaccardSimilarity --version 3.0.949
                    
#r "nuget: Soenneker.Utils.String.JaccardSimilarity, 3.0.949"
                    
#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.
#addin nuget:?package=Soenneker.Utils.String.JaccardSimilarity&version=3.0.949
                    
Install Soenneker.Utils.String.JaccardSimilarity as a Cake Addin
#tool nuget:?package=Soenneker.Utils.String.JaccardSimilarity&version=3.0.949
                    
Install Soenneker.Utils.String.JaccardSimilarity as a Cake Tool

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