Soenneker.Utils.String.CosineSimilarity 4.0.1031

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