Soenneker.Utils.String.CosineSimilarity 3.0.927

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