Soenneker.Utils.String.CosineSimilarity 3.0.942

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