Soenneker.Utils.String.CosineSimilarity 3.0.897

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.897
                    
NuGet\Install-Package Soenneker.Utils.String.CosineSimilarity -Version 3.0.897
                    
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.897" />
                    
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.897" />
                    
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.897
                    
#r "nuget: Soenneker.Utils.String.CosineSimilarity, 3.0.897"
                    
#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.897
                    
#: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.897
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Utils.String.CosineSimilarity&version=3.0.897
                    
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 169 6/24/2025
3.0.1002 905 6/11/2025
3.0.1001 309 6/10/2025
3.0.1000 165 6/2/2025
3.0.999 169 5/27/2025
3.0.998 171 5/27/2025
3.0.997 165 5/27/2025
3.0.996 115 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 254 5/14/2025
3.0.990 173 5/8/2025
3.0.989 178 5/8/2025
3.0.988 163 5/7/2025
3.0.987 184 5/7/2025
3.0.986 169 5/5/2025
3.0.985 162 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 109 4/26/2025
3.0.977 199 4/9/2025
3.0.976 170 4/8/2025
3.0.975 177 4/8/2025
3.0.974 194 4/8/2025
3.0.973 197 4/8/2025
3.0.972 175 4/8/2025
3.0.971 181 4/8/2025
3.0.970 189 4/8/2025
3.0.969 177 4/8/2025
3.0.968 188 4/8/2025
3.0.967 194 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 167 4/6/2025
3.0.953 170 4/6/2025
3.0.952 171 4/6/2025
3.0.951 142 4/6/2025
3.0.950 142 4/6/2025
3.0.949 147 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 123 4/5/2025
3.0.942 104 4/5/2025
3.0.941 118 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 498 3/25/2025
3.0.932 152 3/21/2025
3.0.931 160 3/21/2025
3.0.930 170 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 202 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 187 3/11/2025
3.0.919 195 3/11/2025
3.0.918 229 3/7/2025
3.0.917 245 3/7/2025
3.0.916 145 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 119 3/1/2025
3.0.909 118 3/1/2025
3.0.908 119 3/1/2025
3.0.907 128 3/1/2025
3.0.906 128 3/1/2025
3.0.905 127 3/1/2025
3.0.904 116 3/1/2025
3.0.903 127 3/1/2025
3.0.902 140 3/1/2025
3.0.901 129 3/1/2025
3.0.900 129 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 117 2/24/2025
3.0.895 139 2/23/2025
3.0.894 140 2/23/2025
3.0.893 113 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 148 2/21/2025
3.0.886 137 2/21/2025
3.0.885 128 2/21/2025
3.0.884 126 2/21/2025
3.0.883 148 2/19/2025
3.0.882 132 2/19/2025
3.0.881 128 2/19/2025
3.0.880 139 2/18/2025
3.0.879 132 2/18/2025
3.0.878 138 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 124 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 150 2/11/2025
3.0.861 118 2/11/2025
3.0.860 116 2/11/2025
3.0.859 146 2/11/2025
3.0.858 139 2/11/2025
3.0.857 127 2/10/2025
3.0.856 129 2/10/2025
3.0.855 144 2/10/2025
3.0.854 139 2/10/2025
3.0.853 134 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 124 2/8/2025
3.0.846 125 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 138 2/5/2025
3.0.831 129 2/5/2025
3.0.830 121 2/5/2025
3.0.829 114 1/28/2025
3.0.828 106 1/28/2025
3.0.827 120 1/28/2025
3.0.826 127 1/27/2025
3.0.825 118 1/27/2025
3.0.824 115 1/27/2025
3.0.823 127 1/27/2025
3.0.822 116 1/27/2025
3.0.821 111 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 105 1/26/2025
3.0.816 112 1/25/2025
3.0.815 116 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 106 1/21/2025
3.0.805 121 1/21/2025
3.0.804 125 1/21/2025
3.0.803 130 1/21/2025
3.0.802 121 1/21/2025
3.0.801 124 1/21/2025
3.0.800 124 1/21/2025
3.0.799 123 1/21/2025
3.0.798 122 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 123 1/20/2025
3.0.792 119 1/20/2025
3.0.791 124 1/20/2025
3.0.790 127 1/20/2025
3.0.789 116 1/19/2025
3.0.788 119 1/19/2025
3.0.787 125 1/19/2025
3.0.786 115 1/19/2025
3.0.785 103 1/19/2025
3.0.784 118 1/18/2025
3.0.783 117 1/18/2025
3.0.782 106 1/18/2025
3.0.781 119 1/18/2025
3.0.780 109 1/17/2025
3.0.779 124 1/17/2025
3.0.778 120 1/17/2025
3.0.777 127 1/16/2025
3.0.776 116 1/16/2025
3.0.775 125 1/16/2025
3.0.774 111 1/16/2025
3.0.773 115 1/16/2025
3.0.772 126 1/15/2025
3.0.771 115 1/15/2025
3.0.770 130 1/15/2025
3.0.769 110 1/15/2025
3.0.768 88 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 109 1/13/2025
3.0.760 108 1/13/2025
3.0.759 94 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 113 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 112 1/10/2025
3.0.749 114 1/10/2025
3.0.748 140 1/3/2025
3.0.747 145 1/3/2025
3.0.746 135 1/3/2025
3.0.745 127 1/3/2025
3.0.744 129 1/2/2025
3.0.743 131 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 144 1/1/2025
3.0.738 137 1/1/2025
3.0.737 144 1/1/2025
3.0.736 148 1/1/2025
3.0.735 138 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 123 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 120 12/27/2024
3.0.720 133 12/27/2024
3.0.719 127 12/24/2024
3.0.718 124 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 125 12/23/2024
3.0.709 113 12/23/2024
3.0.708 133 12/23/2024
3.0.707 135 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 138 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 142 12/21/2024
3.0.698 134 12/21/2024
3.0.697 129 12/21/2024
3.0.696 130 12/21/2024
3.0.695 142 12/21/2024
3.0.694 133 12/20/2024
3.0.693 132 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 132 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 135 12/9/2024
3.0.678 131 12/9/2024
3.0.677 123 12/9/2024
3.0.676 124 12/9/2024
3.0.675 128 12/7/2024
3.0.674 135 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 119 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 139 12/5/2024
3.0.659 128 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 125 12/3/2024
3.0.652 134 12/3/2024
3.0.651 134 12/3/2024
3.0.650 139 12/3/2024
3.0.649 138 12/3/2024
3.0.648 155 12/3/2024
3.0.647 128 12/3/2024
3.0.646 141 12/3/2024
3.0.645 133 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 130 12/1/2024
3.0.637 143 12/1/2024
3.0.636 133 11/29/2024
3.0.635 131 11/29/2024
3.0.634 127 11/29/2024
3.0.633 136 11/21/2024
3.0.632 138 11/21/2024
3.0.631 134 11/21/2024
3.0.630 116 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 147 11/20/2024
3.0.624 136 11/19/2024
3.0.623 142 11/19/2024
3.0.622 134 11/19/2024
3.0.621 126 11/19/2024
3.0.620 133 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 122 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 132 11/14/2024
3.0.611 133 11/14/2024
3.0.610 131 11/14/2024
3.0.609 143 11/14/2024
3.0.608 131 11/14/2024
3.0.607 131 11/14/2024
3.0.606 129 11/14/2024
2.1.605 133 11/13/2024
2.1.604 144 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 128 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 124 11/8/2024
2.1.594 146 11/8/2024
2.1.593 138 11/8/2024
2.1.592 134 11/6/2024
2.1.591 136 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 143 10/29/2024
2.1.585 142 10/29/2024
2.1.584 123 10/29/2024
2.1.583 132 10/29/2024
2.1.582 123 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 117 10/22/2024
2.1.577 115 10/22/2024
2.1.576 127 10/22/2024
2.1.575 105 10/22/2024
2.1.574 123 10/22/2024
2.1.573 126 10/18/2024
2.1.572 132 10/17/2024
2.1.571 546 10/17/2024
2.1.570 125 10/15/2024
2.1.569 132 10/14/2024
2.1.568 141 10/12/2024
2.1.567 137 10/12/2024
2.1.566 150 10/11/2024
2.1.565 162 10/9/2024
2.1.564 131 10/9/2024
2.1.563 129 10/9/2024
2.1.562 136 10/9/2024
2.1.561 138 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 124 10/3/2024
2.1.552 127 10/2/2024
2.1.551 128 10/2/2024
2.1.550 130 10/2/2024
2.1.549 138 10/2/2024
2.1.548 122 10/1/2024
2.1.547 128 10/1/2024
2.1.546 148 10/1/2024
2.1.545 135 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 138 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 134 9/27/2024
2.1.533 149 9/26/2024
2.1.532 136 9/26/2024
2.1.531 125 9/26/2024
2.1.530 133 9/26/2024
2.1.529 138 9/26/2024
2.1.528 136 9/26/2024
2.1.527 128 9/26/2024
2.1.526 127 9/26/2024
2.1.525 150 9/23/2024
2.1.524 143 9/23/2024
2.1.523 137 9/23/2024
2.1.522 130 9/23/2024
2.1.521 132 9/23/2024
2.1.520 145 9/23/2024
2.1.519 124 9/23/2024
2.1.518 131 9/23/2024
2.1.517 138 9/18/2024
2.1.516 119 9/18/2024
2.1.515 156 9/18/2024
2.1.514 146 9/18/2024
2.1.513 144 9/18/2024
2.1.512 124 9/17/2024
2.1.511 158 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 142 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 146 9/12/2024
2.1.500 141 9/12/2024
2.1.499 172 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 171 9/10/2024
2.1.492 149 9/10/2024
2.1.491 153 9/10/2024
2.1.490 148 9/10/2024
2.1.489 157 9/9/2024
2.1.487 175 9/9/2024
2.1.485 153 9/9/2024
2.1.484 149 9/9/2024
2.1.483 158 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 167 9/5/2024
2.1.476 145 9/5/2024
2.1.475 160 9/5/2024
2.1.474 157 9/5/2024
2.1.473 165 9/5/2024
2.1.472 156 9/5/2024
2.1.471 163 9/5/2024
2.1.470 140 9/4/2024
2.1.469 137 9/4/2024
2.1.468 159 9/3/2024
2.1.467 146 9/3/2024
2.1.466 151 9/3/2024
2.1.465 144 9/3/2024
2.1.464 146 9/3/2024
2.1.463 144 9/3/2024
2.1.462 145 8/29/2024
2.1.461 137 8/29/2024
2.1.460 141 8/29/2024
2.1.459 151 8/26/2024
2.1.458 140 8/26/2024
2.1.457 170 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 170 8/20/2024
2.1.452 154 8/20/2024
2.1.451 155 8/20/2024
2.1.450 160 8/20/2024
2.1.449 165 8/20/2024
2.1.448 172 8/20/2024
2.1.447 171 8/19/2024
2.1.446 160 8/15/2024
2.1.445 168 8/15/2024
2.1.444 159 8/15/2024
2.1.443 158 8/14/2024
2.1.442 160 8/14/2024
2.1.441 165 8/13/2024
2.1.440 168 8/13/2024
2.1.439 135 8/7/2024
2.1.438 141 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 138 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 133 7/25/2024
2.1.427 126 7/25/2024
2.1.426 138 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 122 7/14/2024
2.1.418 139 7/14/2024
2.1.417 126 7/14/2024
2.1.416 127 7/10/2024
2.1.415 135 7/10/2024
2.1.414 122 7/10/2024
2.1.413 149 7/10/2024
2.1.411 145 7/10/2024
2.1.410 123 7/10/2024
2.1.409 143 7/10/2024
2.1.408 141 7/10/2024
2.1.407 161 7/10/2024
2.1.405 152 7/10/2024
2.1.404 159 7/9/2024
2.1.402 120 7/9/2024
2.1.401 142 7/9/2024
2.1.400 136 7/9/2024
2.1.399 158 7/9/2024
2.1.398 150 7/9/2024
2.1.397 148 7/9/2024
2.1.396 150 7/9/2024
2.1.395 158 7/9/2024
2.1.394 142 7/8/2024
2.1.393 148 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 156 7/8/2024
2.1.388 134 7/7/2024
2.1.387 137 7/7/2024
2.1.386 166 7/3/2024
2.1.385 167 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 154 6/22/2024
2.1.378 142 6/22/2024
2.1.377 149 6/22/2024
2.1.376 163 6/16/2024
2.1.375 157 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 170 6/15/2024
2.1.370 146 6/15/2024
2.1.369 155 6/15/2024
2.1.368 161 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 168 6/4/2024
2.1.363 165 6/2/2024
2.1.362 159 6/1/2024
2.1.361 156 6/1/2024
2.1.360 154 6/1/2024
2.1.359 150 6/1/2024
2.1.358 174 6/1/2024
2.1.357 164 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 141 5/31/2024
2.1.352 158 5/31/2024
2.1.351 164 5/29/2024
2.1.350 143 5/29/2024
2.1.349 148 5/28/2024
2.1.348 159 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 148 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 168 5/26/2024
2.1.336 153 5/26/2024
2.1.335 159 5/25/2024
2.1.334 145 5/25/2024
2.1.333 158 5/25/2024
2.1.332 163 5/25/2024
2.1.331 148 5/25/2024
2.1.330 151 5/25/2024
2.1.329 158 5/23/2024
2.1.328 158 5/23/2024
2.1.327 141 5/23/2024
2.1.326 163 5/23/2024
2.1.325 155 5/23/2024
2.1.324 162 5/23/2024
2.1.323 155 5/22/2024
2.1.322 147 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 149 5/18/2024
2.1.316 162 5/18/2024
2.1.315 162 5/17/2024
2.1.314 187 5/17/2024
2.1.313 158 5/17/2024
2.1.312 153 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 162 5/13/2024
2.1.305 144 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 153 4/29/2024
2.1.299 161 4/29/2024
2.1.298 135 4/29/2024
2.1.297 161 4/29/2024
2.1.296 146 4/28/2024
2.1.295 152 4/28/2024
2.1.294 164 4/28/2024
2.1.293 155 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 155 4/27/2024
2.1.288 182 4/27/2024
2.1.287 156 4/20/2024
2.1.286 164 4/20/2024
2.1.285 156 4/19/2024
2.1.284 147 4/19/2024
2.1.283 155 4/19/2024
2.1.282 158 4/19/2024
2.1.281 152 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 131 4/12/2024
2.1.273 147 4/12/2024
2.1.272 158 4/12/2024
2.1.271 142 4/12/2024
2.1.270 151 4/12/2024
2.1.269 135 4/11/2024
2.1.268 154 4/10/2024
2.1.267 141 4/10/2024
2.1.266 145 4/10/2024
2.1.265 146 4/10/2024
2.1.264 149 4/10/2024
2.1.263 158 4/3/2024
2.1.262 139 4/3/2024
2.1.261 621 3/30/2024
2.1.260 158 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 160 3/21/2024
2.1.250 130 3/20/2024
2.1.249 158 3/20/2024
2.1.248 180 3/19/2024
2.1.247 140 3/19/2024
2.1.246 152 3/19/2024
2.1.245 154 3/19/2024
2.1.244 150 3/19/2024
2.1.243 168 3/19/2024
2.1.242 169 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 166 3/15/2024
2.1.237 160 3/13/2024
2.1.236 169 3/13/2024
2.1.235 161 3/13/2024
2.1.234 161 3/13/2024
2.1.233 166 3/13/2024
2.1.232 173 3/13/2024
2.1.231 172 3/13/2024
2.1.230 174 3/13/2024
2.1.229 190 3/12/2024
2.1.228 172 3/12/2024
2.1.227 155 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 163 3/10/2024
2.1.216 178 3/9/2024
2.1.215 157 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 172 3/6/2024
2.1.208 176 3/6/2024
2.1.207 156 3/6/2024
2.1.206 159 3/4/2024
2.1.205 137 3/4/2024
2.1.204 175 3/4/2024
2.1.203 179 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 170 3/3/2024
2.1.197 160 3/2/2024
2.1.196 158 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 156 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 161 2/25/2024
2.1.180 156 2/25/2024
2.1.179 148 2/24/2024
2.1.178 144 2/23/2024
2.1.177 152 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 151 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 152 2/21/2024
2.1.163 182 2/20/2024
2.1.162 156 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 141 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 136 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 164 2/17/2024
2.1.146 162 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 158 2/16/2024
2.1.140 154 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 166 2/13/2024
2.1.131 161 2/13/2024
2.1.130 151 2/13/2024
2.1.129 183 2/12/2024
2.1.128 154 2/12/2024
2.1.127 163 2/12/2024
2.1.126 146 2/12/2024
2.1.125 161 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 159 2/11/2024
2.1.120 156 2/11/2024
2.1.119 166 2/10/2024
2.1.118 176 2/10/2024
2.1.117 155 2/10/2024
2.1.116 164 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 173 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 168 2/8/2024
2.1.104 161 2/8/2024
2.1.103 167 2/8/2024
2.1.102 165 2/7/2024
2.1.101 168 2/7/2024
2.1.100 165 2/7/2024
2.1.99 138 2/7/2024
2.1.98 171 2/7/2024
2.1.97 154 2/7/2024
2.1.96 157 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 169 2/4/2024
2.1.88 131 2/4/2024
2.1.87 154 2/3/2024
2.1.86 156 2/3/2024
2.1.85 157 1/31/2024
2.1.84 147 1/31/2024
2.1.83 140 1/31/2024
2.1.82 133 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 138 1/29/2024
2.1.77 146 1/29/2024
2.1.76 141 1/29/2024
2.1.75 136 1/29/2024
2.1.74 143 1/29/2024
2.1.73 155 1/29/2024
2.1.72 143 1/28/2024
2.1.71 160 1/28/2024
2.1.70 145 1/28/2024
2.1.69 159 1/28/2024
2.1.68 147 1/28/2024
2.1.67 149 1/28/2024
2.1.66 140 1/27/2024
2.1.65 150 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 131 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 173 1/26/2024
2.1.52 150 1/25/2024
2.1.51 135 1/25/2024
2.1.50 165 1/25/2024
2.1.49 149 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 177 1/16/2024
2.1.42 164 1/16/2024
2.1.41 161 1/15/2024
2.1.40 163 1/15/2024
2.1.39 163 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 168 1/15/2024
2.1.34 169 1/14/2024
2.1.33 152 1/14/2024
2.1.32 170 1/13/2024
2.1.31 151 1/13/2024
2.1.30 154 1/13/2024
2.1.29 174 1/13/2024
2.1.28 173 1/12/2024
2.1.27 158 1/12/2024
2.1.26 161 1/12/2024
2.1.25 153 1/11/2024
2.1.24 164 1/11/2024
2.1.23 183 1/11/2024
2.1.22 179 1/9/2024
2.1.21 175 1/8/2024
2.1.20 158 1/8/2024
2.1.19 183 1/8/2024
2.1.18 187 1/7/2024
2.1.17 183 1/6/2024
2.1.16 165 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 179 1/5/2024
2.1.11 158 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 159 1/1/2024
2.1.6 178 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 148 12/31/2023
2.1.1 153 12/31/2023