Soenneker.Utils.String.LongestCommonSequence 3.0.987

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