Soenneker.Utils.String.CosineSimilarity 3.0.976

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.976
                    
NuGet\Install-Package Soenneker.Utils.String.CosineSimilarity -Version 3.0.976
                    
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.976" />
                    
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.976" />
                    
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.976
                    
#r "nuget: Soenneker.Utils.String.CosineSimilarity, 3.0.976"
                    
#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.976
                    
Install Soenneker.Utils.String.CosineSimilarity as a Cake Addin
#tool nuget:?package=Soenneker.Utils.String.CosineSimilarity&version=3.0.976
                    
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.1002 276 6/11/2025
3.0.1001 271 6/10/2025
3.0.1000 128 6/2/2025
3.0.999 139 5/27/2025
3.0.998 136 5/27/2025
3.0.997 134 5/27/2025
3.0.996 84 5/25/2025
3.0.995 118 5/23/2025
3.0.994 125 5/23/2025
3.0.993 127 5/22/2025
3.0.992 131 5/22/2025
3.0.991 219 5/14/2025
3.0.990 134 5/8/2025
3.0.989 140 5/8/2025
3.0.988 133 5/7/2025
3.0.987 141 5/7/2025
3.0.986 126 5/5/2025
3.0.985 131 5/5/2025
3.0.984 141 5/5/2025
3.0.983 130 5/5/2025
3.0.982 132 5/5/2025
3.0.981 140 5/5/2025
3.0.980 128 5/5/2025
3.0.979 89 4/27/2025
3.0.978 72 4/26/2025
3.0.977 157 4/9/2025
3.0.976 144 4/8/2025
3.0.975 137 4/8/2025
3.0.974 156 4/8/2025
3.0.973 160 4/8/2025
3.0.972 150 4/8/2025
3.0.971 146 4/8/2025
3.0.970 156 4/8/2025
3.0.969 145 4/8/2025
3.0.968 153 4/8/2025
3.0.967 154 4/7/2025
3.0.966 149 4/7/2025
3.0.965 149 4/7/2025
3.0.964 150 4/7/2025
3.0.963 156 4/7/2025
3.0.962 152 4/7/2025
3.0.961 147 4/7/2025
3.0.960 158 4/7/2025
3.0.959 153 4/6/2025
3.0.958 168 4/6/2025
3.0.957 162 4/6/2025
3.0.956 153 4/6/2025
3.0.955 153 4/6/2025
3.0.954 129 4/6/2025
3.0.953 132 4/6/2025
3.0.952 137 4/6/2025
3.0.951 106 4/6/2025
3.0.950 108 4/6/2025
3.0.949 102 4/6/2025
3.0.948 107 4/6/2025
3.0.947 102 4/6/2025
3.0.946 78 4/5/2025
3.0.945 74 4/5/2025
3.0.944 81 4/5/2025
3.0.943 86 4/5/2025
3.0.942 73 4/5/2025
3.0.941 82 4/5/2025
3.0.940 93 4/4/2025
3.0.939 151 4/3/2025
3.0.938 145 4/1/2025
3.0.937 151 3/31/2025
3.0.936 150 3/31/2025
3.0.935 87 3/29/2025
3.0.934 457 3/25/2025
3.0.933 462 3/25/2025
3.0.932 104 3/21/2025
3.0.931 125 3/21/2025
3.0.930 135 3/18/2025
3.0.929 132 3/18/2025
3.0.928 65 3/15/2025
3.0.927 57 3/15/2025
3.0.926 144 3/12/2025
3.0.925 153 3/12/2025
3.0.924 158 3/11/2025
3.0.923 158 3/11/2025
3.0.922 161 3/11/2025
3.0.921 150 3/11/2025
3.0.920 151 3/11/2025
3.0.919 155 3/11/2025
3.0.918 199 3/7/2025
3.0.917 207 3/7/2025
3.0.916 111 3/2/2025
3.0.915 95 3/2/2025
3.0.914 96 3/2/2025
3.0.913 86 3/2/2025
3.0.912 96 3/2/2025
3.0.911 91 3/1/2025
3.0.910 79 3/1/2025
3.0.909 88 3/1/2025
3.0.908 83 3/1/2025
3.0.907 91 3/1/2025
3.0.906 92 3/1/2025
3.0.905 86 3/1/2025
3.0.904 86 3/1/2025
3.0.903 84 3/1/2025
3.0.902 95 3/1/2025
3.0.901 87 3/1/2025
3.0.900 96 2/25/2025
3.0.899 87 2/25/2025
3.0.898 87 2/25/2025
3.0.897 91 2/24/2025
3.0.896 86 2/24/2025
3.0.895 103 2/23/2025
3.0.894 102 2/23/2025
3.0.893 87 2/22/2025
3.0.892 97 2/22/2025
3.0.891 96 2/22/2025
3.0.890 90 2/22/2025
3.0.889 95 2/22/2025
3.0.888 97 2/22/2025
3.0.887 96 2/21/2025
3.0.886 98 2/21/2025
3.0.885 94 2/21/2025
3.0.884 96 2/21/2025
3.0.883 109 2/19/2025
3.0.882 94 2/19/2025
3.0.881 90 2/19/2025
3.0.880 103 2/18/2025
3.0.879 98 2/18/2025
3.0.878 98 2/18/2025
3.0.877 94 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 100 2/14/2025
3.0.872 100 2/13/2025
3.0.871 95 2/13/2025
3.0.870 91 2/12/2025
3.0.869 102 2/12/2025
3.0.868 92 2/12/2025
3.0.867 95 2/12/2025
3.0.866 88 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 113 2/11/2025
3.0.861 84 2/11/2025
3.0.860 94 2/11/2025
3.0.859 102 2/11/2025
3.0.858 101 2/11/2025
3.0.857 96 2/10/2025
3.0.856 94 2/10/2025
3.0.855 106 2/10/2025
3.0.854 96 2/10/2025
3.0.853 94 2/9/2025
3.0.852 91 2/8/2025
3.0.851 88 2/8/2025
3.0.850 96 2/8/2025
3.0.849 94 2/8/2025
3.0.848 84 2/8/2025
3.0.847 89 2/8/2025
3.0.846 92 2/7/2025
3.0.845 89 2/7/2025
3.0.844 96 2/7/2025
3.0.843 98 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 86 2/7/2025
3.0.836 94 2/6/2025
3.0.835 105 2/5/2025
3.0.834 94 2/5/2025
3.0.833 97 2/5/2025
3.0.832 102 2/5/2025
3.0.831 97 2/5/2025
3.0.830 93 2/5/2025
3.0.829 89 1/28/2025
3.0.828 75 1/28/2025
3.0.827 80 1/28/2025
3.0.826 86 1/27/2025
3.0.825 77 1/27/2025
3.0.824 77 1/27/2025
3.0.823 86 1/27/2025
3.0.822 82 1/27/2025
3.0.821 77 1/27/2025
3.0.820 79 1/27/2025
3.0.819 85 1/27/2025
3.0.818 84 1/26/2025
3.0.817 81 1/26/2025
3.0.816 85 1/25/2025
3.0.815 82 1/25/2025
3.0.814 81 1/25/2025
3.0.813 80 1/25/2025
3.0.812 79 1/24/2025
3.0.811 77 1/24/2025
3.0.810 85 1/24/2025
3.0.809 81 1/24/2025
3.0.808 89 1/23/2025
3.0.807 78 1/23/2025
3.0.806 82 1/21/2025
3.0.805 88 1/21/2025
3.0.804 92 1/21/2025
3.0.803 95 1/21/2025
3.0.802 93 1/21/2025
3.0.801 84 1/21/2025
3.0.800 90 1/21/2025
3.0.799 89 1/21/2025
3.0.798 80 1/21/2025
3.0.797 89 1/20/2025
3.0.796 82 1/20/2025
3.0.795 84 1/20/2025
3.0.794 89 1/20/2025
3.0.793 88 1/20/2025
3.0.792 86 1/20/2025
3.0.791 83 1/20/2025
3.0.790 88 1/20/2025
3.0.789 89 1/19/2025
3.0.788 84 1/19/2025
3.0.787 91 1/19/2025
3.0.786 77 1/19/2025
3.0.785 73 1/19/2025
3.0.784 80 1/18/2025
3.0.783 80 1/18/2025
3.0.782 84 1/18/2025
3.0.781 77 1/18/2025
3.0.780 86 1/17/2025
3.0.779 85 1/17/2025
3.0.778 84 1/17/2025
3.0.777 87 1/16/2025
3.0.776 84 1/16/2025
3.0.775 90 1/16/2025
3.0.774 81 1/16/2025
3.0.773 83 1/16/2025
3.0.772 91 1/15/2025
3.0.771 83 1/15/2025
3.0.770 84 1/15/2025
3.0.769 73 1/15/2025
3.0.768 54 1/15/2025
3.0.767 54 1/15/2025
3.0.766 51 1/15/2025
3.0.765 50 1/15/2025
3.0.764 62 1/14/2025
3.0.763 70 1/14/2025
3.0.762 80 1/14/2025
3.0.761 74 1/13/2025
3.0.760 76 1/13/2025
3.0.759 70 1/13/2025
3.0.758 72 1/12/2025
3.0.757 80 1/11/2025
3.0.756 85 1/11/2025
3.0.755 87 1/11/2025
3.0.754 83 1/11/2025
3.0.753 86 1/10/2025
3.0.752 88 1/10/2025
3.0.751 81 1/10/2025
3.0.750 82 1/10/2025
3.0.749 81 1/10/2025
3.0.748 107 1/3/2025
3.0.747 111 1/3/2025
3.0.746 98 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 111 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 116 1/1/2025
3.0.735 98 1/1/2025
3.0.734 115 1/1/2025
3.0.732 96 12/31/2024
3.0.731 97 12/31/2024
3.0.730 106 12/31/2024
3.0.729 105 12/31/2024
3.0.728 87 12/31/2024
3.0.727 94 12/31/2024
3.0.726 104 12/31/2024
3.0.725 93 12/31/2024
3.0.724 94 12/31/2024
3.0.723 92 12/28/2024
3.0.722 88 12/28/2024
3.0.721 93 12/27/2024
3.0.720 98 12/27/2024
3.0.719 88 12/24/2024
3.0.718 95 12/24/2024
3.0.717 97 12/24/2024
3.0.716 104 12/24/2024
3.0.715 101 12/24/2024
3.0.714 93 12/24/2024
3.0.713 88 12/24/2024
3.0.712 95 12/23/2024
3.0.711 93 12/23/2024
3.0.710 92 12/23/2024
3.0.709 90 12/23/2024
3.0.708 97 12/23/2024
3.0.707 95 12/23/2024
3.0.706 94 12/22/2024
3.0.705 95 12/22/2024
3.0.704 97 12/22/2024
3.0.703 99 12/22/2024
3.0.702 95 12/22/2024
3.0.701 99 12/21/2024
3.0.700 91 12/21/2024
3.0.699 101 12/21/2024
3.0.698 90 12/21/2024
3.0.697 93 12/21/2024
3.0.696 100 12/21/2024
3.0.695 105 12/21/2024
3.0.694 98 12/20/2024
3.0.693 98 12/20/2024
3.0.692 94 12/20/2024
3.0.691 99 12/20/2024
3.0.690 107 12/19/2024
3.0.689 95 12/19/2024
3.0.688 94 12/19/2024
3.0.687 94 12/19/2024
3.0.686 95 12/18/2024
3.0.685 94 12/18/2024
3.0.684 91 12/16/2024
3.0.683 93 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 99 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 97 12/7/2024
3.0.674 99 12/6/2024
3.0.673 94 12/6/2024
3.0.672 98 12/6/2024
3.0.671 95 12/6/2024
3.0.670 105 12/6/2024
3.0.668 100 12/6/2024
3.0.667 92 12/6/2024
3.0.666 102 12/6/2024
3.0.665 97 12/6/2024
3.0.664 96 12/6/2024
3.0.663 92 12/6/2024
3.0.661 103 12/6/2024
3.0.660 102 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 105 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 96 12/3/2024
3.0.649 98 12/3/2024
3.0.648 120 12/3/2024
3.0.647 92 12/3/2024
3.0.646 102 12/3/2024
3.0.645 95 12/2/2024
3.0.644 98 12/2/2024
3.0.643 100 12/2/2024
3.0.642 102 12/2/2024
3.0.641 102 12/2/2024
3.0.640 110 12/1/2024
3.0.639 97 12/1/2024
3.0.638 102 12/1/2024
3.0.637 106 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 94 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 91 11/20/2024
3.0.626 93 11/20/2024
3.0.625 105 11/20/2024
3.0.624 102 11/19/2024
3.0.623 102 11/19/2024
3.0.622 95 11/19/2024
3.0.621 92 11/19/2024
3.0.620 95 11/19/2024
3.0.619 102 11/19/2024
3.0.618 100 11/15/2024
3.0.617 99 11/14/2024
3.0.616 99 11/14/2024
3.0.615 103 11/14/2024
3.0.614 95 11/14/2024
3.0.613 97 11/14/2024
3.0.612 98 11/14/2024
3.0.611 101 11/14/2024
3.0.610 94 11/14/2024
3.0.609 109 11/14/2024
3.0.608 98 11/14/2024
3.0.607 96 11/14/2024
3.0.606 95 11/14/2024
2.1.605 102 11/13/2024
2.1.604 103 11/13/2024
2.1.603 106 11/13/2024
2.1.602 104 11/13/2024
2.1.601 100 11/12/2024
2.1.600 103 11/9/2024
2.1.599 103 11/9/2024
2.1.598 102 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 110 11/8/2024
2.1.593 97 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 109 10/29/2024
2.1.585 105 10/29/2024
2.1.584 93 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 100 10/26/2024
2.1.579 119 10/22/2024
2.1.578 90 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 94 10/22/2024
2.1.573 97 10/18/2024
2.1.572 100 10/17/2024
2.1.571 432 10/17/2024
2.1.570 93 10/15/2024
2.1.569 97 10/14/2024
2.1.568 101 10/12/2024
2.1.567 104 10/12/2024
2.1.566 106 10/11/2024
2.1.565 128 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 101 10/9/2024
2.1.560 99 10/8/2024
2.1.559 102 10/8/2024
2.1.558 84 10/8/2024
2.1.557 93 10/8/2024
2.1.556 100 10/3/2024
2.1.555 92 10/3/2024
2.1.554 86 10/3/2024
2.1.553 90 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 99 10/2/2024
2.1.548 100 10/1/2024
2.1.547 96 10/1/2024
2.1.546 104 10/1/2024
2.1.545 104 10/1/2024
2.1.544 118 9/29/2024
2.1.543 100 9/29/2024
2.1.542 101 9/29/2024
2.1.541 100 9/29/2024
2.1.540 107 9/27/2024
2.1.539 105 9/27/2024
2.1.538 106 9/27/2024
2.1.537 101 9/27/2024
2.1.536 99 9/27/2024
2.1.535 102 9/27/2024
2.1.534 112 9/27/2024
2.1.533 110 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 103 9/26/2024
2.1.528 98 9/26/2024
2.1.527 96 9/26/2024
2.1.526 97 9/26/2024
2.1.525 111 9/23/2024
2.1.524 103 9/23/2024
2.1.523 99 9/23/2024
2.1.522 95 9/23/2024
2.1.521 100 9/23/2024
2.1.520 105 9/23/2024
2.1.519 101 9/23/2024
2.1.518 96 9/23/2024
2.1.517 104 9/18/2024
2.1.516 98 9/18/2024
2.1.515 111 9/18/2024
2.1.514 105 9/18/2024
2.1.513 104 9/18/2024
2.1.512 103 9/17/2024
2.1.511 117 9/17/2024
2.1.510 111 9/17/2024
2.1.509 103 9/17/2024
2.1.508 102 9/17/2024
2.1.507 103 9/17/2024
2.1.506 101 9/17/2024
2.1.505 113 9/17/2024
2.1.504 113 9/16/2024
2.1.503 103 9/16/2024
2.1.502 115 9/16/2024
2.1.501 116 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 125 9/11/2024
2.1.496 125 9/11/2024
2.1.495 120 9/11/2024
2.1.494 122 9/10/2024
2.1.493 130 9/10/2024
2.1.492 112 9/10/2024
2.1.491 110 9/10/2024
2.1.490 117 9/10/2024
2.1.489 119 9/9/2024
2.1.487 138 9/9/2024
2.1.485 122 9/9/2024
2.1.484 117 9/9/2024
2.1.483 124 9/7/2024
2.1.482 124 9/7/2024
2.1.481 119 9/6/2024
2.1.479 117 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 122 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 112 9/4/2024
2.1.469 101 9/4/2024
2.1.468 115 9/3/2024
2.1.467 104 9/3/2024
2.1.466 112 9/3/2024
2.1.465 110 9/3/2024
2.1.464 108 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 104 8/29/2024
2.1.459 117 8/26/2024
2.1.458 118 8/26/2024
2.1.457 134 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 122 8/20/2024
2.1.450 131 8/20/2024
2.1.449 131 8/20/2024
2.1.448 126 8/20/2024
2.1.447 132 8/19/2024
2.1.446 129 8/15/2024
2.1.445 135 8/15/2024
2.1.444 126 8/15/2024
2.1.443 121 8/14/2024
2.1.442 127 8/14/2024
2.1.441 134 8/13/2024
2.1.440 133 8/13/2024
2.1.439 101 8/7/2024
2.1.438 108 8/7/2024
2.1.437 103 8/7/2024
2.1.436 93 8/6/2024
2.1.435 107 8/1/2024
2.1.434 101 8/1/2024
2.1.432 91 7/25/2024
2.1.431 86 7/25/2024
2.1.430 97 7/25/2024
2.1.429 91 7/25/2024
2.1.428 97 7/25/2024
2.1.427 96 7/25/2024
2.1.426 106 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 118 7/20/2024
2.1.420 105 7/14/2024
2.1.419 101 7/14/2024
2.1.418 101 7/14/2024
2.1.417 97 7/14/2024
2.1.416 105 7/10/2024
2.1.415 107 7/10/2024
2.1.414 96 7/10/2024
2.1.413 116 7/10/2024
2.1.411 110 7/10/2024
2.1.410 91 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 121 7/10/2024
2.1.404 118 7/9/2024
2.1.402 98 7/9/2024
2.1.401 110 7/9/2024
2.1.400 102 7/9/2024
2.1.399 119 7/9/2024
2.1.398 116 7/9/2024
2.1.397 110 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 108 7/8/2024
2.1.389 121 7/8/2024
2.1.388 113 7/7/2024
2.1.387 104 7/7/2024
2.1.386 130 7/3/2024
2.1.385 128 7/3/2024
2.1.384 116 7/3/2024
2.1.383 113 7/3/2024
2.1.382 117 7/3/2024
2.1.381 121 6/27/2024
2.1.380 108 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 124 6/16/2024
2.1.375 123 6/15/2024
2.1.374 120 6/15/2024
2.1.373 127 6/15/2024
2.1.372 125 6/15/2024
2.1.371 131 6/15/2024
2.1.370 119 6/15/2024
2.1.369 117 6/15/2024
2.1.368 119 6/15/2024
2.1.367 111 6/14/2024
2.1.366 115 6/14/2024
2.1.365 123 6/4/2024
2.1.364 133 6/4/2024
2.1.363 131 6/2/2024
2.1.362 135 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 132 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 121 5/31/2024
2.1.353 109 5/31/2024
2.1.352 121 5/31/2024
2.1.351 127 5/29/2024
2.1.350 116 5/29/2024
2.1.349 116 5/28/2024
2.1.348 120 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 131 5/26/2024
2.1.339 118 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 125 5/25/2024
2.1.334 127 5/25/2024
2.1.333 121 5/25/2024
2.1.332 126 5/25/2024
2.1.331 125 5/25/2024
2.1.330 124 5/25/2024
2.1.329 127 5/23/2024
2.1.328 126 5/23/2024
2.1.327 107 5/23/2024
2.1.326 127 5/23/2024
2.1.325 123 5/23/2024
2.1.324 127 5/23/2024
2.1.323 122 5/22/2024
2.1.322 123 5/22/2024
2.1.321 121 5/22/2024
2.1.320 116 5/22/2024
2.1.319 124 5/18/2024
2.1.318 120 5/18/2024
2.1.317 116 5/18/2024
2.1.316 120 5/18/2024
2.1.315 123 5/17/2024
2.1.314 154 5/17/2024
2.1.313 125 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 138 5/15/2024
2.1.307 133 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 125 4/30/2024
2.1.301 133 4/30/2024
2.1.300 126 4/29/2024
2.1.299 125 4/29/2024
2.1.298 112 4/29/2024
2.1.297 118 4/29/2024
2.1.296 115 4/28/2024
2.1.295 124 4/28/2024
2.1.294 131 4/28/2024
2.1.293 117 4/28/2024
2.1.292 128 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 134 4/20/2024
2.1.285 124 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 112 4/13/2024
2.1.278 124 4/13/2024
2.1.277 117 4/12/2024
2.1.276 109 4/12/2024
2.1.275 113 4/12/2024
2.1.274 112 4/12/2024
2.1.273 112 4/12/2024
2.1.272 119 4/12/2024
2.1.271 109 4/12/2024
2.1.270 115 4/12/2024
2.1.269 114 4/11/2024
2.1.268 123 4/10/2024
2.1.267 107 4/10/2024
2.1.266 112 4/10/2024
2.1.265 112 4/10/2024
2.1.264 113 4/10/2024
2.1.263 137 4/3/2024
2.1.262 117 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 151 3/25/2024
2.1.256 127 3/25/2024
2.1.255 115 3/25/2024
2.1.254 130 3/25/2024
2.1.253 121 3/21/2024
2.1.252 119 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 146 3/19/2024
2.1.247 109 3/19/2024
2.1.246 116 3/19/2024
2.1.245 116 3/19/2024
2.1.244 116 3/19/2024
2.1.243 132 3/19/2024
2.1.242 130 3/18/2024
2.1.241 118 3/16/2024
2.1.240 116 3/16/2024
2.1.239 127 3/16/2024
2.1.238 129 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 125 3/13/2024
2.1.233 130 3/13/2024
2.1.232 134 3/13/2024
2.1.231 136 3/13/2024
2.1.230 133 3/13/2024
2.1.229 153 3/12/2024
2.1.228 131 3/12/2024
2.1.227 128 3/12/2024
2.1.226 137 3/12/2024
2.1.225 119 3/11/2024
2.1.224 120 3/11/2024
2.1.223 149 3/11/2024
2.1.222 122 3/11/2024
2.1.221 124 3/11/2024
2.1.220 135 3/10/2024
2.1.219 132 3/10/2024
2.1.218 128 3/10/2024
2.1.217 129 3/10/2024
2.1.216 142 3/9/2024
2.1.215 132 3/8/2024
2.1.214 135 3/8/2024
2.1.213 135 3/8/2024
2.1.212 122 3/8/2024
2.1.211 126 3/8/2024
2.1.210 118 3/8/2024
2.1.209 133 3/6/2024
2.1.208 137 3/6/2024
2.1.207 125 3/6/2024
2.1.206 126 3/4/2024
2.1.205 114 3/4/2024
2.1.204 136 3/4/2024
2.1.203 138 3/4/2024
2.1.202 115 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 133 3/3/2024
2.1.197 125 3/2/2024
2.1.196 123 3/2/2024
2.1.195 121 2/29/2024
2.1.194 116 2/29/2024
2.1.193 114 2/29/2024
2.1.192 128 2/29/2024
2.1.191 125 2/29/2024
2.1.190 114 2/29/2024
2.1.189 138 2/29/2024
2.1.188 131 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 117 2/23/2024
2.1.176 115 2/22/2024
2.1.175 132 2/22/2024
2.1.174 130 2/22/2024
2.1.173 110 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 132 2/21/2024
2.1.168 113 2/21/2024
2.1.167 127 2/21/2024
2.1.166 153 2/21/2024
2.1.165 133 2/21/2024
2.1.164 116 2/21/2024
2.1.163 144 2/20/2024
2.1.162 118 2/20/2024
2.1.161 127 2/20/2024
2.1.160 126 2/20/2024
2.1.159 139 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 131 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 147 2/17/2024
2.1.149 124 2/17/2024
2.1.148 131 2/17/2024
2.1.147 138 2/17/2024
2.1.146 123 2/16/2024
2.1.145 134 2/16/2024
2.1.144 110 2/16/2024
2.1.143 134 2/16/2024
2.1.142 120 2/16/2024
2.1.141 127 2/16/2024
2.1.140 130 2/16/2024
2.1.139 127 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 132 2/13/2024
2.1.130 125 2/13/2024
2.1.129 146 2/12/2024
2.1.128 123 2/12/2024
2.1.127 125 2/12/2024
2.1.126 127 2/12/2024
2.1.125 125 2/11/2024
2.1.124 127 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 133 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 132 2/9/2024
2.1.112 126 2/9/2024
2.1.111 135 2/9/2024
2.1.110 134 2/9/2024
2.1.109 131 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 136 2/8/2024
2.1.102 128 2/7/2024
2.1.101 133 2/7/2024
2.1.100 135 2/7/2024
2.1.99 120 2/7/2024
2.1.98 133 2/7/2024
2.1.97 121 2/7/2024
2.1.96 122 2/7/2024
2.1.95 144 2/7/2024
2.1.94 127 2/6/2024
2.1.93 120 2/6/2024
2.1.92 122 2/6/2024
2.1.91 122 2/5/2024
2.1.90 120 2/5/2024
2.1.89 130 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 124 1/31/2024
2.1.84 114 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 119 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 120 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 116 1/27/2024
2.1.64 119 1/27/2024
2.1.63 135 1/27/2024
2.1.62 133 1/27/2024
2.1.61 119 1/27/2024
2.1.60 106 1/27/2024
2.1.59 119 1/27/2024
2.1.58 122 1/26/2024
2.1.57 116 1/26/2024
2.1.56 123 1/26/2024
2.1.55 112 1/26/2024
2.1.54 122 1/26/2024
2.1.53 137 1/26/2024
2.1.52 116 1/25/2024
2.1.51 110 1/25/2024
2.1.50 126 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 125 1/19/2024
2.1.45 125 1/19/2024
2.1.44 132 1/19/2024
2.1.43 147 1/16/2024
2.1.42 133 1/16/2024
2.1.41 125 1/15/2024
2.1.40 132 1/15/2024
2.1.39 132 1/15/2024
2.1.38 133 1/15/2024
2.1.37 136 1/15/2024
2.1.36 128 1/15/2024
2.1.35 132 1/15/2024
2.1.34 137 1/14/2024
2.1.33 120 1/14/2024
2.1.32 137 1/13/2024
2.1.31 122 1/13/2024
2.1.30 121 1/13/2024
2.1.29 137 1/13/2024
2.1.28 131 1/12/2024
2.1.27 129 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 139 1/11/2024
2.1.22 137 1/9/2024
2.1.21 151 1/8/2024
2.1.20 132 1/8/2024
2.1.19 148 1/8/2024
2.1.18 159 1/7/2024
2.1.17 146 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 127 1/1/2024
2.1.8 114 1/1/2024
2.1.7 124 1/1/2024
2.1.6 152 12/31/2023
2.1.5 132 12/31/2023
2.1.4 144 12/31/2023
2.1.3 134 12/31/2023
2.1.2 113 12/31/2023
2.1.1 118 12/31/2023