Soenneker.Utils.String.CosineSimilarity 3.0.1010

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.1010
                    
NuGet\Install-Package Soenneker.Utils.String.CosineSimilarity -Version 3.0.1010
                    
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.1010" />
                    
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.1010" />
                    
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.1010
                    
#r "nuget: Soenneker.Utils.String.CosineSimilarity, 3.0.1010"
                    
#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.1010
                    
#: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.1010
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Utils.String.CosineSimilarity&version=3.0.1010
                    
Install as a Cake Tool

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

alternate text is missing from this package README image Soenneker.Utils.String.CosineSimilarity

A utility library for comparing strings via Cosine Similarity

Installation

dotnet add package Soenneker.Utils.String.CosineSimularity

Why?

Imagine you have two sentences or documents. Cosine similarity helps you figure out how similar they are by looking at the -words- they share. Here's why it's handy:

Easy to Understand:

Cosine similarity is easy to understand. It's a number between 0 and 1 that represents how similar two documents are. The closer to 1, the more similar they are.

Not Bothered by Length:

Whether a text is long or short doesn't throw off cosine similarity. It cares more about the words and their relationships than the total number of words.

Meaning, Not Just Frequency:

It focuses on the meaning of words, not just how often they show up. So, even if one document has a lot more words than another, they might still be considered similar if they share important terms.

Efficient for Big Tasks:

When you're dealing with lots of documents or a ton of text, cosine similarity is efficient. It doesn't get bogged down by complicated calculations, making it a practical choice for large datasets.

Usage

var text1 = "This is a test";
var text2 = "This is another test";

double result = CosineSimilarityStringUtil.CalculateSimilarityPercentage(text1, text2); // 75
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

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