Soenneker.Utils.String.LongestCommonSequence 3.0.986

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