Soenneker.Utils.String.CosineSimilarity 3.0.744

Prefix Reserved
dotnet add package Soenneker.Utils.String.CosineSimilarity --version 3.0.744                
NuGet\Install-Package Soenneker.Utils.String.CosineSimilarity -Version 3.0.744                
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.744" />                
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.744                
#r "nuget: Soenneker.Utils.String.CosineSimilarity, 3.0.744"                
#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.744

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

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.744 0 1/2/2025
3.0.743 0 1/2/2025
3.0.742 0 1/2/2025
3.0.741 0 1/2/2025
3.0.740 69 1/1/2025
3.0.739 60 1/1/2025
3.0.738 62 1/1/2025
3.0.737 66 1/1/2025
3.0.736 81 1/1/2025
3.0.735 67 1/1/2025
3.0.734 79 1/1/2025
3.0.732 66 12/31/2024
3.0.731 69 12/31/2024
3.0.730 60 12/31/2024
3.0.729 62 12/31/2024
3.0.728 62 12/31/2024
3.0.727 70 12/31/2024
3.0.726 81 12/31/2024
3.0.725 70 12/31/2024
3.0.724 69 12/31/2024
3.0.723 75 12/28/2024
3.0.722 70 12/28/2024
3.0.721 74 12/27/2024
3.0.720 79 12/27/2024
3.0.719 71 12/24/2024
3.0.718 74 12/24/2024
3.0.717 77 12/24/2024
3.0.716 83 12/24/2024
3.0.715 75 12/24/2024
3.0.714 77 12/24/2024
3.0.713 72 12/24/2024
3.0.712 78 12/23/2024
3.0.711 75 12/23/2024
3.0.710 75 12/23/2024
3.0.709 72 12/23/2024
3.0.708 76 12/23/2024
3.0.707 73 12/23/2024
3.0.706 74 12/22/2024
3.0.705 77 12/22/2024
3.0.704 75 12/22/2024
3.0.703 82 12/22/2024
3.0.702 76 12/22/2024
3.0.701 79 12/21/2024
3.0.700 75 12/21/2024
3.0.699 82 12/21/2024
3.0.698 74 12/21/2024
3.0.697 74 12/21/2024
3.0.696 83 12/21/2024
3.0.695 88 12/21/2024
3.0.694 79 12/20/2024
3.0.693 80 12/20/2024
3.0.692 76 12/20/2024
3.0.691 82 12/20/2024
3.0.690 80 12/19/2024
3.0.689 75 12/19/2024
3.0.688 74 12/19/2024
3.0.687 75 12/19/2024
3.0.686 77 12/18/2024
3.0.685 77 12/18/2024
3.0.684 73 12/16/2024
3.0.683 74 12/16/2024
3.0.682 81 12/10/2024
3.0.681 77 12/10/2024
3.0.680 73 12/10/2024
3.0.679 81 12/9/2024
3.0.678 81 12/9/2024
3.0.677 76 12/9/2024
3.0.676 78 12/9/2024
3.0.675 84 12/7/2024
3.0.674 83 12/6/2024
3.0.673 78 12/6/2024
3.0.672 84 12/6/2024
3.0.671 79 12/6/2024
3.0.670 92 12/6/2024
3.0.668 83 12/6/2024
3.0.667 78 12/6/2024
3.0.666 86 12/6/2024
3.0.665 80 12/6/2024
3.0.664 82 12/6/2024
3.0.663 78 12/6/2024
3.0.661 86 12/6/2024
3.0.660 85 12/5/2024
3.0.659 81 12/5/2024
3.0.658 87 12/4/2024
3.0.657 82 12/4/2024
3.0.656 87 12/4/2024
3.0.655 88 12/4/2024
3.0.654 76 12/4/2024
3.0.653 80 12/3/2024
3.0.652 85 12/3/2024
3.0.651 89 12/3/2024
3.0.650 77 12/3/2024
3.0.649 77 12/3/2024
3.0.648 83 12/3/2024
3.0.647 75 12/3/2024
3.0.646 80 12/3/2024
3.0.645 76 12/2/2024
3.0.644 83 12/2/2024
3.0.643 83 12/2/2024
3.0.642 90 12/2/2024
3.0.641 85 12/2/2024
3.0.640 90 12/1/2024
3.0.639 83 12/1/2024
3.0.638 86 12/1/2024
3.0.637 91 12/1/2024
3.0.636 85 11/29/2024
3.0.635 80 11/29/2024
3.0.634 83 11/29/2024
3.0.633 84 11/21/2024
3.0.632 88 11/21/2024
3.0.631 78 11/21/2024
3.0.630 82 11/20/2024
3.0.629 80 11/20/2024
3.0.628 81 11/20/2024
3.0.627 78 11/20/2024
3.0.626 79 11/20/2024
3.0.625 91 11/20/2024
3.0.624 84 11/19/2024
3.0.623 88 11/19/2024
3.0.622 78 11/19/2024
3.0.621 76 11/19/2024
3.0.620 77 11/19/2024
3.0.619 86 11/19/2024
3.0.618 86 11/15/2024
3.0.617 85 11/14/2024
3.0.616 82 11/14/2024
3.0.615 79 11/14/2024
3.0.614 81 11/14/2024
3.0.613 80 11/14/2024
3.0.612 80 11/14/2024
3.0.611 86 11/14/2024
3.0.610 79 11/14/2024
3.0.609 93 11/14/2024
3.0.608 82 11/14/2024
3.0.607 83 11/14/2024
3.0.606 82 11/14/2024
2.1.605 87 11/13/2024
2.1.604 86 11/13/2024
2.1.603 91 11/13/2024
2.1.602 83 11/13/2024
2.1.601 89 11/12/2024
2.1.600 87 11/9/2024
2.1.599 87 11/9/2024
2.1.598 88 11/9/2024
2.1.597 81 11/8/2024
2.1.596 95 11/8/2024
2.1.595 81 11/8/2024
2.1.594 95 11/8/2024
2.1.593 82 11/8/2024
2.1.592 82 11/6/2024
2.1.591 92 11/1/2024
2.1.590 91 11/1/2024
2.1.589 90 11/1/2024
2.1.588 79 10/31/2024
2.1.586 92 10/29/2024
2.1.585 90 10/29/2024
2.1.584 76 10/29/2024
2.1.583 88 10/29/2024
2.1.582 79 10/28/2024
2.1.581 88 10/26/2024
2.1.580 87 10/26/2024
2.1.579 95 10/22/2024
2.1.578 74 10/22/2024
2.1.577 80 10/22/2024
2.1.576 76 10/22/2024
2.1.575 66 10/22/2024
2.1.574 79 10/22/2024
2.1.573 86 10/18/2024
2.1.572 91 10/17/2024
2.1.571 144 10/17/2024
2.1.570 84 10/15/2024
2.1.569 88 10/14/2024
2.1.568 89 10/12/2024
2.1.567 92 10/12/2024
2.1.566 97 10/11/2024
2.1.565 113 10/9/2024
2.1.564 88 10/9/2024
2.1.563 87 10/9/2024
2.1.562 90 10/9/2024
2.1.561 92 10/9/2024
2.1.560 88 10/8/2024
2.1.559 90 10/8/2024
2.1.558 76 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 79 10/3/2024
2.1.552 89 10/2/2024
2.1.551 82 10/2/2024
2.1.550 100 10/2/2024
2.1.549 88 10/2/2024
2.1.548 92 10/1/2024
2.1.547 88 10/1/2024
2.1.546 92 10/1/2024
2.1.545 94 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 92 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 93 9/27/2024
2.1.536 87 9/27/2024
2.1.535 92 9/27/2024
2.1.534 102 9/27/2024
2.1.533 98 9/26/2024
2.1.532 99 9/26/2024
2.1.531 92 9/26/2024
2.1.530 97 9/26/2024
2.1.529 84 9/26/2024
2.1.528 89 9/26/2024
2.1.527 89 9/26/2024
2.1.526 87 9/26/2024
2.1.525 98 9/23/2024
2.1.524 91 9/23/2024
2.1.523 92 9/23/2024
2.1.522 86 9/23/2024
2.1.521 90 9/23/2024
2.1.520 98 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 87 9/18/2024
2.1.515 98 9/18/2024
2.1.514 94 9/18/2024
2.1.513 90 9/18/2024
2.1.512 92 9/17/2024
2.1.511 106 9/17/2024
2.1.510 104 9/17/2024
2.1.509 92 9/17/2024
2.1.508 90 9/17/2024
2.1.507 93 9/17/2024
2.1.506 88 9/17/2024
2.1.505 106 9/17/2024
2.1.504 98 9/16/2024
2.1.503 93 9/16/2024
2.1.502 102 9/16/2024
2.1.501 106 9/12/2024
2.1.500 99 9/12/2024
2.1.499 127 9/11/2024
2.1.498 118 9/11/2024
2.1.497 116 9/11/2024
2.1.496 118 9/11/2024
2.1.495 112 9/11/2024
2.1.494 112 9/10/2024
2.1.493 124 9/10/2024
2.1.492 104 9/10/2024
2.1.491 103 9/10/2024
2.1.490 109 9/10/2024
2.1.489 109 9/9/2024
2.1.487 129 9/9/2024
2.1.485 113 9/9/2024
2.1.484 109 9/9/2024
2.1.483 116 9/7/2024
2.1.482 115 9/7/2024
2.1.481 112 9/6/2024
2.1.479 109 9/6/2024
2.1.478 115 9/6/2024
2.1.477 126 9/5/2024
2.1.476 100 9/5/2024
2.1.475 119 9/5/2024
2.1.474 112 9/5/2024
2.1.473 123 9/5/2024
2.1.472 112 9/5/2024
2.1.471 115 9/5/2024
2.1.470 102 9/4/2024
2.1.469 96 9/4/2024
2.1.468 101 9/3/2024
2.1.467 95 9/3/2024
2.1.466 99 9/3/2024
2.1.465 103 9/3/2024
2.1.464 99 9/3/2024
2.1.463 103 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 108 8/26/2024
2.1.458 109 8/26/2024
2.1.457 125 8/21/2024
2.1.456 122 8/21/2024
2.1.455 117 8/21/2024
2.1.454 142 8/21/2024
2.1.453 122 8/20/2024
2.1.452 114 8/20/2024
2.1.451 114 8/20/2024
2.1.450 125 8/20/2024
2.1.449 123 8/20/2024
2.1.448 118 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 109 8/14/2024
2.1.442 122 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 93 8/1/2024
2.1.432 85 7/25/2024
2.1.431 78 7/25/2024
2.1.430 80 7/25/2024
2.1.429 85 7/25/2024
2.1.428 90 7/25/2024
2.1.427 84 7/25/2024
2.1.426 99 7/25/2024
2.1.425 88 7/24/2024
2.1.423 114 7/20/2024
2.1.422 115 7/20/2024
2.1.421 112 7/20/2024
2.1.420 94 7/14/2024
2.1.419 91 7/14/2024
2.1.418 92 7/14/2024
2.1.417 86 7/14/2024
2.1.416 94 7/10/2024
2.1.415 97 7/10/2024
2.1.414 85 7/10/2024
2.1.413 108 7/10/2024
2.1.411 101 7/10/2024
2.1.410 84 7/10/2024
2.1.409 103 7/10/2024
2.1.408 92 7/10/2024
2.1.407 117 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 107 7/9/2024
2.1.397 101 7/9/2024
2.1.396 108 7/9/2024
2.1.395 113 7/9/2024
2.1.394 101 7/8/2024
2.1.393 106 7/8/2024
2.1.392 111 7/8/2024
2.1.391 120 7/8/2024
2.1.390 95 7/8/2024
2.1.389 112 7/8/2024
2.1.388 104 7/7/2024
2.1.387 92 7/7/2024
2.1.386 117 7/3/2024
2.1.385 114 7/3/2024
2.1.384 107 7/3/2024
2.1.383 103 7/3/2024
2.1.382 109 7/3/2024
2.1.381 109 6/27/2024
2.1.380 95 6/27/2024
2.1.379 107 6/22/2024
2.1.378 101 6/22/2024
2.1.377 107 6/22/2024
2.1.376 115 6/16/2024
2.1.375 108 6/15/2024
2.1.374 108 6/15/2024
2.1.373 120 6/15/2024
2.1.372 116 6/15/2024
2.1.371 121 6/15/2024
2.1.370 111 6/15/2024
2.1.369 110 6/15/2024
2.1.368 110 6/15/2024
2.1.367 101 6/14/2024
2.1.366 106 6/14/2024
2.1.365 113 6/4/2024
2.1.364 128 6/4/2024
2.1.363 123 6/2/2024
2.1.362 124 6/1/2024
2.1.361 111 6/1/2024
2.1.360 113 6/1/2024
2.1.359 110 6/1/2024
2.1.358 123 6/1/2024
2.1.357 119 6/1/2024
2.1.356 118 6/1/2024
2.1.355 128 5/31/2024
2.1.354 111 5/31/2024
2.1.353 99 5/31/2024
2.1.352 112 5/31/2024
2.1.351 118 5/29/2024
2.1.350 107 5/29/2024
2.1.349 105 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 103 5/27/2024
2.1.341 111 5/26/2024
2.1.340 115 5/26/2024
2.1.339 110 5/26/2024
2.1.338 118 5/26/2024
2.1.337 119 5/26/2024
2.1.336 114 5/26/2024
2.1.335 117 5/25/2024
2.1.334 118 5/25/2024
2.1.333 112 5/25/2024
2.1.332 116 5/25/2024
2.1.331 109 5/25/2024
2.1.330 115 5/25/2024
2.1.329 117 5/23/2024
2.1.328 116 5/23/2024
2.1.327 98 5/23/2024
2.1.326 119 5/23/2024
2.1.325 113 5/23/2024
2.1.324 121 5/23/2024
2.1.323 113 5/22/2024
2.1.322 118 5/22/2024
2.1.321 115 5/22/2024
2.1.320 108 5/22/2024
2.1.319 115 5/18/2024
2.1.318 113 5/18/2024
2.1.317 105 5/18/2024
2.1.316 111 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 121 5/16/2024
2.1.310 134 5/15/2024
2.1.309 111 5/15/2024
2.1.308 128 5/15/2024
2.1.307 123 5/13/2024
2.1.306 119 5/13/2024
2.1.305 105 5/13/2024
2.1.304 135 4/30/2024
2.1.303 123 4/30/2024
2.1.302 118 4/30/2024
2.1.301 127 4/30/2024
2.1.300 116 4/29/2024
2.1.299 115 4/29/2024
2.1.298 104 4/29/2024
2.1.297 108 4/29/2024
2.1.296 108 4/28/2024
2.1.295 119 4/28/2024
2.1.294 120 4/28/2024
2.1.293 109 4/28/2024
2.1.292 117 4/28/2024
2.1.291 109 4/28/2024
2.1.290 114 4/28/2024
2.1.289 112 4/27/2024
2.1.288 145 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 119 4/19/2024
2.1.282 119 4/19/2024
2.1.281 110 4/18/2024
2.1.280 123 4/13/2024
2.1.279 106 4/13/2024
2.1.278 115 4/13/2024
2.1.277 108 4/12/2024
2.1.276 102 4/12/2024
2.1.275 107 4/12/2024
2.1.274 106 4/12/2024
2.1.273 105 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 107 4/11/2024
2.1.268 116 4/10/2024
2.1.267 98 4/10/2024
2.1.266 99 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 116 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 119 3/25/2024
2.1.253 114 3/21/2024
2.1.252 110 3/21/2024
2.1.251 117 3/21/2024
2.1.250 109 3/20/2024
2.1.249 116 3/20/2024
2.1.248 135 3/19/2024
2.1.247 96 3/19/2024
2.1.246 107 3/19/2024
2.1.245 107 3/19/2024
2.1.244 107 3/19/2024
2.1.243 125 3/19/2024
2.1.242 124 3/18/2024
2.1.241 112 3/16/2024
2.1.240 108 3/16/2024
2.1.239 120 3/16/2024
2.1.238 121 3/15/2024
2.1.237 118 3/13/2024
2.1.236 124 3/13/2024
2.1.235 119 3/13/2024
2.1.234 115 3/13/2024
2.1.233 121 3/13/2024
2.1.232 125 3/13/2024
2.1.231 122 3/13/2024
2.1.230 121 3/13/2024
2.1.229 145 3/12/2024
2.1.228 122 3/12/2024
2.1.227 117 3/12/2024
2.1.226 127 3/12/2024
2.1.225 112 3/11/2024
2.1.224 110 3/11/2024
2.1.223 139 3/11/2024
2.1.222 111 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 119 3/10/2024
2.1.217 118 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 113 3/8/2024
2.1.211 117 3/8/2024
2.1.210 110 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 105 3/4/2024
2.1.204 126 3/4/2024
2.1.203 128 3/4/2024
2.1.202 103 3/4/2024
2.1.201 116 3/3/2024
2.1.200 128 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 114 3/2/2024
2.1.195 113 2/29/2024
2.1.194 107 2/29/2024
2.1.193 104 2/29/2024
2.1.192 119 2/29/2024
2.1.191 113 2/29/2024
2.1.190 103 2/29/2024
2.1.189 123 2/29/2024
2.1.188 120 2/29/2024
2.1.187 104 2/27/2024
2.1.186 113 2/26/2024
2.1.185 96 2/26/2024
2.1.184 107 2/25/2024
2.1.183 100 2/25/2024
2.1.182 106 2/25/2024
2.1.181 118 2/25/2024
2.1.180 114 2/25/2024
2.1.179 104 2/24/2024
2.1.178 106 2/23/2024
2.1.177 104 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 95 2/22/2024
2.1.172 105 2/22/2024
2.1.171 116 2/22/2024
2.1.170 123 2/21/2024
2.1.169 121 2/21/2024
2.1.168 102 2/21/2024
2.1.167 115 2/21/2024
2.1.166 137 2/21/2024
2.1.165 117 2/21/2024
2.1.164 104 2/21/2024
2.1.163 128 2/20/2024
2.1.162 103 2/20/2024
2.1.161 113 2/20/2024
2.1.160 114 2/20/2024
2.1.159 125 2/20/2024
2.1.158 108 2/20/2024
2.1.157 113 2/20/2024
2.1.156 107 2/20/2024
2.1.155 117 2/19/2024
2.1.154 97 2/19/2024
2.1.153 134 2/19/2024
2.1.152 95 2/19/2024
2.1.151 121 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 126 2/17/2024
2.1.146 111 2/16/2024
2.1.145 128 2/16/2024
2.1.144 105 2/16/2024
2.1.143 128 2/16/2024
2.1.142 111 2/16/2024
2.1.141 119 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 120 2/14/2024
2.1.136 127 2/14/2024
2.1.135 108 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 121 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 121 2/12/2024
2.1.125 115 2/11/2024
2.1.124 117 2/11/2024
2.1.123 138 2/11/2024
2.1.122 129 2/11/2024
2.1.121 120 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 122 2/9/2024
2.1.108 125 2/9/2024
2.1.107 122 2/8/2024
2.1.106 120 2/8/2024
2.1.105 123 2/8/2024
2.1.104 120 2/8/2024
2.1.103 114 2/8/2024
2.1.102 121 2/7/2024
2.1.101 127 2/7/2024
2.1.100 129 2/7/2024
2.1.99 112 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 116 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 105 2/4/2024
2.1.87 119 2/3/2024
2.1.86 119 2/3/2024
2.1.85 116 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 112 1/30/2024
2.1.78 106 1/29/2024
2.1.77 115 1/29/2024
2.1.76 105 1/29/2024
2.1.75 111 1/29/2024
2.1.74 102 1/29/2024
2.1.73 110 1/29/2024
2.1.72 109 1/28/2024
2.1.71 125 1/28/2024
2.1.70 109 1/28/2024
2.1.69 111 1/28/2024
2.1.68 109 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 99 1/27/2024
2.1.59 112 1/27/2024
2.1.58 115 1/26/2024
2.1.57 108 1/26/2024
2.1.56 115 1/26/2024
2.1.55 106 1/26/2024
2.1.54 113 1/26/2024
2.1.53 124 1/26/2024
2.1.52 108 1/25/2024
2.1.51 101 1/25/2024
2.1.50 116 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 116 1/19/2024
2.1.45 119 1/19/2024
2.1.44 125 1/19/2024
2.1.43 135 1/16/2024
2.1.42 125 1/16/2024
2.1.41 115 1/15/2024
2.1.40 125 1/15/2024
2.1.39 128 1/15/2024
2.1.38 123 1/15/2024
2.1.37 128 1/15/2024
2.1.36 121 1/15/2024
2.1.35 124 1/15/2024
2.1.34 128 1/14/2024
2.1.33 114 1/14/2024
2.1.32 123 1/13/2024
2.1.31 115 1/13/2024
2.1.30 116 1/13/2024
2.1.29 130 1/13/2024
2.1.28 121 1/12/2024
2.1.27 121 1/12/2024
2.1.26 121 1/12/2024
2.1.25 115 1/11/2024
2.1.24 125 1/11/2024
2.1.23 132 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 137 1/5/2024
2.1.13 148 1/5/2024
2.1.12 140 1/5/2024
2.1.11 121 1/1/2024
2.1.10 106 1/1/2024
2.1.9 118 1/1/2024
2.1.8 106 1/1/2024
2.1.7 117 1/1/2024
2.1.6 145 12/31/2023
2.1.5 124 12/31/2023
2.1.4 138 12/31/2023
2.1.3 126 12/31/2023
2.1.2 105 12/31/2023
2.1.1 113 12/31/2023