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 26 6/27/2025
3.0.985 278 6/10/2025
3.0.984 139 5/27/2025
3.0.983 147 5/22/2025
3.0.982 223 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 144 5/5/2025
3.0.977 170 4/8/2025
3.0.976 164 4/8/2025
3.0.975 149 4/8/2025
3.0.974 160 4/8/2025
3.0.973 154 4/8/2025
3.0.972 159 4/8/2025
3.0.971 152 4/8/2025
3.0.970 157 4/8/2025
3.0.969 158 4/7/2025
3.0.968 155 4/7/2025
3.0.967 158 4/7/2025
3.0.966 162 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 148 4/6/2025
3.0.961 157 4/6/2025
3.0.960 133 4/6/2025
3.0.959 132 4/6/2025
3.0.958 140 4/6/2025
3.0.957 129 4/6/2025
3.0.956 103 4/6/2025
3.0.955 86 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 153 4/4/2025
3.0.949 141 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 108 3/21/2025
3.0.942 127 3/21/2025
3.0.941 139 3/18/2025
3.0.940 137 3/18/2025
3.0.939 66 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 155 3/12/2025
3.0.933 164 3/11/2025
3.0.932 161 3/11/2025
3.0.931 154 3/11/2025
3.0.930 160 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 94 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 88 3/1/2025
3.0.914 88 3/1/2025
3.0.913 115 2/25/2025
3.0.912 93 2/25/2025
3.0.911 96 2/25/2025
3.0.910 99 2/25/2025
3.0.909 98 2/24/2025
3.0.908 102 2/23/2025
3.0.907 93 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 105 2/19/2025
3.0.895 99 2/18/2025
3.0.894 106 2/18/2025
3.0.893 104 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 111 2/11/2025
3.0.882 103 2/11/2025
3.0.881 119 2/11/2025
3.0.880 106 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 92 2/8/2025
3.0.873 99 2/8/2025
3.0.872 107 2/8/2025
3.0.871 90 2/8/2025
3.0.870 98 2/8/2025
3.0.869 102 2/8/2025
3.0.868 95 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 94 2/7/2025
3.0.862 103 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 103 1/28/2025
3.0.853 100 1/28/2025
3.0.852 93 1/28/2025
3.0.851 92 1/28/2025
3.0.850 103 1/27/2025
3.0.849 87 1/27/2025
3.0.848 79 1/27/2025
3.0.847 87 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 89 1/25/2025
3.0.841 99 1/25/2025
3.0.840 94 1/25/2025
3.0.839 86 1/24/2025
3.0.838 101 1/24/2025
3.0.837 88 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 95 1/21/2025
3.0.832 107 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 91 1/20/2025
3.0.822 100 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 89 1/20/2025
3.0.816 88 1/20/2025
3.0.815 86 1/19/2025
3.0.814 88 1/19/2025
3.0.813 88 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 89 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 85 1/17/2025
3.0.800 89 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 83 1/15/2025
3.0.793 81 1/15/2025
3.0.792 86 1/15/2025
3.0.791 90 1/15/2025
3.0.790 78 1/15/2025
3.0.789 70 1/15/2025
3.0.788 69 1/15/2025
3.0.787 62 1/15/2025
3.0.786 75 1/14/2025
3.0.785 77 1/14/2025
3.0.784 81 1/14/2025
3.0.783 74 1/14/2025
3.0.782 87 1/14/2025
3.0.781 80 1/13/2025
3.0.780 85 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 93 1/11/2025
3.0.775 91 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 123 1/3/2025
3.0.767 103 1/3/2025
3.0.766 104 1/3/2025
3.0.765 98 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 104 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 108 12/31/2024
3.0.748 100 12/30/2024
3.0.747 89 12/28/2024
3.0.746 103 12/28/2024
3.0.745 100 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 97 12/24/2024
3.0.740 93 12/24/2024
3.0.739 93 12/24/2024
3.0.738 94 12/24/2024
3.0.737 93 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 92 12/23/2024
3.0.732 87 12/23/2024
3.0.731 92 12/23/2024
3.0.730 101 12/23/2024
3.0.729 96 12/23/2024
3.0.728 100 12/22/2024
3.0.727 90 12/22/2024
3.0.726 93 12/22/2024
3.0.725 90 12/22/2024
3.0.724 86 12/22/2024
3.0.723 104 12/22/2024
3.0.722 89 12/21/2024
3.0.721 86 12/21/2024
3.0.720 90 12/21/2024
3.0.719 89 12/21/2024
3.0.718 104 12/21/2024
3.0.717 93 12/21/2024
3.0.716 102 12/20/2024
3.0.715 84 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 99 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 98 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 91 12/10/2024
3.0.701 90 12/9/2024
3.0.700 91 12/9/2024
3.0.699 87 12/9/2024
3.0.698 98 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 99 12/6/2024
3.0.693 95 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 101 12/6/2024
3.0.687 99 12/6/2024
3.0.686 100 12/6/2024
3.0.684 115 12/6/2024
3.0.683 96 12/5/2024
3.0.682 93 12/5/2024
3.0.681 95 12/5/2024
3.0.680 100 12/5/2024
3.0.679 96 12/5/2024
3.0.678 93 12/5/2024
3.0.677 106 12/5/2024
3.0.676 96 12/4/2024
3.0.675 93 12/4/2024
3.0.674 99 12/4/2024
3.0.673 100 12/4/2024
3.0.672 105 12/4/2024
3.0.671 109 12/3/2024
3.0.670 100 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 98 12/2/2024
3.0.658 104 12/1/2024
3.0.657 96 12/1/2024
3.0.656 92 12/1/2024
3.0.655 96 11/29/2024
3.0.654 90 11/29/2024
3.0.653 100 11/29/2024
3.0.652 106 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 100 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 97 11/19/2024
3.0.642 99 11/19/2024
3.0.641 101 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 92 11/15/2024
3.0.636 96 11/14/2024
3.0.635 99 11/14/2024
3.0.634 91 11/14/2024
3.0.633 91 11/14/2024
3.0.632 98 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 103 11/14/2024
3.0.626 101 11/14/2024
2.1.625 100 11/13/2024
2.1.624 98 11/13/2024
2.1.623 101 11/13/2024
2.1.622 94 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 104 11/9/2024
2.1.617 99 11/9/2024
2.1.616 104 11/8/2024
2.1.615 102 11/8/2024
2.1.614 101 11/8/2024
2.1.613 100 11/8/2024
2.1.612 101 11/8/2024
2.1.611 90 11/6/2024
2.1.610 102 11/1/2024
2.1.609 122 11/1/2024
2.1.608 95 11/1/2024
2.1.607 112 10/29/2024
2.1.606 101 10/29/2024
2.1.605 106 10/29/2024
2.1.604 105 10/29/2024
2.1.603 102 10/29/2024
2.1.602 99 10/28/2024
2.1.601 94 10/26/2024
2.1.600 94 10/26/2024
2.1.599 99 10/22/2024
2.1.598 101 10/22/2024
2.1.597 97 10/22/2024
2.1.596 94 10/22/2024
2.1.595 99 10/22/2024
2.1.594 129 10/18/2024
2.1.593 100 10/17/2024
2.1.592 101 10/17/2024
2.1.591 100 10/15/2024
2.1.590 107 10/14/2024
2.1.589 105 10/12/2024
2.1.588 106 10/12/2024
2.1.587 102 10/11/2024
2.1.586 105 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 106 10/8/2024
2.1.579 99 10/8/2024
2.1.578 107 10/8/2024
2.1.577 109 10/8/2024
2.1.576 102 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 100 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 97 9/29/2024
2.1.558 102 9/27/2024
2.1.557 102 9/27/2024
2.1.556 103 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 102 9/27/2024
2.1.551 97 9/26/2024
2.1.550 101 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 105 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 106 9/23/2024
2.1.540 96 9/23/2024
2.1.539 108 9/23/2024
2.1.538 100 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 112 9/18/2024
2.1.532 117 9/18/2024
2.1.531 115 9/18/2024
2.1.530 112 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 125 9/17/2024
2.1.523 116 9/17/2024
2.1.522 114 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 106 9/12/2024
2.1.515 114 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 129 9/11/2024
2.1.508 128 9/10/2024
2.1.507 121 9/10/2024
2.1.506 112 9/10/2024
2.1.505 116 9/10/2024
2.1.504 113 9/10/2024
2.1.503 112 9/10/2024
2.1.502 113 9/9/2024
2.1.500 122 9/9/2024
2.1.498 112 9/9/2024
2.1.497 122 9/9/2024
2.1.496 129 9/7/2024
2.1.495 129 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 139 9/6/2024
2.1.490 117 9/5/2024
2.1.489 120 9/5/2024
2.1.488 122 9/5/2024
2.1.487 118 9/5/2024
2.1.486 120 9/5/2024
2.1.485 126 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 122 9/3/2024
2.1.478 131 9/3/2024
2.1.477 111 9/3/2024
2.1.476 116 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 123 8/26/2024
2.1.471 119 8/26/2024
2.1.470 131 8/26/2024
2.1.469 128 8/21/2024
2.1.468 135 8/21/2024
2.1.467 142 8/21/2024
2.1.466 140 8/20/2024
2.1.465 130 8/20/2024
2.1.464 148 8/20/2024
2.1.463 135 8/20/2024
2.1.462 146 8/20/2024
2.1.461 136 8/20/2024
2.1.460 156 8/20/2024
2.1.459 130 8/19/2024
2.1.458 141 8/15/2024
2.1.457 132 8/15/2024
2.1.456 127 8/15/2024
2.1.455 133 8/14/2024
2.1.454 139 8/14/2024
2.1.453 132 8/14/2024
2.1.452 129 8/13/2024
2.1.451 117 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 94 7/25/2024
2.1.440 93 7/25/2024
2.1.439 101 7/25/2024
2.1.438 96 7/24/2024
2.1.437 112 7/24/2024
2.1.436 115 7/20/2024
2.1.435 121 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 114 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 114 7/10/2024
2.1.423 107 7/10/2024
2.1.422 101 7/10/2024
2.1.421 113 7/10/2024
2.1.420 128 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 109 7/9/2024
2.1.411 92 7/9/2024
2.1.410 111 7/9/2024
2.1.409 116 7/9/2024
2.1.408 119 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 137 7/8/2024
2.1.402 129 7/7/2024
2.1.401 136 7/7/2024
2.1.400 124 7/3/2024
2.1.399 130 7/3/2024
2.1.398 133 7/3/2024
2.1.397 119 7/3/2024
2.1.396 131 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 121 6/16/2024
2.1.388 121 6/15/2024
2.1.387 125 6/15/2024
2.1.386 125 6/15/2024
2.1.385 114 6/15/2024
2.1.384 117 6/15/2024
2.1.383 116 6/15/2024
2.1.382 114 6/15/2024
2.1.381 123 6/15/2024
2.1.380 120 6/14/2024
2.1.379 125 6/4/2024
2.1.378 129 6/4/2024
2.1.377 121 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 127 5/31/2024
2.1.372 137 5/31/2024
2.1.371 124 5/29/2024
2.1.370 121 5/29/2024
2.1.369 117 5/29/2024
2.1.368 116 5/28/2024
2.1.367 118 5/28/2024
2.1.366 114 5/28/2024
2.1.365 120 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 121 5/26/2024
2.1.358 138 5/26/2024
2.1.357 117 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 122 5/25/2024
2.1.351 123 5/25/2024
2.1.350 118 5/25/2024
2.1.349 139 5/25/2024
2.1.348 119 5/25/2024
2.1.347 127 5/23/2024
2.1.346 122 5/23/2024
2.1.345 114 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 119 5/23/2024
2.1.340 113 5/22/2024
2.1.339 140 5/22/2024
2.1.338 122 5/22/2024
2.1.337 119 5/22/2024
2.1.336 180 5/18/2024
2.1.335 124 5/18/2024
2.1.334 127 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 120 5/17/2024
2.1.329 133 5/16/2024
2.1.328 113 5/16/2024
2.1.327 127 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 118 5/13/2024
2.1.322 112 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 124 4/29/2024
2.1.314 118 4/29/2024
2.1.313 116 4/29/2024
2.1.312 119 4/28/2024
2.1.311 141 4/28/2024
2.1.310 126 4/28/2024
2.1.309 120 4/28/2024
2.1.308 130 4/28/2024
2.1.307 120 4/28/2024
2.1.306 128 4/28/2024
2.1.305 123 4/28/2024
2.1.304 115 4/27/2024
2.1.303 144 4/20/2024
2.1.302 125 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 132 4/13/2024
2.1.294 136 4/13/2024
2.1.293 133 4/12/2024
2.1.292 136 4/12/2024
2.1.291 138 4/12/2024
2.1.290 143 4/12/2024
2.1.289 118 4/12/2024
2.1.288 145 4/12/2024
2.1.287 147 4/12/2024
2.1.286 135 4/12/2024
2.1.285 127 4/11/2024
2.1.284 136 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 154 3/30/2024
2.1.273 146 3/29/2024
2.1.272 136 3/29/2024
2.1.271 168 3/25/2024
2.1.270 170 3/25/2024
2.1.269 182 3/25/2024
2.1.268 165 3/25/2024
2.1.267 179 3/21/2024
2.1.266 192 3/21/2024
2.1.265 174 3/21/2024
2.1.264 178 3/20/2024
2.1.263 181 3/20/2024
2.1.262 169 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 209 3/16/2024
2.1.253 197 3/16/2024
2.1.252 222 3/16/2024
2.1.251 159 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 193 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 184 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 182 3/12/2024
2.1.238 207 3/12/2024
2.1.237 172 3/12/2024
2.1.236 202 3/12/2024
2.1.235 223 3/12/2024
2.1.234 201 3/11/2024
2.1.233 237 3/11/2024
2.1.232 215 3/11/2024
2.1.231 201 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 226 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 193 3/8/2024
2.1.220 224 3/8/2024
2.1.219 228 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 250 3/4/2024
2.1.213 251 3/4/2024
2.1.212 256 3/4/2024
2.1.211 227 3/4/2024
2.1.210 239 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 234 3/2/2024
2.1.201 239 3/2/2024
2.1.200 236 3/2/2024
2.1.199 244 3/2/2024
2.1.198 257 3/1/2024
2.1.197 225 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 230 2/29/2024
2.1.191 261 2/29/2024
2.1.190 275 2/27/2024
2.1.189 258 2/26/2024
2.1.188 261 2/26/2024
2.1.187 260 2/25/2024
2.1.186 282 2/25/2024
2.1.185 242 2/25/2024
2.1.184 217 2/25/2024
2.1.183 268 2/24/2024
2.1.182 276 2/23/2024
2.1.181 289 2/23/2024
2.1.180 285 2/22/2024
2.1.179 257 2/22/2024
2.1.178 290 2/22/2024
2.1.177 253 2/22/2024
2.1.176 254 2/22/2024
2.1.175 258 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 258 2/21/2024
2.1.167 267 2/20/2024
2.1.166 238 2/20/2024
2.1.165 268 2/20/2024
2.1.164 249 2/20/2024
2.1.163 304 2/20/2024
2.1.162 287 2/20/2024
2.1.161 254 2/20/2024
2.1.160 278 2/20/2024
2.1.159 271 2/19/2024
2.1.158 275 2/19/2024
2.1.157 264 2/19/2024
2.1.156 275 2/19/2024
2.1.155 281 2/19/2024
2.1.154 281 2/17/2024
2.1.153 295 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 276 2/14/2024
2.1.140 253 2/14/2024
2.1.139 260 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 251 2/13/2024
2.1.134 251 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 299 2/11/2024
2.1.123 293 2/11/2024
2.1.122 288 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 251 2/10/2024
2.1.117 294 2/10/2024
2.1.116 269 2/9/2024
2.1.115 283 2/9/2024
2.1.114 273 2/9/2024
2.1.113 272 2/9/2024
2.1.112 296 2/9/2024
2.1.111 257 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 248 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 275 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 230 2/4/2024
2.1.93 280 2/4/2024
2.1.92 259 2/4/2024
2.1.91 277 2/3/2024
2.1.90 257 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 264 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 236 1/29/2024
2.1.74 266 1/28/2024
2.1.73 277 1/28/2024
2.1.72 274 1/28/2024
2.1.71 255 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 271 1/27/2024
2.1.65 247 1/27/2024
2.1.64 225 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 250 1/26/2024
2.1.57 280 1/26/2024
2.1.56 253 1/26/2024
2.1.55 285 1/26/2024
2.1.54 260 1/26/2024
2.1.53 272 1/26/2024
2.1.52 258 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 260 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 273 1/15/2024
2.1.39 252 1/15/2024
2.1.38 281 1/15/2024
2.1.37 268 1/15/2024
2.1.36 301 1/15/2024
2.1.35 307 1/14/2024
2.1.34 268 1/14/2024
2.1.33 267 1/14/2024
2.1.32 281 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 290 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 288 1/11/2024
2.1.20 312 1/9/2024
2.1.19 282 1/8/2024
2.1.18 251 1/8/2024
2.1.17 279 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 293 1/5/2024
2.1.11 241 1/5/2024
2.1.10 313 1/1/2024
2.1.9 295 1/1/2024
2.1.8 266 1/1/2024
2.1.7 327 1/1/2024
2.1.6 300 1/1/2024
2.1.5 292 1/1/2024
2.1.4 321 1/1/2024
2.1.3 274 1/1/2024
2.1.2 322 1/1/2024
2.1.1 299 1/1/2024