Soenneker.Utils.String.LongestCommonSequence 4.0.996

Prefix Reserved
dotnet add package Soenneker.Utils.String.LongestCommonSequence --version 4.0.996
                    
NuGet\Install-Package Soenneker.Utils.String.LongestCommonSequence -Version 4.0.996
                    
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.LongestCommonSequence" Version="4.0.996" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Utils.String.LongestCommonSequence" Version="4.0.996" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.Utils.String.LongestCommonSequence" />
                    
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.LongestCommonSequence --version 4.0.996
                    
#r "nuget: Soenneker.Utils.String.LongestCommonSequence, 4.0.996"
                    
#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.LongestCommonSequence@4.0.996
                    
#: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.LongestCommonSequence&version=4.0.996
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Utils.String.LongestCommonSequence&version=4.0.996
                    
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.LongestCommonSequence

A utility library for comparing strings via the Longest Common Sequence algorithm

Installation

dotnet add package Soenneker.Utils.String.LongestCommonSequence

Why?

Clarity in Similarity:

LCS gives a straightforward measure of similarity. The longer the common subsequence, the more similar the sequences.

Length-Flexible:

No bias for longer or shorter sequences. Focuses on shared elements, not sequence length.

Meaningful Over Quantity:

Emphasizes the meaning of elements, not just their frequency. Great for identifying shared meaningful content.

Efficient for Big Data:

Handles large datasets and extensive sequences efficiently. Practical for tasks involving substantial amounts of data.

Usage

var text1 = "This is a test";
var text2 = "This is another test";

