Soenneker.Utils.String.CosineSimilarity 3.0.1018

Prefix Reserved
dotnet add package Soenneker.Utils.String.CosineSimilarity --version 3.0.1018
                    
NuGet\Install-Package Soenneker.Utils.String.CosineSimilarity -Version 3.0.1018
                    
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.1018" />
                    
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.1018" />
                    
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.1018
                    
#r "nuget: Soenneker.Utils.String.CosineSimilarity, 3.0.1018"
                    
#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.1018
                    
#: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.1018
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Utils.String.CosineSimilarity&version=3.0.1018
                    
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.1018 0 9/3/2025
3.0.1017 0 9/3/2025
3.0.1016 11 9/3/2025
3.0.1015 106 8/17/2025
3.0.1014 129 8/11/2025
3.0.1013 129 8/11/2025
3.0.1012 124 8/11/2025
3.0.1011 131 8/11/2025
3.0.1010 198 8/5/2025
3.0.1009 98 7/29/2025
3.0.1008 137 7/9/2025
3.0.1007 77 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 595 6/11/2025
3.0.1001 290 6/10/2025
3.0.1000 150 6/2/2025
3.0.999 159 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 141 5/23/2025
3.0.994 150 5/23/2025
3.0.993 146 5/22/2025
3.0.992 147 5/22/2025
3.0.991 236 5/14/2025
3.0.990 155 5/8/2025
3.0.989 165 5/8/2025
3.0.988 148 5/7/2025
3.0.987 164 5/7/2025
3.0.986 145 5/5/2025
3.0.985 152 5/5/2025
3.0.984 159 5/5/2025
3.0.983 150 5/5/2025
3.0.982 154 5/5/2025
3.0.981 162 5/5/2025
3.0.980 142 5/5/2025
3.0.979 107 4/27/2025
3.0.978 90 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 179 4/8/2025
3.0.973 179 4/8/2025
3.0.972 169 4/8/2025
3.0.971 163 4/8/2025
3.0.970 181 4/8/2025
3.0.969 162 4/8/2025
3.0.968 172 4/8/2025
3.0.967 176 4/7/2025
3.0.966 169 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 172 4/7/2025
3.0.961 166 4/7/2025
3.0.960 181 4/7/2025
3.0.959 173 4/6/2025
3.0.958 190 4/6/2025
3.0.957 183 4/6/2025
3.0.956 180 4/6/2025
3.0.955 173 4/6/2025
3.0.954 150 4/6/2025
3.0.953 149 4/6/2025
3.0.952 153 4/6/2025
3.0.951 120 4/6/2025
3.0.950 126 4/6/2025
3.0.949 127 4/6/2025
3.0.948 126 4/6/2025
3.0.947 121 4/6/2025
3.0.946 103 4/5/2025
3.0.945 97 4/5/2025
3.0.944 107 4/5/2025
3.0.943 108 4/5/2025
3.0.942 97 4/5/2025
3.0.941 104 4/5/2025
3.0.940 110 4/4/2025
3.0.939 167 4/3/2025
3.0.938 167 4/1/2025
3.0.937 175 3/31/2025
3.0.936 170 3/31/2025
3.0.935 106 3/29/2025
3.0.934 476 3/25/2025
3.0.933 480 3/25/2025
3.0.932 129 3/21/2025
3.0.931 151 3/21/2025
3.0.930 154 3/18/2025
3.0.929 153 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 174 3/12/2025
3.0.924 184 3/11/2025
3.0.923 175 3/11/2025
3.0.922 186 3/11/2025
3.0.921 169 3/11/2025
3.0.920 168 3/11/2025
3.0.919 177 3/11/2025
3.0.918 216 3/7/2025
3.0.917 231 3/7/2025
3.0.916 128 3/2/2025
3.0.915 116 3/2/2025
3.0.914 118 3/2/2025
3.0.913 106 3/2/2025
3.0.912 117 3/2/2025
3.0.911 112 3/1/2025
3.0.910 101 3/1/2025
3.0.909 109 3/1/2025
3.0.908 102 3/1/2025
3.0.907 107 3/1/2025
3.0.906 112 3/1/2025
3.0.905 107 3/1/2025
3.0.904 104 3/1/2025
3.0.903 105 3/1/2025
3.0.902 118 3/1/2025
3.0.901 113 3/1/2025
3.0.900 116 2/25/2025
3.0.899 107 2/25/2025
3.0.898 107 2/25/2025
3.0.897 113 2/24/2025
3.0.896 110 2/24/2025
3.0.895 121 2/23/2025
3.0.894 125 2/23/2025
3.0.893 106 2/22/2025
3.0.892 117 2/22/2025
3.0.891 117 2/22/2025
3.0.890 110 2/22/2025
3.0.889 116 2/22/2025
3.0.888 117 2/22/2025
3.0.887 126 2/21/2025
3.0.886 120 2/21/2025
3.0.885 112 2/21/2025
3.0.884 114 2/21/2025
3.0.883 129 2/19/2025
3.0.882 117 2/19/2025
3.0.881 109 2/19/2025
3.0.880 121 2/18/2025
3.0.879 114 2/18/2025
3.0.878 123 2/18/2025
3.0.877 113 2/18/2025
3.0.876 108 2/18/2025
3.0.875 112 2/18/2025
3.0.874 106 2/14/2025
3.0.873 123 2/14/2025
3.0.872 121 2/13/2025
3.0.871 114 2/13/2025
3.0.870 109 2/12/2025
3.0.869 126 2/12/2025
3.0.868 113 2/12/2025
3.0.867 117 2/12/2025
3.0.866 107 2/11/2025
3.0.865 97 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 104 2/11/2025
3.0.860 106 2/11/2025
3.0.859 124 2/11/2025
3.0.858 124 2/11/2025
3.0.857 114 2/10/2025
3.0.856 113 2/10/2025
3.0.855 126 2/10/2025
3.0.854 119 2/10/2025
3.0.853 114 2/9/2025
3.0.852 104 2/8/2025
3.0.851 109 2/8/2025
3.0.850 112 2/8/2025
3.0.849 111 2/8/2025
3.0.848 102 2/8/2025
3.0.847 106 2/8/2025
3.0.846 108 2/7/2025
3.0.845 109 2/7/2025
3.0.844 119 2/7/2025
3.0.843 118 2/7/2025
3.0.842 116 2/7/2025
3.0.841 106 2/7/2025
3.0.840 105 2/7/2025
3.0.839 108 2/7/2025
3.0.838 112 2/7/2025
3.0.837 112 2/7/2025
3.0.836 126 2/6/2025
3.0.835 123 2/5/2025
3.0.834 111 2/5/2025
3.0.833 116 2/5/2025
3.0.832 121 2/5/2025
3.0.831 114 2/5/2025
3.0.830 111 2/5/2025
3.0.829 108 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 97 1/27/2025
3.0.824 97 1/27/2025
3.0.823 111 1/27/2025
3.0.822 102 1/27/2025
3.0.821 94 1/27/2025
3.0.820 96 1/27/2025
3.0.819 105 1/27/2025
3.0.818 99 1/26/2025
3.0.817 99 1/26/2025
3.0.816 107 1/25/2025
3.0.815 102 1/25/2025
3.0.814 103 1/25/2025
3.0.813 98 1/25/2025
3.0.812 91 1/24/2025
3.0.811 97 1/24/2025
3.0.810 105 1/24/2025
3.0.809 102 1/24/2025
3.0.808 108 1/23/2025
3.0.807 95 1/23/2025
3.0.806 103 1/21/2025
3.0.805 103 1/21/2025
3.0.804 108 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 105 1/21/2025
3.0.797 109 1/20/2025
3.0.796 95 1/20/2025
3.0.795 106 1/20/2025
3.0.794 101 1/20/2025
3.0.793 106 1/20/2025
3.0.792 103 1/20/2025
3.0.791 103 1/20/2025
3.0.790 111 1/20/2025
3.0.789 106 1/19/2025
3.0.788 102 1/19/2025
3.0.787 111 1/19/2025
3.0.786 105 1/19/2025
3.0.785 90 1/19/2025
3.0.784 102 1/18/2025
3.0.783 101 1/18/2025
3.0.782 100 1/18/2025
3.0.781 101 1/18/2025
3.0.780 99 1/17/2025
3.0.779 107 1/17/2025
3.0.778 102 1/17/2025
3.0.777 106 1/16/2025
3.0.776 101 1/16/2025
3.0.775 107 1/16/2025
3.0.774 95 1/16/2025
3.0.773 98 1/16/2025
3.0.772 107 1/15/2025
3.0.771 101 1/15/2025
3.0.770 108 1/15/2025
3.0.769 92 1/15/2025
3.0.768 72 1/15/2025
3.0.767 72 1/15/2025
3.0.766 68 1/15/2025
3.0.765 68 1/15/2025
3.0.764 78 1/14/2025
3.0.763 90 1/14/2025
3.0.762 103 1/14/2025
3.0.761 95 1/13/2025
3.0.760 92 1/13/2025
3.0.759 86 1/13/2025
3.0.758 88 1/12/2025
3.0.757 96 1/11/2025
3.0.756 106 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 97 1/10/2025
3.0.749 95 1/10/2025
3.0.748 124 1/3/2025
3.0.747 130 1/3/2025
3.0.746 116 1/3/2025
3.0.745 112 1/3/2025
3.0.744 115 1/2/2025
3.0.743 118 1/2/2025
3.0.742 106 1/2/2025
3.0.741 111 1/2/2025
3.0.740 129 1/1/2025
3.0.739 124 1/1/2025
3.0.738 121 1/1/2025
3.0.737 124 1/1/2025
3.0.736 134 1/1/2025
3.0.735 119 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 109 12/31/2024
3.0.726 125 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 109 12/28/2024
3.0.721 112 12/27/2024
3.0.720 118 12/27/2024
3.0.719 109 12/24/2024
3.0.718 111 12/24/2024
3.0.717 121 12/24/2024
3.0.716 124 12/24/2024
3.0.715 118 12/24/2024
3.0.714 114 12/24/2024
3.0.713 105 12/24/2024
3.0.712 113 12/23/2024
3.0.711 113 12/23/2024
3.0.710 109 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 107 12/22/2024
3.0.705 111 12/22/2024
3.0.704 117 12/22/2024
3.0.703 117 12/22/2024
3.0.702 112 12/22/2024
3.0.701 119 12/21/2024
3.0.700 109 12/21/2024
3.0.699 121 12/21/2024
3.0.698 115 12/21/2024
3.0.697 112 12/21/2024
3.0.696 116 12/21/2024
3.0.695 125 12/21/2024
3.0.694 116 12/20/2024
3.0.693 117 12/20/2024
3.0.692 114 12/20/2024
3.0.691 116 12/20/2024
3.0.690 130 12/19/2024
3.0.689 118 12/19/2024
3.0.688 115 12/19/2024
3.0.687 116 12/19/2024
3.0.686 114 12/18/2024
3.0.685 109 12/18/2024
3.0.684 110 12/16/2024
3.0.683 111 12/16/2024
3.0.682 110 12/10/2024
3.0.681 116 12/10/2024
3.0.680 109 12/10/2024
3.0.679 120 12/9/2024
3.0.678 117 12/9/2024
3.0.677 109 12/9/2024
3.0.676 107 12/9/2024
3.0.675 116 12/7/2024
3.0.674 118 12/6/2024
3.0.673 113 12/6/2024
3.0.672 121 12/6/2024
3.0.671 115 12/6/2024
3.0.670 124 12/6/2024
3.0.668 125 12/6/2024
3.0.667 109 12/6/2024
3.0.666 121 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 127 12/6/2024
3.0.660 120 12/5/2024
3.0.659 114 12/5/2024
3.0.658 116 12/4/2024
3.0.657 118 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 121 12/3/2024
3.0.650 119 12/3/2024
3.0.649 121 12/3/2024
3.0.648 139 12/3/2024
3.0.647 115 12/3/2024
3.0.646 124 12/3/2024
3.0.645 116 12/2/2024
3.0.644 119 12/2/2024
3.0.643 120 12/2/2024
3.0.642 119 12/2/2024
3.0.641 119 12/2/2024
3.0.640 132 12/1/2024
3.0.639 123 12/1/2024
3.0.638 118 12/1/2024
3.0.637 127 12/1/2024
3.0.636 116 11/29/2024
3.0.635 112 11/29/2024
3.0.634 110 11/29/2024
3.0.633 120 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 116 11/20/2024
3.0.628 119 11/20/2024
3.0.627 107 11/20/2024
3.0.626 116 11/20/2024
3.0.625 126 11/20/2024
3.0.624 121 11/19/2024
3.0.623 127 11/19/2024
3.0.622 116 11/19/2024
3.0.621 112 11/19/2024
3.0.620 113 11/19/2024
3.0.619 131 11/19/2024
3.0.618 120 11/15/2024
3.0.617 119 11/14/2024
3.0.616 115 11/14/2024
3.0.615 119 11/14/2024
3.0.614 120 11/14/2024
3.0.613 115 11/14/2024
3.0.612 115 11/14/2024
3.0.611 118 11/14/2024
3.0.610 114 11/14/2024
3.0.609 128 11/14/2024
3.0.608 118 11/14/2024
3.0.607 115 11/14/2024
3.0.606 114 11/14/2024
2.1.605 118 11/13/2024
2.1.604 126 11/13/2024
2.1.603 129 11/13/2024
2.1.602 122 11/13/2024
2.1.601 117 11/12/2024
2.1.600 123 11/9/2024
2.1.599 123 11/9/2024
2.1.598 118 11/9/2024
2.1.597 116 11/8/2024
2.1.596 126 11/8/2024
2.1.595 109 11/8/2024
2.1.594 130 11/8/2024
2.1.593 122 11/8/2024
2.1.592 119 11/6/2024
2.1.591 128 11/1/2024
2.1.590 126 11/1/2024
2.1.589 122 11/1/2024
2.1.588 111 10/31/2024
2.1.586 128 10/29/2024
2.1.585 126 10/29/2024
2.1.584 108 10/29/2024
2.1.583 118 10/29/2024
2.1.582 107 10/28/2024
2.1.581 118 10/26/2024
2.1.580 119 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 97 10/22/2024
2.1.574 117 10/22/2024
2.1.573 110 10/18/2024
2.1.572 116 10/17/2024
2.1.571 507 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 132 10/11/2024
2.1.565 147 10/9/2024
2.1.564 111 10/9/2024
2.1.563 112 10/9/2024
2.1.562 119 10/9/2024
2.1.561 121 10/9/2024
2.1.560 121 10/8/2024
2.1.559 119 10/8/2024
2.1.558 102 10/8/2024
2.1.557 112 10/8/2024
2.1.556 119 10/3/2024
2.1.555 108 10/3/2024
2.1.554 104 10/3/2024
2.1.553 111 10/3/2024
2.1.552 118 10/2/2024
2.1.551 109 10/2/2024
2.1.550 127 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 128 10/1/2024
2.1.545 121 10/1/2024
2.1.544 139 9/29/2024
2.1.543 120 9/29/2024
2.1.542 121 9/29/2024
2.1.541 121 9/29/2024
2.1.540 125 9/27/2024
2.1.539 124 9/27/2024
2.1.538 121 9/27/2024
2.1.537 115 9/27/2024
2.1.536 118 9/27/2024
2.1.535 121 9/27/2024
2.1.534 128 9/27/2024
2.1.533 130 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 116 9/23/2024
2.1.522 114 9/23/2024
2.1.521 117 9/23/2024
2.1.520 124 9/23/2024
2.1.519 118 9/23/2024
2.1.518 116 9/23/2024
2.1.517 120 9/18/2024
2.1.516 115 9/18/2024
2.1.515 134 9/18/2024
2.1.514 127 9/18/2024
2.1.513 123 9/18/2024
2.1.512 121 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 129 9/17/2024
2.1.505 129 9/17/2024
2.1.504 133 9/16/2024
2.1.503 127 9/16/2024
2.1.502 131 9/16/2024
2.1.501 133 9/12/2024
2.1.500 122 9/12/2024
2.1.499 154 9/11/2024
2.1.498 144 9/11/2024
2.1.497 144 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 152 9/10/2024
2.1.492 133 9/10/2024
2.1.491 134 9/10/2024
2.1.490 134 9/10/2024
2.1.489 138 9/9/2024
2.1.487 161 9/9/2024
2.1.485 138 9/9/2024
2.1.484 131 9/9/2024
2.1.483 143 9/7/2024
2.1.482 144 9/7/2024
2.1.481 135 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 137 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 121 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 129 9/3/2024
2.1.463 128 9/3/2024
2.1.462 127 8/29/2024
2.1.461 116 8/29/2024
2.1.460 125 8/29/2024
2.1.459 130 8/26/2024
2.1.458 133 8/26/2024
2.1.457 151 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 151 8/20/2024
2.1.452 138 8/20/2024
2.1.451 139 8/20/2024
2.1.450 149 8/20/2024
2.1.449 147 8/20/2024
2.1.448 150 8/20/2024
2.1.447 156 8/19/2024
2.1.446 145 8/15/2024
2.1.445 153 8/15/2024
2.1.444 141 8/15/2024
2.1.443 139 8/14/2024
2.1.442 146 8/14/2024
2.1.441 150 8/13/2024
2.1.440 152 8/13/2024
2.1.439 120 8/7/2024
2.1.438 124 8/7/2024
2.1.437 117 8/7/2024
2.1.436 107 8/6/2024
2.1.435 130 8/1/2024
2.1.434 119 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 122 7/25/2024
2.1.425 112 7/24/2024
2.1.423 134 7/20/2024
2.1.422 138 7/20/2024
2.1.421 136 7/20/2024
2.1.420 121 7/14/2024
2.1.419 114 7/14/2024
2.1.418 121 7/14/2024
2.1.417 120 7/14/2024
2.1.416 122 7/10/2024
2.1.415 121 7/10/2024
2.1.414 115 7/10/2024
2.1.413 134 7/10/2024
2.1.411 129 7/10/2024
2.1.410 109 7/10/2024
2.1.409 130 7/10/2024
2.1.408 125 7/10/2024
2.1.407 141 7/10/2024
2.1.405 139 7/10/2024
2.1.404 139 7/9/2024
2.1.402 110 7/9/2024
2.1.401 126 7/9/2024
2.1.400 121 7/9/2024
2.1.399 142 7/9/2024
2.1.398 131 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 124 7/8/2024
2.1.393 132 7/8/2024
2.1.392 137 7/8/2024
2.1.391 144 7/8/2024
2.1.390 125 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 149 7/3/2024
2.1.385 148 7/3/2024
2.1.384 132 7/3/2024
2.1.383 132 7/3/2024
2.1.382 132 7/3/2024
2.1.381 141 6/27/2024
2.1.380 125 6/27/2024
2.1.379 135 6/22/2024
2.1.378 128 6/22/2024
2.1.377 132 6/22/2024
2.1.376 144 6/16/2024
2.1.375 139 6/15/2024
2.1.374 139 6/15/2024
2.1.373 145 6/15/2024
2.1.372 143 6/15/2024
2.1.371 150 6/15/2024
2.1.370 131 6/15/2024
2.1.369 137 6/15/2024
2.1.368 141 6/15/2024
2.1.367 131 6/14/2024
2.1.366 131 6/14/2024
2.1.365 139 6/4/2024
2.1.364 150 6/4/2024
2.1.363 150 6/2/2024
2.1.362 150 6/1/2024
2.1.361 140 6/1/2024
2.1.360 136 6/1/2024
2.1.359 136 6/1/2024
2.1.358 156 6/1/2024
2.1.357 145 6/1/2024
2.1.356 144 6/1/2024
2.1.355 153 5/31/2024
2.1.354 138 5/31/2024
2.1.353 127 5/31/2024
2.1.352 140 5/31/2024
2.1.351 148 5/29/2024
2.1.350 132 5/29/2024
2.1.349 132 5/28/2024
2.1.348 142 5/28/2024
2.1.347 133 5/28/2024
2.1.346 137 5/28/2024
2.1.345 132 5/28/2024
2.1.344 135 5/27/2024
2.1.343 137 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 138 5/26/2024
2.1.338 142 5/26/2024
2.1.337 146 5/26/2024
2.1.336 138 5/26/2024
2.1.335 145 5/25/2024
2.1.334 140 5/25/2024
2.1.333 140 5/25/2024
2.1.332 148 5/25/2024
2.1.331 143 5/25/2024
2.1.330 135 5/25/2024
2.1.329 141 5/23/2024
2.1.328 141 5/23/2024
2.1.327 121 5/23/2024
2.1.326 143 5/23/2024
2.1.325 140 5/23/2024
2.1.324 147 5/23/2024
2.1.323 136 5/22/2024
2.1.322 140 5/22/2024
2.1.321 147 5/22/2024
2.1.320 134 5/22/2024
2.1.319 141 5/18/2024
2.1.318 137 5/18/2024
2.1.317 137 5/18/2024
2.1.316 147 5/18/2024
2.1.315 143 5/17/2024
2.1.314 173 5/17/2024
2.1.313 139 5/17/2024
2.1.312 135 5/16/2024
2.1.311 142 5/16/2024
2.1.310 161 5/15/2024
2.1.309 137 5/15/2024
2.1.308 156 5/15/2024
2.1.307 153 5/13/2024
2.1.306 147 5/13/2024
2.1.305 129 5/13/2024
2.1.304 158 4/30/2024
2.1.303 142 4/30/2024
2.1.302 144 4/30/2024
2.1.301 146 4/30/2024
2.1.300 145 4/29/2024
2.1.299 143 4/29/2024
2.1.298 125 4/29/2024
2.1.297 140 4/29/2024
2.1.296 131 4/28/2024
2.1.295 138 4/28/2024
2.1.294 151 4/28/2024
2.1.293 137 4/28/2024
2.1.292 148 4/28/2024
2.1.291 139 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 153 4/20/2024
2.1.285 142 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 137 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 131 4/12/2024
2.1.274 128 4/12/2024
2.1.273 130 4/12/2024
2.1.272 140 4/12/2024
2.1.271 128 4/12/2024
2.1.270 131 4/12/2024
2.1.269 128 4/11/2024
2.1.268 140 4/10/2024
2.1.267 124 4/10/2024
2.1.266 127 4/10/2024
2.1.265 130 4/10/2024
2.1.264 131 4/10/2024
2.1.263 152 4/3/2024
2.1.262 134 4/3/2024
2.1.261 602 3/30/2024
2.1.260 144 3/29/2024
2.1.259 144 3/29/2024
2.1.258 140 3/25/2024
2.1.257 170 3/25/2024
2.1.256 144 3/25/2024
2.1.255 138 3/25/2024
2.1.254 147 3/25/2024
2.1.253 135 3/21/2024
2.1.252 141 3/21/2024
2.1.251 144 3/21/2024
2.1.250 130 3/20/2024
2.1.249 142 3/20/2024
2.1.248 160 3/19/2024
2.1.247 125 3/19/2024
2.1.246 135 3/19/2024
2.1.245 137 3/19/2024
2.1.244 132 3/19/2024
2.1.243 151 3/19/2024
2.1.242 151 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 150 3/15/2024
2.1.237 143 3/13/2024
2.1.236 152 3/13/2024
2.1.235 146 3/13/2024
2.1.234 143 3/13/2024
2.1.233 151 3/13/2024
2.1.232 152 3/13/2024
2.1.231 153 3/13/2024
2.1.230 152 3/13/2024
2.1.229 165 3/12/2024
2.1.228 152 3/12/2024
2.1.227 146 3/12/2024
2.1.226 154 3/12/2024
2.1.225 134 3/11/2024
2.1.224 135 3/11/2024
2.1.223 167 3/11/2024
2.1.222 141 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 151 3/8/2024
2.1.213 159 3/8/2024
2.1.212 136 3/8/2024
2.1.211 145 3/8/2024
2.1.210 137 3/8/2024
2.1.209 153 3/6/2024
2.1.208 157 3/6/2024
2.1.207 144 3/6/2024
2.1.206 140 3/4/2024
2.1.205 130 3/4/2024
2.1.204 157 3/4/2024
2.1.203 159 3/4/2024
2.1.202 137 3/4/2024
2.1.201 144 3/3/2024
2.1.200 154 3/3/2024
2.1.199 145 3/3/2024
2.1.198 149 3/3/2024
2.1.197 142 3/2/2024
2.1.196 143 3/2/2024
2.1.195 141 2/29/2024
2.1.194 137 2/29/2024
2.1.193 131 2/29/2024
2.1.192 147 2/29/2024
2.1.191 143 2/29/2024
2.1.190 129 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 133 2/25/2024
2.1.183 122 2/25/2024
2.1.182 129 2/25/2024
2.1.181 141 2/25/2024
2.1.180 138 2/25/2024
2.1.179 130 2/24/2024
2.1.178 131 2/23/2024
2.1.177 136 2/23/2024
2.1.176 128 2/22/2024
2.1.175 151 2/22/2024
2.1.174 146 2/22/2024
2.1.173 131 2/22/2024
2.1.172 136 2/22/2024
2.1.171 141 2/22/2024
2.1.170 152 2/21/2024
2.1.169 146 2/21/2024
2.1.168 133 2/21/2024
2.1.167 147 2/21/2024
2.1.166 173 2/21/2024
2.1.165 145 2/21/2024
2.1.164 134 2/21/2024
2.1.163 164 2/20/2024
2.1.162 136 2/20/2024
2.1.161 140 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 137 2/20/2024
2.1.156 140 2/20/2024
2.1.155 145 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 149 2/17/2024
2.1.150 164 2/17/2024
2.1.149 143 2/17/2024
2.1.148 146 2/17/2024
2.1.147 159 2/17/2024
2.1.146 144 2/16/2024
2.1.145 146 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 148 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 149 2/14/2024
2.1.135 133 2/13/2024
2.1.134 144 2/13/2024
2.1.133 127 2/13/2024
2.1.132 145 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 139 2/12/2024
2.1.127 145 2/12/2024
2.1.126 136 2/12/2024
2.1.125 144 2/11/2024
2.1.124 146 2/11/2024
2.1.123 161 2/11/2024
2.1.122 154 2/11/2024
2.1.121 141 2/11/2024
2.1.120 138 2/11/2024
2.1.119 149 2/10/2024
2.1.118 159 2/10/2024
2.1.117 138 2/10/2024
2.1.116 150 2/10/2024
2.1.115 155 2/10/2024
2.1.114 145 2/9/2024
2.1.113 152 2/9/2024
2.1.112 146 2/9/2024
2.1.111 148 2/9/2024
2.1.110 157 2/9/2024
2.1.109 150 2/9/2024
2.1.108 150 2/9/2024
2.1.107 141 2/8/2024
2.1.106 143 2/8/2024
2.1.105 152 2/8/2024
2.1.104 147 2/8/2024
2.1.103 151 2/8/2024
2.1.102 144 2/7/2024
2.1.101 152 2/7/2024
2.1.100 150 2/7/2024
2.1.99 128 2/7/2024
2.1.98 152 2/7/2024
2.1.97 137 2/7/2024
2.1.96 142 2/7/2024
2.1.95 165 2/7/2024
2.1.94 148 2/6/2024
2.1.93 143 2/6/2024
2.1.92 137 2/6/2024
2.1.91 137 2/5/2024
2.1.90 136 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 143 2/3/2024
2.1.85 140 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 144 1/30/2024
2.1.80 134 1/30/2024
2.1.79 137 1/30/2024
2.1.78 126 1/29/2024
2.1.77 133 1/29/2024
2.1.76 125 1/29/2024
2.1.75 125 1/29/2024
2.1.74 127 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 133 1/28/2024
2.1.69 143 1/28/2024
2.1.68 127 1/28/2024
2.1.67 132 1/28/2024
2.1.66 129 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 139 1/27/2024
2.1.60 125 1/27/2024
2.1.59 140 1/27/2024
2.1.58 137 1/26/2024
2.1.57 134 1/26/2024
2.1.56 144 1/26/2024
2.1.55 126 1/26/2024
2.1.54 138 1/26/2024
2.1.53 154 1/26/2024
2.1.52 134 1/25/2024
2.1.51 128 1/25/2024
2.1.50 146 1/25/2024
2.1.49 136 1/25/2024
2.1.48 125 1/25/2024
2.1.47 134 1/25/2024
2.1.46 141 1/19/2024
2.1.45 144 1/19/2024
2.1.44 149 1/19/2024
2.1.43 162 1/16/2024
2.1.42 150 1/16/2024
2.1.41 142 1/15/2024
2.1.40 149 1/15/2024
2.1.39 157 1/15/2024
2.1.38 145 1/15/2024
2.1.37 159 1/15/2024
2.1.36 146 1/15/2024
2.1.35 147 1/15/2024
2.1.34 155 1/14/2024
2.1.33 132 1/14/2024
2.1.32 155 1/13/2024
2.1.31 138 1/13/2024
2.1.30 136 1/13/2024
2.1.29 157 1/13/2024
2.1.28 150 1/12/2024
2.1.27 144 1/12/2024
2.1.26 143 1/12/2024
2.1.25 138 1/11/2024
2.1.24 146 1/11/2024
2.1.23 164 1/11/2024
2.1.22 157 1/9/2024
2.1.21 166 1/8/2024
2.1.20 145 1/8/2024
2.1.19 166 1/8/2024
2.1.18 172 1/7/2024
2.1.17 164 1/6/2024
2.1.16 158 1/5/2024
2.1.15 164 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 146 1/1/2024
2.1.8 127 1/1/2024
2.1.7 141 1/1/2024
2.1.6 168 12/31/2023
2.1.5 151 12/31/2023
2.1.4 158 12/31/2023
2.1.3 158 12/31/2023
2.1.2 133 12/31/2023
2.1.1 138 12/31/2023