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 146 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 228 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 189 5/27/2025
3.0.983 200 5/22/2025
3.0.982 268 5/13/2025
3.0.981 208 5/7/2025
3.0.980 199 5/5/2025
3.0.979 186 5/5/2025
3.0.978 196 5/5/2025
3.0.977 218 4/8/2025
3.0.976 211 4/8/2025
3.0.975 197 4/8/2025
3.0.974 216 4/8/2025
3.0.973 209 4/8/2025
3.0.972 207 4/8/2025
3.0.971 198 4/8/2025
3.0.970 211 4/8/2025
3.0.969 207 4/7/2025
3.0.968 209 4/7/2025
3.0.967 209 4/7/2025
3.0.966 206 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 207 4/6/2025
3.0.960 187 4/6/2025
3.0.959 180 4/6/2025
3.0.958 189 4/6/2025
3.0.957 182 4/6/2025
3.0.956 152 4/6/2025
3.0.955 136 4/5/2025
3.0.954 129 4/5/2025
3.0.953 132 4/5/2025
3.0.952 130 4/4/2025
3.0.951 156 4/4/2025
3.0.950 193 4/4/2025
3.0.949 189 4/1/2025
3.0.948 199 3/31/2025
3.0.947 209 3/31/2025
3.0.946 134 3/29/2025
3.0.945 511 3/25/2025
3.0.944 514 3/25/2025
3.0.943 162 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 121 3/15/2025
3.0.938 99 3/15/2025
3.0.937 194 3/12/2025
3.0.936 203 3/12/2025
3.0.935 199 3/12/2025
3.0.934 219 3/12/2025
3.0.933 219 3/11/2025
3.0.932 207 3/11/2025
3.0.931 209 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 260 3/7/2025
3.0.926 269 3/7/2025
3.0.925 154 3/2/2025
3.0.924 138 3/2/2025
3.0.923 145 3/2/2025
3.0.922 139 3/2/2025
3.0.921 145 3/2/2025
3.0.920 144 3/2/2025
3.0.919 145 3/1/2025
3.0.918 143 3/1/2025
3.0.917 134 3/1/2025
3.0.916 139 3/1/2025
3.0.915 136 3/1/2025
3.0.914 141 3/1/2025
3.0.913 164 2/25/2025
3.0.912 140 2/25/2025
3.0.911 149 2/25/2025
3.0.910 143 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 150 2/22/2025
3.0.903 151 2/22/2025
3.0.902 123 2/22/2025
3.0.901 146 2/22/2025
3.0.900 155 2/21/2025
3.0.899 138 2/21/2025
3.0.898 149 2/19/2025
3.0.897 141 2/19/2025
3.0.896 159 2/19/2025
3.0.895 153 2/18/2025
3.0.894 160 2/18/2025
3.0.893 150 2/18/2025
3.0.892 151 2/14/2025
3.0.891 157 2/13/2025
3.0.890 155 2/12/2025
3.0.889 163 2/12/2025
3.0.888 150 2/12/2025
3.0.887 157 2/12/2025
3.0.886 152 2/11/2025
3.0.885 150 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 158 2/10/2025
3.0.878 164 2/10/2025
3.0.877 142 2/10/2025
3.0.876 157 2/10/2025
3.0.875 130 2/9/2025
3.0.874 139 2/8/2025
3.0.873 142 2/8/2025
3.0.872 153 2/8/2025
3.0.871 137 2/8/2025
3.0.870 144 2/8/2025
3.0.869 153 2/8/2025
3.0.868 140 2/7/2025
3.0.867 158 2/7/2025
3.0.866 152 2/7/2025
3.0.864 161 2/7/2025
3.0.863 140 2/7/2025
3.0.862 148 2/7/2025
3.0.861 152 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 142 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 139 1/28/2025
3.0.851 141 1/28/2025
3.0.850 150 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 143 1/26/2025
3.0.845 153 1/26/2025
3.0.844 177 1/25/2025
3.0.843 150 1/25/2025
3.0.842 138 1/25/2025
3.0.841 149 1/25/2025
3.0.840 141 1/25/2025
3.0.839 138 1/24/2025
3.0.838 146 1/24/2025
3.0.837 136 1/24/2025
3.0.836 132 1/24/2025
3.0.835 133 1/23/2025
3.0.834 141 1/21/2025
3.0.833 143 1/21/2025
3.0.832 155 1/21/2025
3.0.831 128 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 137 1/21/2025
3.0.826 141 1/21/2025
3.0.825 140 1/21/2025
3.0.824 133 1/20/2025
3.0.823 142 1/20/2025
3.0.822 151 1/20/2025
3.0.821 140 1/20/2025
3.0.820 139 1/20/2025
3.0.819 132 1/20/2025
3.0.818 133 1/20/2025
3.0.817 141 1/20/2025
3.0.816 136 1/20/2025
3.0.815 130 1/19/2025
3.0.814 134 1/19/2025
3.0.813 142 1/19/2025
3.0.812 138 1/19/2025
3.0.811 120 1/19/2025
3.0.810 136 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 133 1/17/2025
3.0.805 137 1/17/2025
3.0.804 138 1/17/2025
3.0.803 145 1/17/2025
3.0.802 130 1/17/2025
3.0.801 133 1/17/2025
3.0.800 146 1/16/2025
3.0.799 136 1/16/2025
3.0.798 124 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 137 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 111 1/15/2025
3.0.786 121 1/14/2025
3.0.785 127 1/14/2025
3.0.784 131 1/14/2025
3.0.783 126 1/14/2025
3.0.782 139 1/14/2025
3.0.781 126 1/13/2025
3.0.780 131 1/13/2025
3.0.779 129 1/13/2025
3.0.778 127 1/12/2025
3.0.777 133 1/11/2025
3.0.776 148 1/11/2025
3.0.775 143 1/11/2025
3.0.774 148 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 142 1/10/2025
3.0.769 176 1/3/2025
3.0.768 165 1/3/2025
3.0.767 151 1/3/2025
3.0.766 155 1/3/2025
3.0.765 150 1/2/2025
3.0.764 157 1/2/2025
3.0.763 154 1/2/2025
3.0.762 149 1/2/2025
3.0.761 150 1/2/2025
3.0.760 151 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 136 12/31/2024
3.0.751 143 12/31/2024
3.0.750 148 12/31/2024
3.0.749 153 12/31/2024
3.0.748 150 12/30/2024
3.0.747 135 12/28/2024
3.0.746 151 12/28/2024
3.0.745 147 12/27/2024
3.0.744 146 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 144 12/24/2024
3.0.739 160 12/24/2024
3.0.738 142 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 145 12/23/2024
3.0.732 135 12/23/2024
3.0.731 143 12/23/2024
3.0.730 144 12/23/2024
3.0.729 139 12/23/2024
3.0.728 159 12/22/2024
3.0.727 143 12/22/2024
3.0.726 141 12/22/2024
3.0.725 143 12/22/2024
3.0.724 144 12/22/2024
3.0.723 170 12/22/2024
3.0.722 139 12/21/2024
3.0.721 142 12/21/2024
3.0.720 141 12/21/2024
3.0.719 129 12/21/2024
3.0.718 157 12/21/2024
3.0.717 139 12/21/2024
3.0.716 161 12/20/2024
3.0.715 127 12/20/2024
3.0.714 151 12/20/2024
3.0.713 133 12/20/2024
3.0.712 146 12/20/2024
3.0.711 145 12/19/2024
3.0.710 145 12/19/2024
3.0.709 151 12/19/2024
3.0.708 142 12/18/2024
3.0.707 149 12/18/2024
3.0.706 137 12/16/2024
3.0.705 150 12/16/2024
3.0.704 144 12/10/2024
3.0.703 142 12/10/2024
3.0.702 139 12/10/2024
3.0.701 149 12/9/2024
3.0.700 142 12/9/2024
3.0.699 135 12/9/2024
3.0.698 156 12/9/2024
3.0.697 143 12/7/2024
3.0.696 149 12/6/2024
3.0.695 142 12/6/2024
3.0.694 149 12/6/2024
3.0.693 144 12/6/2024
3.0.692 170 12/6/2024
3.0.691 141 12/6/2024
3.0.690 146 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 149 12/6/2024
3.0.684 163 12/6/2024
3.0.683 144 12/5/2024
3.0.682 153 12/5/2024
3.0.681 139 12/5/2024
3.0.680 153 12/5/2024
3.0.679 148 12/5/2024
3.0.678 143 12/5/2024
3.0.677 151 12/5/2024
3.0.676 153 12/4/2024
3.0.675 146 12/4/2024
3.0.674 148 12/4/2024
3.0.673 146 12/4/2024
3.0.672 151 12/4/2024
3.0.671 160 12/3/2024
3.0.670 154 12/3/2024
3.0.669 152 12/3/2024
3.0.668 156 12/3/2024
3.0.667 140 12/3/2024
3.0.666 150 12/3/2024
3.0.665 134 12/3/2024
3.0.664 154 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 156 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 160 11/20/2024
3.0.643 141 11/19/2024
3.0.642 152 11/19/2024
3.0.641 146 11/19/2024
3.0.640 137 11/19/2024
3.0.639 143 11/19/2024
3.0.638 151 11/19/2024
3.0.637 140 11/15/2024
3.0.636 144 11/14/2024
3.0.635 148 11/14/2024
3.0.634 144 11/14/2024
3.0.633 139 11/14/2024
3.0.632 148 11/14/2024
3.0.631 156 11/14/2024
3.0.630 149 11/14/2024
3.0.629 144 11/14/2024
3.0.628 153 11/14/2024
3.0.627 150 11/14/2024
3.0.626 151 11/14/2024
2.1.625 148 11/13/2024
2.1.624 149 11/13/2024
2.1.623 148 11/13/2024
2.1.622 143 11/13/2024
2.1.621 145 11/12/2024
2.1.620 152 11/12/2024
2.1.619 149 11/9/2024
2.1.618 152 11/9/2024
2.1.617 150 11/9/2024
2.1.616 146 11/8/2024
2.1.615 153 11/8/2024
2.1.614 146 11/8/2024
2.1.613 146 11/8/2024
2.1.612 132 11/8/2024
2.1.611 132 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 155 10/29/2024
2.1.605 158 10/29/2024
2.1.604 135 10/29/2024
2.1.603 148 10/29/2024
2.1.602 149 10/28/2024
2.1.601 151 10/26/2024
2.1.600 146 10/26/2024
2.1.599 153 10/22/2024
2.1.598 149 10/22/2024
2.1.597 143 10/22/2024
2.1.596 140 10/22/2024
2.1.595 149 10/22/2024
2.1.594 187 10/18/2024
2.1.593 143 10/17/2024
2.1.592 153 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 154 10/12/2024
2.1.587 152 10/11/2024
2.1.586 153 10/11/2024
2.1.585 164 10/9/2024
2.1.584 158 10/9/2024
2.1.583 149 10/9/2024
2.1.582 145 10/9/2024
2.1.581 151 10/9/2024
2.1.580 152 10/8/2024
2.1.579 150 10/8/2024
2.1.578 153 10/8/2024
2.1.577 156 10/8/2024
2.1.576 151 10/3/2024
2.1.575 139 10/3/2024
2.1.574 140 10/3/2024
2.1.573 145 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 148 10/2/2024
2.1.566 150 10/1/2024
2.1.565 170 10/1/2024
2.1.564 154 10/1/2024
2.1.563 158 10/1/2024
2.1.562 150 9/29/2024
2.1.561 151 9/29/2024
2.1.560 135 9/29/2024
2.1.559 147 9/29/2024
2.1.558 151 9/27/2024
2.1.557 150 9/27/2024
2.1.556 149 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 146 9/27/2024
2.1.551 128 9/26/2024
2.1.550 152 9/26/2024
2.1.549 158 9/26/2024
2.1.548 151 9/26/2024
2.1.547 172 9/26/2024
2.1.546 150 9/26/2024
2.1.545 145 9/26/2024
2.1.544 153 9/26/2024
2.1.543 164 9/23/2024
2.1.542 136 9/23/2024
2.1.541 152 9/23/2024
2.1.540 141 9/23/2024
2.1.539 156 9/23/2024
2.1.538 154 9/23/2024
2.1.537 161 9/23/2024
2.1.536 143 9/23/2024
2.1.535 152 9/23/2024
2.1.534 159 9/18/2024
2.1.533 157 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 179 9/17/2024
2.1.527 171 9/17/2024
2.1.526 167 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 162 9/17/2024
2.1.520 152 9/16/2024
2.1.519 159 9/16/2024
2.1.518 152 9/16/2024
2.1.517 159 9/12/2024
2.1.516 159 9/12/2024
2.1.515 160 9/12/2024
2.1.514 176 9/12/2024
2.1.513 171 9/11/2024
2.1.512 161 9/11/2024
2.1.510 169 9/11/2024
2.1.509 177 9/11/2024
2.1.508 171 9/10/2024
2.1.507 165 9/10/2024
2.1.506 155 9/10/2024
2.1.505 165 9/10/2024
2.1.504 159 9/10/2024
2.1.503 158 9/10/2024
2.1.502 169 9/9/2024
2.1.500 169 9/9/2024
2.1.498 159 9/9/2024
2.1.497 164 9/9/2024
2.1.496 174 9/7/2024
2.1.495 175 9/7/2024
2.1.494 166 9/7/2024
2.1.493 421 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 166 9/5/2024
2.1.485 173 9/5/2024
2.1.484 159 9/5/2024
2.1.483 167 9/4/2024
2.1.482 170 9/4/2024
2.1.481 168 9/3/2024
2.1.480 171 9/3/2024
2.1.479 165 9/3/2024
2.1.478 179 9/3/2024
2.1.477 160 9/3/2024
2.1.476 165 9/3/2024
2.1.475 152 8/29/2024
2.1.474 146 8/29/2024
2.1.473 162 8/29/2024
2.1.472 177 8/26/2024
2.1.471 161 8/26/2024
2.1.470 171 8/26/2024
2.1.469 173 8/21/2024
2.1.468 175 8/21/2024
2.1.467 186 8/21/2024
2.1.466 184 8/20/2024
2.1.465 171 8/20/2024
2.1.464 195 8/20/2024
2.1.463 182 8/20/2024
2.1.462 188 8/20/2024
2.1.461 194 8/20/2024
2.1.460 207 8/20/2024
2.1.459 179 8/19/2024
2.1.458 192 8/15/2024
2.1.457 176 8/15/2024
2.1.456 173 8/15/2024
2.1.455 176 8/14/2024
2.1.454 178 8/14/2024
2.1.453 171 8/14/2024
2.1.452 177 8/13/2024
2.1.451 164 8/7/2024
2.1.450 200 8/7/2024
2.1.449 164 8/7/2024
2.1.448 156 8/6/2024
2.1.447 921 8/1/2024
2.1.445 127 7/25/2024
2.1.444 140 7/25/2024
2.1.443 128 7/25/2024
2.1.442 133 7/25/2024
2.1.441 142 7/25/2024
2.1.440 133 7/25/2024
2.1.439 150 7/25/2024
2.1.438 133 7/24/2024
2.1.437 159 7/24/2024
2.1.436 165 7/20/2024
2.1.435 168 7/20/2024
2.1.434 186 7/20/2024
2.1.433 165 7/14/2024
2.1.432 141 7/14/2024
2.1.431 163 7/14/2024
2.1.430 148 7/14/2024
2.1.429 172 7/10/2024
2.1.428 163 7/10/2024
2.1.427 171 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 180 7/9/2024
2.1.415 134 7/9/2024
2.1.414 170 7/9/2024
2.1.413 152 7/9/2024
2.1.412 158 7/9/2024
2.1.411 134 7/9/2024
2.1.410 154 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 177 7/8/2024
2.1.403 189 7/8/2024
2.1.402 170 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 170 6/27/2024
2.1.393 160 6/27/2024
2.1.392 171 6/27/2024
2.1.391 168 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 175 6/15/2024
2.1.385 164 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 175 6/15/2024
2.1.380 164 6/14/2024
2.1.379 175 6/4/2024
2.1.378 175 6/4/2024
2.1.377 166 6/2/2024
2.1.376 165 6/2/2024
2.1.375 167 5/31/2024
2.1.374 182 5/31/2024
2.1.373 172 5/31/2024
2.1.372 183 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 162 5/28/2024
2.1.367 164 5/28/2024
2.1.366 159 5/28/2024
2.1.365 162 5/28/2024
2.1.364 164 5/28/2024
2.1.363 157 5/27/2024
2.1.362 158 5/27/2024
2.1.361 155 5/27/2024
2.1.360 151 5/26/2024
2.1.359 170 5/26/2024
2.1.358 185 5/26/2024
2.1.357 165 5/26/2024
2.1.356 161 5/26/2024
2.1.355 164 5/26/2024
2.1.354 165 5/25/2024
2.1.353 175 5/25/2024
2.1.352 167 5/25/2024
2.1.351 173 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 167 5/23/2024
2.1.345 156 5/23/2024
2.1.344 187 5/23/2024
2.1.343 159 5/23/2024
2.1.342 179 5/23/2024
2.1.341 166 5/23/2024
2.1.340 154 5/22/2024
2.1.339 183 5/22/2024
2.1.338 168 5/22/2024
2.1.337 171 5/22/2024
2.1.336 223 5/18/2024
2.1.335 165 5/18/2024
2.1.334 169 5/18/2024
2.1.333 174 5/18/2024
2.1.332 176 5/17/2024
2.1.331 181 5/17/2024
2.1.330 170 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 154 5/13/2024
2.1.323 165 5/13/2024
2.1.322 154 5/12/2024
2.1.321 188 4/30/2024
2.1.320 184 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 166 4/29/2024
2.1.312 170 4/28/2024
2.1.311 185 4/28/2024
2.1.310 174 4/28/2024
2.1.309 167 4/28/2024
2.1.308 159 4/28/2024
2.1.307 161 4/28/2024
2.1.306 178 4/28/2024
2.1.305 174 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 162 4/19/2024
2.1.299 144 4/19/2024
2.1.298 175 4/19/2024
2.1.297 188 4/19/2024
2.1.296 189 4/13/2024
2.1.295 176 4/13/2024
2.1.294 187 4/13/2024
2.1.293 181 4/12/2024
2.1.292 187 4/12/2024
2.1.291 182 4/12/2024
2.1.290 186 4/12/2024
2.1.289 163 4/12/2024
2.1.288 193 4/12/2024
2.1.287 194 4/12/2024
2.1.286 171 4/12/2024
2.1.285 177 4/11/2024
2.1.284 178 4/10/2024
2.1.283 169 4/10/2024
2.1.282 180 4/10/2024
2.1.281 182 4/10/2024
2.1.280 180 4/10/2024
2.1.279 187 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 202 3/30/2024
2.1.273 193 3/29/2024
2.1.272 182 3/29/2024
2.1.271 208 3/25/2024
2.1.270 211 3/25/2024
2.1.269 231 3/25/2024
2.1.268 210 3/25/2024
2.1.267 225 3/21/2024
2.1.266 235 3/21/2024
2.1.265 225 3/21/2024
2.1.264 224 3/20/2024
2.1.263 220 3/20/2024
2.1.262 218 3/20/2024
2.1.261 236 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 263 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 220 3/14/2024
2.1.248 237 3/13/2024
2.1.247 236 3/13/2024
2.1.246 230 3/13/2024
2.1.245 239 3/13/2024
2.1.244 234 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 230 3/13/2024
2.1.239 231 3/12/2024
2.1.238 250 3/12/2024
2.1.237 216 3/12/2024
2.1.236 256 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 268 3/11/2024
2.1.231 246 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 274 3/10/2024
2.1.226 271 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 271 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 261 3/6/2024
2.1.217 269 3/6/2024
2.1.216 259 3/6/2024
2.1.215 286 3/4/2024
2.1.214 300 3/4/2024
2.1.213 297 3/4/2024
2.1.212 312 3/4/2024
2.1.211 284 3/4/2024
2.1.210 284 3/4/2024
2.1.209 266 3/3/2024
2.1.208 256 3/3/2024
2.1.207 283 3/3/2024
2.1.206 285 3/3/2024
2.1.205 273 3/2/2024
2.1.204 291 3/2/2024
2.1.203 298 3/2/2024
2.1.202 280 3/2/2024
2.1.201 287 3/2/2024
2.1.200 283 3/2/2024
2.1.199 286 3/2/2024
2.1.198 308 3/1/2024
2.1.197 269 2/29/2024
2.1.196 273 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 318 2/27/2024
2.1.189 299 2/26/2024
2.1.188 309 2/26/2024
2.1.187 308 2/25/2024
2.1.186 330 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 331 2/23/2024
2.1.181 337 2/23/2024
2.1.180 330 2/22/2024
2.1.179 299 2/22/2024
2.1.178 336 2/22/2024
2.1.177 299 2/22/2024
2.1.176 299 2/22/2024
2.1.175 308 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 309 2/21/2024
2.1.170 313 2/21/2024
2.1.169 300 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 313 2/20/2024
2.1.164 298 2/20/2024
2.1.163 349 2/20/2024
2.1.162 339 2/20/2024
2.1.161 298 2/20/2024
2.1.160 322 2/20/2024
2.1.159 321 2/19/2024
2.1.158 317 2/19/2024
2.1.157 314 2/19/2024
2.1.156 321 2/19/2024
2.1.155 324 2/19/2024
2.1.154 329 2/17/2024
2.1.153 340 2/17/2024
2.1.152 336 2/17/2024
2.1.151 292 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 322 2/16/2024
2.1.146 317 2/16/2024
2.1.145 304 2/16/2024
2.1.144 319 2/16/2024
2.1.143 311 2/16/2024
2.1.142 280 2/16/2024
2.1.141 321 2/14/2024
2.1.140 305 2/14/2024
2.1.139 302 2/14/2024
2.1.138 332 2/14/2024
2.1.137 312 2/13/2024
2.1.136 298 2/13/2024
2.1.135 298 2/13/2024
2.1.134 300 2/13/2024
2.1.133 329 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 334 2/12/2024
2.1.127 348 2/11/2024
2.1.126 333 2/11/2024
2.1.125 317 2/11/2024
2.1.124 342 2/11/2024
2.1.123 331 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 345 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 309 2/9/2024
2.1.109 318 2/8/2024
2.1.108 302 2/8/2024
2.1.107 294 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 317 2/7/2024
2.1.100 340 2/7/2024
2.1.99 359 2/7/2024
2.1.98 321 2/7/2024
2.1.97 332 2/6/2024
2.1.96 324 2/5/2024
2.1.95 332 2/5/2024
2.1.94 274 2/4/2024
2.1.93 330 2/4/2024
2.1.92 300 2/4/2024
2.1.91 318 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 336 1/31/2024
2.1.86 318 1/31/2024
2.1.85 289 1/31/2024
2.1.84 306 1/30/2024
2.1.83 336 1/30/2024
2.1.82 305 1/30/2024
2.1.81 313 1/29/2024
2.1.80 298 1/29/2024
2.1.79 294 1/29/2024
2.1.78 303 1/29/2024
2.1.77 302 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 334 1/28/2024
2.1.71 303 1/28/2024
2.1.70 271 1/28/2024
2.1.69 319 1/28/2024
2.1.68 307 1/28/2024
2.1.67 299 1/27/2024
2.1.66 322 1/27/2024
2.1.65 287 1/27/2024
2.1.64 267 1/27/2024
2.1.63 337 1/27/2024
2.1.62 316 1/27/2024
2.1.61 296 1/27/2024
2.1.60 304 1/27/2024
2.1.59 298 1/26/2024
2.1.58 308 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 314 1/25/2024
2.1.49 326 1/25/2024
2.1.48 300 1/25/2024
2.1.47 328 1/25/2024
2.1.46 297 1/19/2024
2.1.45 334 1/19/2024
2.1.44 323 1/19/2024
2.1.43 355 1/16/2024
2.1.42 311 1/16/2024
2.1.41 343 1/15/2024
2.1.40 316 1/15/2024
2.1.39 305 1/15/2024
2.1.38 328 1/15/2024
2.1.37 312 1/15/2024
2.1.36 345 1/15/2024
2.1.35 356 1/14/2024
2.1.34 315 1/14/2024
2.1.33 317 1/14/2024
2.1.32 325 1/14/2024
2.1.31 285 1/13/2024
2.1.30 356 1/13/2024
2.1.29 324 1/13/2024
2.1.28 332 1/13/2024
2.1.27 313 1/13/2024
2.1.26 338 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 357 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 329 1/5/2024
2.1.13 335 1/5/2024
2.1.12 339 1/5/2024
2.1.11 284 1/5/2024
2.1.10 353 1/1/2024
2.1.9 337 1/1/2024
2.1.8 307 1/1/2024
2.1.7 371 1/1/2024
2.1.6 362 1/1/2024
2.1.5 340 1/1/2024
2.1.4 368 1/1/2024
2.1.3 324 1/1/2024
2.1.2 361 1/1/2024
2.1.1 344 1/1/2024