Soenneker.Utils.String.LongestCommonSequence 3.0.691

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.691                
NuGet\Install-Package Soenneker.Utils.String.LongestCommonSequence -Version 3.0.691                
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.691" />                
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.691                
#r "nuget: Soenneker.Utils.String.LongestCommonSequence, 3.0.691"                
#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.691

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

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.819 0 1/20/2025
3.0.818 0 1/20/2025
3.0.817 0 1/20/2025
3.0.816 0 1/20/2025
3.0.815 0 1/19/2025
3.0.814 0 1/19/2025
3.0.813 0 1/19/2025
3.0.812 19 1/19/2025
3.0.811 18 1/19/2025
3.0.810 22 1/19/2025
3.0.809 30 1/18/2025
3.0.808 28 1/18/2025
3.0.807 30 1/18/2025
3.0.806 36 1/17/2025
3.0.805 37 1/17/2025
3.0.804 38 1/17/2025
3.0.803 30 1/17/2025
3.0.802 33 1/17/2025
3.0.801 35 1/17/2025
3.0.800 37 1/16/2025
3.0.799 39 1/16/2025
3.0.798 33 1/16/2025
3.0.797 36 1/16/2025
3.0.796 34 1/16/2025
3.0.795 31 1/16/2025
3.0.794 40 1/15/2025
3.0.793 33 1/15/2025
3.0.792 35 1/15/2025
3.0.791 34 1/15/2025
3.0.790 28 1/15/2025
3.0.789 17 1/15/2025
3.0.788 16 1/15/2025
3.0.787 11 1/15/2025
3.0.786 9 1/14/2025
3.0.785 11 1/14/2025
3.0.784 10 1/14/2025
3.0.783 7 1/14/2025
3.0.782 31 1/14/2025
3.0.781 60 1/13/2025
3.0.780 67 1/13/2025
3.0.779 54 1/13/2025
3.0.778 59 1/12/2025
3.0.777 60 1/11/2025
3.0.776 65 1/11/2025
3.0.775 66 1/11/2025
3.0.774 66 1/10/2025
3.0.773 59 1/10/2025
3.0.772 67 1/10/2025
3.0.771 68 1/10/2025
3.0.770 73 1/10/2025
3.0.769 107 1/3/2025
3.0.768 108 1/3/2025
3.0.767 89 1/3/2025
3.0.766 85 1/3/2025
3.0.765 85 1/2/2025
3.0.764 88 1/2/2025
3.0.763 89 1/2/2025
3.0.762 81 1/2/2025
3.0.761 87 1/2/2025
3.0.760 90 1/1/2025
3.0.759 91 1/1/2025
3.0.757 88 12/31/2024
3.0.756 85 12/31/2024
3.0.755 109 12/31/2024
3.0.754 99 12/31/2024
3.0.753 100 12/31/2024
3.0.752 73 12/31/2024
3.0.751 81 12/31/2024
3.0.750 84 12/31/2024
3.0.749 84 12/31/2024
3.0.748 80 12/30/2024
3.0.747 74 12/28/2024
3.0.746 87 12/28/2024
3.0.745 87 12/27/2024
3.0.744 78 12/27/2024
3.0.743 87 12/24/2024
3.0.742 80 12/24/2024
3.0.741 78 12/24/2024
3.0.740 81 12/24/2024
3.0.739 79 12/24/2024
3.0.738 79 12/24/2024
3.0.737 80 12/24/2024
3.0.736 79 12/24/2024
3.0.735 80 12/23/2024
3.0.734 73 12/23/2024
3.0.733 80 12/23/2024
3.0.732 76 12/23/2024
3.0.731 79 12/23/2024
3.0.730 89 12/23/2024
3.0.729 83 12/23/2024
3.0.728 85 12/22/2024
3.0.727 79 12/22/2024
3.0.726 83 12/22/2024
3.0.725 74 12/22/2024
3.0.724 74 12/22/2024
3.0.723 84 12/22/2024
3.0.722 80 12/21/2024
3.0.721 73 12/21/2024
3.0.720 74 12/21/2024
3.0.719 76 12/21/2024
3.0.718 84 12/21/2024
3.0.717 83 12/21/2024
3.0.716 86 12/20/2024
3.0.715 74 12/20/2024
3.0.714 83 12/20/2024
3.0.713 80 12/20/2024
3.0.712 88 12/20/2024
3.0.711 90 12/19/2024
3.0.710 78 12/19/2024
3.0.709 81 12/19/2024
3.0.708 81 12/18/2024
3.0.707 86 12/18/2024
3.0.706 82 12/16/2024
3.0.705 79 12/16/2024
3.0.704 79 12/10/2024
3.0.703 81 12/10/2024
3.0.702 79 12/10/2024
3.0.701 79 12/9/2024
3.0.700 82 12/9/2024
3.0.699 76 12/9/2024
3.0.698 86 12/9/2024
3.0.697 81 12/7/2024
3.0.696 85 12/6/2024
3.0.695 78 12/6/2024
3.0.694 82 12/6/2024
3.0.693 83 12/6/2024
3.0.692 84 12/6/2024
3.0.691 80 12/6/2024
3.0.690 82 12/6/2024
3.0.689 85 12/6/2024
3.0.688 89 12/6/2024
3.0.687 86 12/6/2024
3.0.686 84 12/6/2024
3.0.684 98 12/6/2024
3.0.683 80 12/5/2024
3.0.682 81 12/5/2024
3.0.681 82 12/5/2024
3.0.680 83 12/5/2024
3.0.679 84 12/5/2024
3.0.678 82 12/5/2024
3.0.677 83 12/5/2024
3.0.676 83 12/4/2024
3.0.675 80 12/4/2024
3.0.674 82 12/4/2024
3.0.673 85 12/4/2024
3.0.672 87 12/4/2024
3.0.671 89 12/3/2024
3.0.670 86 12/3/2024
3.0.669 94 12/3/2024
3.0.668 92 12/3/2024
3.0.667 78 12/3/2024
3.0.666 87 12/3/2024
3.0.665 76 12/3/2024
3.0.664 77 12/3/2024
3.0.663 77 12/2/2024
3.0.662 76 12/2/2024
3.0.661 80 12/2/2024
3.0.660 84 12/2/2024
3.0.659 83 12/2/2024
3.0.658 84 12/1/2024
3.0.657 82 12/1/2024
3.0.656 79 12/1/2024
3.0.655 83 11/29/2024
3.0.654 74 11/29/2024
3.0.653 82 11/29/2024
3.0.652 94 11/21/2024
3.0.651 88 11/21/2024
3.0.650 84 11/21/2024
3.0.649 91 11/20/2024
3.0.648 92 11/20/2024
3.0.647 89 11/20/2024
3.0.646 80 11/20/2024
3.0.645 86 11/20/2024
3.0.644 98 11/20/2024
3.0.643 84 11/19/2024
3.0.642 84 11/19/2024
3.0.641 87 11/19/2024
3.0.640 76 11/19/2024
3.0.639 81 11/19/2024
3.0.638 88 11/19/2024
3.0.637 81 11/15/2024
3.0.636 79 11/14/2024
3.0.635 80 11/14/2024
3.0.634 77 11/14/2024
3.0.633 80 11/14/2024
3.0.632 90 11/14/2024
3.0.631 92 11/14/2024
3.0.630 82 11/14/2024
3.0.629 86 11/14/2024
3.0.628 90 11/14/2024
3.0.627 87 11/14/2024
3.0.626 88 11/14/2024
2.1.625 88 11/13/2024
2.1.624 87 11/13/2024
2.1.623 91 11/13/2024
2.1.622 85 11/13/2024
2.1.621 89 11/12/2024
2.1.620 87 11/12/2024
2.1.619 92 11/9/2024
2.1.618 90 11/9/2024
2.1.617 87 11/9/2024
2.1.616 91 11/8/2024
2.1.615 93 11/8/2024
2.1.614 88 11/8/2024
2.1.613 91 11/8/2024
2.1.612 88 11/8/2024
2.1.611 80 11/6/2024
2.1.610 85 11/1/2024
2.1.609 103 11/1/2024
2.1.608 78 11/1/2024
2.1.607 94 10/29/2024
2.1.606 85 10/29/2024
2.1.605 93 10/29/2024
2.1.604 91 10/29/2024
2.1.603 91 10/29/2024
2.1.602 79 10/28/2024
2.1.601 81 10/26/2024
2.1.600 82 10/26/2024
2.1.599 89 10/22/2024
2.1.598 88 10/22/2024
2.1.597 87 10/22/2024
2.1.596 85 10/22/2024
2.1.595 88 10/22/2024
2.1.594 113 10/18/2024
2.1.593 85 10/17/2024
2.1.592 85 10/17/2024
2.1.591 88 10/15/2024
2.1.590 91 10/14/2024
2.1.589 92 10/12/2024
2.1.588 96 10/12/2024
2.1.587 85 10/11/2024
2.1.586 93 10/11/2024
2.1.585 98 10/9/2024
2.1.584 93 10/9/2024
2.1.583 87 10/9/2024
2.1.582 91 10/9/2024
2.1.581 92 10/9/2024
2.1.580 90 10/8/2024
2.1.579 86 10/8/2024
2.1.578 94 10/8/2024
2.1.577 96 10/8/2024
2.1.576 86 10/3/2024
2.1.575 90 10/3/2024
2.1.574 87 10/3/2024
2.1.573 83 10/3/2024
2.1.572 86 10/2/2024
2.1.571 85 10/2/2024
2.1.570 85 10/2/2024
2.1.569 89 10/2/2024
2.1.568 86 10/2/2024
2.1.567 89 10/2/2024
2.1.566 88 10/1/2024
2.1.565 93 10/1/2024
2.1.564 93 10/1/2024
2.1.563 92 10/1/2024
2.1.562 94 9/29/2024
2.1.561 87 9/29/2024
2.1.560 83 9/29/2024
2.1.559 85 9/29/2024
2.1.558 87 9/27/2024
2.1.557 90 9/27/2024
2.1.556 92 9/27/2024
2.1.555 92 9/27/2024
2.1.554 103 9/27/2024
2.1.553 88 9/27/2024
2.1.552 90 9/27/2024
2.1.551 86 9/26/2024
2.1.550 91 9/26/2024
2.1.549 94 9/26/2024
2.1.548 91 9/26/2024
2.1.547 96 9/26/2024
2.1.546 89 9/26/2024
2.1.545 88 9/26/2024
2.1.544 88 9/26/2024
2.1.543 99 9/23/2024
2.1.542 85 9/23/2024
2.1.541 92 9/23/2024
2.1.540 85 9/23/2024
2.1.539 90 9/23/2024
2.1.538 88 9/23/2024
2.1.537 98 9/23/2024
2.1.536 88 9/23/2024
2.1.535 94 9/23/2024
2.1.534 95 9/18/2024
2.1.533 100 9/18/2024
2.1.532 103 9/18/2024
2.1.531 97 9/18/2024
2.1.530 94 9/18/2024
2.1.529 104 9/18/2024
2.1.528 117 9/17/2024
2.1.527 105 9/17/2024
2.1.526 107 9/17/2024
2.1.524 110 9/17/2024
2.1.523 104 9/17/2024
2.1.522 102 9/17/2024
2.1.521 103 9/17/2024
2.1.520 100 9/16/2024
2.1.519 106 9/16/2024
2.1.518 99 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 98 9/9/2024
2.1.497 106 9/9/2024
2.1.496 108 9/7/2024
2.1.495 115 9/7/2024
2.1.494 99 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 442 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 83 7/25/2024
2.1.440 84 7/25/2024
2.1.439 93 7/25/2024
2.1.438 84 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 93 7/10/2024
2.1.421 101 7/10/2024
2.1.420 115 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 113 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 117 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 110 4/28/2024
2.1.311 121 4/28/2024
2.1.310 109 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 116 4/19/2024
2.1.296 136 4/13/2024
2.1.295 125 4/13/2024
2.1.294 124 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 129 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 167 3/20/2024
2.1.262 159 3/20/2024
2.1.261 166 3/19/2024
2.1.260 180 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 193 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 184 3/11/2024
2.1.230 209 3/10/2024
2.1.229 210 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 238 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 232 3/2/2024
2.1.204 224 3/2/2024
2.1.203 238 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 230 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 263 2/23/2024
2.1.181 277 2/23/2024
2.1.180 275 2/22/2024
2.1.179 237 2/22/2024
2.1.178 268 2/22/2024
2.1.177 238 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 267 2/20/2024
2.1.159 255 2/19/2024
2.1.158 264 2/19/2024
2.1.157 252 2/19/2024
2.1.156 257 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 282 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 216 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 249 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 257 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 295 1/16/2024
2.1.42 260 1/16/2024
2.1.41 288 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 259 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