Soenneker.Utils.String.LongestCommonSequence 3.0.989

Prefix Reserved
dotnet add package Soenneker.Utils.String.LongestCommonSequence --version 3.0.989
                    
NuGet\Install-Package Soenneker.Utils.String.LongestCommonSequence -Version 3.0.989
                    
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.989" />
                    
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.989" />
                    
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.989
                    
#r "nuget: Soenneker.Utils.String.LongestCommonSequence, 3.0.989"
                    
#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.989
                    
#: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.989
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Utils.String.LongestCommonSequence&version=3.0.989
                    
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.989 86 8/11/2025
3.0.988 191 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 158 5/22/2025
3.0.982 234 5/13/2025
3.0.981 175 5/7/2025
3.0.980 156 5/5/2025
3.0.979 148 5/5/2025
3.0.978 156 5/5/2025
3.0.977 182 4/8/2025
3.0.976 174 4/8/2025
3.0.975 158 4/8/2025
3.0.974 172 4/8/2025
3.0.973 163 4/8/2025
3.0.972 168 4/8/2025
3.0.971 164 4/8/2025
3.0.970 173 4/8/2025
3.0.969 171 4/7/2025
3.0.968 166 4/7/2025
3.0.967 165 4/7/2025
3.0.966 170 4/7/2025
3.0.965 174 4/7/2025
3.0.964 162 4/7/2025
3.0.963 167 4/6/2025
3.0.962 161 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 141 4/6/2025
3.0.956 115 4/6/2025
3.0.955 97 4/5/2025
3.0.954 91 4/5/2025
3.0.953 87 4/5/2025
3.0.952 90 4/4/2025
3.0.951 115 4/4/2025
3.0.950 161 4/4/2025
3.0.949 154 4/1/2025
3.0.948 159 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 475 3/25/2025
3.0.943 122 3/21/2025
3.0.942 136 3/21/2025
3.0.941 148 3/18/2025
3.0.940 150 3/18/2025
3.0.939 76 3/15/2025
3.0.938 70 3/15/2025
3.0.937 155 3/12/2025
3.0.936 159 3/12/2025
3.0.935 160 3/12/2025
3.0.934 168 3/12/2025
3.0.933 173 3/11/2025
3.0.932 167 3/11/2025
3.0.931 164 3/11/2025
3.0.930 174 3/11/2025
3.0.929 164 3/11/2025
3.0.928 162 3/11/2025
3.0.927 217 3/7/2025
3.0.926 220 3/7/2025
3.0.925 105 3/2/2025
3.0.924 101 3/2/2025
3.0.923 104 3/2/2025
3.0.922 104 3/2/2025
3.0.921 107 3/2/2025
3.0.920 103 3/2/2025
3.0.919 107 3/1/2025
3.0.918 105 3/1/2025
3.0.917 95 3/1/2025
3.0.916 103 3/1/2025
3.0.915 100 3/1/2025
3.0.914 98 3/1/2025
3.0.913 123 2/25/2025
3.0.912 105 2/25/2025
3.0.911 106 2/25/2025
3.0.910 108 2/25/2025
3.0.909 110 2/24/2025
3.0.908 111 2/23/2025
3.0.907 105 2/23/2025
3.0.906 113 2/22/2025
3.0.905 110 2/22/2025
3.0.904 109 2/22/2025
3.0.903 113 2/22/2025
3.0.902 98 2/22/2025
3.0.901 98 2/22/2025
3.0.900 116 2/21/2025
3.0.899 102 2/21/2025
3.0.898 106 2/19/2025
3.0.897 102 2/19/2025
3.0.896 118 2/19/2025
3.0.895 110 2/18/2025
3.0.894 115 2/18/2025
3.0.893 114 2/18/2025
3.0.892 114 2/14/2025
3.0.891 111 2/13/2025
3.0.890 116 2/12/2025
3.0.889 116 2/12/2025
3.0.888 115 2/12/2025
3.0.887 119 2/12/2025
3.0.886 116 2/11/2025
3.0.885 114 2/11/2025
3.0.884 126 2/11/2025
3.0.883 123 2/11/2025
3.0.882 122 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 97 2/9/2025
3.0.874 104 2/8/2025
3.0.873 109 2/8/2025
3.0.872 116 2/8/2025
3.0.871 102 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 103 2/6/2025
3.0.860 114 2/5/2025
3.0.859 115 2/5/2025
3.0.858 111 2/5/2025
3.0.857 110 2/5/2025
3.0.856 103 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 117 1/27/2025
3.0.849 96 1/27/2025
3.0.848 89 1/27/2025
3.0.847 97 1/27/2025
3.0.846 106 1/26/2025
3.0.845 112 1/26/2025
3.0.844 108 1/25/2025
3.0.843 110 1/25/2025
3.0.842 103 1/25/2025
3.0.841 108 1/25/2025
3.0.840 104 1/25/2025
3.0.839 97 1/24/2025
3.0.838 108 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 108 1/21/2025
3.0.832 116 1/21/2025
3.0.831 102 1/21/2025
3.0.830 112 1/21/2025
3.0.829 105 1/21/2025
3.0.828 105 1/21/2025
3.0.827 96 1/21/2025
3.0.826 102 1/21/2025
3.0.825 104 1/21/2025
3.0.824 98 1/20/2025
3.0.823 104 1/20/2025
3.0.822 115 1/20/2025
3.0.821 101 1/20/2025
3.0.820 107 1/20/2025
3.0.819 96 1/20/2025
3.0.818 97 1/20/2025
3.0.817 102 1/20/2025
3.0.816 100 1/20/2025
3.0.815 94 1/19/2025
3.0.814 98 1/19/2025
3.0.813 101 1/19/2025
3.0.812 99 1/19/2025
3.0.811 90 1/19/2025
3.0.810 101 1/19/2025
3.0.809 93 1/18/2025
3.0.808 100 1/18/2025
3.0.807 99 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 96 1/17/2025
3.0.802 93 1/17/2025
3.0.801 94 1/17/2025
3.0.800 98 1/16/2025
3.0.799 103 1/16/2025
3.0.798 87 1/16/2025
3.0.797 89 1/16/2025
3.0.796 88 1/16/2025
3.0.795 92 1/16/2025
3.0.794 99 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 80 1/15/2025
3.0.787 73 1/15/2025
3.0.786 87 1/14/2025
3.0.785 89 1/14/2025
3.0.784 92 1/14/2025
3.0.783 84 1/14/2025
3.0.782 96 1/14/2025
3.0.781 90 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 111 1/11/2025
3.0.775 98 1/11/2025
3.0.774 108 1/10/2025
3.0.773 94 1/10/2025
3.0.772 102 1/10/2025
3.0.771 101 1/10/2025
3.0.770 108 1/10/2025
3.0.769 135 1/3/2025
3.0.768 131 1/3/2025
3.0.767 113 1/3/2025
3.0.766 115 1/3/2025
3.0.765 109 1/2/2025
3.0.764 113 1/2/2025
3.0.763 116 1/2/2025
3.0.762 106 1/2/2025
3.0.761 109 1/2/2025
3.0.760 118 1/1/2025
3.0.759 116 1/1/2025
3.0.757 115 12/31/2024
3.0.756 105 12/31/2024
3.0.755 136 12/31/2024
3.0.754 132 12/31/2024
3.0.753 124 12/31/2024
3.0.752 100 12/31/2024
3.0.751 102 12/31/2024
3.0.750 108 12/31/2024
3.0.749 117 12/31/2024
3.0.748 111 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 111 12/24/2024
3.0.742 102 12/24/2024
3.0.741 108 12/24/2024
3.0.740 104 12/24/2024
3.0.739 102 12/24/2024
3.0.738 104 12/24/2024
3.0.737 104 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 105 12/23/2024
3.0.732 100 12/23/2024
3.0.731 104 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 102 12/22/2024
3.0.726 104 12/22/2024
3.0.725 108 12/22/2024
3.0.724 96 12/22/2024
3.0.723 114 12/22/2024
3.0.722 103 12/21/2024
3.0.721 97 12/21/2024
3.0.720 99 12/21/2024
3.0.719 98 12/21/2024
3.0.718 111 12/21/2024
3.0.717 105 12/21/2024
3.0.716 115 12/20/2024
3.0.715 91 12/20/2024
3.0.714 111 12/20/2024
3.0.713 102 12/20/2024
3.0.712 112 12/20/2024
3.0.711 110 12/19/2024
3.0.710 102 12/19/2024
3.0.709 106 12/19/2024
3.0.708 102 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 104 12/10/2024
3.0.703 109 12/10/2024
3.0.702 100 12/10/2024
3.0.701 105 12/9/2024
3.0.700 103 12/9/2024
3.0.699 99 12/9/2024
3.0.698 112 12/9/2024
3.0.697 104 12/7/2024
3.0.696 109 12/6/2024
3.0.695 105 12/6/2024
3.0.694 109 12/6/2024
3.0.693 106 12/6/2024
3.0.692 111 12/6/2024
3.0.691 101 12/6/2024
3.0.690 106 12/6/2024
3.0.689 108 12/6/2024
3.0.688 111 12/6/2024
3.0.687 108 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 104 12/5/2024
3.0.681 106 12/5/2024
3.0.680 113 12/5/2024
3.0.679 105 12/5/2024
3.0.678 103 12/5/2024
3.0.677 115 12/5/2024
3.0.676 106 12/4/2024
3.0.675 108 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 122 12/3/2024
3.0.670 115 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 98 12/3/2024
3.0.664 114 12/3/2024
3.0.663 107 12/2/2024
3.0.662 103 12/2/2024
3.0.661 96 12/2/2024
3.0.660 106 12/2/2024
3.0.659 110 12/2/2024
3.0.658 118 12/1/2024
3.0.657 104 12/1/2024
3.0.656 104 12/1/2024
3.0.655 106 11/29/2024
3.0.654 105 11/29/2024
3.0.653 109 11/29/2024
3.0.652 118 11/21/2024
3.0.651 114 11/21/2024
3.0.650 105 11/21/2024
3.0.649 117 11/20/2024
3.0.648 114 11/20/2024
3.0.647 112 11/20/2024
3.0.646 104 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 112 11/19/2024
3.0.641 109 11/19/2024
3.0.640 101 11/19/2024
3.0.639 102 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 110 11/14/2024
3.0.631 117 11/14/2024
3.0.630 106 11/14/2024
3.0.629 106 11/14/2024
3.0.628 112 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 109 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 115 11/9/2024
2.1.617 108 11/9/2024
2.1.616 112 11/8/2024
2.1.615 115 11/8/2024
2.1.614 109 11/8/2024
2.1.613 111 11/8/2024
2.1.612 106 11/8/2024
2.1.611 100 11/6/2024
2.1.610 110 11/1/2024
2.1.609 133 11/1/2024
2.1.608 106 11/1/2024
2.1.607 120 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 106 10/26/2024
2.1.600 108 10/26/2024
2.1.599 111 10/22/2024
2.1.598 110 10/22/2024
2.1.597 104 10/22/2024
2.1.596 105 10/22/2024
2.1.595 110 10/22/2024
2.1.594 139 10/18/2024
2.1.593 107 10/17/2024
2.1.592 115 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 116 10/12/2024
2.1.587 111 10/11/2024
2.1.586 116 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 112 10/3/2024
2.1.575 108 10/3/2024
2.1.574 110 10/3/2024
2.1.573 103 10/3/2024
2.1.572 109 10/2/2024
2.1.571 106 10/2/2024
2.1.570 114 10/2/2024
2.1.569 108 10/2/2024
2.1.568 108 10/2/2024
2.1.567 110 10/2/2024
2.1.566 113 10/1/2024
2.1.565 123 10/1/2024
2.1.564 118 10/1/2024
2.1.563 117 10/1/2024
2.1.562 113 9/29/2024
2.1.561 108 9/29/2024
2.1.560 101 9/29/2024
2.1.559 107 9/29/2024
2.1.558 110 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 121 9/27/2024
2.1.553 110 9/27/2024
2.1.552 109 9/27/2024
2.1.551 101 9/26/2024
2.1.550 111 9/26/2024
2.1.549 120 9/26/2024
2.1.548 115 9/26/2024
2.1.547 130 9/26/2024
2.1.546 112 9/26/2024
2.1.545 107 9/26/2024
2.1.544 107 9/26/2024
2.1.543 126 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 113 9/23/2024
2.1.537 117 9/23/2024
2.1.536 111 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 122 9/18/2024
2.1.528 141 9/17/2024
2.1.527 128 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 127 9/17/2024
2.1.521 122 9/17/2024
2.1.520 116 9/16/2024
2.1.519 125 9/16/2024
2.1.518 116 9/16/2024
2.1.517 121 9/12/2024
2.1.516 119 9/12/2024
2.1.515 125 9/12/2024
2.1.514 130 9/12/2024
2.1.513 132 9/11/2024
2.1.512 121 9/11/2024
2.1.510 135 9/11/2024
2.1.509 137 9/11/2024
2.1.508 137 9/10/2024
2.1.507 130 9/10/2024
2.1.506 123 9/10/2024
2.1.505 128 9/10/2024
2.1.504 124 9/10/2024
2.1.503 122 9/10/2024
2.1.502 121 9/9/2024
2.1.500 132 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 125 9/7/2024
2.1.493 208 9/6/2024
2.1.492 128 9/6/2024
2.1.491 149 9/6/2024
2.1.490 131 9/5/2024
2.1.489 133 9/5/2024
2.1.488 134 9/5/2024
2.1.487 123 9/5/2024
2.1.486 128 9/5/2024
2.1.485 139 9/5/2024
2.1.484 120 9/5/2024
2.1.483 123 9/4/2024
2.1.482 132 9/4/2024
2.1.481 129 9/3/2024
2.1.480 134 9/3/2024
2.1.479 128 9/3/2024
2.1.478 139 9/3/2024
2.1.477 119 9/3/2024
2.1.476 125 9/3/2024
2.1.475 116 8/29/2024
2.1.474 109 8/29/2024
2.1.473 116 8/29/2024
2.1.472 132 8/26/2024
2.1.471 129 8/26/2024
2.1.470 138 8/26/2024
2.1.469 138 8/21/2024
2.1.468 139 8/21/2024
2.1.467 153 8/21/2024
2.1.466 146 8/20/2024
2.1.465 137 8/20/2024
2.1.464 159 8/20/2024
2.1.463 146 8/20/2024
2.1.462 154 8/20/2024
2.1.461 144 8/20/2024
2.1.460 166 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 147 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 124 8/7/2024
2.1.448 122 8/6/2024
2.1.447 889 8/1/2024
2.1.445 103 7/25/2024
2.1.444 102 7/25/2024
2.1.443 94 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 113 7/25/2024
2.1.438 103 7/24/2024
2.1.437 121 7/24/2024
2.1.436 127 7/20/2024
2.1.435 131 7/20/2024
2.1.434 147 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 112 7/14/2024
2.1.429 140 7/10/2024
2.1.428 125 7/10/2024
2.1.427 131 7/10/2024
2.1.426 126 7/10/2024
2.1.424 125 7/10/2024
2.1.423 114 7/10/2024
2.1.422 109 7/10/2024
2.1.421 123 7/10/2024
2.1.420 137 7/10/2024
2.1.418 128 7/10/2024
2.1.417 139 7/9/2024
2.1.415 109 7/9/2024
2.1.414 132 7/9/2024
2.1.413 121 7/9/2024
2.1.412 121 7/9/2024
2.1.411 99 7/9/2024
2.1.410 118 7/9/2024
2.1.409 125 7/9/2024
2.1.408 130 7/9/2024
2.1.407 131 7/8/2024
2.1.406 133 7/8/2024
2.1.405 136 7/8/2024
2.1.404 142 7/8/2024
2.1.403 149 7/8/2024
2.1.402 134 7/7/2024
2.1.401 149 7/7/2024
2.1.400 135 7/3/2024
2.1.399 139 7/3/2024
2.1.398 144 7/3/2024
2.1.397 130 7/3/2024
2.1.396 148 7/3/2024
2.1.395 126 7/3/2024
2.1.394 133 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 130 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 129 6/15/2024
2.1.383 123 6/15/2024
2.1.382 122 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 132 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 145 5/31/2024
2.1.371 134 5/29/2024
2.1.370 128 5/29/2024
2.1.369 126 5/29/2024
2.1.368 126 5/28/2024
2.1.367 129 5/28/2024
2.1.366 123 5/28/2024
2.1.365 128 5/28/2024
2.1.364 128 5/28/2024
2.1.363 122 5/27/2024
2.1.362 120 5/27/2024
2.1.361 121 5/27/2024
2.1.360 115 5/26/2024
2.1.359 130 5/26/2024
2.1.358 150 5/26/2024
2.1.357 127 5/26/2024
2.1.356 126 5/26/2024
2.1.355 129 5/26/2024
2.1.354 131 5/25/2024
2.1.353 132 5/25/2024
2.1.352 131 5/25/2024
2.1.351 134 5/25/2024
2.1.350 125 5/25/2024
2.1.349 146 5/25/2024
2.1.348 127 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 130 5/23/2024
2.1.340 121 5/22/2024
2.1.339 149 5/22/2024
2.1.338 131 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 141 5/17/2024
2.1.331 143 5/17/2024
2.1.330 129 5/17/2024
2.1.329 144 5/16/2024
2.1.328 122 5/16/2024
2.1.327 139 5/15/2024
2.1.326 113 5/15/2024
2.1.325 132 5/15/2024
2.1.324 113 5/13/2024
2.1.323 129 5/13/2024
2.1.322 119 5/12/2024
2.1.321 150 4/30/2024
2.1.320 149 4/30/2024
2.1.319 124 4/30/2024
2.1.318 145 4/30/2024
2.1.317 133 4/29/2024
2.1.316 127 4/29/2024
2.1.315 132 4/29/2024
2.1.314 130 4/29/2024
2.1.313 125 4/29/2024
2.1.312 128 4/28/2024
2.1.311 153 4/28/2024
2.1.310 135 4/28/2024
2.1.309 130 4/28/2024
2.1.308 134 4/28/2024
2.1.307 126 4/28/2024
2.1.306 139 4/28/2024
2.1.305 133 4/28/2024
2.1.304 122 4/27/2024
2.1.303 154 4/20/2024
2.1.302 139 4/20/2024
2.1.301 132 4/19/2024
2.1.300 122 4/19/2024
2.1.299 117 4/19/2024
2.1.298 136 4/19/2024
2.1.297 141 4/19/2024
2.1.296 152 4/13/2024
2.1.295 139 4/13/2024
2.1.294 144 4/13/2024
2.1.293 143 4/12/2024
2.1.292 145 4/12/2024
2.1.291 146 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 156 4/12/2024
2.1.286 140 4/12/2024
2.1.285 138 4/11/2024
2.1.284 145 4/10/2024
2.1.283 133 4/10/2024
2.1.282 141 4/10/2024
2.1.281 139 4/10/2024
2.1.280 132 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 141 4/2/2024
2.1.275 154 4/1/2024
2.1.274 164 3/30/2024
2.1.273 156 3/29/2024
2.1.272 144 3/29/2024
2.1.271 173 3/25/2024
2.1.270 177 3/25/2024
2.1.269 191 3/25/2024
2.1.268 173 3/25/2024
2.1.267 190 3/21/2024
2.1.266 200 3/21/2024
2.1.265 186 3/21/2024
2.1.264 191 3/20/2024
2.1.263 186 3/20/2024
2.1.262 177 3/20/2024
2.1.261 195 3/19/2024
2.1.260 205 3/19/2024
2.1.259 160 3/19/2024
2.1.258 202 3/19/2024
2.1.257 178 3/19/2024
2.1.256 185 3/19/2024
2.1.255 199 3/18/2024
2.1.254 217 3/16/2024
2.1.253 207 3/16/2024
2.1.252 229 3/16/2024
2.1.251 169 3/15/2024
2.1.250 189 3/15/2024
2.1.249 180 3/14/2024
2.1.248 200 3/13/2024
2.1.247 201 3/13/2024
2.1.246 194 3/13/2024
2.1.245 201 3/13/2024
2.1.244 187 3/13/2024
2.1.243 194 3/13/2024
2.1.242 212 3/13/2024
2.1.241 202 3/13/2024
2.1.240 190 3/13/2024
2.1.239 192 3/12/2024
2.1.238 214 3/12/2024
2.1.237 178 3/12/2024
2.1.236 210 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 228 3/11/2024
2.1.231 208 3/11/2024
2.1.230 223 3/10/2024
2.1.229 231 3/10/2024
2.1.228 216 3/10/2024
2.1.227 233 3/10/2024
2.1.226 226 3/9/2024
2.1.225 250 3/9/2024
2.1.224 252 3/8/2024
2.1.223 210 3/8/2024
2.1.222 229 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 223 3/6/2024
2.1.217 231 3/6/2024
2.1.216 218 3/6/2024
2.1.215 243 3/4/2024
2.1.214 262 3/4/2024
2.1.213 259 3/4/2024
2.1.212 266 3/4/2024
2.1.211 234 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 249 3/3/2024
2.1.205 247 3/2/2024
2.1.204 247 3/2/2024
2.1.203 259 3/2/2024
2.1.202 241 3/2/2024
2.1.201 246 3/2/2024
2.1.200 245 3/2/2024
2.1.199 249 3/2/2024
2.1.198 271 3/1/2024
2.1.197 233 2/29/2024
2.1.196 228 2/29/2024
2.1.195 252 2/29/2024
2.1.194 259 2/29/2024
2.1.193 218 2/29/2024
2.1.192 240 2/29/2024
2.1.191 270 2/29/2024
2.1.190 284 2/27/2024
2.1.189 264 2/26/2024
2.1.188 270 2/26/2024
2.1.187 271 2/25/2024
2.1.186 288 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 296 2/22/2024
2.1.179 265 2/22/2024
2.1.178 299 2/22/2024
2.1.177 259 2/22/2024
2.1.176 262 2/22/2024
2.1.175 270 2/22/2024
2.1.174 255 2/21/2024
2.1.173 283 2/21/2024
2.1.172 275 2/21/2024
2.1.171 267 2/21/2024
2.1.170 276 2/21/2024
2.1.169 260 2/21/2024
2.1.168 268 2/21/2024
2.1.167 272 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 312 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 280 2/19/2024
2.1.158 286 2/19/2024
2.1.157 270 2/19/2024
2.1.156 284 2/19/2024
2.1.155 288 2/19/2024
2.1.154 286 2/17/2024
2.1.153 303 2/17/2024
2.1.152 298 2/17/2024
2.1.151 254 2/17/2024
2.1.150 292 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 264 2/16/2024
2.1.142 245 2/16/2024
2.1.141 289 2/14/2024
2.1.140 261 2/14/2024
2.1.139 269 2/14/2024
2.1.138 297 2/14/2024
2.1.137 276 2/13/2024
2.1.136 257 2/13/2024
2.1.135 261 2/13/2024
2.1.134 260 2/13/2024
2.1.133 283 2/13/2024
2.1.132 231 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 294 2/11/2024
2.1.125 279 2/11/2024
2.1.124 306 2/11/2024
2.1.123 300 2/11/2024
2.1.122 295 2/11/2024
2.1.121 301 2/11/2024
2.1.120 273 2/10/2024
2.1.119 288 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 288 2/9/2024
2.1.114 280 2/9/2024
2.1.113 280 2/9/2024
2.1.112 306 2/9/2024
2.1.111 264 2/9/2024
2.1.110 268 2/9/2024
2.1.109 282 2/8/2024
2.1.108 270 2/8/2024
2.1.107 257 2/8/2024
2.1.106 299 2/8/2024
2.1.105 248 2/8/2024
2.1.104 309 2/7/2024
2.1.103 282 2/7/2024
2.1.102 287 2/7/2024
2.1.101 284 2/7/2024
2.1.100 300 2/7/2024
2.1.99 315 2/7/2024
2.1.98 277 2/7/2024
2.1.97 298 2/6/2024
2.1.96 285 2/5/2024
2.1.95 294 2/5/2024
2.1.94 239 2/4/2024
2.1.93 293 2/4/2024
2.1.92 268 2/4/2024
2.1.91 284 2/3/2024
2.1.90 267 2/3/2024
2.1.89 279 2/2/2024
2.1.88 270 1/31/2024
2.1.87 303 1/31/2024
2.1.86 273 1/31/2024
2.1.85 250 1/31/2024
2.1.84 273 1/30/2024
2.1.83 300 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 259 1/29/2024
2.1.78 260 1/29/2024
2.1.77 262 1/29/2024
2.1.76 241 1/29/2024
2.1.75 245 1/29/2024
2.1.74 275 1/28/2024
2.1.73 285 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 284 1/28/2024
2.1.68 272 1/28/2024
2.1.67 263 1/27/2024
2.1.66 280 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 270 1/27/2024
2.1.61 257 1/27/2024
2.1.60 268 1/27/2024
2.1.59 260 1/26/2024
2.1.58 257 1/26/2024
2.1.57 289 1/26/2024
2.1.56 262 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 271 1/26/2024
2.1.51 236 1/25/2024
2.1.50 274 1/25/2024
2.1.49 292 1/25/2024
2.1.48 270 1/25/2024
2.1.47 277 1/25/2024
2.1.46 257 1/19/2024
2.1.45 298 1/19/2024
2.1.44 286 1/19/2024
2.1.43 315 1/16/2024
2.1.42 274 1/16/2024
2.1.41 304 1/15/2024
2.1.40 280 1/15/2024
2.1.39 262 1/15/2024
2.1.38 288 1/15/2024
2.1.37 278 1/15/2024
2.1.36 307 1/15/2024
2.1.35 314 1/14/2024
2.1.34 277 1/14/2024
2.1.33 276 1/14/2024
2.1.32 291 1/14/2024
2.1.31 253 1/13/2024
2.1.30 316 1/13/2024
2.1.29 290 1/13/2024
2.1.28 299 1/13/2024
2.1.27 276 1/13/2024
2.1.26 300 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 300 1/11/2024
2.1.20 319 1/9/2024
2.1.19 290 1/8/2024
2.1.18 259 1/8/2024
2.1.17 287 1/8/2024
2.1.16 277 1/8/2024
2.1.15 277 1/5/2024
2.1.14 287 1/5/2024
2.1.13 301 1/5/2024
2.1.12 300 1/5/2024
2.1.11 246 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 323 1/1/2024
2.1.5 302 1/1/2024
2.1.4 328 1/1/2024
2.1.3 283 1/1/2024
2.1.2 326 1/1/2024
2.1.1 308 1/1/2024