Soenneker.Utils.String.CosineSimilarity 3.0.1015

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