Soenneker.Utils.String.CosineSimilarity 3.0.747

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

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

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