Soenneker.Utils.String.CosineSimilarity 3.0.720

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Utils.String.CosineSimilarity --version 3.0.720                
NuGet\Install-Package Soenneker.Utils.String.CosineSimilarity -Version 3.0.720                
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.CosineSimilarity" Version="3.0.720" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Utils.String.CosineSimilarity --version 3.0.720                
#r "nuget: Soenneker.Utils.String.CosineSimilarity, 3.0.720"                
#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.CosineSimilarity as a Cake Addin
#addin nuget:?package=Soenneker.Utils.String.CosineSimilarity&version=3.0.720

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

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.CosineSimilarity

A utility library for comparing strings via Cosine Similarity

Installation

dotnet add package Soenneker.Utils.String.CosineSimularity

Why?

Imagine you have two sentences or documents. Cosine similarity helps you figure out how similar they are by looking at the -words- they share. Here's why it's handy:

Easy to Understand:

Cosine similarity is easy to understand. It's a number between 0 and 1 that represents how similar two documents are. The closer to 1, the more similar they are.

Not Bothered by Length:

Whether a text is long or short doesn't throw off cosine similarity. It cares more about the words and their relationships than the total number of words.

Meaning, Not Just Frequency:

It focuses on the meaning of words, not just how often they show up. So, even if one document has a lot more words than another, they might still be considered similar if they share important terms.

Efficient for Big Tasks:

When you're dealing with lots of documents or a ton of text, cosine similarity is efficient. It doesn't get bogged down by complicated calculations, making it a practical choice for large datasets.

Usage

var text1 = "This is a test";
var text2 = "This is another test";

