Soenneker.Utils.String.LongestCommonSequence 3.0.958

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.958
                    
NuGet\Install-Package Soenneker.Utils.String.LongestCommonSequence -Version 3.0.958
                    
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.958" />
                    
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.958" />
                    
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.958
                    
#r "nuget: Soenneker.Utils.String.LongestCommonSequence, 3.0.958"
                    
#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.958
                    
#: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.958
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Utils.String.LongestCommonSequence&version=3.0.958
                    
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 125 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 157 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 190 4/8/2025
3.0.976 181 4/8/2025
3.0.975 166 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 175 4/6/2025
3.0.962 167 4/6/2025
3.0.961 177 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 100 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 167 3/31/2025
3.0.947 173 3/31/2025
3.0.946 105 3/29/2025
3.0.945 483 3/25/2025
3.0.944 483 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 86 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 173 3/11/2025
3.0.930 181 3/11/2025
3.0.929 172 3/11/2025
3.0.928 168 3/11/2025
3.0.927 225 3/7/2025
3.0.926 230 3/7/2025
3.0.925 114 3/2/2025
3.0.924 109 3/2/2025
3.0.923 111 3/2/2025
3.0.922 112 3/2/2025
3.0.921 116 3/2/2025
3.0.920 111 3/2/2025
3.0.919 113 3/1/2025
3.0.918 113 3/1/2025
3.0.917 106 3/1/2025
3.0.916 113 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 117 2/25/2025
3.0.909 115 2/24/2025
3.0.908 118 2/23/2025
3.0.907 113 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 110 2/21/2025
3.0.898 115 2/19/2025
3.0.897 111 2/19/2025
3.0.896 129 2/19/2025
3.0.895 116 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 120 2/13/2025
3.0.890 122 2/12/2025
3.0.889 125 2/12/2025
3.0.888 120 2/12/2025
3.0.887 125 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 128 2/11/2025
3.0.881 137 2/11/2025
3.0.880 122 2/10/2025
3.0.879 127 2/10/2025
3.0.878 121 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 127 2/7/2025
3.0.866 122 2/7/2025
3.0.864 125 2/7/2025
3.0.863 112 2/7/2025
3.0.862 119 2/7/2025
3.0.861 110 2/6/2025
3.0.860 119 2/5/2025
3.0.859 122 2/5/2025
3.0.858 118 2/5/2025
3.0.857 116 2/5/2025
3.0.856 110 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 109 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 111 1/25/2025
3.0.841 115 1/25/2025
3.0.840 110 1/25/2025
3.0.839 108 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 113 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 120 1/21/2025
3.0.829 111 1/21/2025
3.0.828 112 1/21/2025
3.0.827 102 1/21/2025
3.0.826 111 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 114 1/20/2025
3.0.819 101 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 110 1/19/2025
3.0.811 95 1/19/2025
3.0.810 108 1/19/2025
3.0.809 99 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 106 1/17/2025
3.0.804 110 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 94 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 101 1/14/2025
3.0.783 95 1/14/2025
3.0.782 104 1/14/2025
3.0.781 97 1/13/2025
3.0.780 106 1/13/2025
3.0.779 100 1/13/2025
3.0.778 96 1/12/2025
3.0.777 102 1/11/2025
3.0.776 118 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 124 1/2/2025
3.0.762 115 1/2/2025
3.0.761 121 1/2/2025
3.0.760 123 1/1/2025
3.0.759 126 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 108 12/31/2024
3.0.751 113 12/31/2024
3.0.750 115 12/31/2024
3.0.749 122 12/31/2024
3.0.748 117 12/30/2024
3.0.747 108 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 121 12/24/2024
3.0.742 107 12/24/2024
3.0.741 116 12/24/2024
3.0.740 111 12/24/2024
3.0.739 114 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 114 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 113 12/22/2024
3.0.725 115 12/22/2024
3.0.724 107 12/22/2024
3.0.723 120 12/22/2024
3.0.722 109 12/21/2024
3.0.721 106 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 113 12/21/2024
3.0.716 120 12/20/2024
3.0.715 97 12/20/2024
3.0.714 116 12/20/2024
3.0.713 107 12/20/2024
3.0.712 119 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 111 12/18/2024
3.0.707 117 12/18/2024
3.0.706 110 12/16/2024
3.0.705 120 12/16/2024
3.0.704 111 12/10/2024
3.0.703 115 12/10/2024
3.0.702 106 12/10/2024
3.0.701 114 12/9/2024
3.0.700 113 12/9/2024
3.0.699 109 12/9/2024
3.0.698 118 12/9/2024
3.0.697 111 12/7/2024
3.0.696 118 12/6/2024
3.0.695 111 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 115 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 112 12/5/2024
3.0.680 122 12/5/2024
3.0.679 115 12/5/2024
3.0.678 114 12/5/2024
3.0.677 121 12/5/2024
3.0.676 111 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 106 12/3/2024
3.0.664 120 12/3/2024
3.0.663 114 12/2/2024
3.0.662 111 12/2/2024
3.0.661 101 12/2/2024
3.0.660 111 12/2/2024
3.0.659 121 12/2/2024
3.0.658 125 12/1/2024
3.0.657 113 12/1/2024
3.0.656 109 12/1/2024
3.0.655 113 11/29/2024
3.0.654 112 11/29/2024
3.0.653 116 11/29/2024
3.0.652 125 11/21/2024
3.0.651 120 11/21/2024
3.0.650 113 11/21/2024
3.0.649 124 11/20/2024
3.0.648 126 11/20/2024
3.0.647 120 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 110 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 120 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 109 11/14/2024
3.0.632 117 11/14/2024
3.0.631 126 11/14/2024
3.0.630 116 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 112 11/13/2024
2.1.621 115 11/12/2024
2.1.620 115 11/12/2024
2.1.619 121 11/9/2024
2.1.618 122 11/9/2024
2.1.617 117 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 120 10/29/2024
2.1.605 127 10/29/2024
2.1.604 113 10/29/2024
2.1.603 118 10/29/2024
2.1.602 118 10/28/2024
2.1.601 114 10/26/2024
2.1.600 113 10/26/2024
2.1.599 120 10/22/2024
2.1.598 118 10/22/2024
2.1.597 112 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 124 10/17/2024
2.1.591 115 10/15/2024
2.1.590 124 10/14/2024
2.1.589 119 10/12/2024
2.1.588 121 10/12/2024
2.1.587 118 10/11/2024
2.1.586 119 10/11/2024
2.1.585 130 10/9/2024
2.1.584 128 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 113 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 118 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 126 10/1/2024
2.1.562 119 9/29/2024
2.1.561 116 9/29/2024
2.1.560 106 9/29/2024
2.1.559 116 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 121 9/27/2024
2.1.554 128 9/27/2024
2.1.553 117 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 127 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 115 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 119 9/23/2024
2.1.540 113 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 125 9/18/2024
2.1.533 129 9/18/2024
2.1.532 130 9/18/2024
2.1.531 135 9/18/2024
2.1.530 130 9/18/2024
2.1.529 127 9/18/2024
2.1.528 146 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 133 9/17/2024
2.1.522 133 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 127 9/12/2024
2.1.515 131 9/12/2024
2.1.514 142 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 145 9/11/2024
2.1.508 142 9/10/2024
2.1.507 136 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 131 9/9/2024
2.1.500 141 9/9/2024
2.1.498 127 9/9/2024
2.1.497 132 9/9/2024
2.1.496 146 9/7/2024
2.1.495 146 9/7/2024
2.1.494 134 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 142 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 135 9/3/2024
2.1.480 143 9/3/2024
2.1.479 134 9/3/2024
2.1.478 146 9/3/2024
2.1.477 129 9/3/2024
2.1.476 133 9/3/2024
2.1.475 121 8/29/2024
2.1.474 114 8/29/2024
2.1.473 124 8/29/2024
2.1.472 142 8/26/2024
2.1.471 134 8/26/2024
2.1.470 144 8/26/2024
2.1.469 143 8/21/2024
2.1.468 147 8/21/2024
2.1.467 161 8/21/2024
2.1.466 150 8/20/2024
2.1.465 144 8/20/2024
2.1.464 167 8/20/2024
2.1.463 153 8/20/2024
2.1.462 160 8/20/2024
2.1.461 159 8/20/2024
2.1.460 177 8/20/2024
2.1.459 147 8/19/2024
2.1.458 157 8/15/2024
2.1.457 148 8/15/2024
2.1.456 146 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 132 8/7/2024
2.1.448 129 8/6/2024
2.1.447 894 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 103 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 128 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 134 7/14/2024
2.1.430 120 7/14/2024
2.1.429 145 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 145 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 104 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 149 7/8/2024
2.1.403 159 7/8/2024
2.1.402 139 7/7/2024
2.1.401 159 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 133 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 130 6/15/2024
2.1.384 136 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 137 6/14/2024
2.1.379 140 6/4/2024
2.1.378 140 6/4/2024
2.1.377 136 6/2/2024
2.1.376 130 6/2/2024
2.1.375 134 5/31/2024
2.1.374 148 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 132 5/28/2024
2.1.365 135 5/28/2024
2.1.364 134 5/28/2024
2.1.363 126 5/27/2024
2.1.362 127 5/27/2024
2.1.361 126 5/27/2024
2.1.360 122 5/26/2024
2.1.359 135 5/26/2024
2.1.358 155 5/26/2024
2.1.357 133 5/26/2024
2.1.356 130 5/26/2024
2.1.355 134 5/26/2024
2.1.354 135 5/25/2024
2.1.353 138 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 140 5/23/2024
2.1.346 134 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 126 5/22/2024
2.1.339 153 5/22/2024
2.1.338 137 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 149 5/17/2024
2.1.331 152 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 118 5/15/2024
2.1.325 138 5/15/2024
2.1.324 123 5/13/2024
2.1.323 137 5/13/2024
2.1.322 127 5/12/2024
2.1.321 158 4/30/2024
2.1.320 157 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 139 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 142 4/28/2024
2.1.309 136 4/28/2024
2.1.308 136 4/28/2024
2.1.307 134 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 145 4/20/2024
2.1.301 136 4/19/2024
2.1.300 128 4/19/2024
2.1.299 120 4/19/2024
2.1.298 143 4/19/2024
2.1.297 150 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 150 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 149 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 149 3/29/2024
2.1.271 177 3/25/2024
2.1.270 184 3/25/2024
2.1.269 201 3/25/2024
2.1.268 181 3/25/2024
2.1.267 195 3/21/2024
2.1.266 209 3/21/2024
2.1.265 195 3/21/2024
2.1.264 195 3/20/2024
2.1.263 193 3/20/2024
2.1.262 183 3/20/2024
2.1.261 201 3/19/2024
2.1.260 211 3/19/2024
2.1.259 164 3/19/2024
2.1.258 213 3/19/2024
2.1.257 184 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 194 3/15/2024
2.1.249 188 3/14/2024
2.1.248 205 3/13/2024
2.1.247 207 3/13/2024
2.1.246 201 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 199 3/13/2024
2.1.239 199 3/12/2024
2.1.238 218 3/12/2024
2.1.237 183 3/12/2024
2.1.236 218 3/12/2024
2.1.235 246 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 239 3/10/2024
2.1.228 222 3/10/2024
2.1.227 240 3/10/2024
2.1.226 235 3/9/2024
2.1.225 259 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 238 3/8/2024
2.1.219 239 3/8/2024
2.1.218 231 3/6/2024
2.1.217 237 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 254 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 257 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 236 2/29/2024
2.1.195 263 2/29/2024
2.1.194 268 2/29/2024
2.1.193 227 2/29/2024
2.1.192 247 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 277 2/26/2024
2.1.187 278 2/25/2024
2.1.186 294 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 301 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 276 2/22/2024
2.1.174 263 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 318 2/20/2024
2.1.162 305 2/20/2024
2.1.161 269 2/20/2024
2.1.160 291 2/20/2024
2.1.159 291 2/19/2024
2.1.158 291 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 296 2/17/2024
2.1.153 308 2/17/2024
2.1.152 304 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 289 2/16/2024
2.1.146 286 2/16/2024
2.1.145 275 2/16/2024
2.1.144 290 2/16/2024
2.1.143 275 2/16/2024
2.1.142 253 2/16/2024
2.1.141 294 2/14/2024
2.1.140 272 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 267 2/13/2024
2.1.134 267 2/13/2024
2.1.133 296 2/13/2024
2.1.132 236 2/13/2024
2.1.131 295 2/13/2024
2.1.130 294 2/12/2024
2.1.129 321 2/12/2024
2.1.128 304 2/12/2024
2.1.127 319 2/11/2024
2.1.126 304 2/11/2024
2.1.125 282 2/11/2024
2.1.124 312 2/11/2024
2.1.123 305 2/11/2024
2.1.122 302 2/11/2024
2.1.121 309 2/11/2024
2.1.120 279 2/10/2024
2.1.119 298 2/10/2024
2.1.118 261 2/10/2024
2.1.117 313 2/10/2024
2.1.116 288 2/9/2024
2.1.115 297 2/9/2024
2.1.114 283 2/9/2024
2.1.113 290 2/9/2024
2.1.112 311 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 307 2/7/2024
2.1.99 322 2/7/2024
2.1.98 284 2/7/2024
2.1.97 306 2/6/2024
2.1.96 290 2/5/2024
2.1.95 301 2/5/2024
2.1.94 247 2/4/2024
2.1.93 299 2/4/2024
2.1.92 271 2/4/2024
2.1.91 289 2/3/2024
2.1.90 277 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 285 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 264 1/29/2024
2.1.79 266 1/29/2024
2.1.78 269 1/29/2024
2.1.77 270 1/29/2024
2.1.76 248 1/29/2024
2.1.75 252 1/29/2024
2.1.74 279 1/28/2024
2.1.73 294 1/28/2024
2.1.72 295 1/28/2024
2.1.71 269 1/28/2024
2.1.70 239 1/28/2024
2.1.69 290 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 259 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 265 1/27/2024
2.1.60 272 1/27/2024
2.1.59 269 1/26/2024
2.1.58 264 1/26/2024
2.1.57 297 1/26/2024
2.1.56 267 1/26/2024
2.1.55 300 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 241 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 306 1/19/2024
2.1.44 291 1/19/2024
2.1.43 321 1/16/2024
2.1.42 281 1/16/2024
2.1.41 314 1/15/2024
2.1.40 286 1/15/2024
2.1.39 271 1/15/2024
2.1.38 297 1/15/2024
2.1.37 283 1/15/2024
2.1.36 314 1/15/2024
2.1.35 320 1/14/2024
2.1.34 283 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 296 1/13/2024
2.1.28 303 1/13/2024
2.1.27 283 1/13/2024
2.1.26 306 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 273 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 284 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 306 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 283 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 337 1/1/2024
2.1.3 289 1/1/2024
2.1.2 331 1/1/2024
2.1.1 314 1/1/2024