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