Soenneker.Utils.String.CosineSimilarity 3.0.913

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