Soenneker.Utils.String.JaccardSimilarity 2.1.170

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

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

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