Soenneker.Utils.String.CosineSimilarity 3.0.789

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