Soenneker.Utils.String.LongestCommonSequence 3.0.987

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