Soenneker.Utils.String.CosineSimilarity 3.0.775

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

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

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.784 0 1/18/2025
3.0.783 19 1/18/2025
3.0.782 22 1/18/2025
3.0.781 24 1/18/2025
3.0.780 38 1/17/2025
3.0.779 39 1/17/2025
3.0.778 33 1/17/2025
3.0.777 43 1/16/2025
3.0.776 40 1/16/2025
3.0.775 43 1/16/2025
3.0.774 38 1/16/2025
3.0.773 39 1/16/2025
3.0.772 69 1/15/2025
3.0.771 59 1/15/2025
3.0.770 59 1/15/2025
3.0.769 48 1/15/2025
3.0.768 41 1/15/2025
3.0.767 41 1/15/2025
3.0.766 39 1/15/2025
3.0.765 39 1/15/2025
3.0.764 35 1/14/2025
3.0.763 34 1/14/2025
3.0.762 56 1/14/2025
3.0.761 61 1/13/2025
3.0.760 55 1/13/2025
3.0.759 54 1/13/2025
3.0.758 59 1/12/2025
3.0.757 56 1/11/2025
3.0.756 59 1/11/2025
3.0.755 59 1/11/2025
3.0.754 58 1/11/2025
3.0.753 58 1/10/2025
3.0.752 62 1/10/2025
3.0.751 58 1/10/2025
3.0.750 59 1/10/2025
3.0.749 57 1/10/2025
3.0.748 86 1/3/2025
3.0.747 89 1/3/2025
3.0.746 77 1/3/2025
3.0.745 74 1/3/2025
3.0.744 75 1/2/2025
3.0.743 78 1/2/2025
3.0.742 69 1/2/2025
3.0.741 73 1/2/2025
3.0.740 99 1/1/2025
3.0.739 89 1/1/2025
3.0.738 88 1/1/2025
3.0.737 89 1/1/2025
3.0.736 102 1/1/2025
3.0.735 86 1/1/2025
3.0.734 104 1/1/2025
3.0.732 86 12/31/2024
3.0.731 87 12/31/2024
3.0.730 96 12/31/2024
3.0.729 93 12/31/2024
3.0.728 72 12/31/2024
3.0.727 80 12/31/2024
3.0.726 91 12/31/2024
3.0.725 82 12/31/2024
3.0.724 81 12/31/2024
3.0.723 83 12/28/2024
3.0.722 78 12/28/2024
3.0.721 82 12/27/2024
3.0.720 87 12/27/2024
3.0.719 79 12/24/2024
3.0.718 82 12/24/2024
3.0.717 85 12/24/2024
3.0.716 91 12/24/2024
3.0.715 89 12/24/2024
3.0.714 86 12/24/2024
3.0.713 80 12/24/2024
3.0.712 86 12/23/2024
3.0.711 83 12/23/2024
3.0.710 83 12/23/2024
3.0.709 80 12/23/2024
3.0.708 88 12/23/2024
3.0.707 81 12/23/2024
3.0.706 86 12/22/2024
3.0.705 85 12/22/2024
3.0.704 83 12/22/2024
3.0.703 90 12/22/2024
3.0.702 84 12/22/2024
3.0.701 87 12/21/2024
3.0.700 83 12/21/2024
3.0.699 90 12/21/2024
3.0.698 82 12/21/2024
3.0.697 82 12/21/2024
3.0.696 91 12/21/2024
3.0.695 96 12/21/2024
3.0.694 88 12/20/2024
3.0.693 88 12/20/2024
3.0.692 84 12/20/2024
3.0.691 90 12/20/2024
3.0.690 88 12/19/2024
3.0.689 83 12/19/2024
3.0.688 82 12/19/2024
3.0.687 83 12/19/2024
3.0.686 85 12/18/2024
3.0.685 85 12/18/2024
3.0.684 81 12/16/2024
3.0.683 82 12/16/2024
3.0.682 86 12/10/2024
3.0.681 83 12/10/2024
3.0.680 79 12/10/2024
3.0.679 87 12/9/2024
3.0.678 87 12/9/2024
3.0.677 82 12/9/2024
3.0.676 84 12/9/2024
3.0.675 89 12/7/2024
3.0.674 89 12/6/2024
3.0.673 84 12/6/2024
3.0.672 90 12/6/2024
3.0.671 85 12/6/2024
3.0.670 98 12/6/2024
3.0.668 88 12/6/2024
3.0.667 84 12/6/2024
3.0.666 92 12/6/2024
3.0.665 88 12/6/2024
3.0.664 87 12/6/2024
3.0.663 85 12/6/2024
3.0.661 92 12/6/2024
3.0.660 90 12/5/2024
3.0.659 88 12/5/2024
3.0.658 92 12/4/2024
3.0.657 87 12/4/2024
3.0.656 94 12/4/2024
3.0.655 93 12/4/2024
3.0.654 81 12/4/2024
3.0.653 86 12/3/2024
3.0.652 91 12/3/2024
3.0.651 94 12/3/2024
3.0.650 82 12/3/2024
3.0.649 84 12/3/2024
3.0.648 88 12/3/2024
3.0.647 82 12/3/2024
3.0.646 85 12/3/2024
3.0.645 83 12/2/2024
3.0.644 88 12/2/2024
3.0.643 90 12/2/2024
3.0.642 95 12/2/2024
3.0.641 90 12/2/2024
3.0.640 97 12/1/2024
3.0.639 88 12/1/2024
3.0.638 93 12/1/2024
3.0.637 98 12/1/2024
3.0.636 92 11/29/2024
3.0.635 87 11/29/2024
3.0.634 88 11/29/2024
3.0.633 88 11/21/2024
3.0.632 93 11/21/2024
3.0.631 85 11/21/2024
3.0.630 86 11/20/2024
3.0.629 87 11/20/2024
3.0.628 88 11/20/2024
3.0.627 83 11/20/2024
3.0.626 86 11/20/2024
3.0.625 97 11/20/2024
3.0.624 89 11/19/2024
3.0.623 95 11/19/2024
3.0.622 83 11/19/2024
3.0.621 81 11/19/2024
3.0.620 83 11/19/2024
3.0.619 94 11/19/2024
3.0.618 93 11/15/2024
3.0.617 91 11/14/2024
3.0.616 89 11/14/2024
3.0.615 87 11/14/2024
3.0.614 87 11/14/2024
3.0.613 87 11/14/2024
3.0.612 86 11/14/2024
3.0.611 94 11/14/2024
3.0.610 85 11/14/2024
3.0.609 101 11/14/2024
3.0.608 90 11/14/2024
3.0.607 89 11/14/2024
3.0.606 88 11/14/2024
2.1.605 95 11/13/2024
2.1.604 94 11/13/2024
2.1.603 99 11/13/2024
2.1.602 88 11/13/2024
2.1.601 94 11/12/2024
2.1.600 94 11/9/2024
2.1.599 94 11/9/2024
2.1.598 94 11/9/2024
2.1.597 86 11/8/2024
2.1.596 101 11/8/2024
2.1.595 86 11/8/2024
2.1.594 100 11/8/2024
2.1.593 88 11/8/2024
2.1.592 87 11/6/2024
2.1.591 99 11/1/2024
2.1.590 97 11/1/2024
2.1.589 97 11/1/2024
2.1.588 84 10/31/2024
2.1.586 97 10/29/2024
2.1.585 95 10/29/2024
2.1.584 81 10/29/2024
2.1.583 93 10/29/2024
2.1.582 86 10/28/2024
2.1.581 92 10/26/2024
2.1.580 93 10/26/2024
2.1.579 100 10/22/2024
2.1.578 81 10/22/2024
2.1.577 85 10/22/2024
2.1.576 81 10/22/2024
2.1.575 73 10/22/2024
2.1.574 84 10/22/2024
2.1.573 87 10/18/2024
2.1.572 93 10/17/2024
2.1.571 149 10/17/2024
2.1.570 85 10/15/2024
2.1.569 89 10/14/2024
2.1.568 90 10/12/2024
2.1.567 94 10/12/2024
2.1.566 98 10/11/2024
2.1.565 115 10/9/2024
2.1.564 88 10/9/2024
2.1.563 90 10/9/2024
2.1.562 91 10/9/2024
2.1.561 93 10/9/2024
2.1.560 92 10/8/2024
2.1.559 91 10/8/2024
2.1.558 77 10/8/2024
2.1.557 85 10/8/2024
2.1.556 92 10/3/2024
2.1.555 82 10/3/2024
2.1.554 79 10/3/2024
2.1.553 80 10/3/2024
2.1.552 90 10/2/2024
2.1.551 83 10/2/2024
2.1.550 101 10/2/2024
2.1.549 91 10/2/2024
2.1.548 92 10/1/2024
2.1.547 89 10/1/2024
2.1.546 93 10/1/2024
2.1.545 97 10/1/2024
2.1.544 109 9/29/2024
2.1.543 89 9/29/2024
2.1.542 84 9/29/2024
2.1.541 93 9/29/2024
2.1.540 99 9/27/2024
2.1.539 95 9/27/2024
2.1.538 97 9/27/2024
2.1.537 95 9/27/2024
2.1.536 88 9/27/2024
2.1.535 93 9/27/2024
2.1.534 105 9/27/2024
2.1.533 100 9/26/2024
2.1.532 100 9/26/2024
2.1.531 93 9/26/2024
2.1.530 98 9/26/2024
2.1.529 85 9/26/2024
2.1.528 90 9/26/2024
2.1.527 90 9/26/2024
2.1.526 90 9/26/2024
2.1.525 101 9/23/2024
2.1.524 94 9/23/2024
2.1.523 93 9/23/2024
2.1.522 89 9/23/2024
2.1.521 91 9/23/2024
2.1.520 99 9/23/2024
2.1.519 94 9/23/2024
2.1.518 88 9/23/2024
2.1.517 90 9/18/2024
2.1.516 90 9/18/2024
2.1.515 99 9/18/2024
2.1.514 95 9/18/2024
2.1.513 94 9/18/2024
2.1.512 93 9/17/2024
2.1.511 109 9/17/2024
2.1.510 105 9/17/2024
2.1.509 93 9/17/2024
2.1.508 91 9/17/2024
2.1.507 94 9/17/2024
2.1.506 90 9/17/2024
2.1.505 107 9/17/2024
2.1.504 99 9/16/2024
2.1.503 94 9/16/2024
2.1.502 105 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 119 9/11/2024
2.1.497 119 9/11/2024
2.1.496 119 9/11/2024
2.1.495 113 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 116 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 110 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 79 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 96 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 106 7/10/2024
2.1.408 94 7/10/2024
2.1.407 119 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 119 5/25/2024
2.1.334 120 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 110 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 123 5/16/2024
2.1.310 138 5/15/2024
2.1.309 113 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 117 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 122 3/29/2024
2.1.259 124 3/29/2024
2.1.258 118 3/25/2024
2.1.257 143 3/25/2024
2.1.256 121 3/25/2024
2.1.255 108 3/25/2024
2.1.254 121 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 137 3/19/2024
2.1.247 98 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 126 3/13/2024
2.1.231 124 3/13/2024
2.1.230 123 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 127 3/10/2024
2.1.219 123 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 118 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 114 2/29/2024
2.1.194 109 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 122 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 106 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 121 2/22/2024
2.1.174 118 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 106 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 111 2/20/2024
2.1.155 119 2/19/2024
2.1.154 101 2/19/2024
2.1.153 137 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 113 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 121 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 122 2/14/2024
2.1.136 129 2/14/2024
2.1.135 110 2/13/2024
2.1.134 122 2/13/2024
2.1.133 106 2/13/2024
2.1.132 128 2/13/2024
2.1.131 123 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 118 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 123 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 126 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 116 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 115 2/7/2024
2.1.96 118 2/7/2024
2.1.95 137 2/7/2024
2.1.94 122 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 123 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