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