Soenneker.Utils.String.LongestCommonSequence 3.0.946

Prefix Reserved
dotnet add package Soenneker.Utils.String.LongestCommonSequence --version 3.0.946                
NuGet\Install-Package Soenneker.Utils.String.LongestCommonSequence -Version 3.0.946                
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.946" />                
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.946                
#r "nuget: Soenneker.Utils.String.LongestCommonSequence, 3.0.946"                
#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.946

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

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.946 42 3/29/2025
3.0.945 444 3/25/2025
3.0.944 447 3/25/2025
3.0.943 91 3/21/2025
3.0.942 104 3/21/2025
3.0.941 126 3/18/2025
3.0.940 125 3/18/2025
3.0.939 53 3/15/2025
3.0.938 56 3/15/2025
3.0.937 134 3/12/2025
3.0.936 131 3/12/2025
3.0.935 138 3/12/2025
3.0.934 142 3/12/2025
3.0.933 146 3/11/2025
3.0.932 149 3/11/2025
3.0.931 142 3/11/2025
3.0.930 145 3/11/2025
3.0.929 135 3/11/2025
3.0.928 141 3/11/2025
3.0.927 196 3/7/2025
3.0.926 197 3/7/2025
3.0.925 84 3/2/2025
3.0.924 81 3/2/2025
3.0.923 75 3/2/2025
3.0.922 81 3/2/2025
3.0.921 79 3/2/2025
3.0.920 75 3/2/2025
3.0.919 86 3/1/2025
3.0.918 82 3/1/2025
3.0.917 75 3/1/2025
3.0.916 77 3/1/2025
3.0.915 75 3/1/2025
3.0.914 76 3/1/2025
3.0.913 99 2/25/2025
3.0.912 79 2/25/2025
3.0.911 82 2/25/2025
3.0.910 87 2/25/2025
3.0.909 84 2/24/2025
3.0.908 88 2/23/2025
3.0.907 82 2/23/2025
3.0.906 87 2/22/2025
3.0.905 79 2/22/2025
3.0.904 90 2/22/2025
3.0.903 80 2/22/2025
3.0.902 80 2/22/2025
3.0.901 80 2/22/2025
3.0.900 90 2/21/2025
3.0.899 84 2/21/2025
3.0.898 84 2/19/2025
3.0.897 81 2/19/2025
3.0.896 95 2/19/2025
3.0.895 88 2/18/2025
3.0.894 94 2/18/2025
3.0.893 90 2/18/2025
3.0.892 93 2/14/2025
3.0.891 86 2/13/2025
3.0.890 93 2/12/2025
3.0.889 93 2/12/2025
3.0.888 89 2/12/2025
3.0.887 94 2/12/2025
3.0.886 84 2/11/2025
3.0.885 94 2/11/2025
3.0.884 96 2/11/2025
3.0.883 91 2/11/2025
3.0.882 93 2/11/2025
3.0.881 109 2/11/2025
3.0.880 90 2/10/2025
3.0.879 95 2/10/2025
3.0.878 90 2/10/2025
3.0.877 85 2/10/2025
3.0.876 90 2/10/2025
3.0.875 74 2/9/2025
3.0.874 79 2/8/2025
3.0.873 85 2/8/2025
3.0.872 91 2/8/2025
3.0.871 79 2/8/2025
3.0.870 85 2/8/2025
3.0.869 90 2/8/2025
3.0.868 84 2/7/2025
3.0.867 89 2/7/2025
3.0.866 93 2/7/2025
3.0.864 88 2/7/2025
3.0.863 81 2/7/2025
3.0.862 85 2/7/2025
3.0.861 81 2/6/2025
3.0.860 89 2/5/2025
3.0.859 89 2/5/2025
3.0.858 85 2/5/2025
3.0.857 88 2/5/2025
3.0.856 76 2/5/2025
3.0.855 89 2/5/2025
3.0.854 92 1/28/2025
3.0.853 90 1/28/2025
3.0.852 75 1/28/2025
3.0.851 80 1/28/2025
3.0.850 91 1/27/2025
3.0.849 74 1/27/2025
3.0.848 70 1/27/2025
3.0.847 75 1/27/2025
3.0.846 86 1/26/2025
3.0.845 87 1/26/2025
3.0.844 85 1/25/2025
3.0.843 82 1/25/2025
3.0.842 80 1/25/2025
3.0.841 85 1/25/2025
3.0.840 81 1/25/2025
3.0.839 74 1/24/2025
3.0.838 84 1/24/2025
3.0.837 79 1/24/2025
3.0.836 79 1/24/2025
3.0.835 84 1/23/2025
3.0.834 87 1/21/2025
3.0.833 82 1/21/2025
3.0.832 89 1/21/2025
3.0.831 86 1/21/2025
3.0.830 90 1/21/2025
3.0.829 83 1/21/2025
3.0.828 82 1/21/2025
3.0.827 75 1/21/2025
3.0.826 79 1/21/2025
3.0.825 81 1/21/2025
3.0.824 82 1/20/2025
3.0.823 78 1/20/2025
3.0.822 78 1/20/2025
3.0.821 81 1/20/2025
3.0.820 74 1/20/2025
3.0.819 79 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 73 1/18/2025
3.0.808 77 1/18/2025
3.0.807 75 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 81 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 112 12/31/2024
3.0.754 109 12/31/2024
3.0.753 103 12/31/2024
3.0.752 77 12/31/2024
3.0.751 85 12/31/2024
3.0.750 88 12/31/2024
3.0.749 94 12/31/2024
3.0.748 84 12/30/2024
3.0.747 77 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 83 12/24/2024
3.0.741 81 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 76 12/23/2024
3.0.733 83 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 82 12/22/2024
3.0.726 85 12/22/2024
3.0.725 76 12/22/2024
3.0.724 77 12/22/2024
3.0.723 87 12/22/2024
3.0.722 82 12/21/2024
3.0.721 75 12/21/2024
3.0.720 77 12/21/2024
3.0.719 78 12/21/2024
3.0.718 92 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 89 12/18/2024
3.0.706 84 12/16/2024
3.0.705 81 12/16/2024
3.0.704 82 12/10/2024
3.0.703 85 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 89 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 85 12/6/2024
3.0.689 87 12/6/2024
3.0.688 92 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 85 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 87 12/5/2024
3.0.678 84 12/5/2024
3.0.677 92 12/5/2024
3.0.676 87 12/4/2024
3.0.675 82 12/4/2024
3.0.674 85 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 81 12/3/2024
3.0.666 92 12/3/2024
3.0.665 79 12/3/2024
3.0.664 81 12/3/2024
3.0.663 80 12/2/2024
3.0.662 79 12/2/2024
3.0.661 83 12/2/2024
3.0.660 86 12/2/2024
3.0.659 86 12/2/2024
3.0.658 87 12/1/2024
3.0.657 85 12/1/2024
3.0.656 84 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 95 11/20/2024
3.0.647 91 11/20/2024
3.0.646 83 11/20/2024
3.0.645 89 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 84 11/19/2024
3.0.638 91 11/19/2024
3.0.637 84 11/15/2024
3.0.636 84 11/14/2024
3.0.635 85 11/14/2024
3.0.634 80 11/14/2024
3.0.633 82 11/14/2024
3.0.632 92 11/14/2024
3.0.631 95 11/14/2024
3.0.630 87 11/14/2024
3.0.629 88 11/14/2024
3.0.628 93 11/14/2024
3.0.627 90 11/14/2024
3.0.626 90 11/14/2024
2.1.625 90 11/13/2024
2.1.624 90 11/13/2024
2.1.623 93 11/13/2024
2.1.622 87 11/13/2024
2.1.621 91 11/12/2024
2.1.620 90 11/12/2024
2.1.619 94 11/9/2024
2.1.618 92 11/9/2024
2.1.617 90 11/9/2024
2.1.616 94 11/8/2024
2.1.615 95 11/8/2024
2.1.614 91 11/8/2024
2.1.613 93 11/8/2024
2.1.612 91 11/8/2024
2.1.611 83 11/6/2024
2.1.610 89 11/1/2024
2.1.609 108 11/1/2024
2.1.608 85 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 96 10/29/2024
2.1.603 93 10/29/2024
2.1.602 84 10/28/2024
2.1.601 84 10/26/2024
2.1.600 86 10/26/2024
2.1.599 91 10/22/2024
2.1.598 91 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 91 10/15/2024
2.1.590 94 10/14/2024
2.1.589 95 10/12/2024
2.1.588 98 10/12/2024
2.1.587 89 10/11/2024
2.1.586 96 10/11/2024
2.1.585 101 10/9/2024
2.1.584 96 10/9/2024
2.1.583 89 10/9/2024
2.1.582 94 10/9/2024
2.1.581 96 10/9/2024
2.1.580 93 10/8/2024
2.1.579 87 10/8/2024
2.1.578 97 10/8/2024
2.1.577 99 10/8/2024
2.1.576 89 10/3/2024
2.1.575 93 10/3/2024
2.1.574 90 10/3/2024
2.1.573 86 10/3/2024
2.1.572 88 10/2/2024
2.1.571 89 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 92 10/2/2024
2.1.566 90 10/1/2024
2.1.565 96 10/1/2024
2.1.564 95 10/1/2024
2.1.563 95 10/1/2024
2.1.562 97 9/29/2024
2.1.561 89 9/29/2024
2.1.560 87 9/29/2024
2.1.559 87 9/29/2024
2.1.558 89 9/27/2024
2.1.557 93 9/27/2024
2.1.556 94 9/27/2024
2.1.555 95 9/27/2024
2.1.554 106 9/27/2024
2.1.553 90 9/27/2024
2.1.552 95 9/27/2024
2.1.551 88 9/26/2024
2.1.550 94 9/26/2024
2.1.549 96 9/26/2024
2.1.548 93 9/26/2024
2.1.547 99 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 95 9/23/2024
2.1.540 87 9/23/2024
2.1.539 99 9/23/2024
2.1.538 93 9/23/2024
2.1.537 101 9/23/2024
2.1.536 90 9/23/2024
2.1.535 102 9/23/2024
2.1.534 100 9/18/2024
2.1.533 102 9/18/2024
2.1.532 105 9/18/2024
2.1.531 100 9/18/2024
2.1.530 97 9/18/2024
2.1.529 106 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 102 9/16/2024
2.1.519 109 9/16/2024
2.1.518 101 9/16/2024
2.1.517 103 9/12/2024
2.1.516 98 9/12/2024
2.1.515 104 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 114 9/11/2024
2.1.509 114 9/11/2024
2.1.508 115 9/10/2024
2.1.507 99 9/10/2024
2.1.506 99 9/10/2024
2.1.505 104 9/10/2024
2.1.504 100 9/10/2024
2.1.503 99 9/10/2024
2.1.502 94 9/9/2024
2.1.500 106 9/9/2024
2.1.498 101 9/9/2024
2.1.497 106 9/9/2024
2.1.496 110 9/7/2024
2.1.495 120 9/7/2024
2.1.494 103 9/7/2024
2.1.493 154 9/6/2024
2.1.492 108 9/6/2024
2.1.491 109 9/6/2024
2.1.490 103 9/5/2024
2.1.489 106 9/5/2024
2.1.488 107 9/5/2024
2.1.487 108 9/5/2024
2.1.486 109 9/5/2024
2.1.485 110 9/5/2024
2.1.484 102 9/5/2024
2.1.483 106 9/4/2024
2.1.482 115 9/4/2024
2.1.481 109 9/3/2024
2.1.480 114 9/3/2024
2.1.479 113 9/3/2024
2.1.478 116 9/3/2024
2.1.477 104 9/3/2024
2.1.476 110 9/3/2024
2.1.475 103 8/29/2024
2.1.474 93 8/29/2024
2.1.473 97 8/29/2024
2.1.472 110 8/26/2024
2.1.471 109 8/26/2024
2.1.470 121 8/26/2024
2.1.469 120 8/21/2024
2.1.468 126 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 117 8/15/2024
2.1.455 124 8/14/2024
2.1.454 127 8/14/2024
2.1.453 115 8/14/2024
2.1.452 119 8/13/2024
2.1.451 104 8/7/2024
2.1.450 132 8/7/2024
2.1.449 103 8/7/2024
2.1.448 99 8/6/2024
2.1.447 686 8/1/2024
2.1.445 84 7/25/2024
2.1.444 82 7/25/2024
2.1.443 77 7/25/2024
2.1.442 78 7/25/2024
2.1.441 86 7/25/2024
2.1.440 86 7/25/2024
2.1.439 94 7/25/2024
2.1.438 87 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 126 7/20/2024
2.1.433 103 7/14/2024
2.1.432 104 7/14/2024
2.1.431 102 7/14/2024
2.1.430 97 7/14/2024
2.1.429 116 7/10/2024
2.1.428 108 7/10/2024
2.1.427 108 7/10/2024
2.1.426 110 7/10/2024
2.1.424 101 7/10/2024
2.1.423 96 7/10/2024
2.1.422 95 7/10/2024
2.1.421 106 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 98 7/9/2024
2.1.414 116 7/9/2024
2.1.413 106 7/9/2024
2.1.412 98 7/9/2024
2.1.411 84 7/9/2024
2.1.410 101 7/9/2024
2.1.409 107 7/9/2024
2.1.408 111 7/9/2024
2.1.407 111 7/8/2024
2.1.406 117 7/8/2024
2.1.405 121 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 124 7/7/2024
2.1.400 114 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 110 7/3/2024
2.1.394 113 6/27/2024
2.1.393 107 6/27/2024
2.1.392 112 6/27/2024
2.1.391 115 6/22/2024
2.1.390 117 6/22/2024
2.1.389 113 6/16/2024
2.1.388 114 6/15/2024
2.1.387 117 6/15/2024
2.1.386 118 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 116 6/15/2024
2.1.380 109 6/14/2024
2.1.379 118 6/4/2024
2.1.378 122 6/4/2024
2.1.377 113 6/2/2024
2.1.376 109 6/2/2024
2.1.375 109 5/31/2024
2.1.374 119 5/31/2024
2.1.373 117 5/31/2024
2.1.372 126 5/31/2024
2.1.371 114 5/29/2024
2.1.370 113 5/29/2024
2.1.369 108 5/29/2024
2.1.368 110 5/28/2024
2.1.367 112 5/28/2024
2.1.366 106 5/28/2024
2.1.365 111 5/28/2024
2.1.364 113 5/28/2024
2.1.363 101 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 113 5/26/2024
2.1.358 129 5/26/2024
2.1.357 107 5/26/2024
2.1.356 110 5/26/2024
2.1.355 110 5/26/2024
2.1.354 117 5/25/2024
2.1.353 111 5/25/2024
2.1.352 116 5/25/2024
2.1.351 113 5/25/2024
2.1.350 112 5/25/2024
2.1.349 130 5/25/2024
2.1.348 107 5/25/2024
2.1.347 116 5/23/2024
2.1.346 111 5/23/2024
2.1.345 100 5/23/2024
2.1.344 129 5/23/2024
2.1.343 99 5/23/2024
2.1.342 126 5/23/2024
2.1.341 110 5/23/2024
2.1.340 105 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 142 5/18/2024
2.1.335 110 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 118 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 113 5/13/2024
2.1.322 103 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 132 4/30/2024
2.1.317 119 4/29/2024
2.1.316 111 4/29/2024
2.1.315 115 4/29/2024
2.1.314 105 4/29/2024
2.1.313 108 4/29/2024
2.1.312 113 4/28/2024
2.1.311 121 4/28/2024
2.1.310 114 4/28/2024
2.1.309 114 4/28/2024
2.1.308 121 4/28/2024
2.1.307 107 4/28/2024
2.1.306 118 4/28/2024
2.1.305 116 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 120 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 127 4/13/2024
2.1.293 123 4/12/2024
2.1.292 128 4/12/2024
2.1.291 128 4/12/2024
2.1.290 136 4/12/2024
2.1.289 113 4/12/2024
2.1.288 131 4/12/2024
2.1.287 138 4/12/2024
2.1.286 129 4/12/2024
2.1.285 117 4/11/2024
2.1.284 129 4/10/2024
2.1.283 117 4/10/2024
2.1.282 129 4/10/2024
2.1.281 118 4/10/2024
2.1.280 106 4/10/2024
2.1.279 135 4/3/2024
2.1.278 123 4/2/2024
2.1.277 122 4/2/2024
2.1.276 118 4/2/2024
2.1.275 140 4/1/2024
2.1.274 138 3/30/2024
2.1.273 134 3/29/2024
2.1.272 126 3/29/2024
2.1.271 159 3/25/2024
2.1.270 161 3/25/2024
2.1.269 171 3/25/2024
2.1.268 152 3/25/2024
2.1.267 170 3/21/2024
2.1.266 179 3/21/2024
2.1.265 164 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 169 3/19/2024
2.1.260 182 3/19/2024
2.1.259 145 3/19/2024
2.1.258 182 3/19/2024
2.1.257 163 3/19/2024
2.1.256 172 3/19/2024
2.1.255 183 3/18/2024
2.1.254 201 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 173 3/15/2024
2.1.249 159 3/14/2024
2.1.248 182 3/13/2024
2.1.247 182 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 187 3/13/2024
2.1.240 174 3/13/2024
2.1.239 172 3/12/2024
2.1.238 200 3/12/2024
2.1.237 165 3/12/2024
2.1.236 191 3/12/2024
2.1.235 214 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 187 3/11/2024
2.1.230 209 3/10/2024
2.1.229 214 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 230 3/9/2024
2.1.224 232 3/8/2024
2.1.223 194 3/8/2024
2.1.222 215 3/8/2024
2.1.221 184 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 229 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 218 3/4/2024
2.1.210 229 3/4/2024
2.1.209 214 3/3/2024
2.1.208 200 3/3/2024
2.1.207 221 3/3/2024
2.1.206 233 3/3/2024
2.1.205 235 3/2/2024
2.1.204 225 3/2/2024
2.1.203 241 3/2/2024
2.1.202 222 3/2/2024
2.1.201 231 3/2/2024
2.1.200 225 3/2/2024
2.1.199 235 3/2/2024
2.1.198 242 3/1/2024
2.1.197 215 2/29/2024
2.1.196 212 2/29/2024
2.1.195 239 2/29/2024
2.1.194 225 2/29/2024
2.1.193 200 2/29/2024
2.1.192 222 2/29/2024
2.1.191 252 2/29/2024
2.1.190 267 2/27/2024
2.1.189 247 2/26/2024
2.1.188 249 2/26/2024
2.1.187 250 2/25/2024
2.1.186 270 2/25/2024
2.1.185 231 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 279 2/23/2024
2.1.180 278 2/22/2024
2.1.179 243 2/22/2024
2.1.178 278 2/22/2024
2.1.177 246 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 271 2/21/2024
2.1.172 259 2/21/2024
2.1.171 249 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 251 2/20/2024
2.1.166 229 2/20/2024
2.1.165 257 2/20/2024
2.1.164 242 2/20/2024
2.1.163 295 2/20/2024
2.1.162 275 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 269 2/19/2024
2.1.157 258 2/19/2024
2.1.156 267 2/19/2024
2.1.155 274 2/19/2024
2.1.154 274 2/17/2024
2.1.153 287 2/17/2024
2.1.152 280 2/17/2024
2.1.151 237 2/17/2024
2.1.150 273 2/17/2024
2.1.149 256 2/16/2024
2.1.148 274 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 265 2/16/2024
2.1.143 248 2/16/2024
2.1.142 233 2/16/2024
2.1.141 267 2/14/2024
2.1.140 248 2/14/2024
2.1.139 253 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 241 2/13/2024
2.1.134 242 2/13/2024
2.1.133 263 2/13/2024
2.1.132 219 2/13/2024
2.1.131 281 2/13/2024
2.1.130 269 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 272 2/11/2024
2.1.125 259 2/11/2024
2.1.124 292 2/11/2024
2.1.123 280 2/11/2024
2.1.122 279 2/11/2024
2.1.121 282 2/11/2024
2.1.120 257 2/10/2024
2.1.119 275 2/10/2024
2.1.118 241 2/10/2024
2.1.117 286 2/10/2024
2.1.116 259 2/9/2024
2.1.115 276 2/9/2024
2.1.114 265 2/9/2024
2.1.113 264 2/9/2024
2.1.112 290 2/9/2024
2.1.111 250 2/9/2024
2.1.110 253 2/9/2024
2.1.109 267 2/8/2024
2.1.108 252 2/8/2024
2.1.107 241 2/8/2024
2.1.106 289 2/8/2024
2.1.105 231 2/8/2024
2.1.104 292 2/7/2024
2.1.103 267 2/7/2024
2.1.102 262 2/7/2024
2.1.101 260 2/7/2024
2.1.100 280 2/7/2024
2.1.99 283 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 275 2/4/2024
2.1.92 253 2/4/2024
2.1.91 264 2/3/2024
2.1.90 247 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 254 1/31/2024
2.1.85 234 1/31/2024
2.1.84 258 1/30/2024
2.1.83 280 1/30/2024
2.1.82 242 1/30/2024
2.1.81 261 1/29/2024
2.1.80 234 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 257 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 220 1/28/2024
2.1.69 264 1/28/2024
2.1.68 257 1/28/2024
2.1.67 246 1/27/2024
2.1.66 262 1/27/2024
2.1.65 238 1/27/2024
2.1.64 216 1/27/2024
2.1.63 281 1/27/2024
2.1.62 251 1/27/2024
2.1.61 238 1/27/2024
2.1.60 253 1/27/2024
2.1.59 241 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 252 1/26/2024
2.1.51 223 1/25/2024
2.1.50 256 1/25/2024
2.1.49 275 1/25/2024
2.1.48 250 1/25/2024
2.1.47 256 1/25/2024
2.1.46 232 1/19/2024
2.1.45 274 1/19/2024
2.1.44 266 1/19/2024
2.1.43 298 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 289 1/15/2024
2.1.35 299 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 230 1/13/2024
2.1.30 303 1/13/2024
2.1.29 276 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 259 1/12/2024
2.1.23 269 1/11/2024
2.1.22 253 1/11/2024
2.1.21 277 1/11/2024
2.1.20 307 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 288 1/5/2024
2.1.12 282 1/5/2024
2.1.11 231 1/5/2024
2.1.10 302 1/1/2024
2.1.9 287 1/1/2024
2.1.8 257 1/1/2024
2.1.7 314 1/1/2024
2.1.6 292 1/1/2024
2.1.5 284 1/1/2024
2.1.4 309 1/1/2024
2.1.3 267 1/1/2024
2.1.2 313 1/1/2024
2.1.1 293 1/1/2024