Soenneker.Utils.String.LongestCommonSequence 3.0.992

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