Soenneker.Utils.String.CosineSimilarity 3.0.997

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