Soenneker.Utils.String.CosineSimilarity 3.0.661

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

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

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 40 1/3/2025
3.0.747 38 1/3/2025
3.0.746 43 1/3/2025
3.0.745 41 1/3/2025
3.0.744 42 1/2/2025
3.0.743 43 1/2/2025
3.0.742 35 1/2/2025
3.0.741 39 1/2/2025
3.0.740 75 1/1/2025
3.0.739 66 1/1/2025
3.0.738 66 1/1/2025
3.0.737 68 1/1/2025
3.0.736 83 1/1/2025
3.0.735 69 1/1/2025
3.0.734 81 1/1/2025
3.0.732 70 12/31/2024
3.0.731 72 12/31/2024
3.0.730 63 12/31/2024
3.0.729 65 12/31/2024
3.0.728 65 12/31/2024
3.0.727 73 12/31/2024
3.0.726 84 12/31/2024
3.0.725 73 12/31/2024
3.0.724 72 12/31/2024
3.0.723 78 12/28/2024
3.0.722 73 12/28/2024
3.0.721 77 12/27/2024
3.0.720 82 12/27/2024
3.0.719 74 12/24/2024
3.0.718 77 12/24/2024
3.0.717 80 12/24/2024
3.0.716 86 12/24/2024
3.0.715 78 12/24/2024
3.0.714 81 12/24/2024
3.0.713 75 12/24/2024
3.0.712 81 12/23/2024
3.0.711 78 12/23/2024
3.0.710 78 12/23/2024
3.0.709 75 12/23/2024
3.0.708 79 12/23/2024
3.0.707 76 12/23/2024
3.0.706 77 12/22/2024
3.0.705 80 12/22/2024
3.0.704 78 12/22/2024
3.0.703 85 12/22/2024
3.0.702 79 12/22/2024
3.0.701 82 12/21/2024
3.0.700 78 12/21/2024
3.0.699 85 12/21/2024
3.0.698 77 12/21/2024
3.0.697 77 12/21/2024
3.0.696 86 12/21/2024
3.0.695 91 12/21/2024
3.0.694 82 12/20/2024
3.0.693 83 12/20/2024
3.0.692 79 12/20/2024
3.0.691 85 12/20/2024
3.0.690 83 12/19/2024
3.0.689 78 12/19/2024
3.0.688 77 12/19/2024
3.0.687 78 12/19/2024
3.0.686 80 12/18/2024
3.0.685 80 12/18/2024
3.0.684 76 12/16/2024
3.0.683 77 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 81 12/6/2024
3.0.672 87 12/6/2024
3.0.671 82 12/6/2024
3.0.670 96 12/6/2024
3.0.668 85 12/6/2024
3.0.667 81 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 84 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 78 12/2/2024
3.0.644 85 12/2/2024
3.0.643 86 12/2/2024
3.0.642 92 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 80 11/21/2024
3.0.630 84 11/20/2024
3.0.629 82 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 94 11/20/2024
3.0.624 87 11/19/2024
3.0.623 90 11/19/2024
3.0.622 80 11/19/2024
3.0.621 78 11/19/2024
3.0.620 79 11/19/2024
3.0.619 89 11/19/2024
3.0.618 88 11/15/2024
3.0.617 88 11/14/2024
3.0.616 86 11/14/2024
3.0.615 81 11/14/2024
3.0.614 83 11/14/2024
3.0.613 82 11/14/2024
3.0.612 83 11/14/2024
3.0.611 90 11/14/2024
3.0.610 82 11/14/2024
3.0.609 96 11/14/2024
3.0.608 85 11/14/2024
3.0.607 86 11/14/2024
3.0.606 85 11/14/2024
2.1.605 90 11/13/2024
2.1.604 91 11/13/2024
2.1.603 96 11/13/2024
2.1.602 86 11/13/2024
2.1.601 91 11/12/2024
2.1.600 90 11/9/2024
2.1.599 90 11/9/2024
2.1.598 91 11/9/2024
2.1.597 83 11/8/2024
2.1.596 98 11/8/2024
2.1.595 84 11/8/2024
2.1.594 97 11/8/2024
2.1.593 84 11/8/2024
2.1.592 84 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 92 10/29/2024
2.1.584 78 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 90 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 78 10/22/2024
2.1.575 71 10/22/2024
2.1.574 81 10/22/2024
2.1.573 87 10/18/2024
2.1.572 91 10/17/2024
2.1.571 144 10/17/2024
2.1.570 85 10/15/2024
2.1.569 88 10/14/2024
2.1.568 90 10/12/2024
2.1.567 92 10/12/2024
2.1.566 97 10/11/2024
2.1.565 114 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 91 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 89 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 108 9/29/2024
2.1.543 86 9/29/2024
2.1.542 83 9/29/2024
2.1.541 93 9/29/2024
2.1.540 97 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 102 9/27/2024
2.1.533 100 9/26/2024
2.1.532 99 9/26/2024
2.1.531 92 9/26/2024
2.1.530 98 9/26/2024
2.1.529 84 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 98 9/23/2024
2.1.524 91 9/23/2024
2.1.523 93 9/23/2024
2.1.522 87 9/23/2024
2.1.521 90 9/23/2024
2.1.520 99 9/23/2024
2.1.519 93 9/23/2024
2.1.518 87 9/23/2024
2.1.517 89 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 91 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 89 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 99 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 109 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 112 9/6/2024
2.1.479 109 9/6/2024
2.1.478 116 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 101 9/3/2024
2.1.467 96 9/3/2024
2.1.466 99 9/3/2024
2.1.465 104 9/3/2024
2.1.464 100 9/3/2024
2.1.463 105 9/3/2024
2.1.462 102 8/29/2024
2.1.461 95 8/29/2024
2.1.460 97 8/29/2024
2.1.459 109 8/26/2024
2.1.458 109 8/26/2024
2.1.457 128 8/21/2024
2.1.456 122 8/21/2024
2.1.455 118 8/21/2024
2.1.454 144 8/21/2024
2.1.453 122 8/20/2024
2.1.452 115 8/20/2024
2.1.451 114 8/20/2024
2.1.450 125 8/20/2024
2.1.449 124 8/20/2024
2.1.448 119 8/20/2024
2.1.447 124 8/19/2024
2.1.446 114 8/15/2024
2.1.445 126 8/15/2024
2.1.444 116 8/15/2024
2.1.443 110 8/14/2024
2.1.442 123 8/14/2024
2.1.441 127 8/13/2024
2.1.440 126 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 99 8/1/2024
2.1.434 94 8/1/2024
2.1.432 86 7/25/2024
2.1.431 79 7/25/2024
2.1.430 80 7/25/2024
2.1.429 85 7/25/2024
2.1.428 91 7/25/2024
2.1.427 84 7/25/2024
2.1.426 99 7/25/2024
2.1.425 89 7/24/2024
2.1.423 115 7/20/2024
2.1.422 115 7/20/2024
2.1.421 112 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 95 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 103 7/10/2024
2.1.408 93 7/10/2024
2.1.407 118 7/10/2024
2.1.405 106 7/10/2024
2.1.404 107 7/9/2024
2.1.402 90 7/9/2024
2.1.401 101 7/9/2024
2.1.400 91 7/9/2024
2.1.399 109 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 113 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 118 7/3/2024
2.1.385 115 7/3/2024
2.1.384 108 7/3/2024
2.1.383 103 7/3/2024
2.1.382 110 7/3/2024
2.1.381 110 6/27/2024
2.1.380 95 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 107 6/14/2024
2.1.365 114 6/4/2024
2.1.364 129 6/4/2024
2.1.363 123 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 119 6/1/2024
2.1.356 119 6/1/2024
2.1.355 128 5/31/2024
2.1.354 112 5/31/2024
2.1.353 99 5/31/2024
2.1.352 112 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 111 5/28/2024
2.1.347 111 5/28/2024
2.1.346 108 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 110 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 116 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 115 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 108 5/18/2024
2.1.316 112 5/18/2024
2.1.315 115 5/17/2024
2.1.314 146 5/17/2024
2.1.313 117 5/17/2024
2.1.312 112 5/16/2024
2.1.311 122 5/16/2024
2.1.310 134 5/15/2024
2.1.309 111 5/15/2024
2.1.308 130 5/15/2024
2.1.307 124 5/13/2024
2.1.306 119 5/13/2024
2.1.305 105 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 116 4/29/2024
2.1.299 116 4/29/2024
2.1.298 105 4/29/2024
2.1.297 108 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 112 4/27/2024
2.1.288 146 4/27/2024
2.1.287 127 4/20/2024
2.1.286 125 4/20/2024
2.1.285 118 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 110 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 102 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 103 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 105 4/10/2024
2.1.264 102 4/10/2024
2.1.263 126 4/3/2024
2.1.262 111 4/3/2024
2.1.261 513 3/30/2024
2.1.260 120 3/29/2024
2.1.259 122 3/29/2024
2.1.258 117 3/25/2024
2.1.257 141 3/25/2024
2.1.256 119 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 110 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 135 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 112 3/16/2024
2.1.240 109 3/16/2024
2.1.239 120 3/16/2024
2.1.238 122 3/15/2024
2.1.237 121 3/13/2024
2.1.236 124 3/13/2024
2.1.235 120 3/13/2024
2.1.234 115 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 128 3/12/2024
2.1.225 112 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 116 3/11/2024
2.1.220 125 3/10/2024
2.1.219 121 3/10/2024
2.1.218 120 3/10/2024
2.1.217 119 3/10/2024
2.1.216 133 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 115 3/8/2024
2.1.211 117 3/8/2024
2.1.210 111 3/8/2024
2.1.209 124 3/6/2024
2.1.208 122 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 128 3/4/2024
2.1.202 103 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 121 3/3/2024
2.1.197 116 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 119 2/29/2024
2.1.191 115 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 96 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 116 2/22/2024
2.1.173 98 2/22/2024
2.1.172 106 2/22/2024
2.1.171 116 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 118 2/21/2024
2.1.164 105 2/21/2024
2.1.163 128 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 113 2/20/2024
2.1.156 107 2/20/2024
2.1.155 118 2/19/2024
2.1.154 98 2/19/2024
2.1.153 135 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 120 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 120 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 104 2/13/2024
2.1.132 126 2/13/2024
2.1.131 122 2/13/2024
2.1.130 119 2/13/2024
2.1.129 139 2/12/2024
2.1.128 117 2/12/2024
2.1.127 116 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 138 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 117 2/10/2024
2.1.116 126 2/10/2024
2.1.115 129 2/10/2024
2.1.114 121 2/9/2024
2.1.113 122 2/9/2024
2.1.112 118 2/9/2024
2.1.111 126 2/9/2024
2.1.110 124 2/9/2024
2.1.109 123 2/9/2024
2.1.108 125 2/9/2024
2.1.107 123 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 129 2/7/2024
2.1.99 113 2/7/2024
2.1.98 119 2/7/2024
2.1.97 111 2/7/2024
2.1.96 116 2/7/2024
2.1.95 133 2/7/2024
2.1.94 120 2/6/2024
2.1.93 113 2/6/2024
2.1.92 117 2/6/2024
2.1.91 115 2/5/2024
2.1.90 114 2/5/2024
2.1.89 122 2/4/2024
2.1.88 106 2/4/2024
2.1.87 119 2/3/2024
2.1.86 120 2/3/2024
2.1.85 117 1/31/2024
2.1.84 108 1/31/2024
2.1.83 106 1/31/2024
2.1.82 95 1/31/2024
2.1.81 121 1/30/2024
2.1.80 111 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 103 1/29/2024
2.1.73 111 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 112 1/28/2024
2.1.68 110 1/28/2024
2.1.67 107 1/28/2024
2.1.66 109 1/27/2024
2.1.65 110 1/27/2024
2.1.64 112 1/27/2024
2.1.63 128 1/27/2024
2.1.62 124 1/27/2024
2.1.61 113 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 108 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 110 1/25/2024
2.1.47 116 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 135 1/16/2024
2.1.42 126 1/16/2024
2.1.41 115 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 121 1/15/2024
2.1.35 125 1/15/2024
2.1.34 128 1/14/2024
2.1.33 114 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 130 1/13/2024
2.1.28 122 1/12/2024
2.1.27 122 1/12/2024
2.1.26 121 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 144 1/8/2024
2.1.20 124 1/8/2024
2.1.19 142 1/8/2024
2.1.18 151 1/7/2024
2.1.17 133 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 140 1/5/2024
2.1.11 121 1/1/2024
2.1.10 107 1/1/2024
2.1.9 118 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 124 12/31/2023
2.1.4 138 12/31/2023
2.1.3 127 12/31/2023
2.1.2 105 12/31/2023
2.1.1 114 12/31/2023