Soenneker.Utils.String.CosineSimilarity 3.0.999

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