Soenneker.Utils.String.CosineSimilarity 4.0.1027

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