Soenneker.Utils.String.LongestCommonSequence 3.0.988

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