Soenneker.Utils.String.JaccardSimilarity 3.0.977

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