Soenneker.Utils.String.CosineSimilarity 3.0.930

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.930
                    
NuGet\Install-Package Soenneker.Utils.String.CosineSimilarity -Version 3.0.930
                    
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.930" />
                    
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.930" />
                    
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.930
                    
#r "nuget: Soenneker.Utils.String.CosineSimilarity, 3.0.930"
                    
#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.930
                    
#: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.930
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Utils.String.CosineSimilarity&version=3.0.930
                    
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 286 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 898 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 170 5/27/2025
3.0.997 164 5/27/2025
3.0.996 115 5/25/2025
3.0.995 158 5/23/2025
3.0.994 169 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 183 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 165 5/5/2025
3.0.982 171 5/5/2025
3.0.981 179 5/5/2025
3.0.980 143 5/5/2025
3.0.979 124 4/27/2025
3.0.978 109 4/26/2025
3.0.977 198 4/9/2025
3.0.976 169 4/8/2025
3.0.975 174 4/8/2025
3.0.974 193 4/8/2025
3.0.973 196 4/8/2025
3.0.972 174 4/8/2025
3.0.971 180 4/8/2025
3.0.970 189 4/8/2025
3.0.969 175 4/8/2025
3.0.968 187 4/8/2025
3.0.967 193 4/7/2025
3.0.966 186 4/7/2025
3.0.965 193 4/7/2025
3.0.964 180 4/7/2025
3.0.963 192 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 188 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 191 4/6/2025
3.0.954 166 4/6/2025
3.0.953 169 4/6/2025
3.0.952 170 4/6/2025
3.0.951 141 4/6/2025
3.0.950 142 4/6/2025
3.0.949 147 4/6/2025
3.0.948 133 4/6/2025
3.0.947 135 4/6/2025
3.0.946 120 4/5/2025
3.0.945 104 4/5/2025
3.0.944 121 4/5/2025
3.0.943 123 4/5/2025
3.0.942 103 4/5/2025
3.0.941 117 4/5/2025
3.0.940 127 4/4/2025
3.0.939 185 4/3/2025
3.0.938 182 4/1/2025
3.0.937 192 3/31/2025
3.0.936 187 3/31/2025
3.0.935 121 3/29/2025
3.0.934 490 3/25/2025
3.0.933 497 3/25/2025
3.0.932 151 3/21/2025
3.0.931 160 3/21/2025
3.0.930 170 3/18/2025
3.0.929 174 3/18/2025
3.0.928 109 3/15/2025
3.0.927 89 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 205 3/11/2025
3.0.921 190 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 245 3/7/2025
3.0.916 144 3/2/2025
3.0.915 131 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 117 3/1/2025
3.0.909 117 3/1/2025
3.0.908 119 3/1/2025
3.0.907 125 3/1/2025
3.0.906 128 3/1/2025
3.0.905 126 3/1/2025
3.0.904 115 3/1/2025
3.0.903 125 3/1/2025
3.0.902 139 3/1/2025
3.0.901 127 3/1/2025
3.0.900 128 2/25/2025
3.0.899 122 2/25/2025
3.0.898 124 2/25/2025
3.0.897 127 2/24/2025
3.0.896 116 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 133 2/22/2025
3.0.890 128 2/22/2025
3.0.889 127 2/22/2025
3.0.888 132 2/22/2025
3.0.887 148 2/21/2025
3.0.886 136 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 132 2/19/2025
3.0.881 126 2/19/2025
3.0.880 138 2/18/2025
3.0.879 131 2/18/2025
3.0.878 138 2/18/2025
3.0.877 127 2/18/2025
3.0.876 118 2/18/2025
3.0.875 127 2/18/2025
3.0.874 123 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 143 2/12/2025
3.0.868 126 2/12/2025
3.0.867 134 2/12/2025
3.0.866 122 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 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 133 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 120 2/8/2025
3.0.847 124 2/8/2025
3.0.846 125 2/7/2025
3.0.845 127 2/7/2025
3.0.844 133 2/7/2025
3.0.843 133 2/7/2025
3.0.842 134 2/7/2025
3.0.841 121 2/7/2025
3.0.840 121 2/7/2025
3.0.839 121 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 127 2/5/2025
3.0.833 131 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 113 1/28/2025
3.0.828 105 1/28/2025
3.0.827 119 1/28/2025
3.0.826 127 1/27/2025
3.0.825 117 1/27/2025
3.0.824 114 1/27/2025
3.0.823 125 1/27/2025
3.0.822 116 1/27/2025
3.0.821 109 1/27/2025
3.0.820 109 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 111 1/25/2025
3.0.815 115 1/25/2025
3.0.814 123 1/25/2025
3.0.813 117 1/25/2025
3.0.812 101 1/24/2025
3.0.811 104 1/24/2025
3.0.810 118 1/24/2025
3.0.809 107 1/24/2025
3.0.808 117 1/23/2025
3.0.807 113 1/23/2025
3.0.806 106 1/21/2025
3.0.805 120 1/21/2025
3.0.804 124 1/21/2025
3.0.803 128 1/21/2025
3.0.802 121 1/21/2025
3.0.801 122 1/21/2025
3.0.800 124 1/21/2025
3.0.799 122 1/21/2025
3.0.798 122 1/21/2025
3.0.797 127 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 121 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 115 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 102 1/19/2025
3.0.784 118 1/18/2025
3.0.783 116 1/18/2025
3.0.782 104 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 126 1/16/2025
3.0.776 115 1/16/2025
3.0.775 124 1/16/2025
3.0.774 111 1/16/2025
3.0.773 115 1/16/2025
3.0.772 125 1/15/2025
3.0.771 114 1/15/2025
3.0.770 129 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 88 1/15/2025
3.0.765 76 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 107 1/13/2025
3.0.759 93 1/13/2025
3.0.758 103 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 112 1/11/2025
3.0.753 123 1/10/2025
3.0.752 106 1/10/2025
3.0.751 128 1/10/2025
3.0.750 111 1/10/2025
3.0.749 112 1/10/2025
3.0.748 139 1/3/2025
3.0.747 143 1/3/2025
3.0.746 132 1/3/2025
3.0.745 125 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 142 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 137 1/1/2025
3.0.734 152 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 143 12/31/2024
3.0.728 122 12/31/2024
3.0.727 123 12/31/2024
3.0.726 134 12/31/2024
3.0.725 127 12/31/2024
3.0.724 132 12/31/2024
3.0.723 115 12/28/2024
3.0.722 125 12/28/2024
3.0.721 119 12/27/2024
3.0.720 133 12/27/2024
3.0.719 127 12/24/2024
3.0.718 123 12/24/2024
3.0.717 137 12/24/2024
3.0.716 140 12/24/2024
3.0.715 133 12/24/2024
3.0.714 131 12/24/2024
3.0.713 112 12/24/2024
3.0.712 121 12/23/2024
3.0.711 126 12/23/2024
3.0.710 125 12/23/2024
3.0.709 113 12/23/2024
3.0.708 132 12/23/2024
3.0.707 133 12/23/2024
3.0.706 126 12/22/2024
3.0.705 127 12/22/2024
3.0.704 135 12/22/2024
3.0.703 137 12/22/2024
3.0.702 116 12/22/2024
3.0.701 132 12/21/2024
3.0.700 127 12/21/2024
3.0.699 140 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 141 12/21/2024
3.0.694 132 12/20/2024
3.0.693 132 12/20/2024
3.0.692 129 12/20/2024
3.0.691 133 12/20/2024
3.0.690 136 12/19/2024
3.0.689 137 12/19/2024
3.0.688 133 12/19/2024
3.0.687 131 12/19/2024
3.0.686 131 12/18/2024
3.0.685 119 12/18/2024
3.0.684 125 12/16/2024
3.0.683 118 12/16/2024
3.0.682 123 12/10/2024
3.0.681 127 12/10/2024
3.0.680 122 12/10/2024
3.0.679 135 12/9/2024
3.0.678 131 12/9/2024
3.0.677 122 12/9/2024
3.0.676 123 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 119 12/6/2024
3.0.670 143 12/6/2024
3.0.668 139 12/6/2024
3.0.667 122 12/6/2024
3.0.666 138 12/6/2024
3.0.665 119 12/6/2024
3.0.664 130 12/6/2024
3.0.663 128 12/6/2024
3.0.661 145 12/6/2024
3.0.660 138 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 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 139 12/3/2024
3.0.649 137 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 132 12/2/2024
3.0.644 134 12/2/2024
3.0.643 138 12/2/2024
3.0.642 135 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 133 11/29/2024
3.0.635 130 11/29/2024
3.0.634 127 11/29/2024
3.0.633 134 11/21/2024
3.0.632 135 11/21/2024
3.0.631 134 11/21/2024
3.0.630 115 11/20/2024
3.0.629 136 11/20/2024
3.0.628 138 11/20/2024
3.0.627 124 11/20/2024
3.0.626 135 11/20/2024
3.0.625 147 11/20/2024
3.0.624 134 11/19/2024
3.0.623 141 11/19/2024
3.0.622 133 11/19/2024
3.0.621 126 11/19/2024
3.0.620 132 11/19/2024
3.0.619 137 11/19/2024
3.0.618 137 11/15/2024
3.0.617 134 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 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 143 11/13/2024
2.1.603 146 11/13/2024
2.1.602 140 11/13/2024
2.1.601 134 11/12/2024
2.1.600 136 11/9/2024
2.1.599 128 11/9/2024
2.1.598 122 11/9/2024
2.1.597 133 11/8/2024
2.1.596 131 11/8/2024
2.1.595 123 11/8/2024
2.1.594 146 11/8/2024
2.1.593 137 11/8/2024
2.1.592 133 11/6/2024
2.1.591 134 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 130 10/29/2024
2.1.582 122 10/28/2024
2.1.581 124 10/26/2024
2.1.580 138 10/26/2024
2.1.579 149 10/22/2024
2.1.578 115 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 122 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 124 10/15/2024
2.1.569 132 10/14/2024
2.1.568 140 10/12/2024
2.1.567 136 10/12/2024
2.1.566 150 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 136 10/9/2024
2.1.561 135 10/9/2024
2.1.560 125 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 124 10/3/2024
2.1.554 123 10/3/2024
2.1.553 123 10/3/2024
2.1.552 126 10/2/2024
2.1.551 127 10/2/2024
2.1.550 129 10/2/2024
2.1.549 138 10/2/2024
2.1.548 122 10/1/2024
2.1.547 127 10/1/2024
2.1.546 147 10/1/2024
2.1.545 135 10/1/2024
2.1.544 158 9/29/2024
2.1.543 139 9/29/2024
2.1.542 137 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 137 9/27/2024
2.1.537 133 9/27/2024
2.1.536 136 9/27/2024
2.1.535 141 9/27/2024
2.1.534 134 9/27/2024
2.1.533 147 9/26/2024
2.1.532 136 9/26/2024
2.1.531 124 9/26/2024
2.1.530 133 9/26/2024
2.1.529 137 9/26/2024
2.1.528 136 9/26/2024
2.1.527 127 9/26/2024
2.1.526 126 9/26/2024
2.1.525 149 9/23/2024
2.1.524 142 9/23/2024
2.1.523 137 9/23/2024
2.1.522 129 9/23/2024
2.1.521 131 9/23/2024
2.1.520 142 9/23/2024
2.1.519 122 9/23/2024
2.1.518 131 9/23/2024
2.1.517 137 9/18/2024
2.1.516 118 9/18/2024
2.1.515 155 9/18/2024
2.1.514 144 9/18/2024
2.1.513 143 9/18/2024
2.1.512 124 9/17/2024
2.1.511 157 9/17/2024
2.1.510 138 9/17/2024
2.1.509 134 9/17/2024
2.1.508 133 9/17/2024
2.1.507 141 9/17/2024
2.1.506 144 9/17/2024
2.1.505 142 9/17/2024
2.1.504 149 9/16/2024
2.1.503 144 9/16/2024
2.1.502 144 9/16/2024
2.1.501 146 9/12/2024
2.1.500 139 9/12/2024
2.1.499 171 9/11/2024
2.1.498 160 9/11/2024
2.1.497 161 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 147 9/10/2024
2.1.491 152 9/10/2024
2.1.490 148 9/10/2024
2.1.489 156 9/9/2024
2.1.487 174 9/9/2024
2.1.485 153 9/9/2024
2.1.484 147 9/9/2024
2.1.483 158 9/7/2024
2.1.482 161 9/7/2024
2.1.481 153 9/6/2024
2.1.479 152 9/6/2024
2.1.478 160 9/6/2024
2.1.477 167 9/5/2024
2.1.476 142 9/5/2024
2.1.475 159 9/5/2024
2.1.474 157 9/5/2024
2.1.473 164 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 137 9/4/2024
2.1.468 159 9/3/2024
2.1.467 146 9/3/2024
2.1.466 149 9/3/2024
2.1.465 142 9/3/2024
2.1.464 144 9/3/2024
2.1.463 143 9/3/2024
2.1.462 144 8/29/2024
2.1.461 136 8/29/2024
2.1.460 141 8/29/2024
2.1.459 149 8/26/2024
2.1.458 140 8/26/2024
2.1.457 169 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 169 8/20/2024
2.1.452 154 8/20/2024
2.1.451 154 8/20/2024
2.1.450 160 8/20/2024
2.1.449 164 8/20/2024
2.1.448 171 8/20/2024
2.1.447 171 8/19/2024
2.1.446 160 8/15/2024
2.1.445 167 8/15/2024
2.1.444 158 8/15/2024
2.1.443 158 8/14/2024
2.1.442 159 8/14/2024
2.1.441 164 8/13/2024
2.1.440 168 8/13/2024
2.1.439 134 8/7/2024
2.1.438 140 8/7/2024
2.1.437 123 8/7/2024
2.1.436 118 8/6/2024
2.1.435 136 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 122 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 130 7/24/2024
2.1.423 151 7/20/2024
2.1.422 152 7/20/2024
2.1.421 154 7/20/2024
2.1.420 138 7/14/2024
2.1.419 122 7/14/2024
2.1.418 138 7/14/2024
2.1.417 125 7/14/2024
2.1.416 127 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 143 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 158 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 150 7/9/2024
2.1.397 147 7/9/2024
2.1.396 149 7/9/2024
2.1.395 158 7/9/2024
2.1.394 140 7/8/2024
2.1.393 147 7/8/2024
2.1.392 155 7/8/2024
2.1.391 156 7/8/2024
2.1.390 137 7/8/2024
2.1.389 154 7/8/2024
2.1.388 134 7/7/2024
2.1.387 137 7/7/2024
2.1.386 164 7/3/2024
2.1.385 167 7/3/2024
2.1.384 147 7/3/2024
2.1.383 148 7/3/2024
2.1.382 148 7/3/2024
2.1.381 157 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 148 6/22/2024
2.1.376 162 6/16/2024
2.1.375 157 6/15/2024
2.1.374 157 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 154 6/15/2024
2.1.368 161 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 159 6/1/2024
2.1.361 155 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 162 6/1/2024
2.1.356 162 6/1/2024
2.1.355 167 5/31/2024
2.1.354 152 5/31/2024
2.1.353 141 5/31/2024
2.1.352 157 5/31/2024
2.1.351 163 5/29/2024
2.1.350 142 5/29/2024
2.1.349 148 5/28/2024
2.1.348 158 5/28/2024
2.1.347 143 5/28/2024
2.1.346 152 5/28/2024
2.1.345 148 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 138 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 167 5/26/2024
2.1.336 153 5/26/2024
2.1.335 159 5/25/2024
2.1.334 143 5/25/2024
2.1.333 158 5/25/2024
2.1.332 162 5/25/2024
2.1.331 148 5/25/2024
2.1.330 151 5/25/2024
2.1.329 157 5/23/2024
2.1.328 156 5/23/2024
2.1.327 139 5/23/2024
2.1.326 161 5/23/2024
2.1.325 154 5/23/2024
2.1.324 161 5/23/2024
2.1.323 154 5/22/2024
2.1.322 146 5/22/2024
2.1.321 160 5/22/2024
2.1.320 140 5/22/2024
2.1.319 159 5/18/2024
2.1.318 154 5/18/2024
2.1.317 149 5/18/2024
2.1.316 161 5/18/2024
2.1.315 160 5/17/2024
2.1.314 187 5/17/2024
2.1.313 156 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 170 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 175 4/30/2024
2.1.303 162 4/30/2024
2.1.302 157 4/30/2024
2.1.301 157 4/30/2024
2.1.300 152 4/29/2024
2.1.299 161 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 152 4/28/2024
2.1.294 164 4/28/2024
2.1.293 154 4/28/2024
2.1.292 163 4/28/2024
2.1.291 158 4/28/2024
2.1.290 150 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 163 4/20/2024
2.1.285 155 4/19/2024
2.1.284 146 4/19/2024
2.1.283 155 4/19/2024
2.1.282 157 4/19/2024
2.1.281 151 4/18/2024
2.1.280 151 4/13/2024
2.1.279 138 4/13/2024
2.1.278 158 4/13/2024
2.1.277 152 4/12/2024
2.1.276 140 4/12/2024
2.1.275 147 4/12/2024
2.1.274 131 4/12/2024
2.1.273 146 4/12/2024
2.1.272 157 4/12/2024
2.1.271 141 4/12/2024
2.1.270 149 4/12/2024
2.1.269 132 4/11/2024
2.1.268 154 4/10/2024
2.1.267 140 4/10/2024
2.1.266 142 4/10/2024
2.1.265 146 4/10/2024
2.1.264 148 4/10/2024
2.1.263 157 4/3/2024
2.1.262 137 4/3/2024
2.1.261 619 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 185 3/25/2024
2.1.256 149 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 156 3/21/2024
2.1.251 160 3/21/2024
2.1.250 130 3/20/2024
2.1.249 156 3/20/2024
2.1.248 179 3/19/2024
2.1.247 140 3/19/2024
2.1.246 151 3/19/2024
2.1.245 152 3/19/2024
2.1.244 149 3/19/2024
2.1.243 167 3/19/2024
2.1.242 168 3/18/2024
2.1.241 151 3/16/2024
2.1.240 149 3/16/2024
2.1.239 160 3/16/2024
2.1.238 165 3/15/2024
2.1.237 159 3/13/2024
2.1.236 168 3/13/2024
2.1.235 159 3/13/2024
2.1.234 160 3/13/2024
2.1.233 165 3/13/2024
2.1.232 170 3/13/2024
2.1.231 169 3/13/2024
2.1.230 170 3/13/2024
2.1.229 188 3/12/2024
2.1.228 170 3/12/2024
2.1.227 153 3/12/2024
2.1.226 173 3/12/2024
2.1.225 144 3/11/2024
2.1.224 153 3/11/2024
2.1.223 185 3/11/2024
2.1.222 157 3/11/2024
2.1.221 154 3/11/2024
2.1.220 160 3/10/2024
2.1.219 167 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 179 3/8/2024
2.1.212 157 3/8/2024
2.1.211 161 3/8/2024
2.1.210 155 3/8/2024
2.1.209 171 3/6/2024
2.1.208 175 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 178 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 163 3/3/2024
2.1.198 167 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 143 2/29/2024
2.1.193 137 2/29/2024
2.1.192 167 2/29/2024
2.1.191 163 2/29/2024
2.1.190 144 2/29/2024
2.1.189 174 2/29/2024
2.1.188 154 2/29/2024
2.1.187 144 2/27/2024
2.1.186 155 2/26/2024
2.1.185 135 2/26/2024
2.1.184 149 2/25/2024
2.1.183 137 2/25/2024
2.1.182 144 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 144 2/22/2024
2.1.175 170 2/22/2024
2.1.174 160 2/22/2024
2.1.173 148 2/22/2024
2.1.172 149 2/22/2024
2.1.171 159 2/22/2024
2.1.170 167 2/21/2024
2.1.169 152 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 152 2/21/2024
2.1.163 182 2/20/2024
2.1.162 154 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 148 2/20/2024
2.1.157 141 2/20/2024
2.1.156 156 2/20/2024
2.1.155 162 2/19/2024
2.1.154 146 2/19/2024
2.1.153 181 2/19/2024
2.1.152 135 2/19/2024
2.1.151 164 2/17/2024
2.1.150 184 2/17/2024
2.1.149 160 2/17/2024
2.1.148 164 2/17/2024
2.1.147 163 2/17/2024
2.1.146 159 2/16/2024
2.1.145 158 2/16/2024
2.1.144 144 2/16/2024
2.1.143 166 2/16/2024
2.1.142 152 2/16/2024
2.1.141 157 2/16/2024
2.1.140 154 2/16/2024
2.1.139 172 2/14/2024
2.1.138 162 2/14/2024
2.1.137 156 2/14/2024
2.1.136 165 2/14/2024
2.1.135 148 2/13/2024
2.1.134 162 2/13/2024
2.1.133 141 2/13/2024
2.1.132 166 2/13/2024
2.1.131 160 2/13/2024
2.1.130 150 2/13/2024
2.1.129 182 2/12/2024
2.1.128 154 2/12/2024
2.1.127 161 2/12/2024
2.1.126 146 2/12/2024
2.1.125 160 2/11/2024
2.1.124 164 2/11/2024
2.1.123 182 2/11/2024
2.1.122 170 2/11/2024
2.1.121 158 2/11/2024
2.1.120 154 2/11/2024
2.1.119 166 2/10/2024
2.1.118 175 2/10/2024
2.1.117 155 2/10/2024
2.1.116 163 2/10/2024
2.1.115 170 2/10/2024
2.1.114 162 2/9/2024
2.1.113 170 2/9/2024
2.1.112 164 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 163 2/9/2024
2.1.107 151 2/8/2024
2.1.106 158 2/8/2024
2.1.105 167 2/8/2024
2.1.104 160 2/8/2024
2.1.103 166 2/8/2024
2.1.102 165 2/7/2024
2.1.101 166 2/7/2024
2.1.100 163 2/7/2024
2.1.99 138 2/7/2024
2.1.98 170 2/7/2024
2.1.97 154 2/7/2024
2.1.96 156 2/7/2024
2.1.95 180 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 150 2/5/2024
2.1.89 168 2/4/2024
2.1.88 131 2/4/2024
2.1.87 153 2/3/2024
2.1.86 155 2/3/2024
2.1.85 155 1/31/2024
2.1.84 147 1/31/2024
2.1.83 139 1/31/2024
2.1.82 133 1/31/2024
2.1.81 161 1/30/2024
2.1.80 150 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 140 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 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 149 1/27/2024
2.1.64 153 1/27/2024
2.1.63 168 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 156 1/27/2024
2.1.58 153 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 173 1/26/2024
2.1.52 149 1/25/2024
2.1.51 135 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 159 1/19/2024
2.1.45 148 1/19/2024
2.1.44 153 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 162 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 167 1/15/2024
2.1.34 169 1/14/2024
2.1.33 152 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 173 1/13/2024
2.1.28 172 1/12/2024
2.1.27 158 1/12/2024
2.1.26 160 1/12/2024
2.1.25 152 1/11/2024
2.1.24 163 1/11/2024
2.1.23 182 1/11/2024
2.1.22 179 1/9/2024
2.1.21 174 1/8/2024
2.1.20 158 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 164 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 157 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 178 12/31/2023
2.1.5 172 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 152 12/31/2023