Soenneker.Utils.String.CosineSimilarity 4.0.1024

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.1024
                    
NuGet\Install-Package Soenneker.Utils.String.CosineSimilarity -Version 4.0.1024
                    
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.1024" />
                    
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.1024" />
                    
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.1024
                    
#r "nuget: Soenneker.Utils.String.CosineSimilarity, 4.0.1024"
                    
#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.1024
                    
#: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.1024
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Utils.String.CosineSimilarity&version=4.0.1024
                    
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 250 11/11/2025
4.0.1029 173 11/6/2025
4.0.1028 169 11/6/2025
4.0.1027 169 11/3/2025
4.0.1026 173 10/30/2025
4.0.1025 166 10/30/2025
4.0.1024 170 10/30/2025
4.0.1023 171 10/29/2025
4.0.1022 162 10/29/2025
3.0.1021 179 10/16/2025
3.0.1020 301 9/16/2025
3.0.1019 178 9/9/2025
3.0.1018 173 9/3/2025
3.0.1017 182 9/3/2025
3.0.1016 182 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 127 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 194 6/24/2025
3.0.1002 1,325 6/11/2025
3.0.1001 337 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 165 5/22/2025
3.0.992 186 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 193 5/5/2025
3.0.985 188 5/5/2025
3.0.984 202 5/5/2025
3.0.983 186 5/5/2025
3.0.982 200 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 137 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 201 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 214 4/7/2025
3.0.961 211 4/7/2025
3.0.960 229 4/7/2025
3.0.959 211 4/6/2025
3.0.958 229 4/6/2025
3.0.957 231 4/6/2025
3.0.956 212 4/6/2025
3.0.955 217 4/6/2025
3.0.954 195 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 143 4/5/2025
3.0.945 130 4/5/2025
3.0.944 152 4/5/2025
3.0.943 150 4/5/2025
3.0.942 123 4/5/2025
3.0.941 136 4/5/2025
3.0.940 144 4/4/2025
3.0.939 210 4/3/2025
3.0.938 214 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 512 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 110 3/15/2025
3.0.926 215 3/12/2025
3.0.925 216 3/12/2025
3.0.924 214 3/11/2025
3.0.923 223 3/11/2025
3.0.922 235 3/11/2025
3.0.921 217 3/11/2025
3.0.920 213 3/11/2025
3.0.919 207 3/11/2025
3.0.918 257 3/7/2025
3.0.917 264 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 143 3/1/2025
3.0.907 152 3/1/2025
3.0.906 141 3/1/2025
3.0.905 145 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 155 2/22/2025
3.0.891 159 2/22/2025
3.0.890 157 2/22/2025
3.0.889 153 2/22/2025
3.0.888 152 2/22/2025
3.0.887 175 2/21/2025
3.0.886 161 2/21/2025
3.0.885 156 2/21/2025
3.0.884 158 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 164 2/18/2025
3.0.879 157 2/18/2025
3.0.878 164 2/18/2025
3.0.877 157 2/18/2025
3.0.876 132 2/18/2025
3.0.875 152 2/18/2025
3.0.874 148 2/14/2025
3.0.873 153 2/14/2025
3.0.872 157 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 155 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 146 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 134 2/8/2025
3.0.850 141 2/8/2025
3.0.849 144 2/8/2025
3.0.848 148 2/8/2025
3.0.847 146 2/8/2025
3.0.846 139 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 136 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 151 2/5/2025
3.0.830 140 2/5/2025
3.0.829 141 1/28/2025
3.0.828 132 1/28/2025
3.0.827 136 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 144 1/27/2025
3.0.818 122 1/26/2025
3.0.817 119 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 140 1/25/2025
3.0.812 119 1/24/2025
3.0.811 127 1/24/2025
3.0.810 146 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 132 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 150 1/21/2025
3.0.799 148 1/21/2025
3.0.798 135 1/21/2025
3.0.797 153 1/20/2025
3.0.796 134 1/20/2025
3.0.795 147 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 156 1/20/2025
3.0.789 143 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 131 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 137 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 143 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 123 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 123 1/12/2025
3.0.757 121 1/11/2025
3.0.756 143 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 127 1/10/2025
3.0.751 153 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 148 1/2/2025
3.0.741 145 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 166 1/1/2025
3.0.735 163 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 146 12/31/2024
3.0.727 149 12/31/2024
3.0.726 154 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 152 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 153 12/23/2024
3.0.711 149 12/23/2024
3.0.710 150 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 151 12/22/2024
3.0.705 154 12/22/2024
3.0.704 159 12/22/2024
3.0.703 169 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 159 12/20/2024
3.0.693 160 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 135 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 151 12/9/2024
3.0.677 147 12/9/2024
3.0.676 151 12/9/2024
3.0.675 155 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 143 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 159 12/6/2024
3.0.665 143 12/6/2024
3.0.664 154 12/6/2024
3.0.663 155 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 157 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 216 12/3/2024
3.0.645 157 12/2/2024
3.0.644 166 12/2/2024
3.0.643 161 12/2/2024
3.0.642 160 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 174 12/1/2024
3.0.636 144 11/29/2024
3.0.635 160 11/29/2024
3.0.634 147 11/29/2024
3.0.633 156 11/21/2024
3.0.632 165 11/21/2024
3.0.631 157 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 166 11/20/2024
3.0.625 174 11/20/2024
3.0.624 158 11/19/2024
3.0.623 158 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 158 11/15/2024
3.0.617 163 11/14/2024
3.0.616 135 11/14/2024
3.0.615 156 11/14/2024
3.0.614 159 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 168 11/14/2024
3.0.608 158 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 168 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 142 10/26/2024
2.1.580 160 10/26/2024
2.1.579 180 10/22/2024
2.1.578 142 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 147 10/18/2024
2.1.572 157 10/17/2024
2.1.571 580 10/17/2024
2.1.570 151 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 162 10/9/2024
2.1.560 156 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 159 10/3/2024
2.1.555 142 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 163 10/1/2024
2.1.544 170 9/29/2024
2.1.543 168 9/29/2024
2.1.542 163 9/29/2024
2.1.541 162 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 161 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 156 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 155 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 169 9/23/2024
2.1.519 153 9/23/2024
2.1.518 151 9/23/2024
2.1.517 160 9/18/2024
2.1.516 141 9/18/2024
2.1.515 177 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 184 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 170 9/17/2024
2.1.506 172 9/17/2024
2.1.505 164 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 174 9/11/2024
2.1.497 187 9/11/2024
2.1.496 161 9/11/2024
2.1.495 177 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 198 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 185 9/7/2024
2.1.481 173 9/6/2024
2.1.479 183 9/6/2024
2.1.478 185 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 184 9/5/2024
2.1.473 190 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 163 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 173 9/3/2024
2.1.464 169 9/3/2024
2.1.463 164 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 165 8/21/2024
2.1.455 169 8/21/2024
2.1.454 184 8/21/2024
2.1.453 190 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 202 8/20/2024
2.1.447 186 8/19/2024
2.1.446 179 8/15/2024
2.1.445 190 8/15/2024
2.1.444 184 8/15/2024
2.1.443 178 8/14/2024
2.1.442 182 8/14/2024
2.1.441 186 8/13/2024
2.1.440 190 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 173 7/20/2024
2.1.422 174 7/20/2024
2.1.421 177 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 157 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 173 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 184 7/8/2024
2.1.388 163 7/7/2024
2.1.387 163 7/7/2024
2.1.386 191 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 168 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 190 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 170 6/14/2024
2.1.366 176 6/14/2024
2.1.365 182 6/4/2024
2.1.364 195 6/4/2024
2.1.363 189 6/2/2024
2.1.362 181 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 182 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 165 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 181 5/26/2024
2.1.339 174 5/26/2024
2.1.338 170 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 166 5/25/2024
2.1.333 190 5/25/2024
2.1.332 176 5/25/2024
2.1.331 180 5/25/2024
2.1.330 169 5/25/2024
2.1.329 181 5/23/2024
2.1.328 176 5/23/2024
2.1.327 168 5/23/2024
2.1.326 185 5/23/2024
2.1.325 176 5/23/2024
2.1.324 178 5/23/2024
2.1.323 178 5/22/2024
2.1.322 172 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 186 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 197 5/15/2024
2.1.309 180 5/15/2024
2.1.308 193 5/15/2024
2.1.307 188 5/13/2024
2.1.306 185 5/13/2024
2.1.305 164 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 179 4/29/2024
2.1.299 186 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 158 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 168 4/12/2024
2.1.274 158 4/12/2024
2.1.273 173 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 175 4/10/2024
2.1.267 164 4/10/2024
2.1.266 165 4/10/2024
2.1.265 165 4/10/2024
2.1.264 172 4/10/2024
2.1.263 176 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 183 3/29/2024
2.1.258 163 3/25/2024
2.1.257 215 3/25/2024
2.1.256 173 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 183 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 199 3/18/2024
2.1.241 177 3/16/2024
2.1.240 173 3/16/2024
2.1.239 184 3/16/2024
2.1.238 190 3/15/2024
2.1.237 180 3/13/2024
2.1.236 194 3/13/2024
2.1.235 187 3/13/2024
2.1.234 187 3/13/2024
2.1.233 199 3/13/2024
2.1.232 193 3/13/2024
2.1.231 197 3/13/2024
2.1.230 198 3/13/2024
2.1.229 211 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 163 3/11/2024
2.1.224 178 3/11/2024
2.1.223 212 3/11/2024
2.1.222 174 3/11/2024
2.1.221 178 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 187 3/10/2024
2.1.216 202 3/9/2024
2.1.215 181 3/8/2024
2.1.214 181 3/8/2024
2.1.213 202 3/8/2024
2.1.212 180 3/8/2024
2.1.211 185 3/8/2024
2.1.210 178 3/8/2024
2.1.209 202 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 178 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 180 3/2/2024
2.1.196 181 3/2/2024
2.1.195 184 2/29/2024
2.1.194 176 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 187 2/26/2024
2.1.185 150 2/26/2024
2.1.184 175 2/25/2024
2.1.183 163 2/25/2024
2.1.182 168 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 176 2/23/2024
2.1.176 167 2/22/2024
2.1.175 195 2/22/2024
2.1.174 186 2/22/2024
2.1.173 180 2/22/2024
2.1.172 176 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 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 168 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 167 2/19/2024
2.1.153 206 2/19/2024
2.1.152 161 2/19/2024
2.1.151 180 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 196 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 166 2/16/2024
2.1.139 196 2/14/2024
2.1.138 186 2/14/2024
2.1.137 182 2/14/2024
2.1.136 183 2/14/2024
2.1.135 161 2/13/2024
2.1.134 186 2/13/2024
2.1.133 164 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 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 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 188 2/10/2024
2.1.115 198 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 167 2/8/2024
2.1.106 186 2/8/2024
2.1.105 197 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 191 2/7/2024
2.1.97 183 2/7/2024
2.1.96 180 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 175 2/6/2024
2.1.91 170 2/5/2024
2.1.90 177 2/5/2024
2.1.89 195 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 176 1/31/2024
2.1.84 169 1/31/2024
2.1.83 165 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 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 187 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 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 144 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 176 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 190 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 197 1/14/2024
2.1.33 166 1/14/2024
2.1.32 203 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 187 1/11/2024
2.1.23 206 1/11/2024
2.1.22 201 1/9/2024
2.1.21 187 1/8/2024
2.1.20 184 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 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