Soenneker.Utils.String.CosineSimilarity 3.0.970

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Utils.String.CosineSimilarity --version 3.0.970
                    
NuGet\Install-Package Soenneker.Utils.String.CosineSimilarity -Version 3.0.970
                    
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.CosineSimilarity" Version="3.0.970" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Utils.String.CosineSimilarity" Version="3.0.970" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.Utils.String.CosineSimilarity" />
                    
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.CosineSimilarity --version 3.0.970
                    
#r "nuget: Soenneker.Utils.String.CosineSimilarity, 3.0.970"
                    
#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.CosineSimilarity@3.0.970
                    
#: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.CosineSimilarity&version=3.0.970
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Utils.String.CosineSimilarity&version=3.0.970
                    
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.CosineSimilarity

A utility library for comparing strings via Cosine Similarity

Installation

dotnet add package Soenneker.Utils.String.CosineSimularity

Why?

Imagine you have two sentences or documents. Cosine similarity helps you figure out how similar they are by looking at the -words- they share. Here's why it's handy:

Easy to Understand:

Cosine similarity is easy to understand. It's a number between 0 and 1 that represents how similar two documents are. The closer to 1, the more similar they are.

Not Bothered by Length:

Whether a text is long or short doesn't throw off cosine similarity. It cares more about the words and their relationships than the total number of words.

Meaning, Not Just Frequency:

It focuses on the meaning of words, not just how often they show up. So, even if one document has a lot more words than another, they might still be considered similar if they share important terms.

Efficient for Big Tasks:

When you're dealing with lots of documents or a ton of text, cosine similarity is efficient. It doesn't get bogged down by complicated calculations, making it a practical choice for large datasets.

Usage

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

double result = CosineSimilarityStringUtil.CalculateSimilarityPercentage(text1, text2); // 75
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.

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