double result = CosineSimilarityStringUtil.CalculateSimilarityPercentage(text1, text2); // 75
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.
  • net9.0

    • No dependencies.

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.815 27 1/25/2025
3.0.814 25 1/25/2025
3.0.813 13 1/25/2025
3.0.812 6 1/24/2025
3.0.811 6 1/24/2025
3.0.810 24 1/24/2025
3.0.809 25 1/24/2025
3.0.808 29 1/23/2025
3.0.807 28 1/23/2025
3.0.806 59 1/21/2025
3.0.805 63 1/21/2025
3.0.804 63 1/21/2025
3.0.803 72 1/21/2025
3.0.802 68 1/21/2025
3.0.801 59 1/21/2025
3.0.800 64 1/21/2025
3.0.799 63 1/21/2025
3.0.798 56 1/21/2025
3.0.797 62 1/20/2025
3.0.796 58 1/20/2025
3.0.795 60 1/20/2025
3.0.794 62 1/20/2025
3.0.793 66 1/20/2025
3.0.792 62 1/20/2025
3.0.791 59 1/20/2025
3.0.790 66 1/20/2025
3.0.789 71 1/19/2025
3.0.788 66 1/19/2025
3.0.787 71 1/19/2025
3.0.786 60 1/19/2025
3.0.785 57 1/19/2025
3.0.784 62 1/18/2025
3.0.783 62 1/18/2025
3.0.782 60 1/18/2025
3.0.781 58 1/18/2025
3.0.780 71 1/17/2025
3.0.779 72 1/17/2025
3.0.778 70 1/17/2025
3.0.777 74 1/16/2025
3.0.776 73 1/16/2025
3.0.775 80 1/16/2025
3.0.774 71 1/16/2025
3.0.773 70 1/16/2025
3.0.772 82 1/15/2025
3.0.771 72 1/15/2025
3.0.770 72 1/15/2025
3.0.769 61 1/15/2025
3.0.768 43 1/15/2025
3.0.767 43 1/15/2025
3.0.766 41 1/15/2025
3.0.765 41 1/15/2025
3.0.764 37 1/14/2025
3.0.763 36 1/14/2025
3.0.762 59 1/14/2025
3.0.761 63 1/13/2025
3.0.760 57 1/13/2025
3.0.759 56 1/13/2025
3.0.758 63 1/12/2025
3.0.757 59 1/11/2025
3.0.756 64 1/11/2025
3.0.755 63 1/11/2025
3.0.754 62 1/11/2025
3.0.753 62 1/10/2025
3.0.752 66 1/10/2025
3.0.751 62 1/10/2025
3.0.750 63 1/10/2025
3.0.749 61 1/10/2025
3.0.748 88 1/3/2025
3.0.747 91 1/3/2025
3.0.746 79 1/3/2025
3.0.745 76 1/3/2025
3.0.744 77 1/2/2025
3.0.743 80 1/2/2025
3.0.742 71 1/2/2025
3.0.741 75 1/2/2025
3.0.740 101 1/1/2025
3.0.739 91 1/1/2025
3.0.738 90 1/1/2025
3.0.737 91 1/1/2025
3.0.736 104 1/1/2025
3.0.735 88 1/1/2025
3.0.734 106 1/1/2025
3.0.732 88 12/31/2024
3.0.731 89 12/31/2024
3.0.730 98 12/31/2024
3.0.729 95 12/31/2024
3.0.728 74 12/31/2024
3.0.727 82 12/31/2024
3.0.726 93 12/31/2024
3.0.725 84 12/31/2024
3.0.724 83 12/31/2024
3.0.723 85 12/28/2024
3.0.722 80 12/28/2024
3.0.721 84 12/27/2024
3.0.720 89 12/27/2024
3.0.719 81 12/24/2024
3.0.718 84 12/24/2024
3.0.717 87 12/24/2024
3.0.716 95 12/24/2024
3.0.715 91 12/24/2024
3.0.714 88 12/24/2024
3.0.713 82 12/24/2024
3.0.712 88 12/23/2024
3.0.711 85 12/23/2024
3.0.710 85 12/23/2024
3.0.709 82 12/23/2024
3.0.708 90 12/23/2024
3.0.707 83 12/23/2024
3.0.706 88 12/22/2024
3.0.705 87 12/22/2024
3.0.704 85 12/22/2024
3.0.703 92 12/22/2024
3.0.702 86 12/22/2024
3.0.701 89 12/21/2024
3.0.700 85 12/21/2024
3.0.699 92 12/21/2024
3.0.698 84 12/21/2024
3.0.697 84 12/21/2024
3.0.696 93 12/21/2024
3.0.695 98 12/21/2024
3.0.694 91 12/20/2024
3.0.693 90 12/20/2024
3.0.692 86 12/20/2024
3.0.691 92 12/20/2024
3.0.690 90 12/19/2024
3.0.689 85 12/19/2024
3.0.688 84 12/19/2024
3.0.687 85 12/19/2024
3.0.686 87 12/18/2024
3.0.685 87 12/18/2024
3.0.684 83 12/16/2024
3.0.683 84 12/16/2024
3.0.682 88 12/10/2024
3.0.681 85 12/10/2024
3.0.680 81 12/10/2024
3.0.679 89 12/9/2024
3.0.678 89 12/9/2024
3.0.677 84 12/9/2024
3.0.676 86 12/9/2024
3.0.675 91 12/7/2024
3.0.674 91 12/6/2024
3.0.673 86 12/6/2024
3.0.672 92 12/6/2024
3.0.671 87 12/6/2024
3.0.670 100 12/6/2024
3.0.668 90 12/6/2024
3.0.667 86 12/6/2024
3.0.666 94 12/6/2024
3.0.665 90 12/6/2024
3.0.664 91 12/6/2024
3.0.663 87 12/6/2024
3.0.661 94 12/6/2024
3.0.660 92 12/5/2024
3.0.659 90 12/5/2024
3.0.658 94 12/4/2024
3.0.657 89 12/4/2024
3.0.656 96 12/4/2024
3.0.655 95 12/4/2024
3.0.654 83 12/4/2024
3.0.653 88 12/3/2024
3.0.652 93 12/3/2024
3.0.651 96 12/3/2024
3.0.650 86 12/3/2024
3.0.649 86 12/3/2024
3.0.648 92 12/3/2024
3.0.647 84 12/3/2024
3.0.646 89 12/3/2024
3.0.645 85 12/2/2024
3.0.644 90 12/2/2024
3.0.643 92 12/2/2024
3.0.642 97 12/2/2024
3.0.641 94 12/2/2024
3.0.640 99 12/1/2024
3.0.639 90 12/1/2024
3.0.638 95 12/1/2024
3.0.637 100 12/1/2024
3.0.636 94 11/29/2024
3.0.635 89 11/29/2024
3.0.634 90 11/29/2024
3.0.633 92 11/21/2024
3.0.632 95 11/21/2024
3.0.631 87 11/21/2024
3.0.630 88 11/20/2024
3.0.629 89 11/20/2024
3.0.628 90 11/20/2024
3.0.627 85 11/20/2024
3.0.626 88 11/20/2024
3.0.625 99 11/20/2024
3.0.624 91 11/19/2024
3.0.623 97 11/19/2024
3.0.622 85 11/19/2024
3.0.621 83 11/19/2024
3.0.620 85 11/19/2024
3.0.619 96 11/19/2024
3.0.618 95 11/15/2024
3.0.617 93 11/14/2024
3.0.616 91 11/14/2024
3.0.615 89 11/14/2024
3.0.614 89 11/14/2024
3.0.613 91 11/14/2024
3.0.612 90 11/14/2024
3.0.611 96 11/14/2024
3.0.610 87 11/14/2024
3.0.609 103 11/14/2024
3.0.608 92 11/14/2024
3.0.607 91 11/14/2024
3.0.606 90 11/14/2024
2.1.605 97 11/13/2024
2.1.604 96 11/13/2024
2.1.603 101 11/13/2024
2.1.602 90 11/13/2024
2.1.601 96 11/12/2024
2.1.600 96 11/9/2024
2.1.599 96 11/9/2024
2.1.598 96 11/9/2024
2.1.597 91 11/8/2024
2.1.596 103 11/8/2024
2.1.595 88 11/8/2024
2.1.594 104 11/8/2024
2.1.593 90 11/8/2024
2.1.592 91 11/6/2024
2.1.591 101 11/1/2024
2.1.590 99 11/1/2024
2.1.589 99 11/1/2024
2.1.588 86 10/31/2024
2.1.586 99 10/29/2024
2.1.585 99 10/29/2024
2.1.584 85 10/29/2024
2.1.583 96 10/29/2024
2.1.582 88 10/28/2024
2.1.581 94 10/26/2024
2.1.580 95 10/26/2024
2.1.579 102 10/22/2024
2.1.578 83 10/22/2024
2.1.577 87 10/22/2024
2.1.576 85 10/22/2024
2.1.575 75 10/22/2024
2.1.574 86 10/22/2024
2.1.573 91 10/18/2024
2.1.572 95 10/17/2024
2.1.571 154 10/17/2024
2.1.570 88 10/15/2024
2.1.569 91 10/14/2024
2.1.568 92 10/12/2024
2.1.567 96 10/12/2024
2.1.566 100 10/11/2024
2.1.565 117 10/9/2024
2.1.564 90 10/9/2024
2.1.563 92 10/9/2024
2.1.562 93 10/9/2024
2.1.561 94 10/9/2024
2.1.560 94 10/8/2024
2.1.559 94 10/8/2024
2.1.558 79 10/8/2024
2.1.557 87 10/8/2024
2.1.556 94 10/3/2024
2.1.555 84 10/3/2024
2.1.554 81 10/3/2024
2.1.553 84 10/3/2024
2.1.552 92 10/2/2024
2.1.551 85 10/2/2024
2.1.550 103 10/2/2024
2.1.549 93 10/2/2024
2.1.548 94 10/1/2024
2.1.547 91 10/1/2024
2.1.546 97 10/1/2024
2.1.545 99 10/1/2024
2.1.544 111 9/29/2024
2.1.543 91 9/29/2024
2.1.542 88 9/29/2024
2.1.541 95 9/29/2024
2.1.540 101 9/27/2024
2.1.539 97 9/27/2024
2.1.538 99 9/27/2024
2.1.537 97 9/27/2024
2.1.536 92 9/27/2024
2.1.535 97 9/27/2024
2.1.534 107 9/27/2024
2.1.533 102 9/26/2024
2.1.532 102 9/26/2024
2.1.531 95 9/26/2024
2.1.530 100 9/26/2024
2.1.529 90 9/26/2024
2.1.528 92 9/26/2024
2.1.527 92 9/26/2024
2.1.526 92 9/26/2024
2.1.525 103 9/23/2024
2.1.524 96 9/23/2024
2.1.523 95 9/23/2024
2.1.522 91 9/23/2024
2.1.521 93 9/23/2024
2.1.520 101 9/23/2024
2.1.519 96 9/23/2024
2.1.518 90 9/23/2024
2.1.517 94 9/18/2024
2.1.516 92 9/18/2024
2.1.515 104 9/18/2024
2.1.514 97 9/18/2024
2.1.513 98 9/18/2024
2.1.512 95 9/17/2024
2.1.511 111 9/17/2024
2.1.510 107 9/17/2024
2.1.509 97 9/17/2024
2.1.508 93 9/17/2024
2.1.507 96 9/17/2024
2.1.506 92 9/17/2024
2.1.505 109 9/17/2024
2.1.504 101 9/16/2024
2.1.503 96 9/16/2024
2.1.502 107 9/16/2024
2.1.501 109 9/12/2024
2.1.500 100 9/12/2024
2.1.499 130 9/11/2024
2.1.498 121 9/11/2024
2.1.497 119 9/11/2024
2.1.496 119 9/11/2024
2.1.495 115 9/11/2024
2.1.494 115 9/10/2024
2.1.493 125 9/10/2024
2.1.492 107 9/10/2024
2.1.491 103 9/10/2024
2.1.490 112 9/10/2024
2.1.489 112 9/9/2024
2.1.487 130 9/9/2024
2.1.485 116 9/9/2024
2.1.484 112 9/9/2024
2.1.483 117 9/7/2024
2.1.482 118 9/7/2024
2.1.481 113 9/6/2024
2.1.479 111 9/6/2024
2.1.478 119 9/6/2024
2.1.477 127 9/5/2024
2.1.476 103 9/5/2024
2.1.475 122 9/5/2024
2.1.474 115 9/5/2024
2.1.473 124 9/5/2024
2.1.472 113 9/5/2024
2.1.471 118 9/5/2024
2.1.470 105 9/4/2024
2.1.469 97 9/4/2024
2.1.468 104 9/3/2024
2.1.467 98 9/3/2024
2.1.466 100 9/3/2024
2.1.465 106 9/3/2024
2.1.464 102 9/3/2024
2.1.463 106 9/3/2024
2.1.462 102 8/29/2024
2.1.461 96 8/29/2024
2.1.460 98 8/29/2024
2.1.459 110 8/26/2024
2.1.458 110 8/26/2024
2.1.457 128 8/21/2024
2.1.456 123 8/21/2024
2.1.455 121 8/21/2024
2.1.454 145 8/21/2024
2.1.453 127 8/20/2024
2.1.452 117 8/20/2024
2.1.451 117 8/20/2024
2.1.450 126 8/20/2024
2.1.449 125 8/20/2024
2.1.448 119 8/20/2024
2.1.447 125 8/19/2024
2.1.446 120 8/15/2024
2.1.445 129 8/15/2024
2.1.444 117 8/15/2024
2.1.443 112 8/14/2024
2.1.442 123 8/14/2024
2.1.441 128 8/13/2024
2.1.440 127 8/13/2024
2.1.439 96 8/7/2024
2.1.438 98 8/7/2024
2.1.437 96 8/7/2024
2.1.436 89 8/6/2024
2.1.435 100 8/1/2024
2.1.434 95 8/1/2024
2.1.432 86 7/25/2024
2.1.431 82 7/25/2024
2.1.430 81 7/25/2024
2.1.429 86 7/25/2024
2.1.428 91 7/25/2024
2.1.427 87 7/25/2024
2.1.426 100 7/25/2024
2.1.425 89 7/24/2024
2.1.423 115 7/20/2024
2.1.422 116 7/20/2024
2.1.421 113 7/20/2024
2.1.420 98 7/14/2024
2.1.419 93 7/14/2024
2.1.418 96 7/14/2024
2.1.417 90 7/14/2024
2.1.416 97 7/10/2024
2.1.415 99 7/10/2024
2.1.414 87 7/10/2024
2.1.413 110 7/10/2024
2.1.411 105 7/10/2024
2.1.410 86 7/10/2024
2.1.409 108 7/10/2024
2.1.408 98 7/10/2024
2.1.407 121 7/10/2024
2.1.405 110 7/10/2024
2.1.404 108 7/9/2024
2.1.402 92 7/9/2024
2.1.401 103 7/9/2024
2.1.400 92 7/9/2024
2.1.399 111 7/9/2024
2.1.398 109 7/9/2024
2.1.397 103 7/9/2024
2.1.396 110 7/9/2024
2.1.395 115 7/9/2024
2.1.394 103 7/8/2024
2.1.393 108 7/8/2024
2.1.392 113 7/8/2024
2.1.391 122 7/8/2024
2.1.390 97 7/8/2024
2.1.389 114 7/8/2024
2.1.388 106 7/7/2024
2.1.387 94 7/7/2024
2.1.386 121 7/3/2024
2.1.385 117 7/3/2024
2.1.384 109 7/3/2024
2.1.383 105 7/3/2024
2.1.382 111 7/3/2024
2.1.381 111 6/27/2024
2.1.380 97 6/27/2024
2.1.379 109 6/22/2024
2.1.378 103 6/22/2024
2.1.377 109 6/22/2024
2.1.376 117 6/16/2024
2.1.375 111 6/15/2024
2.1.374 111 6/15/2024
2.1.373 122 6/15/2024
2.1.372 118 6/15/2024
2.1.371 122 6/15/2024
2.1.370 113 6/15/2024
2.1.369 112 6/15/2024
2.1.368 112 6/15/2024
2.1.367 103 6/14/2024
2.1.366 109 6/14/2024
2.1.365 115 6/4/2024
2.1.364 130 6/4/2024
2.1.363 125 6/2/2024
2.1.362 126 6/1/2024
2.1.361 113 6/1/2024
2.1.360 115 6/1/2024
2.1.359 112 6/1/2024
2.1.358 125 6/1/2024
2.1.357 121 6/1/2024
2.1.356 120 6/1/2024
2.1.355 130 5/31/2024
2.1.354 113 5/31/2024
2.1.353 101 5/31/2024
2.1.352 114 5/31/2024
2.1.351 120 5/29/2024
2.1.350 109 5/29/2024
2.1.349 107 5/28/2024
2.1.348 113 5/28/2024
2.1.347 113 5/28/2024
2.1.346 110 5/28/2024
2.1.345 109 5/28/2024
2.1.344 112 5/27/2024
2.1.343 115 5/27/2024
2.1.342 105 5/27/2024
2.1.341 113 5/26/2024
2.1.340 117 5/26/2024
2.1.339 112 5/26/2024
2.1.338 120 5/26/2024
2.1.337 121 5/26/2024
2.1.336 116 5/26/2024
2.1.335 121 5/25/2024
2.1.334 123 5/25/2024
2.1.333 116 5/25/2024
2.1.332 120 5/25/2024
2.1.331 111 5/25/2024
2.1.330 119 5/25/2024
2.1.329 121 5/23/2024
2.1.328 121 5/23/2024
2.1.327 102 5/23/2024
2.1.326 121 5/23/2024
2.1.325 117 5/23/2024
2.1.324 123 5/23/2024
2.1.323 117 5/22/2024
2.1.322 120 5/22/2024
2.1.321 117 5/22/2024
2.1.320 112 5/22/2024
2.1.319 119 5/18/2024
2.1.318 117 5/18/2024
2.1.317 110 5/18/2024
2.1.316 114 5/18/2024
2.1.315 119 5/17/2024
2.1.314 148 5/17/2024
2.1.313 121 5/17/2024
2.1.312 114 5/16/2024
2.1.311 125 5/16/2024
2.1.310 138 5/15/2024
2.1.309 115 5/15/2024
2.1.308 131 5/15/2024
2.1.307 127 5/13/2024
2.1.306 121 5/13/2024
2.1.305 108 5/13/2024
2.1.304 137 4/30/2024
2.1.303 125 4/30/2024
2.1.302 120 4/30/2024
2.1.301 129 4/30/2024
2.1.300 120 4/29/2024
2.1.299 119 4/29/2024
2.1.298 108 4/29/2024
2.1.297 110 4/29/2024
2.1.296 112 4/28/2024
2.1.295 121 4/28/2024
2.1.294 124 4/28/2024
2.1.293 111 4/28/2024
2.1.292 121 4/28/2024
2.1.291 111 4/28/2024
2.1.290 116 4/28/2024
2.1.289 114 4/27/2024
2.1.288 147 4/27/2024
2.1.287 129 4/20/2024
2.1.286 127 4/20/2024
2.1.285 120 4/19/2024
2.1.284 110 4/19/2024
2.1.283 121 4/19/2024
2.1.282 121 4/19/2024
2.1.281 112 4/18/2024
2.1.280 125 4/13/2024
2.1.279 108 4/13/2024
2.1.278 119 4/13/2024
2.1.277 110 4/12/2024
2.1.276 106 4/12/2024
2.1.275 109 4/12/2024
2.1.274 108 4/12/2024
2.1.273 107 4/12/2024
2.1.272 114 4/12/2024
2.1.271 105 4/12/2024
2.1.270 107 4/12/2024
2.1.269 110 4/11/2024
2.1.268 118 4/10/2024
2.1.267 102 4/10/2024
2.1.266 103 4/10/2024
2.1.265 107 4/10/2024
2.1.264 105 4/10/2024
2.1.263 130 4/3/2024
2.1.262 113 4/3/2024
2.1.261 514 3/30/2024
2.1.260 124 3/29/2024
2.1.259 124 3/29/2024
2.1.258 118 3/25/2024
2.1.257 145 3/25/2024
2.1.256 121 3/25/2024
2.1.255 110 3/25/2024
2.1.254 123 3/25/2024
2.1.253 116 3/21/2024
2.1.252 112 3/21/2024
2.1.251 121 3/21/2024
2.1.250 113 3/20/2024
2.1.249 118 3/20/2024
2.1.248 140 3/19/2024
2.1.247 100 3/19/2024
2.1.246 111 3/19/2024
2.1.245 111 3/19/2024
2.1.244 111 3/19/2024
2.1.243 127 3/19/2024
2.1.242 125 3/18/2024
2.1.241 114 3/16/2024
2.1.240 110 3/16/2024
2.1.239 122 3/16/2024
2.1.238 124 3/15/2024
2.1.237 122 3/13/2024
2.1.236 126 3/13/2024
2.1.235 121 3/13/2024
2.1.234 117 3/13/2024
2.1.233 123 3/13/2024
2.1.232 128 3/13/2024
2.1.231 124 3/13/2024
2.1.230 125 3/13/2024
2.1.229 147 3/12/2024
2.1.228 124 3/12/2024
2.1.227 122 3/12/2024
2.1.226 130 3/12/2024
2.1.225 114 3/11/2024
2.1.224 112 3/11/2024
2.1.223 141 3/11/2024
2.1.222 113 3/11/2024
2.1.221 118 3/11/2024
2.1.220 129 3/10/2024
2.1.219 125 3/10/2024
2.1.218 121 3/10/2024
2.1.217 120 3/10/2024
2.1.216 136 3/9/2024
2.1.215 125 3/8/2024
2.1.214 128 3/8/2024
2.1.213 128 3/8/2024
2.1.212 117 3/8/2024
2.1.211 119 3/8/2024
2.1.210 112 3/8/2024
2.1.209 126 3/6/2024
2.1.208 130 3/6/2024
2.1.207 116 3/6/2024
2.1.206 118 3/4/2024
2.1.205 108 3/4/2024
2.1.204 128 3/4/2024
2.1.203 130 3/4/2024
2.1.202 106 3/4/2024
2.1.201 120 3/3/2024
2.1.200 130 3/3/2024
2.1.199 120 3/3/2024
2.1.198 125 3/3/2024
2.1.197 118 3/2/2024
2.1.196 116 3/2/2024
2.1.195 116 2/29/2024
2.1.194 111 2/29/2024
2.1.193 108 2/29/2024
2.1.192 121 2/29/2024
2.1.191 117 2/29/2024
2.1.190 104 2/29/2024
2.1.189 127 2/29/2024
2.1.188 124 2/29/2024
2.1.187 106 2/27/2024
2.1.186 115 2/26/2024
2.1.185 98 2/26/2024
2.1.184 109 2/25/2024
2.1.183 102 2/25/2024
2.1.182 110 2/25/2024
2.1.181 122 2/25/2024
2.1.180 118 2/25/2024
2.1.179 108 2/24/2024
2.1.178 108 2/23/2024
2.1.177 106 2/23/2024
2.1.176 109 2/22/2024
2.1.175 123 2/22/2024
2.1.174 122 2/22/2024
2.1.173 99 2/22/2024
2.1.172 107 2/22/2024
2.1.171 118 2/22/2024
2.1.170 125 2/21/2024
2.1.169 122 2/21/2024
2.1.168 104 2/21/2024
2.1.167 117 2/21/2024
2.1.166 139 2/21/2024
2.1.165 121 2/21/2024
2.1.164 107 2/21/2024
2.1.163 133 2/20/2024
2.1.162 108 2/20/2024
2.1.161 118 2/20/2024
2.1.160 116 2/20/2024
2.1.159 129 2/20/2024
2.1.158 110 2/20/2024
2.1.157 115 2/20/2024
2.1.156 114 2/20/2024
2.1.155 119 2/19/2024
2.1.154 103 2/19/2024
2.1.153 139 2/19/2024
2.1.152 97 2/19/2024
2.1.151 123 2/17/2024
2.1.150 136 2/17/2024
2.1.149 115 2/17/2024
2.1.148 124 2/17/2024
2.1.147 128 2/17/2024
2.1.146 115 2/16/2024
2.1.145 130 2/16/2024
2.1.144 107 2/16/2024
2.1.143 129 2/16/2024
2.1.142 113 2/16/2024
2.1.141 123 2/16/2024
2.1.140 126 2/16/2024
2.1.139 122 2/14/2024
2.1.138 127 2/14/2024
2.1.137 124 2/14/2024
2.1.136 129 2/14/2024
2.1.135 110 2/13/2024
2.1.134 124 2/13/2024
2.1.133 108 2/13/2024
2.1.132 128 2/13/2024
2.1.131 125 2/13/2024
2.1.130 121 2/13/2024
2.1.129 141 2/12/2024
2.1.128 119 2/12/2024
2.1.127 120 2/12/2024
2.1.126 123 2/12/2024
2.1.125 118 2/11/2024
2.1.124 121 2/11/2024
2.1.123 140 2/11/2024
2.1.122 133 2/11/2024
2.1.121 122 2/11/2024
2.1.120 114 2/11/2024
2.1.119 125 2/10/2024
2.1.118 139 2/10/2024
2.1.117 119 2/10/2024
2.1.116 128 2/10/2024
2.1.115 134 2/10/2024
2.1.114 123 2/9/2024
2.1.113 125 2/9/2024
2.1.112 122 2/9/2024
2.1.111 128 2/9/2024
2.1.110 128 2/9/2024
2.1.109 124 2/9/2024
2.1.108 127 2/9/2024
2.1.107 125 2/8/2024
2.1.106 122 2/8/2024
2.1.105 126 2/8/2024
2.1.104 125 2/8/2024
2.1.103 118 2/8/2024
2.1.102 124 2/7/2024
2.1.101 128 2/7/2024
2.1.100 131 2/7/2024
2.1.99 116 2/7/2024
2.1.98 128 2/7/2024
2.1.97 117 2/7/2024
2.1.96 118 2/7/2024
2.1.95 137 2/7/2024
2.1.94 124 2/6/2024
2.1.93 114 2/6/2024
2.1.92 118 2/6/2024
2.1.91 118 2/5/2024
2.1.90 116 2/5/2024
2.1.89 124 2/4/2024
2.1.88 107 2/4/2024
2.1.87 121 2/3/2024
2.1.86 121 2/3/2024
2.1.85 118 1/31/2024
2.1.84 110 1/31/2024
2.1.83 108 1/31/2024
2.1.82 97 1/31/2024
2.1.81 123 1/30/2024
2.1.80 113 1/30/2024
2.1.79 114 1/30/2024
2.1.78 108 1/29/2024
2.1.77 117 1/29/2024
2.1.76 106 1/29/2024
2.1.75 113 1/29/2024
2.1.74 105 1/29/2024
2.1.73 114 1/29/2024
2.1.72 111 1/28/2024
2.1.71 127 1/28/2024
2.1.70 111 1/28/2024
2.1.69 114 1/28/2024
2.1.68 111 1/28/2024
2.1.67 109 1/28/2024
2.1.66 111 1/27/2024
2.1.65 112 1/27/2024
2.1.64 114 1/27/2024
2.1.63 130 1/27/2024
2.1.62 126 1/27/2024
2.1.61 115 1/27/2024
2.1.60 101 1/27/2024
2.1.59 114 1/27/2024
2.1.58 117 1/26/2024
2.1.57 113 1/26/2024
2.1.56 117 1/26/2024
2.1.55 108 1/26/2024
2.1.54 115 1/26/2024
2.1.53 126 1/26/2024
2.1.52 110 1/25/2024
2.1.51 103 1/25/2024
2.1.50 118 1/25/2024
2.1.49 117 1/25/2024
2.1.48 112 1/25/2024
2.1.47 118 1/25/2024
2.1.46 118 1/19/2024
2.1.45 121 1/19/2024
2.1.44 127 1/19/2024
2.1.43 137 1/16/2024
2.1.42 127 1/16/2024
2.1.41 117 1/15/2024
2.1.40 127 1/15/2024
2.1.39 129 1/15/2024
2.1.38 125 1/15/2024
2.1.37 132 1/15/2024
2.1.36 124 1/15/2024
2.1.35 126 1/15/2024
2.1.34 130 1/14/2024
2.1.33 117 1/14/2024
2.1.32 127 1/13/2024
2.1.31 117 1/13/2024
2.1.30 117 1/13/2024
2.1.29 132 1/13/2024
2.1.28 126 1/12/2024
2.1.27 123 1/12/2024
2.1.26 123 1/12/2024
2.1.25 117 1/11/2024
2.1.24 127 1/11/2024
2.1.23 134 1/11/2024
2.1.22 130 1/9/2024
2.1.21 146 1/8/2024
2.1.20 126 1/8/2024
2.1.19 144 1/8/2024
2.1.18 153 1/7/2024
2.1.17 135 1/6/2024
2.1.16 138 1/5/2024
2.1.15 146 1/5/2024
2.1.14 139 1/5/2024
2.1.13 150 1/5/2024
2.1.12 142 1/5/2024
2.1.11 122 1/1/2024
2.1.10 108 1/1/2024
2.1.9 120 1/1/2024
2.1.8 108 1/1/2024
2.1.7 119 1/1/2024
2.1.6 147 12/31/2023
2.1.5 126 12/31/2023
2.1.4 140 12/31/2023
2.1.3 128 12/31/2023
2.1.2 107 12/31/2023
2.1.1 115 12/31/2023