Soenneker.Utils.String.JaccardSimilarity 3.0.983

Prefix Reserved
dotnet add package Soenneker.Utils.String.JaccardSimilarity --version 3.0.983
                    
NuGet\Install-Package Soenneker.Utils.String.JaccardSimilarity -Version 3.0.983
                    
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.983" />
                    
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.983" />
                    
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.983
                    
#r "nuget: Soenneker.Utils.String.JaccardSimilarity, 3.0.983"
                    
#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.983
                    
#: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.983
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Utils.String.JaccardSimilarity&version=3.0.983
                    
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 86 6/27/2025
3.0.982 153 5/27/2025
3.0.981 145 5/22/2025
3.0.980 151 5/7/2025
3.0.979 149 5/5/2025
3.0.978 145 5/5/2025
3.0.977 147 5/5/2025
3.0.976 174 4/8/2025
3.0.975 176 4/8/2025
3.0.974 158 4/8/2025
3.0.973 159 4/8/2025
3.0.972 167 4/8/2025
3.0.971 171 4/8/2025
3.0.970 163 4/7/2025
3.0.969 166 4/7/2025
3.0.968 156 4/7/2025
3.0.967 160 4/7/2025
3.0.966 175 4/7/2025
3.0.965 163 4/7/2025
3.0.964 163 4/7/2025
3.0.963 158 4/6/2025
3.0.962 169 4/6/2025
3.0.961 140 4/6/2025
3.0.960 150 4/6/2025
3.0.959 138 4/6/2025
3.0.958 110 4/6/2025
3.0.957 120 4/6/2025
3.0.956 97 4/5/2025
3.0.955 91 4/5/2025
3.0.954 95 4/5/2025
3.0.953 94 4/5/2025
3.0.952 96 4/5/2025
3.0.951 93 4/5/2025
3.0.950 100 4/5/2025
3.0.949 162 4/4/2025
3.0.948 159 4/1/2025
3.0.947 162 3/31/2025
3.0.946 161 3/31/2025
3.0.945 91 3/29/2025
3.0.944 471 3/25/2025
3.0.943 474 3/25/2025
3.0.942 132 3/21/2025
3.0.941 139 3/21/2025
3.0.940 152 3/18/2025
3.0.939 149 3/18/2025
3.0.938 80 3/15/2025
3.0.937 80 3/15/2025
3.0.936 160 3/12/2025
3.0.935 163 3/12/2025
3.0.934 166 3/12/2025
3.0.933 158 3/11/2025
3.0.932 158 3/11/2025
3.0.931 161 3/11/2025
3.0.930 155 3/11/2025
3.0.929 161 3/11/2025
3.0.928 219 3/7/2025
3.0.927 224 3/7/2025
3.0.926 119 3/2/2025
3.0.925 98 3/2/2025
3.0.924 98 3/2/2025
3.0.923 101 3/2/2025
3.0.922 114 3/1/2025
3.0.921 102 3/1/2025
3.0.920 108 3/1/2025
3.0.919 100 3/1/2025
3.0.918 95 3/1/2025
3.0.917 105 2/25/2025
3.0.916 109 2/25/2025
3.0.915 102 2/25/2025
3.0.914 106 2/25/2025
3.0.913 103 2/24/2025
3.0.912 108 2/23/2025
3.0.911 104 2/23/2025
3.0.910 98 2/22/2025
3.0.909 106 2/22/2025
3.0.908 91 2/22/2025
3.0.907 107 2/22/2025
3.0.906 96 2/22/2025
3.0.905 99 2/21/2025
3.0.904 106 2/21/2025
3.0.903 114 2/21/2025
3.0.902 113 2/19/2025
3.0.901 108 2/19/2025
3.0.900 108 2/19/2025
3.0.899 109 2/18/2025
3.0.898 123 2/18/2025
3.0.897 121 2/18/2025
3.0.896 112 2/18/2025
3.0.895 96 2/14/2025
3.0.894 105 2/14/2025
3.0.893 102 2/13/2025
3.0.892 86 2/12/2025
3.0.891 101 2/12/2025
3.0.890 102 2/12/2025
3.0.889 108 2/12/2025
3.0.888 102 2/11/2025
3.0.887 92 2/11/2025
3.0.886 104 2/11/2025
3.0.885 91 2/11/2025
3.0.884 97 2/11/2025
3.0.883 109 2/11/2025
3.0.882 101 2/11/2025
3.0.881 108 2/10/2025
3.0.880 103 2/10/2025
3.0.879 115 2/10/2025
3.0.878 111 2/10/2025
3.0.877 115 2/9/2025
3.0.876 117 2/9/2025
3.0.875 112 2/9/2025
3.0.874 113 2/8/2025
3.0.873 118 2/8/2025
3.0.872 102 2/8/2025
3.0.871 108 2/8/2025
3.0.870 111 2/7/2025
3.0.869 120 2/7/2025
3.0.868 113 2/7/2025
3.0.867 102 2/7/2025
3.0.866 100 2/7/2025
3.0.865 90 2/7/2025
3.0.864 105 2/6/2025
3.0.863 115 2/5/2025
3.0.862 107 2/5/2025
3.0.861 97 2/5/2025
3.0.860 111 2/5/2025
3.0.859 106 2/5/2025
3.0.858 113 2/5/2025
3.0.857 111 1/28/2025
3.0.856 96 1/28/2025
3.0.855 97 1/28/2025
3.0.854 112 1/28/2025
3.0.853 90 1/27/2025
3.0.852 97 1/27/2025
3.0.851 95 1/27/2025
3.0.850 103 1/27/2025
3.0.849 94 1/26/2025
3.0.848 99 1/26/2025
3.0.847 107 1/26/2025
3.0.846 109 1/25/2025
3.0.845 100 1/25/2025
3.0.844 111 1/25/2025
3.0.843 94 1/25/2025
3.0.842 98 1/25/2025
3.0.841 100 1/25/2025
3.0.840 92 1/24/2025
3.0.839 105 1/24/2025
3.0.838 94 1/24/2025
3.0.837 99 1/24/2025
3.0.836 102 1/24/2025
3.0.835 94 1/23/2025
3.0.834 100 1/23/2025
3.0.833 107 1/21/2025
3.0.832 106 1/21/2025
3.0.831 103 1/21/2025
3.0.830 105 1/21/2025
3.0.829 97 1/21/2025
3.0.828 107 1/21/2025
3.0.827 103 1/21/2025
3.0.826 109 1/21/2025
3.0.825 104 1/21/2025
3.0.824 99 1/21/2025
3.0.823 99 1/20/2025
3.0.822 103 1/20/2025
3.0.821 95 1/20/2025
3.0.820 96 1/20/2025
3.0.819 106 1/20/2025
3.0.818 102 1/20/2025
3.0.817 106 1/20/2025
3.0.816 93 1/20/2025
3.0.815 102 1/19/2025
3.0.814 107 1/19/2025
3.0.813 95 1/19/2025
3.0.812 100 1/19/2025
3.0.811 92 1/19/2025
3.0.810 95 1/19/2025
3.0.809 98 1/19/2025
3.0.808 91 1/18/2025
3.0.807 99 1/18/2025
3.0.806 94 1/18/2025
3.0.805 91 1/18/2025
3.0.804 126 1/17/2025
3.0.803 97 1/17/2025
3.0.802 105 1/17/2025
3.0.801 98 1/17/2025
3.0.800 94 1/17/2025
3.0.799 84 1/17/2025
3.0.798 94 1/16/2025
3.0.797 92 1/16/2025
3.0.796 85 1/16/2025
3.0.795 96 1/16/2025
3.0.794 98 1/16/2025
3.0.793 91 1/16/2025
3.0.792 102 1/15/2025
3.0.791 91 1/15/2025
3.0.790 86 1/15/2025
3.0.789 94 1/15/2025
3.0.788 96 1/15/2025
3.0.787 70 1/15/2025
3.0.786 67 1/15/2025
3.0.785 82 1/14/2025
3.0.784 86 1/14/2025
3.0.783 82 1/14/2025
3.0.782 79 1/14/2025
3.0.781 95 1/13/2025
3.0.780 101 1/13/2025
3.0.779 89 1/13/2025
3.0.778 83 1/13/2025
3.0.777 88 1/13/2025
3.0.776 95 1/11/2025
3.0.775 107 1/11/2025
3.0.774 96 1/11/2025
3.0.773 99 1/11/2025
3.0.772 116 1/10/2025
3.0.771 116 1/10/2025
3.0.770 112 1/10/2025
3.0.769 110 1/10/2025
3.0.768 106 1/10/2025
3.0.767 127 1/3/2025
3.0.766 121 1/3/2025
3.0.765 111 1/2/2025
3.0.764 110 1/2/2025
3.0.763 104 1/2/2025
3.0.762 130 1/2/2025
3.0.761 120 1/1/2025
3.0.760 115 1/1/2025
3.0.759 115 1/1/2025
3.0.758 121 1/1/2025
3.0.757 121 1/1/2025
3.0.756 122 1/1/2025
3.0.755 123 1/1/2025
3.0.754 109 12/31/2024
3.0.753 108 12/31/2024
3.0.752 106 12/31/2024
3.0.751 131 12/31/2024
3.0.750 118 12/31/2024
3.0.749 120 12/31/2024
3.0.748 100 12/31/2024
3.0.747 101 12/31/2024
3.0.746 115 12/31/2024
3.0.745 102 12/31/2024
3.0.744 99 12/31/2024
3.0.743 103 12/28/2024
3.0.742 104 12/28/2024
3.0.741 103 12/27/2024
3.0.740 100 12/27/2024
3.0.739 108 12/24/2024
3.0.738 110 12/24/2024
3.0.737 97 12/24/2024
3.0.736 95 12/24/2024
3.0.735 107 12/24/2024
3.0.734 94 12/24/2024
3.0.733 97 12/23/2024
3.0.732 96 12/23/2024
3.0.731 108 12/23/2024
3.0.730 102 12/23/2024
3.0.729 107 12/23/2024
3.0.728 109 12/22/2024
3.0.727 93 12/22/2024
3.0.726 110 12/22/2024
3.0.725 109 12/22/2024
3.0.724 100 12/22/2024
3.0.723 106 12/22/2024
3.0.722 107 12/22/2024
3.0.721 110 12/21/2024
3.0.720 99 12/21/2024
3.0.719 107 12/21/2024
3.0.718 101 12/21/2024
3.0.717 109 12/21/2024
3.0.716 108 12/21/2024
3.0.715 105 12/21/2024
3.0.714 105 12/20/2024
3.0.713 108 12/20/2024
3.0.712 111 12/20/2024
3.0.711 99 12/20/2024
3.0.710 105 12/20/2024
3.0.709 96 12/19/2024
3.0.708 100 12/19/2024
3.0.707 105 12/19/2024
3.0.706 113 12/19/2024
3.0.705 120 12/18/2024
3.0.704 100 12/16/2024
3.0.703 97 12/16/2024
3.0.702 102 12/10/2024
3.0.701 101 12/10/2024
3.0.700 98 12/9/2024
3.0.699 96 12/9/2024
3.0.698 97 12/9/2024
3.0.697 101 12/9/2024
3.0.696 105 12/7/2024
3.0.694 98 12/6/2024
3.0.693 104 12/6/2024
3.0.692 100 12/6/2024
3.0.691 117 12/6/2024
3.0.690 99 12/6/2024
3.0.689 113 12/6/2024
3.0.688 110 12/6/2024
3.0.687 108 12/5/2024
3.0.686 104 12/5/2024
3.0.685 118 12/5/2024
3.0.684 104 12/5/2024
3.0.683 104 12/5/2024
3.0.682 112 12/5/2024
3.0.681 112 12/5/2024
3.0.680 121 12/4/2024
3.0.679 113 12/4/2024
3.0.678 111 12/4/2024
3.0.677 109 12/4/2024
3.0.676 117 12/4/2024
3.0.675 111 12/4/2024
3.0.674 113 12/4/2024
3.0.673 112 12/4/2024
3.0.672 111 12/4/2024
3.0.671 105 12/3/2024
3.0.670 117 12/3/2024
3.0.669 116 12/3/2024
3.0.668 116 12/3/2024
3.0.667 103 12/3/2024
3.0.666 101 12/3/2024
3.0.665 103 12/2/2024
3.0.664 109 12/2/2024
3.0.663 111 12/2/2024
3.0.662 113 12/2/2024
3.0.661 91 12/2/2024
3.0.660 109 12/1/2024
3.0.659 114 12/1/2024
3.0.658 98 12/1/2024
3.0.657 114 12/1/2024
3.0.656 113 11/29/2024
3.0.655 103 11/29/2024
3.0.654 111 11/29/2024
3.0.653 114 11/21/2024
3.0.652 114 11/21/2024
3.0.651 112 11/20/2024
3.0.650 111 11/20/2024
3.0.649 100 11/20/2024
3.0.648 107 11/20/2024
3.0.647 114 11/20/2024
3.0.646 98 11/19/2024
3.0.645 107 11/19/2024
3.0.644 103 11/19/2024
3.0.643 99 11/19/2024
3.0.642 102 11/19/2024
3.0.641 90 11/19/2024
3.0.640 101 11/15/2024
3.0.639 105 11/14/2024
3.0.638 102 11/14/2024
3.0.637 107 11/14/2024
3.0.636 106 11/14/2024
3.0.635 101 11/14/2024
3.0.634 105 11/14/2024
3.0.633 107 11/14/2024
3.0.632 107 11/14/2024
3.0.631 110 11/14/2024
3.0.630 104 11/14/2024
3.0.629 107 11/14/2024
2.1.628 109 11/13/2024
2.1.627 102 11/13/2024
2.1.626 117 11/13/2024
2.1.625 129 11/12/2024
2.1.624 124 11/12/2024
2.1.623 119 11/9/2024
2.1.622 122 11/9/2024
2.1.621 115 11/9/2024
2.1.620 99 11/8/2024
2.1.619 113 11/8/2024
2.1.618 113 11/8/2024
2.1.617 111 11/8/2024
2.1.616 99 11/8/2024
2.1.615 104 11/6/2024
2.1.614 110 11/1/2024
2.1.613 105 11/1/2024
2.1.612 104 11/1/2024
2.1.611 107 10/29/2024
2.1.610 104 10/29/2024
2.1.609 103 10/29/2024
2.1.608 100 10/29/2024
2.1.607 94 10/29/2024
2.1.606 112 10/28/2024
2.1.605 104 10/26/2024
2.1.604 109 10/26/2024
2.1.603 109 10/22/2024
2.1.602 99 10/22/2024
2.1.601 105 10/22/2024
2.1.600 117 10/22/2024
2.1.599 106 10/22/2024
2.1.598 111 10/18/2024
2.1.597 107 10/17/2024
2.1.596 112 10/17/2024
2.1.595 114 10/15/2024
2.1.594 104 10/15/2024
2.1.593 106 10/14/2024
2.1.592 109 10/12/2024
2.1.591 103 10/12/2024
2.1.590 106 10/11/2024
2.1.589 114 10/9/2024
2.1.588 100 10/9/2024
2.1.587 106 10/9/2024
2.1.586 107 10/9/2024
2.1.585 104 10/8/2024
2.1.584 114 10/8/2024
2.1.583 103 10/8/2024
2.1.582 128 10/8/2024
2.1.581 111 10/8/2024
2.1.580 107 10/3/2024
2.1.579 96 10/3/2024
2.1.578 116 10/3/2024
2.1.577 103 10/3/2024
2.1.576 104 10/3/2024
2.1.575 108 10/2/2024
2.1.574 109 10/2/2024
2.1.573 109 10/2/2024
2.1.572 113 10/2/2024
2.1.571 99 10/1/2024
2.1.570 119 10/1/2024
2.1.569 100 10/1/2024
2.1.568 109 10/1/2024
2.1.567 115 10/1/2024
2.1.566 104 9/29/2024
2.1.565 105 9/29/2024
2.1.564 109 9/29/2024
2.1.563 101 9/29/2024
2.1.562 109 9/27/2024
2.1.561 121 9/27/2024
2.1.560 109 9/27/2024
2.1.559 123 9/27/2024
2.1.558 112 9/27/2024
2.1.557 112 9/27/2024
2.1.556 108 9/27/2024
2.1.555 107 9/26/2024
2.1.554 116 9/26/2024
2.1.553 111 9/26/2024
2.1.552 108 9/26/2024
2.1.551 101 9/26/2024
2.1.550 114 9/26/2024
2.1.549 119 9/26/2024
2.1.548 117 9/26/2024
2.1.547 111 9/23/2024
2.1.546 99 9/23/2024
2.1.545 109 9/23/2024
2.1.544 107 9/23/2024
2.1.543 103 9/23/2024
2.1.542 114 9/23/2024
2.1.541 114 9/23/2024
2.1.540 107 9/23/2024
2.1.539 141 9/18/2024
2.1.538 106 9/18/2024
2.1.537 111 9/18/2024
2.1.536 121 9/18/2024
2.1.535 106 9/18/2024
2.1.534 114 9/17/2024
2.1.533 114 9/17/2024
2.1.531 116 9/17/2024
2.1.530 119 9/17/2024
2.1.529 119 9/17/2024
2.1.528 124 9/17/2024
2.1.527 118 9/17/2024
2.1.526 107 9/16/2024
2.1.525 128 9/16/2024
2.1.524 120 9/12/2024
2.1.523 124 9/12/2024
2.1.522 128 9/12/2024
2.1.521 127 9/12/2024
2.1.520 129 9/11/2024
2.1.519 120 9/11/2024
2.1.517 123 9/11/2024
2.1.516 136 9/11/2024
2.1.515 120 9/10/2024
2.1.514 113 9/10/2024
2.1.513 116 9/10/2024
2.1.512 119 9/10/2024
2.1.511 120 9/10/2024
2.1.510 123 9/10/2024
2.1.509 113 9/9/2024
2.1.508 119 9/9/2024
2.1.507 124 9/9/2024
2.1.506 114 9/9/2024
2.1.505 113 9/9/2024
2.1.504 130 9/9/2024
2.1.503 133 9/7/2024
2.1.502 119 9/7/2024
2.1.501 128 9/6/2024
2.1.500 124 9/6/2024
2.1.499 124 9/6/2024
2.1.498 124 9/6/2024
2.1.497 124 9/5/2024
2.1.496 129 9/5/2024
2.1.495 126 9/5/2024
2.1.494 129 9/5/2024
2.1.493 115 9/5/2024
2.1.492 124 9/5/2024
2.1.491 128 9/5/2024
2.1.490 126 9/4/2024
2.1.489 126 9/4/2024
2.1.488 124 9/3/2024
2.1.487 120 9/3/2024
2.1.486 123 9/3/2024
2.1.485 122 9/3/2024
2.1.484 114 9/3/2024
2.1.483 119 8/29/2024
2.1.482 119 8/29/2024
2.1.481 113 8/29/2024
2.1.480 127 8/26/2024
2.1.479 121 8/26/2024
2.1.478 128 8/26/2024
2.1.477 141 8/21/2024
2.1.476 142 8/21/2024
2.1.475 134 8/21/2024
2.1.474 123 8/21/2024
2.1.473 152 8/20/2024
2.1.472 139 8/20/2024
2.1.471 134 8/20/2024
2.1.470 138 8/20/2024
2.1.469 134 8/20/2024
2.1.468 139 8/20/2024
2.1.467 141 8/19/2024
2.1.466 130 8/15/2024
2.1.465 137 8/15/2024
2.1.464 134 8/15/2024
2.1.463 138 8/14/2024
2.1.462 134 8/14/2024
2.1.461 134 8/14/2024
2.1.460 135 8/13/2024
2.1.459 125 8/7/2024
2.1.458 119 8/7/2024
2.1.457 116 8/7/2024
2.1.456 108 8/6/2024
2.1.455 102 8/6/2024
2.1.454 83 8/1/2024
2.1.453 93 8/1/2024
2.1.452 96 8/1/2024
2.1.450 105 7/25/2024
2.1.449 113 7/25/2024
2.1.448 106 7/25/2024
2.1.447 110 7/25/2024
2.1.446 107 7/25/2024
2.1.445 113 7/25/2024
2.1.444 108 7/24/2024
2.1.442 113 7/20/2024
2.1.441 112 7/20/2024
2.1.440 125 7/20/2024
2.1.439 108 7/14/2024
2.1.438 115 7/14/2024
2.1.437 103 7/14/2024
2.1.436 108 7/14/2024
2.1.435 105 7/14/2024
2.1.434 111 7/10/2024
2.1.433 115 7/10/2024
2.1.432 112 7/10/2024
2.1.431 111 7/10/2024
2.1.429 100 7/10/2024
2.1.428 83 7/10/2024
2.1.427 115 7/10/2024
2.1.426 119 7/10/2024
2.1.424 115 7/10/2024
2.1.423 120 7/9/2024
2.1.422 105 7/9/2024
2.1.421 97 7/9/2024
2.1.420 108 7/9/2024
2.1.419 119 7/9/2024
2.1.418 103 7/9/2024
2.1.417 107 7/9/2024
2.1.416 116 7/9/2024
2.1.415 116 7/8/2024
2.1.414 128 7/8/2024
2.1.413 127 7/8/2024
2.1.412 114 7/8/2024
2.1.411 126 7/8/2024
2.1.410 120 7/7/2024
2.1.409 112 7/7/2024
2.1.408 129 7/3/2024
2.1.407 119 7/3/2024
2.1.406 113 7/3/2024
2.1.405 120 7/3/2024
2.1.404 117 7/3/2024
2.1.403 100 7/3/2024
2.1.402 129 6/27/2024
2.1.401 132 6/27/2024
2.1.400 130 6/27/2024
2.1.399 123 6/22/2024
2.1.398 134 6/22/2024
2.1.397 131 6/22/2024
2.1.396 109 6/16/2024
2.1.395 117 6/15/2024
2.1.394 110 6/15/2024
2.1.393 120 6/15/2024
2.1.392 124 6/15/2024
2.1.391 120 6/15/2024
2.1.390 110 6/15/2024
2.1.389 113 6/15/2024
2.1.388 111 6/14/2024
2.1.387 111 6/14/2024
2.1.386 117 6/4/2024
2.1.385 113 6/4/2024
2.1.384 128 6/2/2024
2.1.383 124 6/1/2024
2.1.382 118 6/1/2024
2.1.381 119 6/1/2024
2.1.380 120 6/1/2024
2.1.379 121 6/1/2024
2.1.378 122 6/1/2024
2.1.377 108 6/1/2024
2.1.376 118 5/31/2024
2.1.375 122 5/31/2024
2.1.374 98 5/31/2024
2.1.373 115 5/31/2024
2.1.372 122 5/29/2024
2.1.371 122 5/29/2024
2.1.370 114 5/29/2024
2.1.369 138 5/29/2024
2.1.368 125 5/28/2024
2.1.367 115 5/28/2024
2.1.366 114 5/28/2024
2.1.365 111 5/28/2024
2.1.364 116 5/28/2024
2.1.363 109 5/27/2024
2.1.362 125 5/27/2024
2.1.361 115 5/27/2024
2.1.360 116 5/26/2024
2.1.359 130 5/26/2024
2.1.358 119 5/26/2024
2.1.357 135 5/26/2024
2.1.356 123 5/26/2024
2.1.355 131 5/26/2024
2.1.354 121 5/25/2024
2.1.353 117 5/25/2024
2.1.352 120 5/25/2024
2.1.351 118 5/25/2024
2.1.350 126 5/25/2024
2.1.349 132 5/25/2024
2.1.348 129 5/23/2024
2.1.347 122 5/23/2024
2.1.346 119 5/23/2024
2.1.345 125 5/23/2024
2.1.344 127 5/23/2024
2.1.343 118 5/23/2024
2.1.342 128 5/22/2024
2.1.341 125 5/22/2024
2.1.340 135 5/22/2024
2.1.339 127 5/22/2024
2.1.338 115 5/18/2024
2.1.337 111 5/18/2024
2.1.336 116 5/18/2024
2.1.335 119 5/17/2024
2.1.334 123 5/17/2024
2.1.333 119 5/17/2024
2.1.332 126 5/17/2024
2.1.331 120 5/16/2024
2.1.330 104 5/16/2024
2.1.329 118 5/16/2024
2.1.328 117 5/15/2024
2.1.327 109 5/15/2024
2.1.326 122 5/15/2024
2.1.325 111 5/13/2024
2.1.324 125 5/13/2024
2.1.323 117 5/13/2024
2.1.322 111 5/12/2024
2.1.321 139 4/30/2024
2.1.320 136 4/30/2024
2.1.319 123 4/30/2024
2.1.318 126 4/30/2024
2.1.317 129 4/29/2024
2.1.316 119 4/29/2024
2.1.315 127 4/29/2024
2.1.314 119 4/29/2024
2.1.313 116 4/28/2024
2.1.312 125 4/28/2024
2.1.311 122 4/28/2024
2.1.310 123 4/28/2024
2.1.309 124 4/28/2024
2.1.308 121 4/28/2024
2.1.307 122 4/28/2024
2.1.306 118 4/28/2024
2.1.305 122 4/27/2024
2.1.304 141 4/20/2024
2.1.303 130 4/20/2024
2.1.302 124 4/19/2024
2.1.301 116 4/19/2024
2.1.300 105 4/19/2024
2.1.299 113 4/19/2024
2.1.298 118 4/19/2024
2.1.297 118 4/18/2024
2.1.296 149 4/13/2024
2.1.295 132 4/13/2024
2.1.294 123 4/13/2024
2.1.293 135 4/13/2024
2.1.292 118 4/12/2024
2.1.291 123 4/12/2024
2.1.290 124 4/12/2024
2.1.289 124 4/12/2024
2.1.288 125 4/12/2024
2.1.287 129 4/12/2024
2.1.286 124 4/12/2024
2.1.285 121 4/12/2024
2.1.284 126 4/11/2024
2.1.283 121 4/10/2024
2.1.282 118 4/10/2024
2.1.281 123 4/10/2024
2.1.280 125 4/10/2024
2.1.279 124 4/10/2024
2.1.278 116 4/3/2024
2.1.277 137 4/2/2024
2.1.276 123 4/2/2024
2.1.275 102 4/2/2024
2.1.274 143 4/2/2024
2.1.273 112 4/2/2024
2.1.272 572 3/30/2024
2.1.271 131 3/29/2024
2.1.270 133 3/29/2024
2.1.269 131 3/25/2024
2.1.268 120 3/25/2024
2.1.267 125 3/25/2024
2.1.266 131 3/25/2024
2.1.265 129 3/25/2024
2.1.264 133 3/21/2024
2.1.263 132 3/21/2024
2.1.262 121 3/20/2024
2.1.261 125 3/20/2024
2.1.260 115 3/20/2024
2.1.259 114 3/20/2024
2.1.258 132 3/19/2024
2.1.257 139 3/19/2024
2.1.256 114 3/19/2024
2.1.255 134 3/19/2024
2.1.254 141 3/19/2024
2.1.253 138 3/19/2024
2.1.252 115 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 144 3/13/2024
2.1.245 142 3/13/2024
2.1.244 138 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 138 3/13/2024
2.1.239 126 3/13/2024
2.1.238 141 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 121 3/11/2024
2.1.228 117 3/11/2024
2.1.227 128 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 140 3/8/2024
2.1.218 121 3/8/2024
2.1.217 142 3/6/2024
2.1.216 135 3/6/2024
2.1.215 149 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 149 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 134 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 130 2/26/2024
2.1.189 133 2/25/2024
2.1.188 132 2/25/2024
2.1.187 137 2/25/2024
2.1.186 132 2/25/2024
2.1.185 130 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 139 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 131 2/20/2024
2.1.162 140 2/20/2024
2.1.161 131 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 131 2/17/2024
2.1.155 123 2/17/2024
2.1.154 129 2/17/2024
2.1.153 123 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 140 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 122 2/13/2024
2.1.132 144 2/12/2024
2.1.131 134 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 143 2/9/2024
2.1.116 141 2/9/2024
2.1.115 152 2/9/2024
2.1.114 144 2/9/2024
2.1.113 124 2/9/2024
2.1.112 126 2/9/2024
2.1.111 132 2/8/2024
2.1.110 142 2/8/2024
2.1.109 146 2/8/2024
2.1.108 133 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 137 2/7/2024
2.1.99 141 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 128 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 123 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 130 1/27/2024
2.1.65 128 1/27/2024
2.1.64 119 1/27/2024
2.1.63 138 1/27/2024
2.1.62 126 1/27/2024
2.1.61 123 1/27/2024
2.1.60 120 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 146 1/15/2024
2.1.39 133 1/15/2024
2.1.38 139 1/15/2024
2.1.37 141 1/15/2024
2.1.36 135 1/15/2024
2.1.35 119 1/15/2024
2.1.34 142 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 124 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 135 1/5/2024
2.1.13 145 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 158 1/1/2024
2.1.4 144 1/1/2024
2.1.3 148 12/31/2023
2.1.2 133 12/31/2023
2.1.1 149 12/31/2023