Soenneker.Utils.String.CosineSimilarity 3.0.896

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.896
                    
NuGet\Install-Package Soenneker.Utils.String.CosineSimilarity -Version 3.0.896
                    
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.896" />
                    
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.896" />
                    
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.896
                    
#r "nuget: Soenneker.Utils.String.CosineSimilarity, 3.0.896"
                    
#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.896
                    
#: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.896
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Utils.String.CosineSimilarity&version=3.0.896
                    
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 293 9/16/2025
3.0.1019 167 9/9/2025
3.0.1018 165 9/3/2025
3.0.1017 176 9/3/2025
3.0.1016 175 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 110 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 1,016 6/11/2025
3.0.1001 322 6/10/2025
3.0.1000 179 6/2/2025
3.0.999 182 5/27/2025
3.0.998 173 5/27/2025
3.0.997 176 5/27/2025
3.0.996 127 5/25/2025
3.0.995 170 5/23/2025
3.0.994 183 5/23/2025
3.0.993 153 5/22/2025
3.0.992 174 5/22/2025
3.0.991 267 5/14/2025
3.0.990 188 5/8/2025
3.0.989 191 5/8/2025
3.0.988 175 5/7/2025
3.0.987 197 5/7/2025
3.0.986 180 5/5/2025
3.0.985 173 5/5/2025
3.0.984 188 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 136 4/27/2025
3.0.978 121 4/26/2025
3.0.977 210 4/9/2025
3.0.976 182 4/8/2025
3.0.975 193 4/8/2025
3.0.974 206 4/8/2025
3.0.973 210 4/8/2025
3.0.972 188 4/8/2025
3.0.971 193 4/8/2025
3.0.970 203 4/8/2025
3.0.969 189 4/8/2025
3.0.968 200 4/8/2025
3.0.967 197 4/7/2025
3.0.966 199 4/7/2025
3.0.965 195 4/7/2025
3.0.964 191 4/7/2025
3.0.963 205 4/7/2025
3.0.962 202 4/7/2025
3.0.961 194 4/7/2025
3.0.960 216 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 203 4/6/2025
3.0.954 181 4/6/2025
3.0.953 182 4/6/2025
3.0.952 175 4/6/2025
3.0.951 153 4/6/2025
3.0.950 155 4/6/2025
3.0.949 160 4/6/2025
3.0.948 144 4/6/2025
3.0.947 149 4/6/2025
3.0.946 133 4/5/2025
3.0.945 115 4/5/2025
3.0.944 135 4/5/2025
3.0.943 134 4/5/2025
3.0.942 106 4/5/2025
3.0.941 124 4/5/2025
3.0.940 128 4/4/2025
3.0.939 197 4/3/2025
3.0.938 198 4/1/2025
3.0.937 205 3/31/2025
3.0.936 201 3/31/2025
3.0.935 123 3/29/2025
3.0.934 501 3/25/2025
3.0.933 511 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 189 3/18/2025
3.0.928 123 3/15/2025
3.0.927 102 3/15/2025
3.0.926 198 3/12/2025
3.0.925 203 3/12/2025
3.0.924 206 3/11/2025
3.0.923 205 3/11/2025
3.0.922 215 3/11/2025
3.0.921 203 3/11/2025
3.0.920 201 3/11/2025
3.0.919 196 3/11/2025
3.0.918 243 3/7/2025
3.0.917 248 3/7/2025
3.0.916 158 3/2/2025
3.0.915 133 3/2/2025
3.0.914 144 3/2/2025
3.0.913 134 3/2/2025
3.0.912 150 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 133 3/1/2025
3.0.907 142 3/1/2025
3.0.906 130 3/1/2025
3.0.905 129 3/1/2025
3.0.904 130 3/1/2025
3.0.903 139 3/1/2025
3.0.902 155 3/1/2025
3.0.901 133 3/1/2025
3.0.900 142 2/25/2025
3.0.899 134 2/25/2025
3.0.898 138 2/25/2025
3.0.897 130 2/24/2025
3.0.896 131 2/24/2025
3.0.895 154 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 144 2/22/2025
3.0.887 162 2/21/2025
3.0.886 149 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 129 2/19/2025
3.0.880 150 2/18/2025
3.0.879 146 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 142 2/18/2025
3.0.874 136 2/14/2025
3.0.873 140 2/14/2025
3.0.872 150 2/13/2025
3.0.871 142 2/13/2025
3.0.870 137 2/12/2025
3.0.869 158 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 146 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 146 2/10/2025
3.0.854 151 2/10/2025
3.0.853 149 2/9/2025
3.0.852 124 2/8/2025
3.0.851 125 2/8/2025
3.0.850 127 2/8/2025
3.0.849 131 2/8/2025
3.0.848 132 2/8/2025
3.0.847 136 2/8/2025
3.0.846 127 2/7/2025
3.0.845 141 2/7/2025
3.0.844 144 2/7/2025
3.0.843 146 2/7/2025
3.0.842 147 2/7/2025
3.0.841 124 2/7/2025
3.0.840 132 2/7/2025
3.0.839 133 2/7/2025
3.0.838 139 2/7/2025
3.0.837 143 2/7/2025
3.0.836 148 2/6/2025
3.0.835 152 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 127 1/28/2025
3.0.828 119 1/28/2025
3.0.827 124 1/28/2025
3.0.826 141 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 117 1/27/2025
3.0.821 123 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 107 1/26/2025
3.0.816 113 1/25/2025
3.0.815 128 1/25/2025
3.0.814 137 1/25/2025
3.0.813 129 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 121 1/23/2025
3.0.807 125 1/23/2025
3.0.806 121 1/21/2025
3.0.805 134 1/21/2025
3.0.804 139 1/21/2025
3.0.803 135 1/21/2025
3.0.802 133 1/21/2025
3.0.801 139 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 123 1/20/2025
3.0.795 135 1/20/2025
3.0.794 122 1/20/2025
3.0.793 137 1/20/2025
3.0.792 131 1/20/2025
3.0.791 135 1/20/2025
3.0.790 139 1/20/2025
3.0.789 129 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 115 1/19/2025
3.0.784 130 1/18/2025
3.0.783 131 1/18/2025
3.0.782 118 1/18/2025
3.0.781 133 1/18/2025
3.0.780 120 1/17/2025
3.0.779 134 1/17/2025
3.0.778 133 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 137 1/15/2025
3.0.771 128 1/15/2025
3.0.770 132 1/15/2025
3.0.769 112 1/15/2025
3.0.768 100 1/15/2025
3.0.767 102 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 131 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 128 1/11/2025
3.0.753 135 1/10/2025
3.0.752 119 1/10/2025
3.0.751 140 1/10/2025
3.0.750 124 1/10/2025
3.0.749 126 1/10/2025
3.0.748 153 1/3/2025
3.0.747 157 1/3/2025
3.0.746 148 1/3/2025
3.0.745 139 1/3/2025
3.0.744 141 1/2/2025
3.0.743 144 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 157 1/1/2025
3.0.738 149 1/1/2025
3.0.737 156 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 123 12/31/2024
3.0.731 128 12/31/2024
3.0.730 150 12/31/2024
3.0.729 155 12/31/2024
3.0.728 134 12/31/2024
3.0.727 136 12/31/2024
3.0.726 139 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 132 12/28/2024
3.0.721 131 12/27/2024
3.0.720 145 12/27/2024
3.0.719 141 12/24/2024
3.0.718 137 12/24/2024
3.0.717 150 12/24/2024
3.0.716 153 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 136 12/23/2024
3.0.711 139 12/23/2024
3.0.710 138 12/23/2024
3.0.709 123 12/23/2024
3.0.708 145 12/23/2024
3.0.707 139 12/23/2024
3.0.706 139 12/22/2024
3.0.705 140 12/22/2024
3.0.704 147 12/22/2024
3.0.703 150 12/22/2024
3.0.702 130 12/22/2024
3.0.701 145 12/21/2024
3.0.700 140 12/21/2024
3.0.699 153 12/21/2024
3.0.698 134 12/21/2024
3.0.697 141 12/21/2024
3.0.696 133 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 141 12/20/2024
3.0.691 135 12/20/2024
3.0.690 141 12/19/2024
3.0.689 149 12/19/2024
3.0.688 145 12/19/2024
3.0.687 144 12/19/2024
3.0.686 141 12/18/2024
3.0.685 130 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 140 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 140 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 131 12/6/2024
3.0.670 156 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 142 12/6/2024
3.0.663 140 12/6/2024
3.0.661 157 12/6/2024
3.0.660 152 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 149 12/4/2024
3.0.654 125 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 166 12/3/2024
3.0.647 140 12/3/2024
3.0.646 176 12/3/2024
3.0.645 146 12/2/2024
3.0.644 147 12/2/2024
3.0.643 155 12/2/2024
3.0.642 147 12/2/2024
3.0.641 149 12/2/2024
3.0.640 156 12/1/2024
3.0.639 138 12/1/2024
3.0.638 143 12/1/2024
3.0.637 159 12/1/2024
3.0.636 133 11/29/2024
3.0.635 147 11/29/2024
3.0.634 139 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 130 11/20/2024
3.0.629 137 11/20/2024
3.0.628 145 11/20/2024
3.0.627 136 11/20/2024
3.0.626 148 11/20/2024
3.0.625 160 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 138 11/19/2024
3.0.620 136 11/19/2024
3.0.619 148 11/19/2024
3.0.618 148 11/15/2024
3.0.617 149 11/14/2024
3.0.616 123 11/14/2024
3.0.615 147 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 137 11/14/2024
3.0.610 141 11/14/2024
3.0.609 156 11/14/2024
3.0.608 144 11/14/2024
3.0.607 142 11/14/2024
3.0.606 143 11/14/2024
2.1.605 145 11/13/2024
2.1.604 156 11/13/2024
2.1.603 160 11/13/2024
2.1.602 152 11/13/2024
2.1.601 147 11/12/2024
2.1.600 149 11/9/2024
2.1.599 140 11/9/2024
2.1.598 136 11/9/2024
2.1.597 147 11/8/2024
2.1.596 147 11/8/2024
2.1.595 136 11/8/2024
2.1.594 158 11/8/2024
2.1.593 150 11/8/2024
2.1.592 138 11/6/2024
2.1.591 149 11/1/2024
2.1.590 151 11/1/2024
2.1.589 152 11/1/2024
2.1.588 129 10/31/2024
2.1.586 157 10/29/2024
2.1.585 156 10/29/2024
2.1.584 134 10/29/2024
2.1.583 134 10/29/2024
2.1.582 128 10/28/2024
2.1.581 136 10/26/2024
2.1.580 150 10/26/2024
2.1.579 163 10/22/2024
2.1.578 129 10/22/2024
2.1.577 125 10/22/2024
2.1.576 139 10/22/2024
2.1.575 106 10/22/2024
2.1.574 138 10/22/2024
2.1.573 137 10/18/2024
2.1.572 145 10/17/2024
2.1.571 569 10/17/2024
2.1.570 137 10/15/2024
2.1.569 135 10/14/2024
2.1.568 154 10/12/2024
2.1.567 148 10/12/2024
2.1.566 162 10/11/2024
2.1.565 174 10/9/2024
2.1.564 145 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 138 10/8/2024
2.1.559 146 10/8/2024
2.1.558 120 10/8/2024
2.1.557 140 10/8/2024
2.1.556 148 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 139 10/2/2024
2.1.551 139 10/2/2024
2.1.550 145 10/2/2024
2.1.549 151 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 149 10/1/2024
2.1.544 160 9/29/2024
2.1.543 153 9/29/2024
2.1.542 148 9/29/2024
2.1.541 152 9/29/2024
2.1.540 154 9/27/2024
2.1.539 150 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 154 9/27/2024
2.1.534 136 9/27/2024
2.1.533 160 9/26/2024
2.1.532 148 9/26/2024
2.1.531 138 9/26/2024
2.1.530 145 9/26/2024
2.1.529 152 9/26/2024
2.1.528 148 9/26/2024
2.1.527 141 9/26/2024
2.1.526 140 9/26/2024
2.1.525 152 9/23/2024
2.1.524 154 9/23/2024
2.1.523 149 9/23/2024
2.1.522 142 9/23/2024
2.1.521 143 9/23/2024
2.1.520 157 9/23/2024
2.1.519 137 9/23/2024
2.1.518 142 9/23/2024
2.1.517 151 9/18/2024
2.1.516 130 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 137 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 154 9/17/2024
2.1.506 155 9/17/2024
2.1.505 155 9/17/2024
2.1.504 152 9/16/2024
2.1.503 157 9/16/2024
2.1.502 158 9/16/2024
2.1.501 148 9/12/2024
2.1.500 154 9/12/2024
2.1.499 188 9/11/2024
2.1.498 160 9/11/2024
2.1.497 175 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 184 9/10/2024
2.1.492 162 9/10/2024
2.1.491 167 9/10/2024
2.1.490 162 9/10/2024
2.1.489 170 9/9/2024
2.1.487 187 9/9/2024
2.1.485 165 9/9/2024
2.1.484 162 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 169 9/6/2024
2.1.478 174 9/6/2024
2.1.477 179 9/5/2024
2.1.476 156 9/5/2024
2.1.475 175 9/5/2024
2.1.474 171 9/5/2024
2.1.473 177 9/5/2024
2.1.472 167 9/5/2024
2.1.471 175 9/5/2024
2.1.470 143 9/4/2024
2.1.469 151 9/4/2024
2.1.468 175 9/3/2024
2.1.467 158 9/3/2024
2.1.466 165 9/3/2024
2.1.465 158 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 153 8/26/2024
2.1.457 183 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 183 8/20/2024
2.1.452 169 8/20/2024
2.1.451 166 8/20/2024
2.1.450 160 8/20/2024
2.1.449 179 8/20/2024
2.1.448 187 8/20/2024
2.1.447 173 8/19/2024
2.1.446 172 8/15/2024
2.1.445 178 8/15/2024
2.1.444 171 8/15/2024
2.1.443 171 8/14/2024
2.1.442 173 8/14/2024
2.1.441 180 8/13/2024
2.1.440 181 8/13/2024
2.1.439 147 8/7/2024
2.1.438 155 8/7/2024
2.1.437 135 8/7/2024
2.1.436 128 8/6/2024
2.1.435 150 8/1/2024
2.1.434 150 8/1/2024
2.1.432 139 7/25/2024
2.1.431 130 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 153 7/25/2024
2.1.425 144 7/24/2024
2.1.423 164 7/20/2024
2.1.422 164 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 138 7/14/2024
2.1.416 138 7/10/2024
2.1.415 148 7/10/2024
2.1.414 134 7/10/2024
2.1.413 161 7/10/2024
2.1.411 157 7/10/2024
2.1.410 125 7/10/2024
2.1.409 156 7/10/2024
2.1.408 153 7/10/2024
2.1.407 177 7/10/2024
2.1.405 166 7/10/2024
2.1.404 170 7/9/2024
2.1.402 130 7/9/2024
2.1.401 155 7/9/2024
2.1.400 137 7/9/2024
2.1.399 169 7/9/2024
2.1.398 163 7/9/2024
2.1.397 159 7/9/2024
2.1.396 161 7/9/2024
2.1.395 171 7/9/2024
2.1.394 155 7/8/2024
2.1.393 163 7/8/2024
2.1.392 169 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 149 7/7/2024
2.1.387 150 7/7/2024
2.1.386 180 7/3/2024
2.1.385 180 7/3/2024
2.1.384 150 7/3/2024
2.1.383 153 7/3/2024
2.1.382 160 7/3/2024
2.1.381 171 6/27/2024
2.1.380 153 6/27/2024
2.1.379 169 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 169 6/15/2024
2.1.374 169 6/15/2024
2.1.373 175 6/15/2024
2.1.372 170 6/15/2024
2.1.371 182 6/15/2024
2.1.370 158 6/15/2024
2.1.369 166 6/15/2024
2.1.368 175 6/15/2024
2.1.367 161 6/14/2024
2.1.366 165 6/14/2024
2.1.365 169 6/4/2024
2.1.364 183 6/4/2024
2.1.363 179 6/2/2024
2.1.362 169 6/1/2024
2.1.361 160 6/1/2024
2.1.360 166 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 182 5/31/2024
2.1.354 164 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 160 5/28/2024
2.1.348 174 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 156 5/27/2024
2.1.343 162 5/27/2024
2.1.342 162 5/27/2024
2.1.341 151 5/26/2024
2.1.340 169 5/26/2024
2.1.339 167 5/26/2024
2.1.338 164 5/26/2024
2.1.337 180 5/26/2024
2.1.336 165 5/26/2024
2.1.335 160 5/25/2024
2.1.334 157 5/25/2024
2.1.333 172 5/25/2024
2.1.332 165 5/25/2024
2.1.331 163 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 155 5/23/2024
2.1.326 175 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 161 5/22/2024
2.1.321 170 5/22/2024
2.1.320 153 5/22/2024
2.1.319 173 5/18/2024
2.1.318 167 5/18/2024
2.1.317 160 5/18/2024
2.1.316 176 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 185 5/15/2024
2.1.309 162 5/15/2024
2.1.308 183 5/15/2024
2.1.307 178 5/13/2024
2.1.306 174 5/13/2024
2.1.305 156 5/13/2024
2.1.304 189 4/30/2024
2.1.303 174 4/30/2024
2.1.302 163 4/30/2024
2.1.301 167 4/30/2024
2.1.300 166 4/29/2024
2.1.299 176 4/29/2024
2.1.298 145 4/29/2024
2.1.297 173 4/29/2024
2.1.296 157 4/28/2024
2.1.295 163 4/28/2024
2.1.294 177 4/28/2024
2.1.293 167 4/28/2024
2.1.292 173 4/28/2024
2.1.291 172 4/28/2024
2.1.290 161 4/28/2024
2.1.289 171 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 165 4/18/2024
2.1.280 161 4/13/2024
2.1.279 150 4/13/2024
2.1.278 172 4/13/2024
2.1.277 165 4/12/2024
2.1.276 155 4/12/2024
2.1.275 159 4/12/2024
2.1.274 145 4/12/2024
2.1.273 160 4/12/2024
2.1.272 171 4/12/2024
2.1.271 154 4/12/2024
2.1.270 163 4/12/2024
2.1.269 146 4/11/2024
2.1.268 166 4/10/2024
2.1.267 155 4/10/2024
2.1.266 157 4/10/2024
2.1.265 157 4/10/2024
2.1.264 161 4/10/2024
2.1.263 170 4/3/2024
2.1.262 150 4/3/2024
2.1.261 641 3/30/2024
2.1.260 172 3/29/2024
2.1.259 173 3/29/2024
2.1.258 155 3/25/2024
2.1.257 202 3/25/2024
2.1.256 162 3/25/2024
2.1.255 169 3/25/2024
2.1.254 174 3/25/2024
2.1.253 164 3/21/2024
2.1.252 170 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 192 3/19/2024
2.1.247 150 3/19/2024
2.1.246 165 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 183 3/18/2024
2.1.241 164 3/16/2024
2.1.240 162 3/16/2024
2.1.239 172 3/16/2024
2.1.238 178 3/15/2024
2.1.237 166 3/13/2024
2.1.236 182 3/13/2024
2.1.235 175 3/13/2024
2.1.234 175 3/13/2024
2.1.233 183 3/13/2024
2.1.232 184 3/13/2024
2.1.231 184 3/13/2024
2.1.230 186 3/13/2024
2.1.229 204 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 149 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 182 3/10/2024
2.1.218 159 3/10/2024
2.1.217 175 3/10/2024
2.1.216 190 3/9/2024
2.1.215 170 3/8/2024
2.1.214 167 3/8/2024
2.1.213 193 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 174 3/4/2024
2.1.205 148 3/4/2024
2.1.204 191 3/4/2024
2.1.203 195 3/4/2024
2.1.202 166 3/4/2024
2.1.201 171 3/3/2024
2.1.200 173 3/3/2024
2.1.199 174 3/3/2024
2.1.198 172 3/3/2024
2.1.197 173 3/2/2024
2.1.196 170 3/2/2024
2.1.195 172 2/29/2024
2.1.194 157 2/29/2024
2.1.193 151 2/29/2024
2.1.192 183 2/29/2024
2.1.191 174 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 169 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 164 2/23/2024
2.1.176 156 2/22/2024
2.1.175 183 2/22/2024
2.1.174 172 2/22/2024
2.1.173 162 2/22/2024
2.1.172 162 2/22/2024
2.1.171 173 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 173 2/21/2024
2.1.166 201 2/21/2024
2.1.165 175 2/21/2024
2.1.164 166 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 169 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 159 2/19/2024
2.1.153 195 2/19/2024
2.1.152 147 2/19/2024
2.1.151 167 2/17/2024
2.1.150 197 2/17/2024
2.1.149 171 2/17/2024
2.1.148 176 2/17/2024
2.1.147 180 2/17/2024
2.1.146 173 2/16/2024
2.1.145 172 2/16/2024
2.1.144 157 2/16/2024
2.1.143 167 2/16/2024
2.1.142 156 2/16/2024
2.1.141 172 2/16/2024
2.1.140 155 2/16/2024
2.1.139 186 2/14/2024
2.1.138 175 2/14/2024
2.1.137 169 2/14/2024
2.1.136 177 2/14/2024
2.1.135 152 2/13/2024
2.1.134 175 2/13/2024
2.1.133 154 2/13/2024
2.1.132 178 2/13/2024
2.1.131 171 2/13/2024
2.1.130 163 2/13/2024
2.1.129 185 2/12/2024
2.1.128 167 2/12/2024
2.1.127 176 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 197 2/11/2024
2.1.122 182 2/11/2024
2.1.121 170 2/11/2024
2.1.120 170 2/11/2024
2.1.119 180 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 175 2/9/2024
2.1.112 177 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 174 2/9/2024
2.1.107 161 2/8/2024
2.1.106 173 2/8/2024
2.1.105 184 2/8/2024
2.1.104 173 2/8/2024
2.1.103 179 2/8/2024
2.1.102 178 2/7/2024
2.1.101 182 2/7/2024
2.1.100 180 2/7/2024
2.1.99 148 2/7/2024
2.1.98 183 2/7/2024
2.1.97 167 2/7/2024
2.1.96 170 2/7/2024
2.1.95 196 2/7/2024
2.1.94 176 2/6/2024
2.1.93 170 2/6/2024
2.1.92 161 2/6/2024
2.1.91 158 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 170 2/3/2024
2.1.85 168 1/31/2024
2.1.84 159 1/31/2024
2.1.83 154 1/31/2024
2.1.82 145 1/31/2024
2.1.81 174 1/30/2024
2.1.80 162 1/30/2024
2.1.79 164 1/30/2024
2.1.78 153 1/29/2024
2.1.77 156 1/29/2024
2.1.76 145 1/29/2024
2.1.75 146 1/29/2024
2.1.74 157 1/29/2024
2.1.73 166 1/29/2024
2.1.72 156 1/28/2024
2.1.71 174 1/28/2024
2.1.70 156 1/28/2024
2.1.69 171 1/28/2024
2.1.68 149 1/28/2024
2.1.67 162 1/28/2024
2.1.66 152 1/27/2024
2.1.65 162 1/27/2024
2.1.64 166 1/27/2024
2.1.63 184 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 169 1/27/2024
2.1.58 165 1/26/2024
2.1.57 161 1/26/2024
2.1.56 162 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 151 1/25/2024
2.1.51 147 1/25/2024
2.1.50 167 1/25/2024
2.1.49 163 1/25/2024
2.1.48 145 1/25/2024
2.1.47 154 1/25/2024
2.1.46 172 1/19/2024
2.1.45 158 1/19/2024
2.1.44 156 1/19/2024
2.1.43 189 1/16/2024
2.1.42 178 1/16/2024
2.1.41 173 1/15/2024
2.1.40 173 1/15/2024
2.1.39 175 1/15/2024
2.1.38 163 1/15/2024
2.1.37 185 1/15/2024
2.1.36 165 1/15/2024
2.1.35 178 1/15/2024
2.1.34 182 1/14/2024
2.1.33 154 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 174 1/12/2024
2.1.27 173 1/12/2024
2.1.26 173 1/12/2024
2.1.25 165 1/11/2024
2.1.24 176 1/11/2024
2.1.23 194 1/11/2024
2.1.22 194 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 179 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 171 1/1/2024
2.1.6 192 12/31/2023
2.1.5 185 12/31/2023
2.1.4 183 12/31/2023
2.1.3 183 12/31/2023
2.1.2 160 12/31/2023
2.1.1 164 12/31/2023