Soenneker.Utils.String.CosineSimilarity 3.0.955

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