Soenneker.Utils.String.LongestCommonSequence 3.0.877

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.877                
NuGet\Install-Package Soenneker.Utils.String.LongestCommonSequence -Version 3.0.877                
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.877" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Utils.String.LongestCommonSequence --version 3.0.877                
#r "nuget: Soenneker.Utils.String.LongestCommonSequence, 3.0.877"                
#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.
// Install Soenneker.Utils.String.LongestCommonSequence as a Cake Addin
#addin nuget:?package=Soenneker.Utils.String.LongestCommonSequence&version=3.0.877

// Install Soenneker.Utils.String.LongestCommonSequence as a Cake Tool
#tool nuget:?package=Soenneker.Utils.String.LongestCommonSequence&version=3.0.877                

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