Soenneker.Utils.String.LongestCommonSequence 3.0.657

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 3.0.657                
NuGet\Install-Package Soenneker.Utils.String.LongestCommonSequence -Version 3.0.657                
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="3.0.657" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Utils.String.LongestCommonSequence --version 3.0.657                
#r "nuget: Soenneker.Utils.String.LongestCommonSequence, 3.0.657"                
#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=3.0.657

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

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