Soenneker.Utils.String.CosineSimilarity 4.0.1025

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