Soenneker.Utils.String.CosineSimilarity 3.0.1014

Prefix Reserved
dotnet add package Soenneker.Utils.String.CosineSimilarity --version 3.0.1014
                    
NuGet\Install-Package Soenneker.Utils.String.CosineSimilarity -Version 3.0.1014
                    
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.1014" />
                    
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.1014" />
                    
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.1014
                    
#r "nuget: Soenneker.Utils.String.CosineSimilarity, 3.0.1014"
                    
#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.1014
                    
#: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.1014
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Utils.String.CosineSimilarity&version=3.0.1014
                    
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.1014 88 8/11/2025
3.0.1013 86 8/11/2025
3.0.1012 85 8/11/2025
3.0.1011 85 8/11/2025
3.0.1010 170 8/5/2025
3.0.1009 92 7/29/2025
3.0.1008 131 7/9/2025
3.0.1007 71 6/28/2025
3.0.1006 61 6/28/2025
3.0.1005 75 6/27/2025
3.0.1004 80 6/27/2025
3.0.1003 148 6/24/2025
3.0.1002 450 6/11/2025
3.0.1001 286 6/10/2025
3.0.1000 146 6/2/2025
3.0.999 153 5/27/2025
3.0.998 146 5/27/2025
3.0.997 152 5/27/2025
3.0.996 102 5/25/2025
3.0.995 135 5/23/2025
3.0.994 144 5/23/2025
3.0.993 142 5/22/2025
3.0.992 143 5/22/2025
3.0.991 229 5/14/2025
3.0.990 149 5/8/2025
3.0.989 159 5/8/2025
3.0.988 144 5/7/2025
3.0.987 157 5/7/2025
3.0.986 140 5/5/2025
3.0.985 148 5/5/2025
3.0.984 154 5/5/2025
3.0.983 144 5/5/2025
3.0.982 147 5/5/2025
3.0.981 157 5/5/2025
3.0.980 138 5/5/2025
3.0.979 103 4/27/2025
3.0.978 83 4/26/2025
3.0.977 175 4/9/2025
3.0.976 158 4/8/2025
3.0.975 153 4/8/2025
3.0.974 172 4/8/2025
3.0.973 175 4/8/2025
3.0.972 165 4/8/2025
3.0.971 158 4/8/2025
3.0.970 176 4/8/2025
3.0.969 156 4/8/2025
3.0.968 168 4/8/2025
3.0.967 172 4/7/2025
3.0.966 162 4/7/2025
3.0.965 171 4/7/2025
3.0.964 159 4/7/2025
3.0.963 175 4/7/2025
3.0.962 166 4/7/2025
3.0.961 162 4/7/2025
3.0.960 176 4/7/2025
3.0.959 167 4/6/2025
3.0.958 186 4/6/2025
3.0.957 174 4/6/2025
3.0.956 174 4/6/2025
3.0.955 169 4/6/2025
3.0.954 145 4/6/2025
3.0.953 144 4/6/2025
3.0.952 148 4/6/2025
3.0.951 115 4/6/2025
3.0.950 122 4/6/2025
3.0.949 120 4/6/2025
3.0.948 120 4/6/2025
3.0.947 115 4/6/2025
3.0.946 97 4/5/2025
3.0.945 91 4/5/2025
3.0.944 99 4/5/2025
3.0.943 102 4/5/2025
3.0.942 91 4/5/2025
3.0.941 100 4/5/2025
3.0.940 105 4/4/2025
3.0.939 161 4/3/2025
3.0.938 161 4/1/2025
3.0.937 170 3/31/2025
3.0.936 164 3/31/2025
3.0.935 102 3/29/2025
3.0.934 471 3/25/2025
3.0.933 476 3/25/2025
3.0.932 123 3/21/2025
3.0.931 145 3/21/2025
3.0.930 149 3/18/2025
3.0.929 148 3/18/2025
3.0.928 84 3/15/2025
3.0.927 78 3/15/2025
3.0.926 161 3/12/2025
3.0.925 168 3/12/2025
3.0.924 178 3/11/2025
3.0.923 170 3/11/2025
3.0.922 179 3/11/2025
3.0.921 164 3/11/2025
3.0.920 162 3/11/2025
3.0.919 169 3/11/2025
3.0.918 212 3/7/2025
3.0.917 225 3/7/2025
3.0.916 124 3/2/2025
3.0.915 110 3/2/2025
3.0.914 113 3/2/2025
3.0.913 101 3/2/2025
3.0.912 111 3/2/2025
3.0.911 107 3/1/2025
3.0.910 94 3/1/2025
3.0.909 102 3/1/2025
3.0.908 97 3/1/2025
3.0.907 102 3/1/2025
3.0.906 107 3/1/2025
3.0.905 101 3/1/2025
3.0.904 98 3/1/2025
3.0.903 100 3/1/2025
3.0.902 113 3/1/2025
3.0.901 107 3/1/2025
3.0.900 109 2/25/2025
3.0.899 103 2/25/2025
3.0.898 102 2/25/2025
3.0.897 107 2/24/2025
3.0.896 105 2/24/2025
3.0.895 115 2/23/2025
3.0.894 119 2/23/2025
3.0.893 101 2/22/2025
3.0.892 112 2/22/2025
3.0.891 110 2/22/2025
3.0.890 106 2/22/2025
3.0.889 111 2/22/2025
3.0.888 112 2/22/2025
3.0.887 120 2/21/2025
3.0.886 115 2/21/2025
3.0.885 107 2/21/2025
3.0.884 109 2/21/2025
3.0.883 124 2/19/2025
3.0.882 111 2/19/2025
3.0.881 104 2/19/2025
3.0.880 115 2/18/2025
3.0.879 110 2/18/2025
3.0.878 116 2/18/2025
3.0.877 107 2/18/2025
3.0.876 103 2/18/2025
3.0.875 107 2/18/2025
3.0.874 102 2/14/2025
3.0.873 112 2/14/2025
3.0.872 114 2/13/2025
3.0.871 109 2/13/2025
3.0.870 104 2/12/2025
3.0.869 121 2/12/2025
3.0.868 108 2/12/2025
3.0.867 112 2/12/2025
3.0.866 102 2/11/2025
3.0.865 91 2/11/2025
3.0.864 112 2/11/2025
3.0.863 106 2/11/2025
3.0.862 129 2/11/2025
3.0.861 98 2/11/2025
3.0.860 102 2/11/2025
3.0.859 119 2/11/2025
3.0.858 119 2/11/2025
3.0.857 109 2/10/2025
3.0.856 108 2/10/2025
3.0.855 121 2/10/2025
3.0.854 113 2/10/2025
3.0.853 109 2/9/2025
3.0.852 99 2/8/2025
3.0.851 104 2/8/2025
3.0.850 107 2/8/2025
3.0.849 105 2/8/2025
3.0.848 98 2/8/2025
3.0.847 100 2/8/2025
3.0.846 103 2/7/2025
3.0.845 103 2/7/2025
3.0.844 113 2/7/2025
3.0.843 113 2/7/2025
3.0.842 109 2/7/2025
3.0.841 102 2/7/2025
3.0.840 101 2/7/2025
3.0.839 102 2/7/2025
3.0.838 108 2/7/2025
3.0.837 106 2/7/2025
3.0.836 108 2/6/2025
3.0.835 119 2/5/2025
3.0.834 107 2/5/2025
3.0.833 112 2/5/2025
3.0.832 117 2/5/2025
3.0.831 107 2/5/2025
3.0.830 108 2/5/2025
3.0.829 103 1/28/2025
3.0.828 88 1/28/2025
3.0.827 99 1/28/2025
3.0.826 109 1/27/2025
3.0.825 92 1/27/2025
3.0.824 94 1/27/2025
3.0.823 106 1/27/2025
3.0.822 99 1/27/2025
3.0.821 90 1/27/2025
3.0.820 93 1/27/2025
3.0.819 100 1/27/2025
3.0.818 95 1/26/2025
3.0.817 95 1/26/2025
3.0.816 100 1/25/2025
3.0.815 98 1/25/2025
3.0.814 98 1/25/2025
3.0.813 93 1/25/2025
3.0.812 87 1/24/2025
3.0.811 92 1/24/2025
3.0.810 102 1/24/2025
3.0.809 97 1/24/2025
3.0.808 103 1/23/2025
3.0.807 91 1/23/2025
3.0.806 98 1/21/2025
3.0.805 99 1/21/2025
3.0.804 103 1/21/2025
3.0.803 109 1/21/2025
3.0.802 110 1/21/2025
3.0.801 101 1/21/2025
3.0.800 105 1/21/2025
3.0.799 101 1/21/2025
3.0.798 101 1/21/2025
3.0.797 105 1/20/2025
3.0.796 91 1/20/2025
3.0.795 101 1/20/2025
3.0.794 97 1/20/2025
3.0.793 102 1/20/2025
3.0.792 99 1/20/2025
3.0.791 99 1/20/2025
3.0.790 105 1/20/2025
3.0.789 101 1/19/2025
3.0.788 97 1/19/2025
3.0.787 107 1/19/2025
3.0.786 100 1/19/2025
3.0.785 86 1/19/2025
3.0.784 97 1/18/2025
3.0.783 95 1/18/2025
3.0.782 95 1/18/2025
3.0.781 95 1/18/2025
3.0.780 95 1/17/2025
3.0.779 102 1/17/2025
3.0.778 98 1/17/2025
3.0.777 101 1/16/2025
3.0.776 96 1/16/2025
3.0.775 103 1/16/2025
3.0.774 92 1/16/2025
3.0.773 93 1/16/2025
3.0.772 104 1/15/2025
3.0.771 97 1/15/2025
3.0.770 103 1/15/2025
3.0.769 86 1/15/2025
3.0.768 67 1/15/2025
3.0.767 69 1/15/2025
3.0.766 63 1/15/2025
3.0.765 64 1/15/2025
3.0.764 75 1/14/2025
3.0.763 85 1/14/2025
3.0.762 100 1/14/2025
3.0.761 91 1/13/2025
3.0.760 88 1/13/2025
3.0.759 83 1/13/2025
3.0.758 82 1/12/2025
3.0.757 92 1/11/2025
3.0.756 99 1/11/2025
3.0.755 103 1/11/2025
3.0.754 99 1/11/2025
3.0.753 103 1/10/2025
3.0.752 100 1/10/2025
3.0.751 105 1/10/2025
3.0.750 93 1/10/2025
3.0.749 91 1/10/2025
3.0.748 120 1/3/2025
3.0.747 126 1/3/2025
3.0.746 113 1/3/2025
3.0.745 107 1/3/2025
3.0.744 112 1/2/2025
3.0.743 114 1/2/2025
3.0.742 102 1/2/2025
3.0.741 107 1/2/2025
3.0.740 126 1/1/2025
3.0.739 118 1/1/2025
3.0.738 115 1/1/2025
3.0.737 119 1/1/2025
3.0.736 130 1/1/2025
3.0.735 115 1/1/2025
3.0.734 134 1/1/2025
3.0.732 108 12/31/2024
3.0.731 105 12/31/2024
3.0.730 122 12/31/2024
3.0.729 124 12/31/2024
3.0.728 100 12/31/2024
3.0.727 105 12/31/2024
3.0.726 120 12/31/2024
3.0.725 109 12/31/2024
3.0.724 109 12/31/2024
3.0.723 101 12/28/2024
3.0.722 105 12/28/2024
3.0.721 108 12/27/2024
3.0.720 114 12/27/2024
3.0.719 106 12/24/2024
3.0.718 108 12/24/2024
3.0.717 116 12/24/2024
3.0.716 119 12/24/2024
3.0.715 113 12/24/2024
3.0.714 111 12/24/2024
3.0.713 102 12/24/2024
3.0.712 109 12/23/2024
3.0.711 107 12/23/2024
3.0.710 104 12/23/2024
3.0.709 104 12/23/2024
3.0.708 112 12/23/2024
3.0.707 111 12/23/2024
3.0.706 103 12/22/2024
3.0.705 107 12/22/2024
3.0.704 113 12/22/2024
3.0.703 112 12/22/2024
3.0.702 108 12/22/2024
3.0.701 116 12/21/2024
3.0.700 105 12/21/2024
3.0.699 117 12/21/2024
3.0.698 111 12/21/2024
3.0.697 107 12/21/2024
3.0.696 112 12/21/2024
3.0.695 121 12/21/2024
3.0.694 111 12/20/2024
3.0.693 113 12/20/2024
3.0.692 111 12/20/2024
3.0.691 111 12/20/2024
3.0.690 127 12/19/2024
3.0.689 111 12/19/2024
3.0.688 112 12/19/2024
3.0.687 111 12/19/2024
3.0.686 109 12/18/2024
3.0.685 106 12/18/2024
3.0.684 107 12/16/2024
3.0.683 107 12/16/2024
3.0.682 106 12/10/2024
3.0.681 113 12/10/2024
3.0.680 104 12/10/2024
3.0.679 116 12/9/2024
3.0.678 112 12/9/2024
3.0.677 105 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 122 12/6/2024
3.0.660 116 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 110 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 115 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 120 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 112 11/20/2024
3.0.628 114 11/20/2024
3.0.627 104 11/20/2024
3.0.626 111 11/20/2024
3.0.625 122 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 107 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 124 11/14/2024
3.0.608 114 11/14/2024
3.0.607 110 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 118 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 115 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 107 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 108 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 108 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 116 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 107 10/3/2024
2.1.552 112 10/2/2024
2.1.551 105 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 124 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 119 9/27/2024
2.1.538 117 9/27/2024
2.1.537 111 9/27/2024
2.1.536 113 9/27/2024
2.1.535 118 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 111 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 117 9/17/2024
2.1.511 137 9/17/2024
2.1.510 123 9/17/2024
2.1.509 116 9/17/2024
2.1.508 117 9/17/2024
2.1.507 121 9/17/2024
2.1.506 124 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 130 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 139 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 133 9/9/2024
2.1.487 157 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 131 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 136 9/5/2024
2.1.471 145 9/5/2024
2.1.470 123 9/4/2024
2.1.469 114 9/4/2024
2.1.468 139 9/3/2024
2.1.467 123 9/3/2024
2.1.466 129 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 113 8/29/2024
2.1.460 121 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 141 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 134 8/20/2024
2.1.450 145 8/20/2024
2.1.449 142 8/20/2024
2.1.448 147 8/20/2024
2.1.447 152 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 142 8/14/2024
2.1.441 147 8/13/2024
2.1.440 147 8/13/2024
2.1.439 117 8/7/2024
2.1.438 120 8/7/2024
2.1.437 113 8/7/2024
2.1.436 103 8/6/2024
2.1.435 126 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 110 7/25/2024
2.1.426 117 7/25/2024
2.1.425 108 7/24/2024
2.1.423 130 7/20/2024
2.1.422 134 7/20/2024
2.1.421 132 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 116 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 105 7/10/2024
2.1.409 127 7/10/2024
2.1.408 121 7/10/2024
2.1.407 136 7/10/2024
2.1.405 135 7/10/2024
2.1.404 136 7/9/2024
2.1.402 107 7/9/2024
2.1.401 122 7/9/2024
2.1.400 115 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 133 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 144 7/3/2024
2.1.385 144 7/3/2024
2.1.384 128 7/3/2024
2.1.383 129 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 139 6/16/2024
2.1.375 135 6/15/2024
2.1.374 133 6/15/2024
2.1.373 139 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 137 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 145 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 135 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 129 5/28/2024
2.1.346 134 5/28/2024
2.1.345 129 5/28/2024
2.1.344 132 5/27/2024
2.1.343 133 5/27/2024
2.1.342 124 5/27/2024
2.1.341 130 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 140 5/25/2024
2.1.334 136 5/25/2024
2.1.333 135 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 142 5/22/2024
2.1.320 130 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 156 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 139 4/29/2024
2.1.298 122 4/29/2024
2.1.297 135 4/29/2024
2.1.296 126 4/28/2024
2.1.295 135 4/28/2024
2.1.294 147 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 148 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 148 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 139 3/25/2024
2.1.255 133 3/25/2024
2.1.254 143 3/25/2024
2.1.253 132 3/21/2024
2.1.252 135 3/21/2024
2.1.251 141 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 147 3/13/2024
2.1.235 143 3/13/2024
2.1.234 139 3/13/2024
2.1.233 147 3/13/2024
2.1.232 148 3/13/2024
2.1.231 150 3/13/2024
2.1.230 148 3/13/2024
2.1.229 161 3/12/2024
2.1.228 148 3/12/2024
2.1.227 141 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 144 3/8/2024
2.1.214 146 3/8/2024
2.1.213 154 3/8/2024
2.1.212 132 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 141 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 153 3/4/2024
2.1.202 134 3/4/2024
2.1.201 140 3/3/2024
2.1.200 150 3/3/2024
2.1.199 138 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 123 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 143 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 135 2/20/2024
2.1.155 140 2/19/2024
2.1.154 127 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 120 2/16/2024
2.1.143 149 2/16/2024
2.1.142 131 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 121 2/13/2024
2.1.132 141 2/13/2024
2.1.131 142 2/13/2024
2.1.130 134 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 155 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 140 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 153 2/9/2024
2.1.109 144 2/9/2024
2.1.108 144 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 148 2/7/2024
2.1.97 133 2/7/2024
2.1.96 137 2/7/2024
2.1.95 159 2/7/2024
2.1.94 144 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 149 2/4/2024
2.1.88 117 2/4/2024
2.1.87 135 2/3/2024
2.1.86 137 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 114 1/31/2024
2.1.81 139 1/30/2024
2.1.80 131 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 140 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 140 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 140 1/19/2024
2.1.44 145 1/19/2024
2.1.43 159 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 152 1/15/2024
2.1.38 140 1/15/2024
2.1.37 154 1/15/2024
2.1.36 140 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 146 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 159 1/11/2024
2.1.22 152 1/9/2024
2.1.21 163 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 157 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 137 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 134 12/31/2023