Soenneker.Utils.String.LongestCommonSequence 3.0.988

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