Soenneker.Utils.String.CosineSimilarity 3.0.941

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