Soenneker.Utils.String.LongestCommonSequence 2.1.566

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

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

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

A utility library for comparing strings via the Longest Common Sequence algorithm

Installation

dotnet add package Soenneker.Utils.String.LongestCommonSequence

Why?

Clarity in Similarity:

LCS gives a straightforward measure of similarity. The longer the common subsequence, the more similar the sequences.

Length-Flexible:

No bias for longer or shorter sequences. Focuses on shared elements, not sequence length.

Meaningful Over Quantity:

Emphasizes the meaning of elements, not just their frequency. Great for identifying shared meaningful content.

Efficient for Big Data:

Handles large datasets and extensive sequences efficiently. Practical for tasks involving substantial amounts of data.

Usage

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

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