Soenneker.Utils.String.LongestCommonSequence 2.1.473

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

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

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 net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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.842 0 1/25/2025
3.0.841 26 1/25/2025
3.0.840 12 1/25/2025
3.0.839 2 1/24/2025
3.0.838 23 1/24/2025
3.0.837 25 1/24/2025
3.0.836 29 1/24/2025
3.0.835 25 1/23/2025
3.0.834 35 1/21/2025
3.0.833 37 1/21/2025
3.0.832 36 1/21/2025
3.0.831 50 1/21/2025
3.0.830 50 1/21/2025
3.0.829 58 1/21/2025
3.0.828 55 1/21/2025
3.0.827 48 1/21/2025
3.0.826 49 1/21/2025
3.0.825 54 1/21/2025
3.0.824 55 1/20/2025
3.0.823 51 1/20/2025
3.0.822 54 1/20/2025
3.0.821 53 1/20/2025
3.0.820 59 1/20/2025
3.0.819 65 1/20/2025
3.0.818 65 1/20/2025
3.0.817 61 1/20/2025
3.0.816 67 1/20/2025
3.0.815 67 1/19/2025
3.0.814 69 1/19/2025
3.0.813 71 1/19/2025
3.0.812 63 1/19/2025
3.0.811 63 1/19/2025
3.0.810 71 1/19/2025
3.0.809 63 1/18/2025
3.0.808 69 1/18/2025
3.0.807 65 1/18/2025
3.0.806 69 1/17/2025
3.0.805 69 1/17/2025
3.0.804 70 1/17/2025
3.0.803 65 1/17/2025
3.0.802 65 1/17/2025
3.0.801 71 1/17/2025
3.0.800 75 1/16/2025
3.0.799 77 1/16/2025
3.0.798 65 1/16/2025
3.0.797 67 1/16/2025
3.0.796 63 1/16/2025
3.0.795 66 1/16/2025
3.0.794 71 1/15/2025
3.0.793 67 1/15/2025
3.0.792 66 1/15/2025
3.0.791 76 1/15/2025
3.0.790 61 1/15/2025
3.0.789 51 1/15/2025
3.0.788 57 1/15/2025
3.0.787 47 1/15/2025
3.0.786 42 1/14/2025
3.0.785 45 1/14/2025
3.0.784 43 1/14/2025
3.0.783 29 1/14/2025
3.0.782 44 1/14/2025
3.0.781 62 1/13/2025
3.0.780 70 1/13/2025
3.0.779 57 1/13/2025
3.0.778 63 1/12/2025
3.0.777 62 1/11/2025
3.0.776 67 1/11/2025
3.0.775 70 1/11/2025
3.0.774 70 1/10/2025
3.0.773 63 1/10/2025
3.0.772 71 1/10/2025
3.0.771 72 1/10/2025
3.0.770 77 1/10/2025
3.0.769 109 1/3/2025
3.0.768 110 1/3/2025
3.0.767 91 1/3/2025
3.0.766 87 1/3/2025
3.0.765 87 1/2/2025
3.0.764 90 1/2/2025
3.0.763 91 1/2/2025
3.0.762 83 1/2/2025
3.0.761 89 1/2/2025
3.0.760 92 1/1/2025
3.0.759 93 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 101 12/31/2024
3.0.753 102 12/31/2024
3.0.752 75 12/31/2024
3.0.751 83 12/31/2024
3.0.750 86 12/31/2024
3.0.749 86 12/31/2024
3.0.748 82 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 85 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 82 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 85 12/5/2024
3.0.676 85 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 96 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 83 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 93 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 87 11/1/2024
2.1.609 105 11/1/2024
2.1.608 82 11/1/2024
2.1.607 95 10/29/2024
2.1.606 89 10/29/2024
2.1.605 95 10/29/2024
2.1.604 93 10/29/2024
2.1.603 93 10/29/2024
2.1.602 82 10/28/2024
2.1.601 83 10/26/2024
2.1.600 84 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 94 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 87 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 85 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 92 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 96 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 105 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 96 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 97 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 104 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 139 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 110 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 100 8/29/2024
2.1.474 90 8/29/2024
2.1.473 93 8/29/2024
2.1.472 109 8/26/2024
2.1.471 106 8/26/2024
2.1.470 119 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 462 8/1/2024
2.1.445 84 7/25/2024
2.1.444 73 7/25/2024
2.1.443 75 7/25/2024
2.1.442 74 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 107 7/10/2024
2.1.428 104 7/10/2024
2.1.427 108 7/10/2024
2.1.426 107 7/10/2024
2.1.424 99 7/10/2024
2.1.423 94 7/10/2024
2.1.422 95 7/10/2024
2.1.421 103 7/10/2024
2.1.420 117 7/10/2024
2.1.418 109 7/10/2024
2.1.417 119 7/9/2024
2.1.415 95 7/9/2024
2.1.414 113 7/9/2024
2.1.413 104 7/9/2024
2.1.412 96 7/9/2024
2.1.411 81 7/9/2024
2.1.410 98 7/9/2024
2.1.409 104 7/9/2024
2.1.408 109 7/9/2024
2.1.407 108 7/8/2024
2.1.406 113 7/8/2024
2.1.405 118 7/8/2024
2.1.404 124 7/8/2024
2.1.403 118 7/8/2024
2.1.402 116 7/7/2024
2.1.401 121 7/7/2024
2.1.400 111 7/3/2024
2.1.399 113 7/3/2024
2.1.398 120 7/3/2024
2.1.397 105 7/3/2024
2.1.396 121 7/3/2024
2.1.395 107 7/3/2024
2.1.394 110 6/27/2024
2.1.393 104 6/27/2024
2.1.392 109 6/27/2024
2.1.391 112 6/22/2024
2.1.390 114 6/22/2024
2.1.389 111 6/16/2024
2.1.388 111 6/15/2024
2.1.387 114 6/15/2024
2.1.386 115 6/15/2024
2.1.385 107 6/15/2024
2.1.384 108 6/15/2024
2.1.383 105 6/15/2024
2.1.382 107 6/15/2024
2.1.381 113 6/15/2024
2.1.380 106 6/14/2024
2.1.379 118 6/4/2024
2.1.378 122 6/4/2024
2.1.377 110 6/2/2024
2.1.376 108 6/2/2024
2.1.375 107 5/31/2024
2.1.374 116 5/31/2024
2.1.373 115 5/31/2024
2.1.372 112 5/31/2024
2.1.371 113 5/29/2024
2.1.370 111 5/29/2024
2.1.369 103 5/29/2024
2.1.368 107 5/28/2024
2.1.367 109 5/28/2024
2.1.366 104 5/28/2024
2.1.365 109 5/28/2024
2.1.364 105 5/28/2024
2.1.363 98 5/27/2024
2.1.362 101 5/27/2024
2.1.361 105 5/27/2024
2.1.360 99 5/26/2024
2.1.359 110 5/26/2024
2.1.358 126 5/26/2024
2.1.357 104 5/26/2024
2.1.356 107 5/26/2024
2.1.355 107 5/26/2024
2.1.354 107 5/25/2024
2.1.353 108 5/25/2024
2.1.352 115 5/25/2024
2.1.351 111 5/25/2024
2.1.350 109 5/25/2024
2.1.349 127 5/25/2024
2.1.348 104 5/25/2024
2.1.347 113 5/23/2024
2.1.346 109 5/23/2024
2.1.345 98 5/23/2024
2.1.344 122 5/23/2024
2.1.343 96 5/23/2024
2.1.342 124 5/23/2024
2.1.341 108 5/23/2024
2.1.340 102 5/22/2024
2.1.339 127 5/22/2024
2.1.338 113 5/22/2024
2.1.337 99 5/22/2024
2.1.336 133 5/18/2024
2.1.335 107 5/18/2024
2.1.334 117 5/18/2024
2.1.333 116 5/18/2024
2.1.332 126 5/17/2024
2.1.331 118 5/17/2024
2.1.330 112 5/17/2024
2.1.329 119 5/16/2024
2.1.328 104 5/16/2024
2.1.327 114 5/15/2024
2.1.326 97 5/15/2024
2.1.325 115 5/15/2024
2.1.324 98 5/13/2024
2.1.323 103 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 112 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 111 4/28/2024
2.1.309 113 4/28/2024
2.1.308 120 4/28/2024
2.1.307 105 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 115 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 115 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 103 4/10/2024
2.1.279 131 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 136 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 167 3/25/2024
2.1.268 149 3/25/2024
2.1.267 169 3/21/2024
2.1.266 178 3/21/2024
2.1.265 162 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 174 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 170 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 224 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 199 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 214 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 201 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 234 3/4/2024
2.1.211 217 3/4/2024
2.1.210 228 3/4/2024
2.1.209 211 3/3/2024
2.1.208 199 3/3/2024
2.1.207 217 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 222 3/2/2024
2.1.199 232 3/2/2024
2.1.198 241 3/1/2024
2.1.197 212 2/29/2024
2.1.196 210 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 244 2/26/2024
2.1.188 247 2/26/2024
2.1.187 243 2/25/2024
2.1.186 268 2/25/2024
2.1.185 229 2/25/2024
2.1.184 208 2/25/2024
2.1.183 258 2/24/2024
2.1.182 265 2/23/2024
2.1.181 277 2/23/2024
2.1.180 275 2/22/2024
2.1.179 239 2/22/2024
2.1.178 272 2/22/2024
2.1.177 240 2/22/2024
2.1.176 241 2/22/2024
2.1.175 245 2/22/2024
2.1.174 235 2/21/2024
2.1.173 265 2/21/2024
2.1.172 254 2/21/2024
2.1.171 241 2/21/2024
2.1.170 257 2/21/2024
2.1.169 238 2/21/2024
2.1.168 243 2/21/2024
2.1.167 243 2/20/2024
2.1.166 223 2/20/2024
2.1.165 251 2/20/2024
2.1.164 237 2/20/2024
2.1.163 275 2/20/2024
2.1.162 268 2/20/2024
2.1.161 239 2/20/2024
2.1.160 269 2/20/2024
2.1.159 257 2/19/2024
2.1.158 264 2/19/2024
2.1.157 254 2/19/2024
2.1.156 259 2/19/2024
2.1.155 269 2/19/2024
2.1.154 269 2/17/2024
2.1.153 282 2/17/2024
2.1.152 275 2/17/2024
2.1.151 230 2/17/2024
2.1.150 268 2/17/2024
2.1.149 252 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 249 2/14/2024
2.1.138 285 2/14/2024
2.1.137 258 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 267 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 277 2/11/2024
2.1.121 282 2/11/2024
2.1.120 256 2/10/2024
2.1.119 271 2/10/2024
2.1.118 237 2/10/2024
2.1.117 283 2/10/2024
2.1.116 255 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 271 2/8/2024
2.1.105 230 2/8/2024
2.1.104 291 2/7/2024
2.1.103 265 2/7/2024
2.1.102 259 2/7/2024
2.1.101 258 2/7/2024
2.1.100 279 2/7/2024
2.1.99 280 2/7/2024
2.1.98 259 2/7/2024
2.1.97 275 2/6/2024
2.1.96 264 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 263 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 236 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 246 1/25/2024
2.1.47 253 1/25/2024
2.1.46 231 1/19/2024
2.1.45 265 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 261 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 281 1/14/2024
2.1.34 261 1/14/2024
2.1.33 255 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 274 1/13/2024
2.1.27 260 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 240 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 299 1/1/2024
2.1.9 283 1/1/2024
2.1.8 255 1/1/2024
2.1.7 311 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 263 1/1/2024
2.1.2 312 1/1/2024
2.1.1 292 1/1/2024