Soenneker.Utils.String.LongestCommonSequence 3.0.655

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

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

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.782 0 1/14/2025
3.0.781 30 1/13/2025
3.0.780 29 1/13/2025
3.0.779 27 1/13/2025
3.0.778 33 1/12/2025
3.0.777 37 1/11/2025
3.0.776 43 1/11/2025
3.0.775 40 1/11/2025
3.0.774 39 1/10/2025
3.0.773 39 1/10/2025
3.0.772 46 1/10/2025
3.0.771 45 1/10/2025
3.0.770 46 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 87 12/23/2024
3.0.729 81 12/23/2024
3.0.728 83 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 95 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 80 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 75 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 80 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 85 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 91 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 89 10/9/2024
2.1.581 92 10/9/2024
2.1.580 90 10/8/2024
2.1.579 84 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 87 10/2/2024
2.1.568 86 10/2/2024
2.1.567 89 10/2/2024
2.1.566 86 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 90 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 84 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 115 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 137 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 102 9/5/2024
2.1.487 106 9/5/2024
2.1.486 104 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 100 9/3/2024
2.1.476 108 9/3/2024
2.1.475 98 8/29/2024
2.1.474 90 8/29/2024
2.1.473 93 8/29/2024
2.1.472 107 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 130 8/21/2024
2.1.466 131 8/20/2024
2.1.465 123 8/20/2024
2.1.464 133 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 125 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 124 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 101 8/7/2024
2.1.448 98 8/6/2024
2.1.447 425 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 123 7/20/2024
2.1.433 101 7/14/2024
2.1.432 102 7/14/2024
2.1.431 101 7/14/2024
2.1.430 96 7/14/2024
2.1.429 106 7/10/2024
2.1.428 103 7/10/2024
2.1.427 107 7/10/2024
2.1.426 106 7/10/2024
2.1.424 98 7/10/2024
2.1.423 93 7/10/2024
2.1.422 92 7/10/2024
2.1.421 100 7/10/2024
2.1.420 114 7/10/2024
2.1.418 108 7/10/2024
2.1.417 118 7/9/2024
2.1.415 94 7/9/2024
2.1.414 112 7/9/2024
2.1.413 103 7/9/2024
2.1.412 95 7/9/2024
2.1.411 80 7/9/2024
2.1.410 97 7/9/2024
2.1.409 103 7/9/2024
2.1.408 108 7/9/2024
2.1.407 107 7/8/2024
2.1.406 112 7/8/2024
2.1.405 117 7/8/2024
2.1.404 123 7/8/2024
2.1.403 117 7/8/2024
2.1.402 115 7/7/2024
2.1.401 120 7/7/2024
2.1.400 110 7/3/2024
2.1.399 112 7/3/2024
2.1.398 119 7/3/2024
2.1.397 104 7/3/2024
2.1.396 120 7/3/2024
2.1.395 106 7/3/2024
2.1.394 109 6/27/2024
2.1.393 103 6/27/2024
2.1.392 108 6/27/2024
2.1.391 111 6/22/2024
2.1.390 113 6/22/2024
2.1.389 110 6/16/2024
2.1.388 110 6/15/2024
2.1.387 113 6/15/2024
2.1.386 114 6/15/2024
2.1.385 106 6/15/2024
2.1.384 107 6/15/2024
2.1.383 104 6/15/2024
2.1.382 106 6/15/2024
2.1.381 112 6/15/2024
2.1.380 105 6/14/2024
2.1.379 117 6/4/2024
2.1.378 121 6/4/2024
2.1.377 109 6/2/2024
2.1.376 107 6/2/2024
2.1.375 106 5/31/2024
2.1.374 115 5/31/2024
2.1.373 114 5/31/2024
2.1.372 111 5/31/2024
2.1.371 112 5/29/2024
2.1.370 110 5/29/2024
2.1.369 102 5/29/2024
2.1.368 106 5/28/2024
2.1.367 108 5/28/2024
2.1.366 103 5/28/2024
2.1.365 108 5/28/2024
2.1.364 104 5/28/2024
2.1.363 97 5/27/2024
2.1.362 100 5/27/2024
2.1.361 104 5/27/2024
2.1.360 98 5/26/2024
2.1.359 109 5/26/2024
2.1.358 112 5/26/2024
2.1.357 103 5/26/2024
2.1.356 106 5/26/2024
2.1.355 106 5/26/2024
2.1.354 106 5/25/2024
2.1.353 107 5/25/2024
2.1.352 114 5/25/2024
2.1.351 110 5/25/2024
2.1.350 108 5/25/2024
2.1.349 126 5/25/2024
2.1.348 103 5/25/2024
2.1.347 112 5/23/2024
2.1.346 108 5/23/2024
2.1.345 97 5/23/2024
2.1.344 121 5/23/2024
2.1.343 95 5/23/2024
2.1.342 123 5/23/2024
2.1.341 107 5/23/2024
2.1.340 101 5/22/2024
2.1.339 126 5/22/2024
2.1.338 112 5/22/2024
2.1.337 98 5/22/2024
2.1.336 132 5/18/2024
2.1.335 106 5/18/2024
2.1.334 116 5/18/2024
2.1.333 115 5/18/2024
2.1.332 125 5/17/2024
2.1.331 117 5/17/2024
2.1.330 111 5/17/2024
2.1.329 118 5/16/2024
2.1.328 103 5/16/2024
2.1.327 113 5/15/2024
2.1.326 96 5/15/2024
2.1.325 114 5/15/2024
2.1.324 97 5/13/2024
2.1.323 102 5/13/2024
2.1.322 101 5/12/2024
2.1.321 135 4/30/2024
2.1.320 124 4/30/2024
2.1.319 111 4/30/2024
2.1.318 130 4/30/2024
2.1.317 116 4/29/2024
2.1.316 109 4/29/2024
2.1.315 113 4/29/2024
2.1.314 104 4/29/2024
2.1.313 106 4/29/2024
2.1.312 109 4/28/2024
2.1.311 120 4/28/2024
2.1.310 108 4/28/2024
2.1.309 112 4/28/2024
2.1.308 117 4/28/2024
2.1.307 104 4/28/2024
2.1.306 114 4/28/2024
2.1.305 114 4/28/2024
2.1.304 106 4/27/2024
2.1.303 136 4/20/2024
2.1.302 116 4/20/2024
2.1.301 112 4/19/2024
2.1.300 105 4/19/2024
2.1.299 105 4/19/2024
2.1.298 118 4/19/2024
2.1.297 115 4/19/2024
2.1.296 135 4/13/2024
2.1.295 124 4/13/2024
2.1.294 123 4/13/2024
2.1.293 114 4/12/2024
2.1.292 127 4/12/2024
2.1.291 126 4/12/2024
2.1.290 134 4/12/2024
2.1.289 112 4/12/2024
2.1.288 128 4/12/2024
2.1.287 134 4/12/2024
2.1.286 125 4/12/2024
2.1.285 113 4/11/2024
2.1.284 128 4/10/2024
2.1.283 115 4/10/2024
2.1.282 128 4/10/2024
2.1.281 117 4/10/2024
2.1.280 102 4/10/2024
2.1.279 128 4/3/2024
2.1.278 122 4/2/2024
2.1.277 120 4/2/2024
2.1.276 116 4/2/2024
2.1.275 135 4/1/2024
2.1.274 134 3/30/2024
2.1.273 132 3/29/2024
2.1.272 124 3/29/2024
2.1.271 157 3/25/2024
2.1.270 160 3/25/2024
2.1.269 166 3/25/2024
2.1.268 148 3/25/2024
2.1.267 168 3/21/2024
2.1.266 177 3/21/2024
2.1.265 161 3/21/2024
2.1.264 166 3/20/2024
2.1.263 166 3/20/2024
2.1.262 156 3/20/2024
2.1.261 165 3/19/2024
2.1.260 179 3/19/2024
2.1.259 144 3/19/2024
2.1.258 180 3/19/2024
2.1.257 161 3/19/2024
2.1.256 171 3/19/2024
2.1.255 182 3/18/2024
2.1.254 199 3/16/2024
2.1.253 186 3/16/2024
2.1.252 192 3/16/2024
2.1.251 144 3/15/2024
2.1.250 171 3/15/2024
2.1.249 156 3/14/2024
2.1.248 181 3/13/2024
2.1.247 180 3/13/2024
2.1.246 178 3/13/2024
2.1.245 179 3/13/2024
2.1.244 169 3/13/2024
2.1.243 173 3/13/2024
2.1.242 189 3/13/2024
2.1.241 185 3/13/2024
2.1.240 172 3/13/2024
2.1.239 169 3/12/2024
2.1.238 198 3/12/2024
2.1.237 164 3/12/2024
2.1.236 189 3/12/2024
2.1.235 212 3/12/2024
2.1.234 188 3/11/2024
2.1.233 223 3/11/2024
2.1.232 204 3/11/2024
2.1.231 183 3/11/2024
2.1.230 208 3/10/2024
2.1.229 209 3/10/2024
2.1.228 198 3/10/2024
2.1.227 213 3/10/2024
2.1.226 208 3/9/2024
2.1.225 228 3/9/2024
2.1.224 230 3/8/2024
2.1.223 193 3/8/2024
2.1.222 213 3/8/2024
2.1.221 182 3/8/2024
2.1.220 215 3/8/2024
2.1.219 217 3/8/2024
2.1.218 204 3/6/2024
2.1.217 212 3/6/2024
2.1.216 200 3/6/2024
2.1.215 227 3/4/2024
2.1.214 240 3/4/2024
2.1.213 237 3/4/2024
2.1.212 233 3/4/2024
2.1.211 214 3/4/2024
2.1.210 227 3/4/2024
2.1.209 210 3/3/2024
2.1.208 198 3/3/2024
2.1.207 216 3/3/2024
2.1.206 229 3/3/2024
2.1.205 231 3/2/2024
2.1.204 223 3/2/2024
2.1.203 237 3/2/2024
2.1.202 220 3/2/2024
2.1.201 230 3/2/2024
2.1.200 221 3/2/2024
2.1.199 229 3/2/2024
2.1.198 240 3/1/2024
2.1.197 211 2/29/2024
2.1.196 209 2/29/2024
2.1.195 237 2/29/2024
2.1.194 222 2/29/2024
2.1.193 196 2/29/2024
2.1.192 219 2/29/2024
2.1.191 247 2/29/2024
2.1.190 265 2/27/2024
2.1.189 243 2/26/2024
2.1.188 246 2/26/2024
2.1.187 242 2/25/2024
2.1.186 267 2/25/2024
2.1.185 228 2/25/2024
2.1.184 207 2/25/2024
2.1.183 257 2/24/2024
2.1.182 262 2/23/2024
2.1.181 276 2/23/2024
2.1.180 274 2/22/2024
2.1.179 236 2/22/2024
2.1.178 267 2/22/2024
2.1.177 237 2/22/2024
2.1.176 240 2/22/2024
2.1.175 244 2/22/2024
2.1.174 234 2/21/2024
2.1.173 262 2/21/2024
2.1.172 253 2/21/2024
2.1.171 240 2/21/2024
2.1.170 256 2/21/2024
2.1.169 237 2/21/2024
2.1.168 242 2/21/2024
2.1.167 242 2/20/2024
2.1.166 222 2/20/2024
2.1.165 248 2/20/2024
2.1.164 236 2/20/2024
2.1.163 274 2/20/2024
2.1.162 267 2/20/2024
2.1.161 238 2/20/2024
2.1.160 266 2/20/2024
2.1.159 254 2/19/2024
2.1.158 263 2/19/2024
2.1.157 251 2/19/2024
2.1.156 256 2/19/2024
2.1.155 268 2/19/2024
2.1.154 268 2/17/2024
2.1.153 281 2/17/2024
2.1.152 274 2/17/2024
2.1.151 229 2/17/2024
2.1.150 267 2/17/2024
2.1.149 251 2/16/2024
2.1.148 272 2/16/2024
2.1.147 268 2/16/2024
2.1.146 263 2/16/2024
2.1.145 254 2/16/2024
2.1.144 263 2/16/2024
2.1.143 244 2/16/2024
2.1.142 231 2/16/2024
2.1.141 265 2/14/2024
2.1.140 247 2/14/2024
2.1.139 248 2/14/2024
2.1.138 281 2/14/2024
2.1.137 257 2/13/2024
2.1.136 240 2/13/2024
2.1.135 239 2/13/2024
2.1.134 240 2/13/2024
2.1.133 262 2/13/2024
2.1.132 215 2/13/2024
2.1.131 279 2/13/2024
2.1.130 266 2/12/2024
2.1.129 297 2/12/2024
2.1.128 279 2/12/2024
2.1.127 294 2/11/2024
2.1.126 270 2/11/2024
2.1.125 257 2/11/2024
2.1.124 290 2/11/2024
2.1.123 278 2/11/2024
2.1.122 276 2/11/2024
2.1.121 281 2/11/2024
2.1.120 255 2/10/2024
2.1.119 270 2/10/2024
2.1.118 236 2/10/2024
2.1.117 282 2/10/2024
2.1.116 252 2/9/2024
2.1.115 274 2/9/2024
2.1.114 264 2/9/2024
2.1.113 262 2/9/2024
2.1.112 288 2/9/2024
2.1.111 249 2/9/2024
2.1.110 249 2/9/2024
2.1.109 265 2/8/2024
2.1.108 248 2/8/2024
2.1.107 239 2/8/2024
2.1.106 270 2/8/2024
2.1.105 229 2/8/2024
2.1.104 290 2/7/2024
2.1.103 265 2/7/2024
2.1.102 257 2/7/2024
2.1.101 257 2/7/2024
2.1.100 276 2/7/2024
2.1.99 279 2/7/2024
2.1.98 256 2/7/2024
2.1.97 272 2/6/2024
2.1.96 263 2/5/2024
2.1.95 278 2/5/2024
2.1.94 222 2/4/2024
2.1.93 273 2/4/2024
2.1.92 251 2/4/2024
2.1.91 263 2/3/2024
2.1.90 245 2/3/2024
2.1.89 257 2/2/2024
2.1.88 252 1/31/2024
2.1.87 278 1/31/2024
2.1.86 252 1/31/2024
2.1.85 232 1/31/2024
2.1.84 257 1/30/2024
2.1.83 278 1/30/2024
2.1.82 240 1/30/2024
2.1.81 260 1/29/2024
2.1.80 232 1/29/2024
2.1.79 248 1/29/2024
2.1.78 244 1/29/2024
2.1.77 244 1/29/2024
2.1.76 225 1/29/2024
2.1.75 228 1/29/2024
2.1.74 255 1/28/2024
2.1.73 270 1/28/2024
2.1.72 262 1/28/2024
2.1.71 248 1/28/2024
2.1.70 218 1/28/2024
2.1.69 263 1/28/2024
2.1.68 256 1/28/2024
2.1.67 244 1/27/2024
2.1.66 258 1/27/2024
2.1.65 237 1/27/2024
2.1.64 214 1/27/2024
2.1.63 279 1/27/2024
2.1.62 250 1/27/2024
2.1.61 236 1/27/2024
2.1.60 251 1/27/2024
2.1.59 239 1/26/2024
2.1.58 235 1/26/2024
2.1.57 271 1/26/2024
2.1.56 240 1/26/2024
2.1.55 278 1/26/2024
2.1.54 249 1/26/2024
2.1.53 263 1/26/2024
2.1.52 250 1/26/2024
2.1.51 221 1/25/2024
2.1.50 254 1/25/2024
2.1.49 273 1/25/2024
2.1.48 245 1/25/2024
2.1.47 252 1/25/2024
2.1.46 230 1/19/2024
2.1.45 264 1/19/2024
2.1.44 265 1/19/2024
2.1.43 294 1/16/2024
2.1.42 259 1/16/2024
2.1.41 287 1/15/2024
2.1.40 260 1/15/2024
2.1.39 242 1/15/2024
2.1.38 271 1/15/2024
2.1.37 261 1/15/2024
2.1.36 287 1/15/2024
2.1.35 280 1/14/2024
2.1.34 258 1/14/2024
2.1.33 254 1/14/2024
2.1.32 275 1/14/2024
2.1.31 228 1/13/2024
2.1.30 301 1/13/2024
2.1.29 274 1/13/2024
2.1.28 273 1/13/2024
2.1.27 259 1/13/2024
2.1.26 274 1/13/2024
2.1.25 278 1/12/2024
2.1.24 257 1/12/2024
2.1.23 267 1/11/2024
2.1.22 252 1/11/2024
2.1.21 276 1/11/2024
2.1.20 305 1/9/2024
2.1.19 270 1/8/2024
2.1.18 239 1/8/2024
2.1.17 271 1/8/2024
2.1.16 257 1/8/2024
2.1.15 265 1/5/2024
2.1.14 268 1/5/2024
2.1.13 286 1/5/2024
2.1.12 281 1/5/2024
2.1.11 230 1/5/2024
2.1.10 298 1/1/2024
2.1.9 282 1/1/2024
2.1.8 254 1/1/2024
2.1.7 310 1/1/2024
2.1.6 290 1/1/2024
2.1.5 282 1/1/2024
2.1.4 307 1/1/2024
2.1.3 262 1/1/2024
2.1.2 311 1/1/2024
2.1.1 291 1/1/2024