Soenneker.Utils.String.LongestCommonSequence 3.0.991

Prefix Reserved
dotnet add package Soenneker.Utils.String.LongestCommonSequence --version 3.0.991
                    
NuGet\Install-Package Soenneker.Utils.String.LongestCommonSequence -Version 3.0.991
                    
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.991" />
                    
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.991" />
                    
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.991
                    
#r "nuget: Soenneker.Utils.String.LongestCommonSequence, 3.0.991"
                    
#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.991
                    
#: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.991
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Utils.String.LongestCommonSequence&version=3.0.991
                    
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 132 9/9/2025
3.0.990 149 9/3/2025
3.0.989 128 8/11/2025
3.0.988 203 8/5/2025
3.0.987 144 7/8/2025
3.0.986 90 6/27/2025
3.0.985 305 6/10/2025
3.0.984 158 5/27/2025
3.0.983 168 5/22/2025
3.0.982 240 5/13/2025
3.0.981 181 5/7/2025
3.0.980 163 5/5/2025
3.0.979 157 5/5/2025
3.0.978 162 5/5/2025
3.0.977 191 4/8/2025
3.0.976 183 4/8/2025
3.0.975 167 4/8/2025
3.0.974 181 4/8/2025
3.0.973 172 4/8/2025
3.0.972 177 4/8/2025
3.0.971 171 4/8/2025
3.0.970 182 4/8/2025
3.0.969 178 4/7/2025
3.0.968 174 4/7/2025
3.0.967 175 4/7/2025
3.0.966 177 4/7/2025
3.0.965 182 4/7/2025
3.0.964 167 4/7/2025
3.0.963 177 4/6/2025
3.0.962 168 4/6/2025
3.0.961 179 4/6/2025
3.0.960 154 4/6/2025
3.0.959 150 4/6/2025
3.0.958 160 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 98 4/5/2025
3.0.953 98 4/5/2025
3.0.952 100 4/4/2025
3.0.951 123 4/4/2025
3.0.950 168 4/4/2025
3.0.949 162 4/1/2025
3.0.948 169 3/31/2025
3.0.947 175 3/31/2025
3.0.946 105 3/29/2025
3.0.945 483 3/25/2025
3.0.944 485 3/25/2025
3.0.943 131 3/21/2025
3.0.942 148 3/21/2025
3.0.941 156 3/18/2025
3.0.940 158 3/18/2025
3.0.939 86 3/15/2025
3.0.938 75 3/15/2025
3.0.937 164 3/12/2025
3.0.936 168 3/12/2025
3.0.935 170 3/12/2025
3.0.934 178 3/12/2025
3.0.933 181 3/11/2025
3.0.932 177 3/11/2025
3.0.931 173 3/11/2025
3.0.930 182 3/11/2025
3.0.929 177 3/11/2025
3.0.928 170 3/11/2025
3.0.927 225 3/7/2025
3.0.926 231 3/7/2025
3.0.925 115 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 118 3/2/2025
3.0.920 112 3/2/2025
3.0.919 114 3/1/2025
3.0.918 114 3/1/2025
3.0.917 106 3/1/2025
3.0.916 113 3/1/2025
3.0.915 109 3/1/2025
3.0.914 105 3/1/2025
3.0.913 132 2/25/2025
3.0.912 114 2/25/2025
3.0.911 113 2/25/2025
3.0.910 117 2/25/2025
3.0.909 115 2/24/2025
3.0.908 120 2/23/2025
3.0.907 113 2/23/2025
3.0.906 119 2/22/2025
3.0.905 118 2/22/2025
3.0.904 118 2/22/2025
3.0.903 120 2/22/2025
3.0.902 102 2/22/2025
3.0.901 106 2/22/2025
3.0.900 129 2/21/2025
3.0.899 110 2/21/2025
3.0.898 117 2/19/2025
3.0.897 112 2/19/2025
3.0.896 130 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 122 2/14/2025
3.0.891 121 2/13/2025
3.0.890 123 2/12/2025
3.0.889 126 2/12/2025
3.0.888 121 2/12/2025
3.0.887 126 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 133 2/11/2025
3.0.882 128 2/11/2025
3.0.881 138 2/11/2025
3.0.880 122 2/10/2025
3.0.879 127 2/10/2025
3.0.878 122 2/10/2025
3.0.877 114 2/10/2025
3.0.876 123 2/10/2025
3.0.875 105 2/9/2025
3.0.874 112 2/8/2025
3.0.873 115 2/8/2025
3.0.872 123 2/8/2025
3.0.871 108 2/8/2025
3.0.870 114 2/8/2025
3.0.869 124 2/8/2025
3.0.868 113 2/7/2025
3.0.867 127 2/7/2025
3.0.866 122 2/7/2025
3.0.864 126 2/7/2025
3.0.863 112 2/7/2025
3.0.862 121 2/7/2025
3.0.861 111 2/6/2025
3.0.860 122 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 111 2/5/2025
3.0.855 118 2/5/2025
3.0.854 117 1/28/2025
3.0.853 120 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 99 1/27/2025
3.0.847 107 1/27/2025
3.0.846 114 1/26/2025
3.0.845 122 1/26/2025
3.0.844 117 1/25/2025
3.0.843 118 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 114 1/24/2025
3.0.837 107 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 127 1/21/2025
3.0.831 106 1/21/2025
3.0.830 121 1/21/2025
3.0.829 112 1/21/2025
3.0.828 112 1/21/2025
3.0.827 103 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 114 1/20/2025
3.0.822 125 1/20/2025
3.0.821 110 1/20/2025
3.0.820 115 1/20/2025
3.0.819 101 1/20/2025
3.0.818 103 1/20/2025
3.0.817 111 1/20/2025
3.0.816 106 1/20/2025
3.0.815 104 1/19/2025
3.0.814 106 1/19/2025
3.0.813 112 1/19/2025
3.0.812 110 1/19/2025
3.0.811 96 1/19/2025
3.0.810 108 1/19/2025
3.0.809 100 1/18/2025
3.0.808 109 1/18/2025
3.0.807 105 1/18/2025
3.0.806 103 1/17/2025
3.0.805 106 1/17/2025
3.0.804 110 1/17/2025
3.0.803 109 1/17/2025
3.0.802 102 1/17/2025
3.0.801 104 1/17/2025
3.0.800 105 1/16/2025
3.0.799 111 1/16/2025
3.0.798 95 1/16/2025
3.0.797 95 1/16/2025
3.0.796 96 1/16/2025
3.0.795 101 1/16/2025
3.0.794 107 1/15/2025
3.0.793 100 1/15/2025
3.0.792 98 1/15/2025
3.0.791 107 1/15/2025
3.0.790 95 1/15/2025
3.0.789 90 1/15/2025
3.0.788 89 1/15/2025
3.0.787 81 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 96 1/14/2025
3.0.782 105 1/14/2025
3.0.781 97 1/13/2025
3.0.780 106 1/13/2025
3.0.779 101 1/13/2025
3.0.778 98 1/12/2025
3.0.777 103 1/11/2025
3.0.776 118 1/11/2025
3.0.775 103 1/11/2025
3.0.774 116 1/10/2025
3.0.773 102 1/10/2025
3.0.772 111 1/10/2025
3.0.771 107 1/10/2025
3.0.770 116 1/10/2025
3.0.769 143 1/3/2025
3.0.768 140 1/3/2025
3.0.767 120 1/3/2025
3.0.766 122 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 116 1/2/2025
3.0.761 122 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 115 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 114 12/31/2024
3.0.750 116 12/31/2024
3.0.749 123 12/31/2024
3.0.748 117 12/30/2024
3.0.747 109 12/28/2024
3.0.746 125 12/28/2024
3.0.745 119 12/27/2024
3.0.744 109 12/27/2024
3.0.743 121 12/24/2024
3.0.742 107 12/24/2024
3.0.741 118 12/24/2024
3.0.740 113 12/24/2024
3.0.739 115 12/24/2024
3.0.738 109 12/24/2024
3.0.737 112 12/24/2024
3.0.736 108 12/24/2024
3.0.735 107 12/23/2024
3.0.734 98 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 126 12/22/2024
3.0.727 113 12/22/2024
3.0.726 113 12/22/2024
3.0.725 115 12/22/2024
3.0.724 108 12/22/2024
3.0.723 121 12/22/2024
3.0.722 109 12/21/2024
3.0.721 106 12/21/2024
3.0.720 107 12/21/2024
3.0.719 102 12/21/2024
3.0.718 123 12/21/2024
3.0.717 114 12/21/2024
3.0.716 125 12/20/2024
3.0.715 98 12/20/2024
3.0.714 117 12/20/2024
3.0.713 108 12/20/2024
3.0.712 119 12/20/2024
3.0.711 119 12/19/2024
3.0.710 111 12/19/2024
3.0.709 115 12/19/2024
3.0.708 112 12/18/2024
3.0.707 117 12/18/2024
3.0.706 111 12/16/2024
3.0.705 122 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 115 12/9/2024
3.0.700 114 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 119 12/6/2024
3.0.695 111 12/6/2024
3.0.694 118 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 116 12/6/2024
3.0.686 124 12/6/2024
3.0.684 132 12/6/2024
3.0.683 115 12/5/2024
3.0.682 115 12/5/2024
3.0.681 112 12/5/2024
3.0.680 124 12/5/2024
3.0.679 116 12/5/2024
3.0.678 116 12/5/2024
3.0.677 122 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 118 12/4/2024
3.0.672 122 12/4/2024
3.0.671 130 12/3/2024
3.0.670 124 12/3/2024
3.0.669 124 12/3/2024
3.0.668 122 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 115 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 122 12/2/2024
3.0.658 127 12/1/2024
3.0.657 113 12/1/2024
3.0.656 110 12/1/2024
3.0.655 115 11/29/2024
3.0.654 112 11/29/2024
3.0.653 117 11/29/2024
3.0.652 125 11/21/2024
3.0.651 121 11/21/2024
3.0.650 113 11/21/2024
3.0.649 124 11/20/2024
3.0.648 129 11/20/2024
3.0.647 122 11/20/2024
3.0.646 111 11/20/2024
3.0.645 117 11/20/2024
3.0.644 131 11/20/2024
3.0.643 111 11/19/2024
3.0.642 120 11/19/2024
3.0.641 115 11/19/2024
3.0.640 109 11/19/2024
3.0.639 109 11/19/2024
3.0.638 120 11/19/2024
3.0.637 112 11/15/2024
3.0.636 116 11/14/2024
3.0.635 116 11/14/2024
3.0.634 115 11/14/2024
3.0.633 110 11/14/2024
3.0.632 117 11/14/2024
3.0.631 127 11/14/2024
3.0.630 119 11/14/2024
3.0.629 115 11/14/2024
3.0.628 119 11/14/2024
3.0.627 120 11/14/2024
3.0.626 119 11/14/2024
2.1.625 119 11/13/2024
2.1.624 116 11/13/2024
2.1.623 119 11/13/2024
2.1.622 113 11/13/2024
2.1.621 116 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 119 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 112 11/1/2024
2.1.607 129 10/29/2024
2.1.606 121 10/29/2024
2.1.605 128 10/29/2024
2.1.604 113 10/29/2024
2.1.603 119 10/29/2024
2.1.602 118 10/28/2024
2.1.601 115 10/26/2024
2.1.600 114 10/26/2024
2.1.599 121 10/22/2024
2.1.598 119 10/22/2024
2.1.597 112 10/22/2024
2.1.596 113 10/22/2024
2.1.595 120 10/22/2024
2.1.594 147 10/18/2024
2.1.593 113 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 119 10/11/2024
2.1.586 120 10/11/2024
2.1.585 131 10/9/2024
2.1.584 129 10/9/2024
2.1.583 119 10/9/2024
2.1.582 120 10/9/2024
2.1.581 120 10/9/2024
2.1.580 125 10/8/2024
2.1.579 119 10/8/2024
2.1.578 120 10/8/2024
2.1.577 127 10/8/2024
2.1.576 121 10/3/2024
2.1.575 114 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 120 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 127 10/1/2024
2.1.563 127 10/1/2024
2.1.562 119 9/29/2024
2.1.561 117 9/29/2024
2.1.560 106 9/29/2024
2.1.559 116 9/29/2024
2.1.558 118 9/27/2024
2.1.557 122 9/27/2024
2.1.556 118 9/27/2024
2.1.555 123 9/27/2024
2.1.554 129 9/27/2024
2.1.553 117 9/27/2024
2.1.552 116 9/27/2024
2.1.551 104 9/26/2024
2.1.550 120 9/26/2024
2.1.549 129 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 116 9/26/2024
2.1.544 122 9/26/2024
2.1.543 134 9/23/2024
2.1.542 106 9/23/2024
2.1.541 120 9/23/2024
2.1.540 114 9/23/2024
2.1.539 126 9/23/2024
2.1.538 118 9/23/2024
2.1.537 122 9/23/2024
2.1.536 117 9/23/2024
2.1.535 122 9/23/2024
2.1.534 126 9/18/2024
2.1.533 131 9/18/2024
2.1.532 132 9/18/2024
2.1.531 136 9/18/2024
2.1.530 130 9/18/2024
2.1.529 130 9/18/2024
2.1.528 147 9/17/2024
2.1.527 132 9/17/2024
2.1.526 135 9/17/2024
2.1.524 138 9/17/2024
2.1.523 134 9/17/2024
2.1.522 133 9/17/2024
2.1.521 131 9/17/2024
2.1.520 122 9/16/2024
2.1.519 131 9/16/2024
2.1.518 122 9/16/2024
2.1.517 127 9/12/2024
2.1.516 127 9/12/2024
2.1.515 131 9/12/2024
2.1.514 143 9/12/2024
2.1.513 141 9/11/2024
2.1.512 129 9/11/2024
2.1.510 140 9/11/2024
2.1.509 146 9/11/2024
2.1.508 143 9/10/2024
2.1.507 136 9/10/2024
2.1.506 128 9/10/2024
2.1.505 136 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 129 9/9/2024
2.1.497 132 9/9/2024
2.1.496 146 9/7/2024
2.1.495 148 9/7/2024
2.1.494 135 9/7/2024
2.1.493 315 9/6/2024
2.1.492 135 9/6/2024
2.1.491 155 9/6/2024
2.1.490 139 9/5/2024
2.1.489 142 9/5/2024
2.1.488 141 9/5/2024
2.1.487 130 9/5/2024
2.1.486 135 9/5/2024
2.1.485 146 9/5/2024
2.1.484 127 9/5/2024
2.1.483 129 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 135 9/3/2024
2.1.478 148 9/3/2024
2.1.477 129 9/3/2024
2.1.476 133 9/3/2024
2.1.475 123 8/29/2024
2.1.474 116 8/29/2024
2.1.473 125 8/29/2024
2.1.472 143 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 148 8/21/2024
2.1.467 161 8/21/2024
2.1.466 151 8/20/2024
2.1.465 144 8/20/2024
2.1.464 168 8/20/2024
2.1.463 156 8/20/2024
2.1.462 161 8/20/2024
2.1.461 160 8/20/2024
2.1.460 177 8/20/2024
2.1.459 148 8/19/2024
2.1.458 159 8/15/2024
2.1.457 148 8/15/2024
2.1.456 147 8/15/2024
2.1.455 149 8/14/2024
2.1.454 153 8/14/2024
2.1.453 143 8/14/2024
2.1.452 148 8/13/2024
2.1.451 135 8/7/2024
2.1.450 169 8/7/2024
2.1.449 133 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 105 7/25/2024
2.1.441 110 7/25/2024
2.1.440 106 7/25/2024
2.1.439 118 7/25/2024
2.1.438 107 7/24/2024
2.1.437 128 7/24/2024
2.1.436 135 7/20/2024
2.1.435 136 7/20/2024
2.1.434 156 7/20/2024
2.1.433 129 7/14/2024
2.1.432 120 7/14/2024
2.1.431 135 7/14/2024
2.1.430 120 7/14/2024
2.1.429 145 7/10/2024
2.1.428 132 7/10/2024
2.1.427 138 7/10/2024
2.1.426 130 7/10/2024
2.1.424 130 7/10/2024
2.1.423 121 7/10/2024
2.1.422 119 7/10/2024
2.1.421 130 7/10/2024
2.1.420 146 7/10/2024
2.1.418 136 7/10/2024
2.1.417 147 7/9/2024
2.1.415 113 7/9/2024
2.1.414 139 7/9/2024
2.1.413 124 7/9/2024
2.1.412 126 7/9/2024
2.1.411 105 7/9/2024
2.1.410 124 7/9/2024
2.1.409 135 7/9/2024
2.1.408 135 7/9/2024
2.1.407 138 7/8/2024
2.1.406 142 7/8/2024
2.1.405 140 7/8/2024
2.1.404 150 7/8/2024
2.1.403 160 7/8/2024
2.1.402 140 7/7/2024
2.1.401 160 7/7/2024
2.1.400 143 7/3/2024
2.1.399 148 7/3/2024
2.1.398 150 7/3/2024
2.1.397 136 7/3/2024
2.1.396 152 7/3/2024
2.1.395 135 7/3/2024
2.1.394 141 6/27/2024
2.1.393 130 6/27/2024
2.1.392 139 6/27/2024
2.1.391 139 6/22/2024
2.1.390 134 6/22/2024
2.1.389 137 6/16/2024
2.1.388 140 6/15/2024
2.1.387 136 6/15/2024
2.1.386 140 6/15/2024
2.1.385 131 6/15/2024
2.1.384 137 6/15/2024
2.1.383 132 6/15/2024
2.1.382 130 6/15/2024
2.1.381 142 6/15/2024
2.1.380 137 6/14/2024
2.1.379 141 6/4/2024
2.1.378 142 6/4/2024
2.1.377 137 6/2/2024
2.1.376 132 6/2/2024
2.1.375 135 5/31/2024
2.1.374 151 5/31/2024
2.1.373 142 5/31/2024
2.1.372 156 5/31/2024
2.1.371 143 5/29/2024
2.1.370 134 5/29/2024
2.1.369 132 5/29/2024
2.1.368 132 5/28/2024
2.1.367 137 5/28/2024
2.1.366 133 5/28/2024
2.1.365 135 5/28/2024
2.1.364 134 5/28/2024
2.1.363 127 5/27/2024
2.1.362 129 5/27/2024
2.1.361 126 5/27/2024
2.1.360 123 5/26/2024
2.1.359 135 5/26/2024
2.1.358 155 5/26/2024
2.1.357 134 5/26/2024
2.1.356 131 5/26/2024
2.1.355 135 5/26/2024
2.1.354 135 5/25/2024
2.1.353 139 5/25/2024
2.1.352 137 5/25/2024
2.1.351 141 5/25/2024
2.1.350 134 5/25/2024
2.1.349 153 5/25/2024
2.1.348 133 5/25/2024
2.1.347 140 5/23/2024
2.1.346 134 5/23/2024
2.1.345 128 5/23/2024
2.1.344 157 5/23/2024
2.1.343 128 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 139 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 143 5/18/2024
2.1.332 149 5/17/2024
2.1.331 152 5/17/2024
2.1.330 135 5/17/2024
2.1.329 151 5/16/2024
2.1.328 127 5/16/2024
2.1.327 145 5/15/2024
2.1.326 120 5/15/2024
2.1.325 139 5/15/2024
2.1.324 124 5/13/2024
2.1.323 137 5/13/2024
2.1.322 127 5/12/2024
2.1.321 161 4/30/2024
2.1.320 157 4/30/2024
2.1.319 129 4/30/2024
2.1.318 150 4/30/2024
2.1.317 140 4/29/2024
2.1.316 132 4/29/2024
2.1.315 140 4/29/2024
2.1.314 136 4/29/2024
2.1.313 133 4/29/2024
2.1.312 136 4/28/2024
2.1.311 158 4/28/2024
2.1.310 142 4/28/2024
2.1.309 137 4/28/2024
2.1.308 137 4/28/2024
2.1.307 134 4/28/2024
2.1.306 147 4/28/2024
2.1.305 140 4/28/2024
2.1.304 125 4/27/2024
2.1.303 161 4/20/2024
2.1.302 147 4/20/2024
2.1.301 136 4/19/2024
2.1.300 129 4/19/2024
2.1.299 120 4/19/2024
2.1.298 144 4/19/2024
2.1.297 152 4/19/2024
2.1.296 158 4/13/2024
2.1.295 144 4/13/2024
2.1.294 150 4/13/2024
2.1.293 150 4/12/2024
2.1.292 154 4/12/2024
2.1.291 153 4/12/2024
2.1.290 157 4/12/2024
2.1.289 132 4/12/2024
2.1.288 163 4/12/2024
2.1.287 164 4/12/2024
2.1.286 149 4/12/2024
2.1.285 147 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 142 4/10/2024
2.1.279 156 4/3/2024
2.1.278 143 4/2/2024
2.1.277 148 4/2/2024
2.1.276 150 4/2/2024
2.1.275 165 4/1/2024
2.1.274 170 3/30/2024
2.1.273 163 3/29/2024
2.1.272 153 3/29/2024
2.1.271 179 3/25/2024
2.1.270 185 3/25/2024
2.1.269 204 3/25/2024
2.1.268 182 3/25/2024
2.1.267 196 3/21/2024
2.1.266 211 3/21/2024
2.1.265 195 3/21/2024
2.1.264 196 3/20/2024
2.1.263 194 3/20/2024
2.1.262 184 3/20/2024
2.1.261 202 3/19/2024
2.1.260 212 3/19/2024
2.1.259 165 3/19/2024
2.1.258 215 3/19/2024
2.1.257 184 3/19/2024
2.1.256 191 3/19/2024
2.1.255 206 3/18/2024
2.1.254 222 3/16/2024
2.1.253 215 3/16/2024
2.1.252 235 3/16/2024
2.1.251 178 3/15/2024
2.1.250 194 3/15/2024
2.1.249 190 3/14/2024
2.1.248 206 3/13/2024
2.1.247 207 3/13/2024
2.1.246 202 3/13/2024
2.1.245 209 3/13/2024
2.1.244 196 3/13/2024
2.1.243 203 3/13/2024
2.1.242 220 3/13/2024
2.1.241 206 3/13/2024
2.1.240 199 3/13/2024
2.1.239 200 3/12/2024
2.1.238 218 3/12/2024
2.1.237 185 3/12/2024
2.1.236 219 3/12/2024
2.1.235 246 3/12/2024
2.1.234 213 3/11/2024
2.1.233 253 3/11/2024
2.1.232 237 3/11/2024
2.1.231 216 3/11/2024
2.1.230 233 3/10/2024
2.1.229 241 3/10/2024
2.1.228 225 3/10/2024
2.1.227 245 3/10/2024
2.1.226 240 3/9/2024
2.1.225 261 3/9/2024
2.1.224 263 3/8/2024
2.1.223 221 3/8/2024
2.1.222 238 3/8/2024
2.1.221 214 3/8/2024
2.1.220 240 3/8/2024
2.1.219 244 3/8/2024
2.1.218 233 3/6/2024
2.1.217 237 3/6/2024
2.1.216 229 3/6/2024
2.1.215 253 3/4/2024
2.1.214 269 3/4/2024
2.1.213 268 3/4/2024
2.1.212 278 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 227 3/3/2024
2.1.207 254 3/3/2024
2.1.206 257 3/3/2024
2.1.205 252 3/2/2024
2.1.204 259 3/2/2024
2.1.203 265 3/2/2024
2.1.202 250 3/2/2024
2.1.201 255 3/2/2024
2.1.200 253 3/2/2024
2.1.199 258 3/2/2024
2.1.198 278 3/1/2024
2.1.197 240 2/29/2024
2.1.196 237 2/29/2024
2.1.195 265 2/29/2024
2.1.194 268 2/29/2024
2.1.193 227 2/29/2024
2.1.192 249 2/29/2024
2.1.191 275 2/29/2024
2.1.190 288 2/27/2024
2.1.189 269 2/26/2024
2.1.188 277 2/26/2024
2.1.187 279 2/25/2024
2.1.186 294 2/25/2024
2.1.185 257 2/25/2024
2.1.184 234 2/25/2024
2.1.183 281 2/24/2024
2.1.182 291 2/23/2024
2.1.181 303 2/23/2024
2.1.180 302 2/22/2024
2.1.179 273 2/22/2024
2.1.178 303 2/22/2024
2.1.177 266 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 288 2/21/2024
2.1.172 284 2/21/2024
2.1.171 277 2/21/2024
2.1.170 285 2/21/2024
2.1.169 269 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 319 2/20/2024
2.1.162 308 2/20/2024
2.1.161 269 2/20/2024
2.1.160 293 2/20/2024
2.1.159 291 2/19/2024
2.1.158 293 2/19/2024
2.1.157 279 2/19/2024
2.1.156 290 2/19/2024
2.1.155 296 2/19/2024
2.1.154 297 2/17/2024
2.1.153 309 2/17/2024
2.1.152 305 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 291 2/16/2024
2.1.146 286 2/16/2024
2.1.145 277 2/16/2024
2.1.144 290 2/16/2024
2.1.143 278 2/16/2024
2.1.142 253 2/16/2024
2.1.141 295 2/14/2024
2.1.140 273 2/14/2024
2.1.139 274 2/14/2024
2.1.138 303 2/14/2024
2.1.137 283 2/13/2024
2.1.136 264 2/13/2024
2.1.135 267 2/13/2024
2.1.134 267 2/13/2024
2.1.133 298 2/13/2024
2.1.132 236 2/13/2024
2.1.131 295 2/13/2024
2.1.130 295 2/12/2024
2.1.129 322 2/12/2024
2.1.128 305 2/12/2024
2.1.127 319 2/11/2024
2.1.126 306 2/11/2024
2.1.125 283 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 310 2/11/2024
2.1.120 279 2/10/2024
2.1.119 299 2/10/2024
2.1.118 261 2/10/2024
2.1.117 315 2/10/2024
2.1.116 289 2/9/2024
2.1.115 297 2/9/2024
2.1.114 284 2/9/2024
2.1.113 291 2/9/2024
2.1.112 311 2/9/2024
2.1.111 269 2/9/2024
2.1.110 275 2/9/2024
2.1.109 287 2/8/2024
2.1.108 277 2/8/2024
2.1.107 265 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 289 2/7/2024
2.1.100 307 2/7/2024
2.1.99 325 2/7/2024
2.1.98 286 2/7/2024
2.1.97 306 2/6/2024
2.1.96 291 2/5/2024
2.1.95 303 2/5/2024
2.1.94 248 2/4/2024
2.1.93 301 2/4/2024
2.1.92 271 2/4/2024
2.1.91 289 2/3/2024
2.1.90 278 2/3/2024
2.1.89 289 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 257 1/31/2024
2.1.84 281 1/30/2024
2.1.83 306 1/30/2024
2.1.82 271 1/30/2024
2.1.81 284 1/29/2024
2.1.80 265 1/29/2024
2.1.79 267 1/29/2024
2.1.78 271 1/29/2024
2.1.77 271 1/29/2024
2.1.76 250 1/29/2024
2.1.75 254 1/29/2024
2.1.74 280 1/28/2024
2.1.73 295 1/28/2024
2.1.72 296 1/28/2024
2.1.71 270 1/28/2024
2.1.70 240 1/28/2024
2.1.69 290 1/28/2024
2.1.68 278 1/28/2024
2.1.67 273 1/27/2024
2.1.66 291 1/27/2024
2.1.65 259 1/27/2024
2.1.64 237 1/27/2024
2.1.63 306 1/27/2024
2.1.62 284 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 298 1/26/2024
2.1.56 267 1/26/2024
2.1.55 300 1/26/2024
2.1.54 276 1/26/2024
2.1.53 287 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 301 1/25/2024
2.1.48 275 1/25/2024
2.1.47 297 1/25/2024
2.1.46 266 1/19/2024
2.1.45 306 1/19/2024
2.1.44 292 1/19/2024
2.1.43 322 1/16/2024
2.1.42 281 1/16/2024
2.1.41 315 1/15/2024
2.1.40 286 1/15/2024
2.1.39 273 1/15/2024
2.1.38 299 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 285 1/14/2024
2.1.33 284 1/14/2024
2.1.32 296 1/14/2024
2.1.31 257 1/13/2024
2.1.30 324 1/13/2024
2.1.29 298 1/13/2024
2.1.28 304 1/13/2024
2.1.27 283 1/13/2024
2.1.26 308 1/13/2024
2.1.25 306 1/12/2024
2.1.24 286 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 327 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 285 1/8/2024
2.1.15 283 1/5/2024
2.1.14 297 1/5/2024
2.1.13 306 1/5/2024
2.1.12 307 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 338 1/1/2024
2.1.3 291 1/1/2024
2.1.2 332 1/1/2024
2.1.1 315 1/1/2024