Soenneker.Utils.String.CosineSimilarity 4.0.1023

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