Soenneker.Utils.String.LongestCommonSequence 2.1.404

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

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

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