Soenneker.Utils.String.JaccardSimilarity 2.1.565

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

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

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

A utility library for comparing strings via the Jaccard similarity algorithm

Installation

dotnet add package Soenneker.Utils.String.JaccardSimilarity

Why?

Jaccard similarity is great for comparing sets of items, and it's often used for tasks like detecting similar documents or recommending content. It's useful because:

Set-Focused:

It works well when you care about what elements are present, not their order.

Scale Doesn't Matter:

It's not influenced by how big the sets are, just by what they share.

Efficient:

It's quick to calculate making it suitable for large datasets.

Handles Noise Well:

It stays reliable even if there's extra, less important information in the sets.

Usage

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

double result = JaccardSimilarityStringUtil.CalculateSimilarityPercentage(text1, text2); // 60
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.653 37 11/21/2024
3.0.652 38 11/21/2024
3.0.651 38 11/20/2024
3.0.650 38 11/20/2024
3.0.649 31 11/20/2024
3.0.648 32 11/20/2024
3.0.647 36 11/20/2024
3.0.646 33 11/19/2024
3.0.645 33 11/19/2024
3.0.644 37 11/19/2024
3.0.643 31 11/19/2024
3.0.642 36 11/19/2024
3.0.641 32 11/19/2024
3.0.640 65 11/15/2024
3.0.639 67 11/14/2024
3.0.638 63 11/14/2024
3.0.637 67 11/14/2024
3.0.636 64 11/14/2024
3.0.635 55 11/14/2024
3.0.634 63 11/14/2024
3.0.633 65 11/14/2024
3.0.632 64 11/14/2024
3.0.631 68 11/14/2024
3.0.630 63 11/14/2024
3.0.629 66 11/14/2024
2.1.628 68 11/13/2024
2.1.627 62 11/13/2024
2.1.626 73 11/13/2024
2.1.625 66 11/12/2024
2.1.624 68 11/12/2024
2.1.623 78 11/9/2024
2.1.622 79 11/9/2024
2.1.621 78 11/9/2024
2.1.620 64 11/8/2024
2.1.619 71 11/8/2024
2.1.618 73 11/8/2024
2.1.617 73 11/8/2024
2.1.616 68 11/8/2024
2.1.615 69 11/6/2024
2.1.614 73 11/1/2024
2.1.613 67 11/1/2024
2.1.612 64 11/1/2024
2.1.611 67 10/29/2024
2.1.610 67 10/29/2024
2.1.609 68 10/29/2024
2.1.608 64 10/29/2024
2.1.607 60 10/29/2024
2.1.606 76 10/28/2024
2.1.605 74 10/26/2024
2.1.604 71 10/26/2024
2.1.603 75 10/22/2024
2.1.602 70 10/22/2024
2.1.601 71 10/22/2024
2.1.600 86 10/22/2024
2.1.599 72 10/22/2024
2.1.598 77 10/18/2024
2.1.597 80 10/17/2024
2.1.596 77 10/17/2024
2.1.595 81 10/15/2024
2.1.594 75 10/15/2024
2.1.593 79 10/14/2024
2.1.592 78 10/12/2024
2.1.591 74 10/12/2024
2.1.590 81 10/11/2024
2.1.589 80 10/9/2024
2.1.588 74 10/9/2024
2.1.587 73 10/9/2024
2.1.586 76 10/9/2024
2.1.585 77 10/8/2024
2.1.584 83 10/8/2024
2.1.583 73 10/8/2024
2.1.582 81 10/8/2024
2.1.581 77 10/8/2024
2.1.580 82 10/3/2024
2.1.579 70 10/3/2024
2.1.578 81 10/3/2024
2.1.577 75 10/3/2024
2.1.576 78 10/3/2024
2.1.575 80 10/2/2024
2.1.574 84 10/2/2024
2.1.573 78 10/2/2024
2.1.572 81 10/2/2024
2.1.571 77 10/1/2024
2.1.570 73 10/1/2024
2.1.569 75 10/1/2024
2.1.568 79 10/1/2024
2.1.567 84 10/1/2024
2.1.566 80 9/29/2024
2.1.565 75 9/29/2024
2.1.564 81 9/29/2024
2.1.563 73 9/29/2024
2.1.562 74 9/27/2024
2.1.561 87 9/27/2024
2.1.560 85 9/27/2024
2.1.559 86 9/27/2024
2.1.558 81 9/27/2024
2.1.557 71 9/27/2024
2.1.556 75 9/27/2024
2.1.555 76 9/26/2024
2.1.554 84 9/26/2024
2.1.553 80 9/26/2024
2.1.552 81 9/26/2024
2.1.551 76 9/26/2024
2.1.550 80 9/26/2024
2.1.549 76 9/26/2024
2.1.548 81 9/26/2024
2.1.547 81 9/23/2024
2.1.546 74 9/23/2024
2.1.545 78 9/23/2024
2.1.544 79 9/23/2024
2.1.543 75 9/23/2024
2.1.542 79 9/23/2024
2.1.541 78 9/23/2024
2.1.540 76 9/23/2024
2.1.539 103 9/18/2024
2.1.538 76 9/18/2024
2.1.537 79 9/18/2024
2.1.536 89 9/18/2024
2.1.535 78 9/18/2024
2.1.534 81 9/17/2024
2.1.533 81 9/17/2024
2.1.531 84 9/17/2024
2.1.530 90 9/17/2024
2.1.529 88 9/17/2024
2.1.528 92 9/17/2024
2.1.527 91 9/17/2024
2.1.526 87 9/16/2024
2.1.525 93 9/16/2024
2.1.524 95 9/12/2024
2.1.523 92 9/12/2024
2.1.522 100 9/12/2024
2.1.521 102 9/12/2024
2.1.520 100 9/11/2024
2.1.519 95 9/11/2024
2.1.517 90 9/11/2024
2.1.516 106 9/11/2024
2.1.515 90 9/10/2024
2.1.514 87 9/10/2024
2.1.513 89 9/10/2024
2.1.512 86 9/10/2024
2.1.511 88 9/10/2024
2.1.510 96 9/10/2024
2.1.509 84 9/9/2024
2.1.508 89 9/9/2024
2.1.507 95 9/9/2024
2.1.506 89 9/9/2024
2.1.505 88 9/9/2024
2.1.504 97 9/9/2024
2.1.503 98 9/7/2024
2.1.502 91 9/7/2024
2.1.501 97 9/6/2024
2.1.500 95 9/6/2024
2.1.499 97 9/6/2024
2.1.498 99 9/6/2024
2.1.497 93 9/5/2024
2.1.496 98 9/5/2024
2.1.495 89 9/5/2024
2.1.494 100 9/5/2024
2.1.493 90 9/5/2024
2.1.492 90 9/5/2024
2.1.491 98 9/5/2024
2.1.490 97 9/4/2024
2.1.489 94 9/4/2024
2.1.488 94 9/3/2024
2.1.487 92 9/3/2024
2.1.486 94 9/3/2024
2.1.485 96 9/3/2024
2.1.484 88 9/3/2024
2.1.483 94 8/29/2024
2.1.482 92 8/29/2024
2.1.481 85 8/29/2024
2.1.480 102 8/26/2024
2.1.479 89 8/26/2024
2.1.478 106 8/26/2024
2.1.477 110 8/21/2024
2.1.476 121 8/21/2024
2.1.475 112 8/21/2024
2.1.474 97 8/21/2024
2.1.473 121 8/20/2024
2.1.472 107 8/20/2024
2.1.471 105 8/20/2024
2.1.470 109 8/20/2024
2.1.469 106 8/20/2024
2.1.468 111 8/20/2024
2.1.467 113 8/19/2024
2.1.466 107 8/15/2024
2.1.465 112 8/15/2024
2.1.464 105 8/15/2024
2.1.463 112 8/14/2024
2.1.462 110 8/14/2024
2.1.461 105 8/14/2024
2.1.460 108 8/13/2024
2.1.459 96 8/7/2024
2.1.458 92 8/7/2024
2.1.457 94 8/7/2024
2.1.456 84 8/6/2024
2.1.455 80 8/6/2024
2.1.454 60 8/1/2024
2.1.453 69 8/1/2024
2.1.452 68 8/1/2024
2.1.450 85 7/25/2024
2.1.449 87 7/25/2024
2.1.448 81 7/25/2024
2.1.447 79 7/25/2024
2.1.446 90 7/25/2024
2.1.445 87 7/25/2024
2.1.444 86 7/24/2024
2.1.442 88 7/20/2024
2.1.441 87 7/20/2024
2.1.440 91 7/20/2024
2.1.439 82 7/14/2024
2.1.438 88 7/14/2024
2.1.437 82 7/14/2024
2.1.436 84 7/14/2024
2.1.435 79 7/14/2024
2.1.434 85 7/10/2024
2.1.433 86 7/10/2024
2.1.432 85 7/10/2024
2.1.431 83 7/10/2024
2.1.429 81 7/10/2024
2.1.428 57 7/10/2024
2.1.427 83 7/10/2024
2.1.426 91 7/10/2024
2.1.424 90 7/10/2024
2.1.423 87 7/9/2024
2.1.422 73 7/9/2024
2.1.421 70 7/9/2024
2.1.420 80 7/9/2024
2.1.419 88 7/9/2024
2.1.418 73 7/9/2024
2.1.417 72 7/9/2024
2.1.416 88 7/9/2024
2.1.415 90 7/8/2024
2.1.414 97 7/8/2024
2.1.413 98 7/8/2024
2.1.412 88 7/8/2024
2.1.411 100 7/8/2024
2.1.410 92 7/7/2024
2.1.409 87 7/7/2024
2.1.408 108 7/3/2024
2.1.407 95 7/3/2024
2.1.406 89 7/3/2024
2.1.405 92 7/3/2024
2.1.404 91 7/3/2024
2.1.403 76 7/3/2024
2.1.402 95 6/27/2024
2.1.401 98 6/27/2024
2.1.400 99 6/27/2024
2.1.399 94 6/22/2024
2.1.398 96 6/22/2024
2.1.397 98 6/22/2024
2.1.396 80 6/16/2024
2.1.395 91 6/15/2024
2.1.394 88 6/15/2024
2.1.393 92 6/15/2024
2.1.392 93 6/15/2024
2.1.391 88 6/15/2024
2.1.390 85 6/15/2024
2.1.389 87 6/15/2024
2.1.388 88 6/14/2024
2.1.387 82 6/14/2024
2.1.386 91 6/4/2024
2.1.385 93 6/4/2024
2.1.384 99 6/2/2024
2.1.383 100 6/1/2024
2.1.382 90 6/1/2024
2.1.381 94 6/1/2024
2.1.380 89 6/1/2024
2.1.379 94 6/1/2024
2.1.378 88 6/1/2024
2.1.377 89 6/1/2024
2.1.376 91 5/31/2024
2.1.375 95 5/31/2024
2.1.374 71 5/31/2024
2.1.373 89 5/31/2024
2.1.372 95 5/29/2024
2.1.371 83 5/29/2024
2.1.370 83 5/29/2024
2.1.369 108 5/29/2024
2.1.368 99 5/28/2024
2.1.367 91 5/28/2024
2.1.366 92 5/28/2024
2.1.365 80 5/28/2024
2.1.364 92 5/28/2024
2.1.363 86 5/27/2024
2.1.362 97 5/27/2024
2.1.361 89 5/27/2024
2.1.360 94 5/26/2024
2.1.359 101 5/26/2024
2.1.358 98 5/26/2024
2.1.357 104 5/26/2024
2.1.356 100 5/26/2024
2.1.355 95 5/26/2024
2.1.354 96 5/25/2024
2.1.353 95 5/25/2024
2.1.352 95 5/25/2024
2.1.351 94 5/25/2024
2.1.350 96 5/25/2024
2.1.349 101 5/25/2024
2.1.348 101 5/23/2024
2.1.347 91 5/23/2024
2.1.346 91 5/23/2024
2.1.345 97 5/23/2024
2.1.344 97 5/23/2024
2.1.343 94 5/23/2024
2.1.342 102 5/22/2024
2.1.341 98 5/22/2024
2.1.340 103 5/22/2024
2.1.339 103 5/22/2024
2.1.338 85 5/18/2024
2.1.337 87 5/18/2024
2.1.336 90 5/18/2024
2.1.335 97 5/17/2024
2.1.334 99 5/17/2024
2.1.333 98 5/17/2024
2.1.332 98 5/17/2024
2.1.331 95 5/16/2024
2.1.330 77 5/16/2024
2.1.329 93 5/16/2024
2.1.328 93 5/15/2024
2.1.327 75 5/15/2024
2.1.326 95 5/15/2024
2.1.325 87 5/13/2024
2.1.324 97 5/13/2024
2.1.323 89 5/13/2024
2.1.322 82 5/12/2024
2.1.321 117 4/30/2024
2.1.320 112 4/30/2024
2.1.319 110 4/30/2024
2.1.318 103 4/30/2024
2.1.317 99 4/29/2024
2.1.316 94 4/29/2024
2.1.315 96 4/29/2024
2.1.314 99 4/29/2024
2.1.313 90 4/28/2024
2.1.312 100 4/28/2024
2.1.311 96 4/28/2024
2.1.310 97 4/28/2024
2.1.309 97 4/28/2024
2.1.308 99 4/28/2024
2.1.307 93 4/28/2024
2.1.306 100 4/28/2024
2.1.305 97 4/27/2024
2.1.304 113 4/20/2024
2.1.303 96 4/20/2024
2.1.302 99 4/19/2024
2.1.301 98 4/19/2024
2.1.300 85 4/19/2024
2.1.299 90 4/19/2024
2.1.298 94 4/19/2024
2.1.297 97 4/18/2024
2.1.296 119 4/13/2024
2.1.295 113 4/13/2024
2.1.294 103 4/13/2024
2.1.293 107 4/13/2024
2.1.292 93 4/12/2024
2.1.291 94 4/12/2024
2.1.290 101 4/12/2024
2.1.289 100 4/12/2024
2.1.288 95 4/12/2024
2.1.287 103 4/12/2024
2.1.286 102 4/12/2024
2.1.285 96 4/12/2024
2.1.284 98 4/11/2024
2.1.283 102 4/10/2024
2.1.282 92 4/10/2024
2.1.281 99 4/10/2024
2.1.280 96 4/10/2024
2.1.279 100 4/10/2024
2.1.278 91 4/3/2024
2.1.277 107 4/2/2024
2.1.276 99 4/2/2024
2.1.275 78 4/2/2024
2.1.274 114 4/2/2024
2.1.273 89 4/2/2024
2.1.272 407 3/30/2024
2.1.271 103 3/29/2024
2.1.270 106 3/29/2024
2.1.269 102 3/25/2024
2.1.268 96 3/25/2024
2.1.267 101 3/25/2024
2.1.266 99 3/25/2024
2.1.265 100 3/25/2024
2.1.264 105 3/21/2024
2.1.263 101 3/21/2024
2.1.262 97 3/20/2024
2.1.261 97 3/20/2024
2.1.260 93 3/20/2024
2.1.259 94 3/20/2024
2.1.258 106 3/19/2024
2.1.257 117 3/19/2024
2.1.256 92 3/19/2024
2.1.255 106 3/19/2024
2.1.254 121 3/19/2024
2.1.253 114 3/19/2024
2.1.252 87 3/18/2024
2.1.251 110 3/16/2024
2.1.250 107 3/16/2024
2.1.249 123 3/16/2024
2.1.248 109 3/15/2024
2.1.247 107 3/14/2024
2.1.246 119 3/13/2024
2.1.245 113 3/13/2024
2.1.244 111 3/13/2024
2.1.243 118 3/13/2024
2.1.242 101 3/13/2024
2.1.241 111 3/13/2024
2.1.240 119 3/13/2024
2.1.239 107 3/13/2024
2.1.238 113 3/13/2024
2.1.237 101 3/12/2024
2.1.236 117 3/12/2024
2.1.235 103 3/12/2024
2.1.234 100 3/12/2024
2.1.233 92 3/12/2024
2.1.232 110 3/12/2024
2.1.231 105 3/11/2024
2.1.230 110 3/11/2024
2.1.229 91 3/11/2024
2.1.228 90 3/11/2024
2.1.227 102 3/10/2024
2.1.226 96 3/10/2024
2.1.225 99 3/10/2024
2.1.224 116 3/9/2024
2.1.223 112 3/8/2024
2.1.222 114 3/8/2024
2.1.221 110 3/8/2024
2.1.220 104 3/8/2024
2.1.219 113 3/8/2024
2.1.218 102 3/8/2024
2.1.217 106 3/6/2024
2.1.216 112 3/6/2024
2.1.215 115 3/4/2024
2.1.214 109 3/4/2024
2.1.213 111 3/4/2024
2.1.212 112 3/4/2024
2.1.211 118 3/4/2024
2.1.210 110 3/3/2024
2.1.209 119 3/3/2024
2.1.208 114 3/3/2024
2.1.207 118 3/3/2024
2.1.206 114 3/2/2024
2.1.205 112 3/2/2024
2.1.204 115 3/2/2024
2.1.203 108 3/2/2024
2.1.202 117 3/2/2024
2.1.201 100 3/2/2024
2.1.200 103 3/2/2024
2.1.199 111 2/29/2024
2.1.198 106 2/29/2024
2.1.197 103 2/29/2024
2.1.196 105 2/29/2024
2.1.195 99 2/29/2024
2.1.194 105 2/29/2024
2.1.193 106 2/29/2024
2.1.192 112 2/27/2024
2.1.191 97 2/26/2024
2.1.190 102 2/26/2024
2.1.189 108 2/25/2024
2.1.188 104 2/25/2024
2.1.187 105 2/25/2024
2.1.186 101 2/25/2024
2.1.185 109 2/24/2024
2.1.184 106 2/24/2024
2.1.183 102 2/23/2024
2.1.182 92 2/23/2024
2.1.181 107 2/22/2024
2.1.180 110 2/22/2024
2.1.179 112 2/22/2024
2.1.178 116 2/22/2024
2.1.177 96 2/22/2024
2.1.176 117 2/22/2024
2.1.175 103 2/21/2024
2.1.174 116 2/21/2024
2.1.173 101 2/21/2024
2.1.172 109 2/21/2024
2.1.171 108 2/21/2024
2.1.170 105 2/21/2024
2.1.169 100 2/21/2024
2.1.168 102 2/20/2024
2.1.167 93 2/20/2024
2.1.166 91 2/20/2024
2.1.165 105 2/20/2024
2.1.164 110 2/20/2024
2.1.163 99 2/20/2024
2.1.162 106 2/20/2024
2.1.161 100 2/20/2024
2.1.160 95 2/19/2024
2.1.159 94 2/19/2024
2.1.158 96 2/19/2024
2.1.157 97 2/19/2024
2.1.156 104 2/17/2024
2.1.155 98 2/17/2024
2.1.154 96 2/17/2024
2.1.153 96 2/17/2024
2.1.152 100 2/17/2024
2.1.151 98 2/16/2024
2.1.150 96 2/16/2024
2.1.149 99 2/16/2024
2.1.148 99 2/16/2024
2.1.147 99 2/16/2024
2.1.146 103 2/16/2024
2.1.145 101 2/16/2024
2.1.144 94 2/16/2024
2.1.143 99 2/14/2024
2.1.142 98 2/14/2024
2.1.141 98 2/14/2024
2.1.140 103 2/14/2024
2.1.139 98 2/13/2024
2.1.138 117 2/13/2024
2.1.137 90 2/13/2024
2.1.136 92 2/13/2024
2.1.135 101 2/13/2024
2.1.134 121 2/13/2024
2.1.133 105 2/13/2024
2.1.132 116 2/12/2024
2.1.131 108 2/12/2024
2.1.130 94 2/12/2024
2.1.129 115 2/12/2024
2.1.128 116 2/11/2024
2.1.127 110 2/11/2024
2.1.126 99 2/11/2024
2.1.125 102 2/11/2024
2.1.124 113 2/11/2024
2.1.123 105 2/11/2024
2.1.122 107 2/10/2024
2.1.121 105 2/10/2024
2.1.120 116 2/10/2024
2.1.119 116 2/10/2024
2.1.118 103 2/9/2024
2.1.117 117 2/9/2024
2.1.116 113 2/9/2024
2.1.115 119 2/9/2024
2.1.114 111 2/9/2024
2.1.113 95 2/9/2024
2.1.112 96 2/9/2024
2.1.111 101 2/8/2024
2.1.110 114 2/8/2024
2.1.109 119 2/8/2024
2.1.108 105 2/8/2024
2.1.107 101 2/8/2024
2.1.106 109 2/8/2024
2.1.105 120 2/7/2024
2.1.104 111 2/7/2024
2.1.103 121 2/7/2024
2.1.102 105 2/7/2024
2.1.101 118 2/7/2024
2.1.100 113 2/7/2024
2.1.99 124 2/7/2024
2.1.98 114 2/6/2024
2.1.97 107 2/6/2024
2.1.96 117 2/6/2024
2.1.95 91 2/5/2024
2.1.94 107 2/5/2024
2.1.93 109 2/5/2024
2.1.92 109 2/4/2024
2.1.91 92 2/4/2024
2.1.90 111 2/4/2024
2.1.89 113 2/3/2024
2.1.88 114 2/3/2024
2.1.87 110 2/2/2024
2.1.86 113 1/31/2024
2.1.85 89 1/31/2024
2.1.84 98 1/31/2024
2.1.83 101 1/31/2024
2.1.82 92 1/31/2024
2.1.81 99 1/30/2024
2.1.80 94 1/30/2024
2.1.79 103 1/30/2024
2.1.78 102 1/29/2024
2.1.77 101 1/29/2024
2.1.76 90 1/29/2024
2.1.75 105 1/29/2024
2.1.74 102 1/29/2024
2.1.73 107 1/28/2024
2.1.72 105 1/28/2024
2.1.71 88 1/28/2024
2.1.70 103 1/28/2024
2.1.69 100 1/28/2024
2.1.68 104 1/28/2024
2.1.67 104 1/28/2024
2.1.66 103 1/27/2024
2.1.65 105 1/27/2024
2.1.64 103 1/27/2024
2.1.63 108 1/27/2024
2.1.62 105 1/27/2024
2.1.61 100 1/27/2024
2.1.60 99 1/27/2024
2.1.59 89 1/27/2024
2.1.58 99 1/26/2024
2.1.57 103 1/26/2024
2.1.56 104 1/26/2024
2.1.55 101 1/26/2024
2.1.54 104 1/26/2024
2.1.53 104 1/26/2024
2.1.52 89 1/26/2024
2.1.51 86 1/26/2024
2.1.50 113 1/25/2024
2.1.49 99 1/25/2024
2.1.48 108 1/25/2024
2.1.47 106 1/25/2024
2.1.46 106 1/25/2024
2.1.45 103 1/19/2024
2.1.44 103 1/19/2024
2.1.43 113 1/16/2024
2.1.42 109 1/16/2024
2.1.41 108 1/15/2024
2.1.40 117 1/15/2024
2.1.39 110 1/15/2024
2.1.38 113 1/15/2024
2.1.37 118 1/15/2024
2.1.36 112 1/15/2024
2.1.35 92 1/15/2024
2.1.34 116 1/14/2024
2.1.33 106 1/14/2024
2.1.32 120 1/14/2024
2.1.31 111 1/14/2024
2.1.30 113 1/13/2024
2.1.29 113 1/13/2024
2.1.28 102 1/13/2024
2.1.27 112 1/13/2024
2.1.26 127 1/12/2024
2.1.25 95 1/12/2024
2.1.24 114 1/12/2024
2.1.23 101 1/11/2024
2.1.22 117 1/11/2024
2.1.21 87 1/11/2024
2.1.20 109 1/9/2024
2.1.19 107 1/8/2024
2.1.18 112 1/8/2024
2.1.17 120 1/8/2024
2.1.16 137 1/7/2024
2.1.15 126 1/6/2024
2.1.14 115 1/5/2024
2.1.13 124 1/5/2024
2.1.12 123 1/5/2024
2.1.11 87 1/5/2024
2.1.10 120 1/5/2024
2.1.9 120 1/5/2024
2.1.8 115 1/1/2024
2.1.7 103 1/1/2024
2.1.6 114 1/1/2024
2.1.5 137 1/1/2024
2.1.4 124 1/1/2024
2.1.3 127 12/31/2023
2.1.2 109 12/31/2023
2.1.1 120 12/31/2023