Soenneker.Utils.String.CosineSimilarity 3.0.902

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