double result = LcsStringUtil.CalculateSimilarityPercentage(text1, text2); // 70
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.996 0 11/20/2025
4.0.995 264 11/11/2025
4.0.994 138 11/6/2025
4.0.993 173 10/29/2025
3.0.992 160 10/14/2025
3.0.991 188 9/9/2025
3.0.990 189 9/3/2025
3.0.989 175 8/11/2025
3.0.988 232 8/5/2025
3.0.987 170 7/8/2025
3.0.986 118 6/27/2025
3.0.985 343 6/10/2025
3.0.984 199 5/27/2025
3.0.983 207 5/22/2025
3.0.982 273 5/13/2025
3.0.981 222 5/7/2025
3.0.980 215 5/5/2025
3.0.979 197 5/5/2025
3.0.978 203 5/5/2025
3.0.977 227 4/8/2025
3.0.976 218 4/8/2025
3.0.975 204 4/8/2025
3.0.974 225 4/8/2025
3.0.973 219 4/8/2025
3.0.972 217 4/8/2025
3.0.971 208 4/8/2025
3.0.970 220 4/8/2025
3.0.969 214 4/7/2025
3.0.968 214 4/7/2025
3.0.967 217 4/7/2025
3.0.966 218 4/7/2025
3.0.965 220 4/7/2025
3.0.964 194 4/7/2025
3.0.963 217 4/6/2025
3.0.962 204 4/6/2025
3.0.961 215 4/6/2025
3.0.960 196 4/6/2025
3.0.959 197 4/6/2025
3.0.958 195 4/6/2025
3.0.957 193 4/6/2025
3.0.956 162 4/6/2025
3.0.955 145 4/5/2025
3.0.954 137 4/5/2025
3.0.953 145 4/5/2025
3.0.952 136 4/4/2025
3.0.951 167 4/4/2025
3.0.950 202 4/4/2025
3.0.949 197 4/1/2025
3.0.948 206 3/31/2025
3.0.947 220 3/31/2025
3.0.946 139 3/29/2025
3.0.945 532 3/25/2025
3.0.944 523 3/25/2025
3.0.943 173 3/21/2025
3.0.942 184 3/21/2025
3.0.941 189 3/18/2025
3.0.940 197 3/18/2025
3.0.939 131 3/15/2025
3.0.938 102 3/15/2025
3.0.937 204 3/12/2025
3.0.936 212 3/12/2025
3.0.935 207 3/12/2025
3.0.934 223 3/12/2025
3.0.933 229 3/11/2025
3.0.932 219 3/11/2025
3.0.931 214 3/11/2025
3.0.930 215 3/11/2025
3.0.929 215 3/11/2025
3.0.928 208 3/11/2025
3.0.927 269 3/7/2025
3.0.926 276 3/7/2025
3.0.925 163 3/2/2025
3.0.924 144 3/2/2025
3.0.923 156 3/2/2025
3.0.922 146 3/2/2025
3.0.921 153 3/2/2025
3.0.920 151 3/2/2025
3.0.919 152 3/1/2025
3.0.918 147 3/1/2025
3.0.917 147 3/1/2025
3.0.916 161 3/1/2025
3.0.915 148 3/1/2025
3.0.914 147 3/1/2025
3.0.913 169 2/25/2025
3.0.912 146 2/25/2025
3.0.911 156 2/25/2025
3.0.910 151 2/25/2025
3.0.909 154 2/24/2025
3.0.908 161 2/23/2025
3.0.907 148 2/23/2025
3.0.906 152 2/22/2025
3.0.905 152 2/22/2025
3.0.904 157 2/22/2025
3.0.903 158 2/22/2025
3.0.902 129 2/22/2025
3.0.901 155 2/22/2025
3.0.900 164 2/21/2025
3.0.899 146 2/21/2025
3.0.898 162 2/19/2025
3.0.897 148 2/19/2025
3.0.896 169 2/19/2025
3.0.895 161 2/18/2025
3.0.894 166 2/18/2025
3.0.893 155 2/18/2025
3.0.892 161 2/14/2025
3.0.891 168 2/13/2025
3.0.890 163 2/12/2025
3.0.889 172 2/12/2025
3.0.888 153 2/12/2025
3.0.887 167 2/12/2025
3.0.886 160 2/11/2025
3.0.885 157 2/11/2025
3.0.884 171 2/11/2025
3.0.883 168 2/11/2025
3.0.882 169 2/11/2025
3.0.881 181 2/11/2025
3.0.880 161 2/10/2025
3.0.879 167 2/10/2025
3.0.878 171 2/10/2025
3.0.877 151 2/10/2025
3.0.876 166 2/10/2025
3.0.875 141 2/9/2025
3.0.874 151 2/8/2025
3.0.873 147 2/8/2025
3.0.872 159 2/8/2025
3.0.871 144 2/8/2025
3.0.870 152 2/8/2025
3.0.869 162 2/8/2025
3.0.868 148 2/7/2025
3.0.867 165 2/7/2025
3.0.866 166 2/7/2025
3.0.864 168 2/7/2025
3.0.863 152 2/7/2025
3.0.862 154 2/7/2025
3.0.861 162 2/6/2025
3.0.860 172 2/5/2025
3.0.859 155 2/5/2025
3.0.858 153 2/5/2025
3.0.857 163 2/5/2025
3.0.856 150 2/5/2025
3.0.855 162 2/5/2025
3.0.854 158 1/28/2025
3.0.853 155 1/28/2025
3.0.852 144 1/28/2025
3.0.851 149 1/28/2025
3.0.850 156 1/27/2025
3.0.849 137 1/27/2025
3.0.848 139 1/27/2025
3.0.847 160 1/27/2025
3.0.846 150 1/26/2025
3.0.845 163 1/26/2025
3.0.844 185 1/25/2025
3.0.843 157 1/25/2025
3.0.842 147 1/25/2025
3.0.841 159 1/25/2025
3.0.840 151 1/25/2025
3.0.839 144 1/24/2025
3.0.838 154 1/24/2025
3.0.837 146 1/24/2025
3.0.836 142 1/24/2025
3.0.835 137 1/23/2025
3.0.834 155 1/21/2025
3.0.833 152 1/21/2025
3.0.832 163 1/21/2025
3.0.831 131 1/21/2025
3.0.830 170 1/21/2025
3.0.829 151 1/21/2025
3.0.828 146 1/21/2025
3.0.827 142 1/21/2025
3.0.826 147 1/21/2025
3.0.825 148 1/21/2025
3.0.824 142 1/20/2025
3.0.823 150 1/20/2025
3.0.822 164 1/20/2025
3.0.821 146 1/20/2025
3.0.820 147 1/20/2025
3.0.819 141 1/20/2025
3.0.818 140 1/20/2025
3.0.817 151 1/20/2025
3.0.816 143 1/20/2025
3.0.815 136 1/19/2025
3.0.814 144 1/19/2025
3.0.813 154 1/19/2025
3.0.812 145 1/19/2025
3.0.811 134 1/19/2025
3.0.810 144 1/19/2025
3.0.809 143 1/18/2025
3.0.808 148 1/18/2025
3.0.807 140 1/18/2025
3.0.806 145 1/17/2025
3.0.805 144 1/17/2025
3.0.804 150 1/17/2025
3.0.803 152 1/17/2025
3.0.802 142 1/17/2025
3.0.801 143 1/17/2025
3.0.800 151 1/16/2025
3.0.799 147 1/16/2025
3.0.798 135 1/16/2025
3.0.797 124 1/16/2025
3.0.796 143 1/16/2025
3.0.795 140 1/16/2025
3.0.794 146 1/15/2025
3.0.793 148 1/15/2025
3.0.792 148 1/15/2025
3.0.791 145 1/15/2025
3.0.790 132 1/15/2025
3.0.789 125 1/15/2025
3.0.788 125 1/15/2025
3.0.787 116 1/15/2025
3.0.786 132 1/14/2025
3.0.785 139 1/14/2025
3.0.784 140 1/14/2025
3.0.783 138 1/14/2025
3.0.782 145 1/14/2025
3.0.781 133 1/13/2025
3.0.780 139 1/13/2025
3.0.779 135 1/13/2025
3.0.778 134 1/12/2025
3.0.777 142 1/11/2025
3.0.776 158 1/11/2025
3.0.775 156 1/11/2025
3.0.774 159 1/10/2025
3.0.773 137 1/10/2025
3.0.772 148 1/10/2025
3.0.771 144 1/10/2025
3.0.770 151 1/10/2025
3.0.769 180 1/3/2025
3.0.768 173 1/3/2025
3.0.767 159 1/3/2025
3.0.766 166 1/3/2025
3.0.765 160 1/2/2025
3.0.764 167 1/2/2025
3.0.763 164 1/2/2025
3.0.762 157 1/2/2025
3.0.761 158 1/2/2025
3.0.760 159 1/1/2025
3.0.759 173 1/1/2025
3.0.757 164 12/31/2024
3.0.756 147 12/31/2024
3.0.755 176 12/31/2024
3.0.754 175 12/31/2024
3.0.753 170 12/31/2024
3.0.752 144 12/31/2024
3.0.751 151 12/31/2024
3.0.750 155 12/31/2024
3.0.749 161 12/31/2024
3.0.748 161 12/30/2024
3.0.747 143 12/28/2024
3.0.746 157 12/28/2024
3.0.745 151 12/27/2024
3.0.744 154 12/27/2024
3.0.743 157 12/24/2024
3.0.742 150 12/24/2024
3.0.741 154 12/24/2024
3.0.740 151 12/24/2024
3.0.739 169 12/24/2024
3.0.738 151 12/24/2024
3.0.737 152 12/24/2024
3.0.736 144 12/24/2024
3.0.735 140 12/23/2024
3.0.734 135 12/23/2024
3.0.733 157 12/23/2024
3.0.732 145 12/23/2024
3.0.731 152 12/23/2024
3.0.730 151 12/23/2024
3.0.729 149 12/23/2024
3.0.728 167 12/22/2024
3.0.727 154 12/22/2024
3.0.726 147 12/22/2024
3.0.725 151 12/22/2024
3.0.724 154 12/22/2024
3.0.723 177 12/22/2024
3.0.722 147 12/21/2024
3.0.721 150 12/21/2024
3.0.720 151 12/21/2024
3.0.719 134 12/21/2024
3.0.718 163 12/21/2024
3.0.717 147 12/21/2024
3.0.716 167 12/20/2024
3.0.715 143 12/20/2024
3.0.714 158 12/20/2024
3.0.713 142 12/20/2024
3.0.712 150 12/20/2024
3.0.711 156 12/19/2024
3.0.710 155 12/19/2024
3.0.709 158 12/19/2024
3.0.708 150 12/18/2024
3.0.707 155 12/18/2024
3.0.706 149 12/16/2024
3.0.705 155 12/16/2024
3.0.704 153 12/10/2024
3.0.703 150 12/10/2024
3.0.702 149 12/10/2024
3.0.701 158 12/9/2024
3.0.700 154 12/9/2024
3.0.699 142 12/9/2024
3.0.698 177 12/9/2024
3.0.697 155 12/7/2024
3.0.696 158 12/6/2024
3.0.695 151 12/6/2024
3.0.694 159 12/6/2024
3.0.693 151 12/6/2024
3.0.692 180 12/6/2024
3.0.691 149 12/6/2024
3.0.690 156 12/6/2024
3.0.689 155 12/6/2024
3.0.688 161 12/6/2024
3.0.687 169 12/6/2024
3.0.686 156 12/6/2024
3.0.684 175 12/6/2024
3.0.683 153 12/5/2024
3.0.682 159 12/5/2024
3.0.681 158 12/5/2024
3.0.680 158 12/5/2024
3.0.679 157 12/5/2024
3.0.678 152 12/5/2024
3.0.677 161 12/5/2024
3.0.676 162 12/4/2024
3.0.675 153 12/4/2024
3.0.674 155 12/4/2024
3.0.673 153 12/4/2024
3.0.672 158 12/4/2024
3.0.671 168 12/3/2024
3.0.670 160 12/3/2024
3.0.669 162 12/3/2024
3.0.668 167 12/3/2024
3.0.667 147 12/3/2024
3.0.666 158 12/3/2024
3.0.665 142 12/3/2024
3.0.664 164 12/3/2024
3.0.663 155 12/2/2024
3.0.662 148 12/2/2024
3.0.661 127 12/2/2024
3.0.660 146 12/2/2024
3.0.659 159 12/2/2024
3.0.658 160 12/1/2024
3.0.657 154 12/1/2024
3.0.656 149 12/1/2024
3.0.655 155 11/29/2024
3.0.654 147 11/29/2024
3.0.653 153 11/29/2024
3.0.652 166 11/21/2024
3.0.651 162 11/21/2024
3.0.650 156 11/21/2024
3.0.649 158 11/20/2024
3.0.648 166 11/20/2024
3.0.647 156 11/20/2024
3.0.646 152 11/20/2024
3.0.645 152 11/20/2024
3.0.644 170 11/20/2024
3.0.643 147 11/19/2024
3.0.642 160 11/19/2024
3.0.641 154 11/19/2024
3.0.640 144 11/19/2024
3.0.639 148 11/19/2024
3.0.638 155 11/19/2024
3.0.637 147 11/15/2024
3.0.636 152 11/14/2024
3.0.635 154 11/14/2024
3.0.634 150 11/14/2024
3.0.633 142 11/14/2024
3.0.632 153 11/14/2024
3.0.631 165 11/14/2024
3.0.630 157 11/14/2024
3.0.629 151 11/14/2024
3.0.628 162 11/14/2024
3.0.627 154 11/14/2024
3.0.626 161 11/14/2024
2.1.625 157 11/13/2024
2.1.624 163 11/13/2024
2.1.623 154 11/13/2024
2.1.622 152 11/13/2024
2.1.621 152 11/12/2024
2.1.620 158 11/12/2024
2.1.619 157 11/9/2024
2.1.618 158 11/9/2024
2.1.617 158 11/9/2024
2.1.616 157 11/8/2024
2.1.615 163 11/8/2024
2.1.614 157 11/8/2024
2.1.613 153 11/8/2024
2.1.612 136 11/8/2024
2.1.611 140 11/6/2024
2.1.610 159 11/1/2024
2.1.609 178 11/1/2024
2.1.608 151 11/1/2024
2.1.607 167 10/29/2024
2.1.606 164 10/29/2024
2.1.605 166 10/29/2024
2.1.604 140 10/29/2024
2.1.603 158 10/29/2024
2.1.602 158 10/28/2024
2.1.601 161 10/26/2024
2.1.600 157 10/26/2024
2.1.599 160 10/22/2024
2.1.598 157 10/22/2024
2.1.597 150 10/22/2024
2.1.596 147 10/22/2024
2.1.595 156 10/22/2024
2.1.594 193 10/18/2024
2.1.593 156 10/17/2024
2.1.592 164 10/17/2024
2.1.591 146 10/15/2024
2.1.590 165 10/14/2024
2.1.589 148 10/12/2024
2.1.588 160 10/12/2024
2.1.587 163 10/11/2024
2.1.586 160 10/11/2024
2.1.585 171 10/9/2024
2.1.584 165 10/9/2024
2.1.583 154 10/9/2024
2.1.582 155 10/9/2024
2.1.581 157 10/9/2024
2.1.580 164 10/8/2024
2.1.579 156 10/8/2024
2.1.578 163 10/8/2024
2.1.577 162 10/8/2024
2.1.576 160 10/3/2024
2.1.575 146 10/3/2024
2.1.574 147 10/3/2024
2.1.573 157 10/3/2024
2.1.572 147 10/2/2024
2.1.571 145 10/2/2024
2.1.570 161 10/2/2024
2.1.569 151 10/2/2024
2.1.568 157 10/2/2024
2.1.567 157 10/2/2024
2.1.566 157 10/1/2024
2.1.565 180 10/1/2024
2.1.564 170 10/1/2024
2.1.563 165 10/1/2024
2.1.562 161 9/29/2024
2.1.561 160 9/29/2024
2.1.560 148 9/29/2024
2.1.559 152 9/29/2024
2.1.558 159 9/27/2024
2.1.557 159 9/27/2024
2.1.556 157 9/27/2024
2.1.555 155 9/27/2024
2.1.554 169 9/27/2024
2.1.553 150 9/27/2024
2.1.552 154 9/27/2024
2.1.551 131 9/26/2024
2.1.550 158 9/26/2024
2.1.549 164 9/26/2024
2.1.548 158 9/26/2024
2.1.547 179 9/26/2024
2.1.546 157 9/26/2024
2.1.545 155 9/26/2024
2.1.544 163 9/26/2024
2.1.543 176 9/23/2024
2.1.542 146 9/23/2024
2.1.541 161 9/23/2024
2.1.540 151 9/23/2024
2.1.539 166 9/23/2024
2.1.538 161 9/23/2024
2.1.537 166 9/23/2024
2.1.536 150 9/23/2024
2.1.535 162 9/23/2024
2.1.534 168 9/18/2024
2.1.533 169 9/18/2024
2.1.532 172 9/18/2024
2.1.531 173 9/18/2024
2.1.530 167 9/18/2024
2.1.529 168 9/18/2024
2.1.528 187 9/17/2024
2.1.527 179 9/17/2024
2.1.526 175 9/17/2024
2.1.524 179 9/17/2024
2.1.523 171 9/17/2024
2.1.522 174 9/17/2024
2.1.521 167 9/17/2024
2.1.520 161 9/16/2024
2.1.519 170 9/16/2024
2.1.518 160 9/16/2024
2.1.517 164 9/12/2024
2.1.516 169 9/12/2024
2.1.515 172 9/12/2024
2.1.514 182 9/12/2024
2.1.513 177 9/11/2024
2.1.512 173 9/11/2024
2.1.510 176 9/11/2024
2.1.509 188 9/11/2024
2.1.508 178 9/10/2024
2.1.507 170 9/10/2024
2.1.506 161 9/10/2024
2.1.505 170 9/10/2024
2.1.504 170 9/10/2024
2.1.503 166 9/10/2024
2.1.502 178 9/9/2024
2.1.500 177 9/9/2024
2.1.498 171 9/9/2024
2.1.497 173 9/9/2024
2.1.496 183 9/7/2024
2.1.495 182 9/7/2024
2.1.494 172 9/7/2024
2.1.493 449 9/6/2024
2.1.492 170 9/6/2024
2.1.491 193 9/6/2024
2.1.490 174 9/5/2024
2.1.489 183 9/5/2024
2.1.488 174 9/5/2024
2.1.487 169 9/5/2024
2.1.486 176 9/5/2024
2.1.485 185 9/5/2024
2.1.484 166 9/5/2024
2.1.483 174 9/4/2024
2.1.482 179 9/4/2024
2.1.481 178 9/3/2024
2.1.480 176 9/3/2024
2.1.479 175 9/3/2024
2.1.478 186 9/3/2024
2.1.477 169 9/3/2024
2.1.476 174 9/3/2024
2.1.475 158 8/29/2024
2.1.474 152 8/29/2024
2.1.473 173 8/29/2024
2.1.472 186 8/26/2024
2.1.471 172 8/26/2024
2.1.470 181 8/26/2024
2.1.469 181 8/21/2024
2.1.468 185 8/21/2024
2.1.467 192 8/21/2024
2.1.466 192 8/20/2024
2.1.465 178 8/20/2024
2.1.464 204 8/20/2024
2.1.463 191 8/20/2024
2.1.462 194 8/20/2024
2.1.461 203 8/20/2024
2.1.460 211 8/20/2024
2.1.459 184 8/19/2024
2.1.458 200 8/15/2024
2.1.457 184 8/15/2024
2.1.456 183 8/15/2024
2.1.455 180 8/14/2024
2.1.454 182 8/14/2024
2.1.453 180 8/14/2024
2.1.452 182 8/13/2024
2.1.451 172 8/7/2024
2.1.450 209 8/7/2024
2.1.449 171 8/7/2024
2.1.448 165 8/6/2024
2.1.447 927 8/1/2024
2.1.445 132 7/25/2024
2.1.444 148 7/25/2024
2.1.443 139 7/25/2024
2.1.442 141 7/25/2024
2.1.441 153 7/25/2024
2.1.440 140 7/25/2024
2.1.439 154 7/25/2024
2.1.438 138 7/24/2024
2.1.437 168 7/24/2024
2.1.436 173 7/20/2024
2.1.435 173 7/20/2024
2.1.434 197 7/20/2024
2.1.433 173 7/14/2024
2.1.432 145 7/14/2024
2.1.431 171 7/14/2024
2.1.430 158 7/14/2024
2.1.429 178 7/10/2024
2.1.428 173 7/10/2024
2.1.427 179 7/10/2024
2.1.426 158 7/10/2024
2.1.424 168 7/10/2024
2.1.423 161 7/10/2024
2.1.422 155 7/10/2024
2.1.421 172 7/10/2024
2.1.420 184 7/10/2024
2.1.418 184 7/10/2024
2.1.417 187 7/9/2024
2.1.415 147 7/9/2024
2.1.414 181 7/9/2024
2.1.413 158 7/9/2024
2.1.412 164 7/9/2024
2.1.411 146 7/9/2024
2.1.410 160 7/9/2024
2.1.409 166 7/9/2024
2.1.408 182 7/9/2024
2.1.407 174 7/8/2024
2.1.406 174 7/8/2024
2.1.405 166 7/8/2024
2.1.404 185 7/8/2024
2.1.403 200 7/8/2024
2.1.402 178 7/7/2024
2.1.401 202 7/7/2024
2.1.400 191 7/3/2024
2.1.399 187 7/3/2024
2.1.398 190 7/3/2024
2.1.397 173 7/3/2024
2.1.396 190 7/3/2024
2.1.395 175 7/3/2024
2.1.394 179 6/27/2024
2.1.393 169 6/27/2024
2.1.392 180 6/27/2024
2.1.391 180 6/22/2024
2.1.390 160 6/22/2024
2.1.389 171 6/16/2024
2.1.388 178 6/15/2024
2.1.387 183 6/15/2024
2.1.386 180 6/15/2024
2.1.385 173 6/15/2024
2.1.384 175 6/15/2024
2.1.383 168 6/15/2024
2.1.382 169 6/15/2024
2.1.381 183 6/15/2024
2.1.380 171 6/14/2024
2.1.379 187 6/4/2024
2.1.378 184 6/4/2024
2.1.377 172 6/2/2024
2.1.376 174 6/2/2024
2.1.375 175 5/31/2024
2.1.374 188 5/31/2024
2.1.373 179 5/31/2024
2.1.372 192 5/31/2024
2.1.371 184 5/29/2024
2.1.370 171 5/29/2024
2.1.369 169 5/29/2024
2.1.368 174 5/28/2024
2.1.367 176 5/28/2024
2.1.366 167 5/28/2024
2.1.365 168 5/28/2024
2.1.364 172 5/28/2024
2.1.363 168 5/27/2024
2.1.362 171 5/27/2024
2.1.361 162 5/27/2024
2.1.360 160 5/26/2024
2.1.359 179 5/26/2024
2.1.358 196 5/26/2024
2.1.357 172 5/26/2024
2.1.356 170 5/26/2024
2.1.355 168 5/26/2024
2.1.354 172 5/25/2024
2.1.353 180 5/25/2024
2.1.352 173 5/25/2024
2.1.351 181 5/25/2024
2.1.350 167 5/25/2024
2.1.349 191 5/25/2024
2.1.348 169 5/25/2024
2.1.347 179 5/23/2024
2.1.346 174 5/23/2024
2.1.345 161 5/23/2024
2.1.344 194 5/23/2024
2.1.343 168 5/23/2024
2.1.342 187 5/23/2024
2.1.341 177 5/23/2024
2.1.340 169 5/22/2024
2.1.339 189 5/22/2024
2.1.338 181 5/22/2024
2.1.337 179 5/22/2024
2.1.336 230 5/18/2024
2.1.335 172 5/18/2024
2.1.334 175 5/18/2024
2.1.333 181 5/18/2024
2.1.332 182 5/17/2024
2.1.331 188 5/17/2024
2.1.330 179 5/17/2024
2.1.329 186 5/16/2024
2.1.328 170 5/16/2024
2.1.327 184 5/15/2024
2.1.326 159 5/15/2024
2.1.325 173 5/15/2024
2.1.324 167 5/13/2024
2.1.323 174 5/13/2024
2.1.322 163 5/12/2024
2.1.321 195 4/30/2024
2.1.320 194 4/30/2024
2.1.319 172 4/30/2024
2.1.318 192 4/30/2024
2.1.317 172 4/29/2024
2.1.316 165 4/29/2024
2.1.315 181 4/29/2024
2.1.314 173 4/29/2024
2.1.313 172 4/29/2024
2.1.312 178 4/28/2024
2.1.311 192 4/28/2024
2.1.310 183 4/28/2024
2.1.309 176 4/28/2024
2.1.308 165 4/28/2024
2.1.307 171 4/28/2024
2.1.306 185 4/28/2024
2.1.305 183 4/28/2024
2.1.304 149 4/27/2024
2.1.303 198 4/20/2024
2.1.302 190 4/20/2024
2.1.301 178 4/19/2024
2.1.300 170 4/19/2024
2.1.299 149 4/19/2024
2.1.298 182 4/19/2024
2.1.297 194 4/19/2024
2.1.296 200 4/13/2024
2.1.295 182 4/13/2024
2.1.294 196 4/13/2024
2.1.293 191 4/12/2024
2.1.292 199 4/12/2024
2.1.291 187 4/12/2024
2.1.290 194 4/12/2024
2.1.289 171 4/12/2024
2.1.288 204 4/12/2024
2.1.287 198 4/12/2024
2.1.286 178 4/12/2024
2.1.285 183 4/11/2024
2.1.284 186 4/10/2024
2.1.283 178 4/10/2024
2.1.282 188 4/10/2024
2.1.281 194 4/10/2024
2.1.280 194 4/10/2024
2.1.279 192 4/3/2024
2.1.278 181 4/2/2024
2.1.277 184 4/2/2024
2.1.276 185 4/2/2024
2.1.275 203 4/1/2024
2.1.274 208 3/30/2024
2.1.273 205 3/29/2024
2.1.272 193 3/29/2024
2.1.271 215 3/25/2024
2.1.270 219 3/25/2024
2.1.269 244 3/25/2024
2.1.268 221 3/25/2024
2.1.267 231 3/21/2024
2.1.266 246 3/21/2024
2.1.265 234 3/21/2024
2.1.264 230 3/20/2024
2.1.263 228 3/20/2024
2.1.262 228 3/20/2024
2.1.261 244 3/19/2024
2.1.260 251 3/19/2024
2.1.259 206 3/19/2024
2.1.258 245 3/19/2024
2.1.257 221 3/19/2024
2.1.256 232 3/19/2024
2.1.255 241 3/18/2024
2.1.254 270 3/16/2024
2.1.253 250 3/16/2024
2.1.252 270 3/16/2024
2.1.251 218 3/15/2024
2.1.250 227 3/15/2024
2.1.249 227 3/14/2024
2.1.248 245 3/13/2024
2.1.247 242 3/13/2024
2.1.246 238 3/13/2024
2.1.245 248 3/13/2024
2.1.244 242 3/13/2024
2.1.243 246 3/13/2024
2.1.242 260 3/13/2024
2.1.241 233 3/13/2024
2.1.240 237 3/13/2024
2.1.239 243 3/12/2024
2.1.238 259 3/12/2024
2.1.237 225 3/12/2024
2.1.236 264 3/12/2024
2.1.235 285 3/12/2024
2.1.234 258 3/11/2024
2.1.233 299 3/11/2024
2.1.232 276 3/11/2024
2.1.231 258 3/11/2024
2.1.230 275 3/10/2024
2.1.229 273 3/10/2024
2.1.228 259 3/10/2024
2.1.227 284 3/10/2024
2.1.226 276 3/9/2024
2.1.225 302 3/9/2024
2.1.224 309 3/8/2024
2.1.223 269 3/8/2024
2.1.222 279 3/8/2024
2.1.221 253 3/8/2024
2.1.220 286 3/8/2024
2.1.219 284 3/8/2024
2.1.218 275 3/6/2024
2.1.217 278 3/6/2024
2.1.216 267 3/6/2024
2.1.215 299 3/4/2024
2.1.214 309 3/4/2024
2.1.213 306 3/4/2024
2.1.212 317 3/4/2024
2.1.211 294 3/4/2024
2.1.210 294 3/4/2024
2.1.209 276 3/3/2024
2.1.208 264 3/3/2024
2.1.207 289 3/3/2024
2.1.206 293 3/3/2024
2.1.205 279 3/2/2024
2.1.204 297 3/2/2024
2.1.203 303 3/2/2024
2.1.202 286 3/2/2024
2.1.201 294 3/2/2024
2.1.200 286 3/2/2024
2.1.199 294 3/2/2024
2.1.198 317 3/1/2024
2.1.197 276 2/29/2024
2.1.196 286 2/29/2024
2.1.195 303 2/29/2024
2.1.194 303 2/29/2024
2.1.193 256 2/29/2024
2.1.192 291 2/29/2024
2.1.191 314 2/29/2024
2.1.190 325 2/27/2024
2.1.189 309 2/26/2024
2.1.188 322 2/26/2024
2.1.187 319 2/25/2024
2.1.186 336 2/25/2024
2.1.185 293 2/25/2024
2.1.184 270 2/25/2024
2.1.183 331 2/24/2024
2.1.182 337 2/23/2024
2.1.181 344 2/23/2024
2.1.180 338 2/22/2024
2.1.179 308 2/22/2024
2.1.178 346 2/22/2024
2.1.177 308 2/22/2024
2.1.176 306 2/22/2024
2.1.175 320 2/22/2024
2.1.174 303 2/21/2024
2.1.173 326 2/21/2024
2.1.172 324 2/21/2024
2.1.171 319 2/21/2024
2.1.170 319 2/21/2024
2.1.169 308 2/21/2024
2.1.168 307 2/21/2024
2.1.167 317 2/20/2024
2.1.166 292 2/20/2024
2.1.165 326 2/20/2024
2.1.164 309 2/20/2024
2.1.163 355 2/20/2024
2.1.162 346 2/20/2024
2.1.161 308 2/20/2024
2.1.160 331 2/20/2024
2.1.159 328 2/19/2024
2.1.158 324 2/19/2024
2.1.157 325 2/19/2024
2.1.156 327 2/19/2024
2.1.155 328 2/19/2024
2.1.154 339 2/17/2024
2.1.153 348 2/17/2024
2.1.152 352 2/17/2024
2.1.151 311 2/17/2024
2.1.150 340 2/17/2024
2.1.149 319 2/16/2024
2.1.148 337 2/16/2024
2.1.147 334 2/16/2024
2.1.146 325 2/16/2024
2.1.145 311 2/16/2024
2.1.144 329 2/16/2024
2.1.143 317 2/16/2024
2.1.142 290 2/16/2024
2.1.141 330 2/14/2024
2.1.140 314 2/14/2024
2.1.139 310 2/14/2024
2.1.138 344 2/14/2024
2.1.137 318 2/13/2024
2.1.136 316 2/13/2024
2.1.135 308 2/13/2024
2.1.134 309 2/13/2024
2.1.133 336 2/13/2024
2.1.132 274 2/13/2024
2.1.131 324 2/13/2024
2.1.130 340 2/12/2024
2.1.129 365 2/12/2024
2.1.128 345 2/12/2024
2.1.127 354 2/11/2024
2.1.126 340 2/11/2024
2.1.125 324 2/11/2024
2.1.124 349 2/11/2024
2.1.123 343 2/11/2024
2.1.122 337 2/11/2024
2.1.121 341 2/11/2024
2.1.120 312 2/10/2024
2.1.119 336 2/10/2024
2.1.118 298 2/10/2024
2.1.117 354 2/10/2024
2.1.116 326 2/9/2024
2.1.115 340 2/9/2024
2.1.114 317 2/9/2024
2.1.113 326 2/9/2024
2.1.112 348 2/9/2024
2.1.111 305 2/9/2024
2.1.110 316 2/9/2024
2.1.109 328 2/8/2024
2.1.108 309 2/8/2024
2.1.107 301 2/8/2024
2.1.106 343 2/8/2024
2.1.105 294 2/8/2024
2.1.104 352 2/7/2024
2.1.103 330 2/7/2024
2.1.102 333 2/7/2024
2.1.101 327 2/7/2024
2.1.100 354 2/7/2024
2.1.99 372 2/7/2024
2.1.98 326 2/7/2024
2.1.97 344 2/6/2024
2.1.96 328 2/5/2024
2.1.95 339 2/5/2024
2.1.94 283 2/4/2024
2.1.93 339 2/4/2024
2.1.92 310 2/4/2024
2.1.91 326 2/3/2024
2.1.90 320 2/3/2024
2.1.89 325 2/2/2024
2.1.88 314 1/31/2024
2.1.87 346 1/31/2024
2.1.86 326 1/31/2024
2.1.85 295 1/31/2024
2.1.84 313 1/30/2024
2.1.83 342 1/30/2024
2.1.82 311 1/30/2024
2.1.81 319 1/29/2024
2.1.80 308 1/29/2024
2.1.79 303 1/29/2024
2.1.78 316 1/29/2024
2.1.77 309 1/29/2024
2.1.76 284 1/29/2024
2.1.75 290 1/29/2024
2.1.74 319 1/28/2024
2.1.73 335 1/28/2024
2.1.72 339 1/28/2024
2.1.71 307 1/28/2024
2.1.70 290 1/28/2024
2.1.69 329 1/28/2024
2.1.68 317 1/28/2024
2.1.67 304 1/27/2024
2.1.66 335 1/27/2024
2.1.65 297 1/27/2024
2.1.64 272 1/27/2024
2.1.63 347 1/27/2024
2.1.62 325 1/27/2024
2.1.61 310 1/27/2024
2.1.60 312 1/27/2024
2.1.59 306 1/26/2024
2.1.58 317 1/26/2024
2.1.57 342 1/26/2024
2.1.56 312 1/26/2024
2.1.55 343 1/26/2024
2.1.54 313 1/26/2024
2.1.53 330 1/26/2024
2.1.52 315 1/26/2024
2.1.51 275 1/25/2024
2.1.50 323 1/25/2024
2.1.49 337 1/25/2024
2.1.48 307 1/25/2024
2.1.47 347 1/25/2024
2.1.46 305 1/19/2024
2.1.45 348 1/19/2024
2.1.44 332 1/19/2024
2.1.43 362 1/16/2024
2.1.42 321 1/16/2024
2.1.41 349 1/15/2024
2.1.40 325 1/15/2024
2.1.39 312 1/15/2024
2.1.38 338 1/15/2024
2.1.37 318 1/15/2024
2.1.36 357 1/15/2024
2.1.35 368 1/14/2024
2.1.34 327 1/14/2024
2.1.33 327 1/14/2024
2.1.32 334 1/14/2024
2.1.31 291 1/13/2024
2.1.30 364 1/13/2024
2.1.29 334 1/13/2024
2.1.28 339 1/13/2024
2.1.27 319 1/13/2024
2.1.26 349 1/13/2024
2.1.25 337 1/12/2024
2.1.24 323 1/12/2024
2.1.23 308 1/11/2024
2.1.22 309 1/11/2024
2.1.21 347 1/11/2024
2.1.20 366 1/9/2024
2.1.19 329 1/8/2024
2.1.18 300 1/8/2024
2.1.17 327 1/8/2024
2.1.16 321 1/8/2024
2.1.15 319 1/5/2024
2.1.14 337 1/5/2024
2.1.13 344 1/5/2024
2.1.12 349 1/5/2024
2.1.11 294 1/5/2024
2.1.10 366 1/1/2024
2.1.9 344 1/1/2024
2.1.8 316 1/1/2024
2.1.7 380 1/1/2024
2.1.6 370 1/1/2024
2.1.5 350 1/1/2024
2.1.4 376 1/1/2024
2.1.3 333 1/1/2024
2.1.2 368 1/1/2024
2.1.1 353 1/1/2024