Soenneker.Utils.String.LongestCommonSequence 3.0.991

Prefix Reserved
dotnet add package Soenneker.Utils.String.LongestCommonSequence --version 3.0.991
                    
NuGet\Install-Package Soenneker.Utils.String.LongestCommonSequence -Version 3.0.991
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Soenneker.Utils.String.LongestCommonSequence" Version="3.0.991" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Utils.String.LongestCommonSequence" Version="3.0.991" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.Utils.String.LongestCommonSequence" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Soenneker.Utils.String.LongestCommonSequence --version 3.0.991
                    
#r "nuget: Soenneker.Utils.String.LongestCommonSequence, 3.0.991"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Soenneker.Utils.String.LongestCommonSequence@3.0.991
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Soenneker.Utils.String.LongestCommonSequence&version=3.0.991
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Utils.String.LongestCommonSequence&version=3.0.991
                    
Install as a Cake Tool

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

alternate text is missing from this package README image Soenneker.Utils.String.LongestCommonSequence

A utility library for comparing strings via the Longest Common Sequence algorithm

Installation

dotnet add package Soenneker.Utils.String.LongestCommonSequence

Why?

Clarity in Similarity:

LCS gives a straightforward measure of similarity. The longer the common subsequence, the more similar the sequences.

Length-Flexible:

No bias for longer or shorter sequences. Focuses on shared elements, not sequence length.

Meaningful Over Quantity:

Emphasizes the meaning of elements, not just their frequency. Great for identifying shared meaningful content.

Efficient for Big Data:

Handles large datasets and extensive sequences efficiently. Practical for tasks involving substantial amounts of data.

Usage

var text1 = "This is a test";
var text2 = "This is another test";

double result = LcsStringUtil.CalculateSimilarityPercentage(text1, text2); // 70
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

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