Soenneker.Utils.String.LongestCommonSequence 3.0.963

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