Soenneker.Utils.String.LongestCommonSequence 3.0.981

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