Soenneker.Utils.String.LongestCommonSequence 3.0.973

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