Soenneker.Utils.String.CosineSimilarity 3.0.1009

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