Soenneker.Utils.String.JaccardSimilarity 2.1.43

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

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

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.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.945 0 3/29/2025
3.0.944 293 3/25/2025
3.0.943 306 3/25/2025
3.0.942 102 3/21/2025
3.0.941 110 3/21/2025
3.0.940 125 3/18/2025
3.0.939 127 3/18/2025
3.0.938 55 3/15/2025
3.0.937 55 3/15/2025
3.0.936 140 3/12/2025
3.0.935 140 3/12/2025
3.0.934 141 3/12/2025
3.0.933 139 3/11/2025
3.0.932 141 3/11/2025
3.0.931 142 3/11/2025
3.0.930 136 3/11/2025
3.0.929 142 3/11/2025
3.0.928 199 3/7/2025
3.0.927 196 3/7/2025
3.0.926 93 3/2/2025
3.0.925 78 3/2/2025
3.0.924 77 3/2/2025
3.0.923 78 3/2/2025
3.0.922 92 3/1/2025
3.0.921 83 3/1/2025
3.0.920 84 3/1/2025
3.0.919 83 3/1/2025
3.0.918 77 3/1/2025
3.0.917 85 2/25/2025
3.0.916 91 2/25/2025
3.0.915 78 2/25/2025
3.0.914 83 2/25/2025
3.0.913 77 2/24/2025
3.0.912 91 2/23/2025
3.0.911 82 2/23/2025
3.0.910 78 2/22/2025
3.0.909 83 2/22/2025
3.0.908 73 2/22/2025
3.0.907 82 2/22/2025
3.0.906 80 2/22/2025
3.0.905 84 2/21/2025
3.0.904 83 2/21/2025
3.0.903 91 2/21/2025
3.0.902 93 2/19/2025
3.0.901 81 2/19/2025
3.0.900 86 2/19/2025
3.0.899 86 2/18/2025
3.0.898 102 2/18/2025
3.0.897 95 2/18/2025
3.0.896 96 2/18/2025
3.0.895 72 2/14/2025
3.0.894 80 2/14/2025
3.0.893 79 2/13/2025
3.0.892 71 2/12/2025
3.0.891 77 2/12/2025
3.0.890 81 2/12/2025
3.0.889 83 2/12/2025
3.0.888 75 2/11/2025
3.0.887 73 2/11/2025
3.0.886 79 2/11/2025
3.0.885 75 2/11/2025
3.0.884 77 2/11/2025
3.0.883 89 2/11/2025
3.0.882 81 2/11/2025
3.0.881 91 2/10/2025
3.0.880 87 2/10/2025
3.0.879 92 2/10/2025
3.0.878 90 2/10/2025
3.0.877 94 2/9/2025
3.0.876 91 2/9/2025
3.0.875 88 2/9/2025
3.0.874 89 2/8/2025
3.0.873 92 2/8/2025
3.0.872 86 2/8/2025
3.0.871 91 2/8/2025
3.0.870 92 2/7/2025
3.0.869 94 2/7/2025
3.0.868 82 2/7/2025
3.0.867 83 2/7/2025
3.0.866 84 2/7/2025
3.0.865 73 2/7/2025
3.0.864 81 2/6/2025
3.0.863 90 2/5/2025
3.0.862 88 2/5/2025
3.0.861 80 2/5/2025
3.0.860 87 2/5/2025
3.0.859 79 2/5/2025
3.0.858 85 2/5/2025
3.0.857 95 1/28/2025
3.0.856 76 1/28/2025
3.0.855 74 1/28/2025
3.0.854 88 1/28/2025
3.0.853 75 1/27/2025
3.0.852 73 1/27/2025
3.0.851 79 1/27/2025
3.0.850 85 1/27/2025
3.0.849 81 1/26/2025
3.0.848 82 1/26/2025
3.0.847 83 1/26/2025
3.0.846 87 1/25/2025
3.0.845 75 1/25/2025
3.0.844 91 1/25/2025
3.0.843 79 1/25/2025
3.0.842 80 1/25/2025
3.0.841 82 1/25/2025
3.0.840 75 1/24/2025
3.0.839 81 1/24/2025
3.0.838 69 1/24/2025
3.0.837 78 1/24/2025
3.0.836 79 1/24/2025
3.0.835 75 1/23/2025
3.0.834 78 1/23/2025
3.0.833 82 1/21/2025
3.0.832 84 1/21/2025
3.0.831 85 1/21/2025
3.0.830 85 1/21/2025
3.0.829 79 1/21/2025
3.0.828 85 1/21/2025
3.0.827 87 1/21/2025
3.0.826 83 1/21/2025
3.0.825 80 1/21/2025
3.0.824 78 1/21/2025
3.0.823 80 1/20/2025
3.0.822 80 1/20/2025
3.0.821 73 1/20/2025
3.0.820 77 1/20/2025
3.0.819 83 1/20/2025
3.0.818 85 1/20/2025
3.0.817 82 1/20/2025
3.0.816 76 1/20/2025
3.0.815 81 1/19/2025
3.0.814 83 1/19/2025
3.0.813 77 1/19/2025
3.0.812 83 1/19/2025
3.0.811 73 1/19/2025
3.0.810 77 1/19/2025
3.0.809 78 1/19/2025
3.0.808 68 1/18/2025
3.0.807 78 1/18/2025
3.0.806 73 1/18/2025
3.0.805 74 1/18/2025
3.0.804 85 1/17/2025
3.0.803 82 1/17/2025
3.0.802 83 1/17/2025
3.0.801 73 1/17/2025
3.0.800 73 1/17/2025
3.0.799 70 1/17/2025
3.0.798 77 1/16/2025
3.0.797 72 1/16/2025
3.0.796 67 1/16/2025
3.0.795 77 1/16/2025
3.0.794 71 1/16/2025
3.0.793 74 1/16/2025
3.0.792 83 1/15/2025
3.0.791 71 1/15/2025
3.0.790 69 1/15/2025
3.0.789 74 1/15/2025
3.0.788 70 1/15/2025
3.0.787 53 1/15/2025
3.0.786 54 1/15/2025
3.0.785 61 1/14/2025
3.0.784 67 1/14/2025
3.0.783 63 1/14/2025
3.0.782 64 1/14/2025
3.0.781 78 1/13/2025
3.0.780 72 1/13/2025
3.0.779 69 1/13/2025
3.0.778 68 1/13/2025
3.0.777 70 1/13/2025
3.0.776 78 1/11/2025
3.0.775 85 1/11/2025
3.0.774 81 1/11/2025
3.0.773 80 1/11/2025
3.0.772 97 1/10/2025
3.0.771 96 1/10/2025
3.0.770 90 1/10/2025
3.0.769 88 1/10/2025
3.0.768 88 1/10/2025
3.0.767 109 1/3/2025
3.0.766 92 1/3/2025
3.0.765 90 1/2/2025
3.0.764 92 1/2/2025
3.0.763 87 1/2/2025
3.0.762 101 1/2/2025
3.0.761 97 1/1/2025
3.0.760 97 1/1/2025
3.0.759 92 1/1/2025
3.0.758 101 1/1/2025
3.0.757 99 1/1/2025
3.0.756 99 1/1/2025
3.0.755 97 1/1/2025
3.0.754 88 12/31/2024
3.0.753 89 12/31/2024
3.0.752 87 12/31/2024
3.0.751 110 12/31/2024
3.0.750 107 12/31/2024
3.0.749 101 12/31/2024
3.0.748 80 12/31/2024
3.0.747 83 12/31/2024
3.0.746 96 12/31/2024
3.0.745 84 12/31/2024
3.0.744 85 12/31/2024
3.0.743 82 12/28/2024
3.0.742 81 12/28/2024
3.0.741 85 12/27/2024
3.0.740 85 12/27/2024
3.0.739 97 12/24/2024
3.0.738 84 12/24/2024
3.0.737 80 12/24/2024
3.0.736 77 12/24/2024
3.0.735 87 12/24/2024
3.0.734 76 12/24/2024
3.0.733 80 12/23/2024
3.0.732 78 12/23/2024
3.0.731 88 12/23/2024
3.0.730 83 12/23/2024
3.0.729 88 12/23/2024
3.0.728 85 12/22/2024
3.0.727 80 12/22/2024
3.0.726 85 12/22/2024
3.0.725 95 12/22/2024
3.0.724 78 12/22/2024
3.0.723 88 12/22/2024
3.0.722 86 12/22/2024
3.0.721 94 12/21/2024
3.0.720 82 12/21/2024
3.0.719 95 12/21/2024
3.0.718 83 12/21/2024
3.0.717 92 12/21/2024
3.0.716 88 12/21/2024
3.0.715 84 12/21/2024
3.0.714 90 12/20/2024
3.0.713 83 12/20/2024
3.0.712 86 12/20/2024
3.0.711 81 12/20/2024
3.0.710 90 12/20/2024
3.0.709 81 12/19/2024
3.0.708 80 12/19/2024
3.0.707 84 12/19/2024
3.0.706 101 12/19/2024
3.0.705 98 12/18/2024
3.0.704 79 12/16/2024
3.0.703 73 12/16/2024
3.0.702 81 12/10/2024
3.0.701 82 12/10/2024
3.0.700 77 12/9/2024
3.0.699 80 12/9/2024
3.0.698 76 12/9/2024
3.0.697 85 12/9/2024
3.0.696 86 12/7/2024
3.0.694 83 12/6/2024
3.0.693 83 12/6/2024
3.0.692 82 12/6/2024
3.0.691 97 12/6/2024
3.0.690 82 12/6/2024
3.0.689 94 12/6/2024
3.0.688 92 12/6/2024
3.0.687 88 12/5/2024
3.0.686 86 12/5/2024
3.0.685 95 12/5/2024
3.0.684 85 12/5/2024
3.0.683 86 12/5/2024
3.0.682 98 12/5/2024
3.0.681 91 12/5/2024
3.0.680 100 12/4/2024
3.0.679 89 12/4/2024
3.0.678 89 12/4/2024
3.0.677 86 12/4/2024
3.0.676 95 12/4/2024
3.0.675 86 12/4/2024
3.0.674 93 12/4/2024
3.0.673 93 12/4/2024
3.0.672 94 12/4/2024
3.0.671 90 12/3/2024
3.0.670 87 12/3/2024
3.0.669 93 12/3/2024
3.0.668 93 12/3/2024
3.0.667 86 12/3/2024
3.0.666 82 12/3/2024
3.0.665 86 12/2/2024
3.0.664 89 12/2/2024
3.0.663 87 12/2/2024
3.0.662 92 12/2/2024
3.0.661 79 12/2/2024
3.0.660 90 12/1/2024
3.0.659 92 12/1/2024
3.0.658 83 12/1/2024
3.0.657 90 12/1/2024
3.0.656 92 11/29/2024
3.0.655 87 11/29/2024
3.0.654 89 11/29/2024
3.0.653 90 11/21/2024
3.0.652 88 11/21/2024
3.0.651 86 11/20/2024
3.0.650 96 11/20/2024
3.0.649 85 11/20/2024
3.0.648 90 11/20/2024
3.0.647 94 11/20/2024
3.0.646 86 11/19/2024
3.0.645 86 11/19/2024
3.0.644 87 11/19/2024
3.0.643 84 11/19/2024
3.0.642 85 11/19/2024
3.0.641 81 11/19/2024
3.0.640 83 11/15/2024
3.0.639 88 11/14/2024
3.0.638 83 11/14/2024
3.0.637 88 11/14/2024
3.0.636 88 11/14/2024
3.0.635 85 11/14/2024
3.0.634 84 11/14/2024
3.0.633 86 11/14/2024
3.0.632 89 11/14/2024
3.0.631 93 11/14/2024
3.0.630 88 11/14/2024
3.0.629 89 11/14/2024
2.1.628 94 11/13/2024
2.1.627 88 11/13/2024
2.1.626 97 11/13/2024
2.1.625 104 11/12/2024
2.1.624 99 11/12/2024
2.1.623 100 11/9/2024
2.1.622 99 11/9/2024
2.1.621 100 11/9/2024
2.1.620 85 11/8/2024
2.1.619 90 11/8/2024
2.1.618 94 11/8/2024
2.1.617 92 11/8/2024
2.1.616 85 11/8/2024
2.1.615 88 11/6/2024
2.1.614 94 11/1/2024
2.1.613 88 11/1/2024
2.1.612 87 11/1/2024
2.1.611 89 10/29/2024
2.1.610 84 10/29/2024
2.1.609 87 10/29/2024
2.1.608 83 10/29/2024
2.1.607 79 10/29/2024
2.1.606 93 10/28/2024
2.1.605 91 10/26/2024
2.1.604 89 10/26/2024
2.1.603 91 10/22/2024
2.1.602 86 10/22/2024
2.1.601 87 10/22/2024
2.1.600 102 10/22/2024
2.1.599 88 10/22/2024
2.1.598 92 10/18/2024
2.1.597 93 10/17/2024
2.1.596 89 10/17/2024
2.1.595 95 10/15/2024
2.1.594 88 10/15/2024
2.1.593 91 10/14/2024
2.1.592 90 10/12/2024
2.1.591 87 10/12/2024
2.1.590 92 10/11/2024
2.1.589 96 10/9/2024
2.1.588 88 10/9/2024
2.1.587 87 10/9/2024
2.1.586 90 10/9/2024
2.1.585 89 10/8/2024
2.1.584 96 10/8/2024
2.1.583 85 10/8/2024
2.1.582 101 10/8/2024
2.1.581 91 10/8/2024
2.1.580 92 10/3/2024
2.1.579 83 10/3/2024
2.1.578 96 10/3/2024
2.1.577 86 10/3/2024
2.1.576 89 10/3/2024
2.1.575 92 10/2/2024
2.1.574 97 10/2/2024
2.1.573 90 10/2/2024
2.1.572 94 10/2/2024
2.1.571 88 10/1/2024
2.1.570 87 10/1/2024
2.1.569 86 10/1/2024
2.1.568 92 10/1/2024
2.1.567 96 10/1/2024
2.1.566 93 9/29/2024
2.1.565 87 9/29/2024
2.1.564 95 9/29/2024
2.1.563 85 9/29/2024
2.1.562 89 9/27/2024
2.1.561 100 9/27/2024
2.1.560 97 9/27/2024
2.1.559 102 9/27/2024
2.1.558 95 9/27/2024
2.1.557 90 9/27/2024
2.1.556 90 9/27/2024
2.1.555 91 9/26/2024
2.1.554 96 9/26/2024
2.1.553 92 9/26/2024
2.1.552 93 9/26/2024
2.1.551 87 9/26/2024
2.1.550 92 9/26/2024
2.1.549 96 9/26/2024
2.1.548 95 9/26/2024
2.1.547 93 9/23/2024
2.1.546 84 9/23/2024
2.1.545 91 9/23/2024
2.1.544 92 9/23/2024
2.1.543 87 9/23/2024
2.1.542 93 9/23/2024
2.1.541 92 9/23/2024
2.1.540 89 9/23/2024
2.1.539 116 9/18/2024
2.1.538 90 9/18/2024
2.1.537 91 9/18/2024
2.1.536 102 9/18/2024
2.1.535 92 9/18/2024
2.1.534 94 9/17/2024
2.1.533 93 9/17/2024
2.1.531 96 9/17/2024
2.1.530 102 9/17/2024
2.1.529 100 9/17/2024
2.1.528 107 9/17/2024
2.1.527 103 9/17/2024
2.1.526 99 9/16/2024
2.1.525 108 9/16/2024
2.1.524 105 9/12/2024
2.1.523 104 9/12/2024
2.1.522 111 9/12/2024
2.1.521 111 9/12/2024
2.1.520 110 9/11/2024
2.1.519 105 9/11/2024
2.1.517 101 9/11/2024
2.1.516 122 9/11/2024
2.1.515 101 9/10/2024
2.1.514 97 9/10/2024
2.1.513 99 9/10/2024
2.1.512 98 9/10/2024
2.1.511 99 9/10/2024
2.1.510 106 9/10/2024
2.1.509 96 9/9/2024
2.1.508 100 9/9/2024
2.1.507 106 9/9/2024
2.1.506 97 9/9/2024
2.1.505 99 9/9/2024
2.1.504 112 9/9/2024
2.1.503 108 9/7/2024
2.1.502 102 9/7/2024
2.1.501 108 9/6/2024
2.1.500 106 9/6/2024
2.1.499 108 9/6/2024
2.1.498 110 9/6/2024
2.1.497 104 9/5/2024
2.1.496 109 9/5/2024
2.1.495 106 9/5/2024
2.1.494 110 9/5/2024
2.1.493 100 9/5/2024
2.1.492 101 9/5/2024
2.1.491 109 9/5/2024
2.1.490 107 9/4/2024
2.1.489 106 9/4/2024
2.1.488 107 9/3/2024
2.1.487 102 9/3/2024
2.1.486 106 9/3/2024
2.1.485 106 9/3/2024
2.1.484 98 9/3/2024
2.1.483 103 8/29/2024
2.1.482 102 8/29/2024
2.1.481 95 8/29/2024
2.1.480 111 8/26/2024
2.1.479 103 8/26/2024
2.1.478 118 8/26/2024
2.1.477 122 8/21/2024
2.1.476 129 8/21/2024
2.1.475 121 8/21/2024
2.1.474 106 8/21/2024
2.1.473 131 8/20/2024
2.1.472 119 8/20/2024
2.1.471 114 8/20/2024
2.1.470 118 8/20/2024
2.1.469 116 8/20/2024
2.1.468 120 8/20/2024
2.1.467 122 8/19/2024
2.1.466 116 8/15/2024
2.1.465 121 8/15/2024
2.1.464 115 8/15/2024
2.1.463 121 8/14/2024
2.1.462 122 8/14/2024
2.1.461 114 8/14/2024
2.1.460 117 8/13/2024
2.1.459 105 8/7/2024
2.1.458 101 8/7/2024
2.1.457 102 8/7/2024
2.1.456 93 8/6/2024
2.1.455 90 8/6/2024
2.1.454 71 8/1/2024
2.1.453 79 8/1/2024
2.1.452 77 8/1/2024
2.1.450 92 7/25/2024
2.1.449 94 7/25/2024
2.1.448 89 7/25/2024
2.1.447 94 7/25/2024
2.1.446 98 7/25/2024
2.1.445 96 7/25/2024
2.1.444 95 7/24/2024
2.1.442 100 7/20/2024
2.1.441 97 7/20/2024
2.1.440 102 7/20/2024
2.1.439 90 7/14/2024
2.1.438 99 7/14/2024
2.1.437 91 7/14/2024
2.1.436 95 7/14/2024
2.1.435 88 7/14/2024
2.1.434 95 7/10/2024
2.1.433 97 7/10/2024
2.1.432 95 7/10/2024
2.1.431 95 7/10/2024
2.1.429 92 7/10/2024
2.1.428 65 7/10/2024
2.1.427 95 7/10/2024
2.1.426 101 7/10/2024
2.1.424 98 7/10/2024
2.1.423 99 7/9/2024
2.1.422 84 7/9/2024
2.1.421 81 7/9/2024
2.1.420 92 7/9/2024
2.1.419 100 7/9/2024
2.1.418 83 7/9/2024
2.1.417 89 7/9/2024
2.1.416 98 7/9/2024
2.1.415 101 7/8/2024
2.1.414 108 7/8/2024
2.1.413 109 7/8/2024
2.1.412 99 7/8/2024
2.1.411 110 7/8/2024
2.1.410 102 7/7/2024
2.1.409 99 7/7/2024
2.1.408 117 7/3/2024
2.1.407 105 7/3/2024
2.1.406 98 7/3/2024
2.1.405 102 7/3/2024
2.1.404 102 7/3/2024
2.1.403 88 7/3/2024
2.1.402 105 6/27/2024
2.1.401 109 6/27/2024
2.1.400 110 6/27/2024
2.1.399 105 6/22/2024
2.1.398 107 6/22/2024
2.1.397 114 6/22/2024
2.1.396 93 6/16/2024
2.1.395 102 6/15/2024
2.1.394 98 6/15/2024
2.1.393 104 6/15/2024
2.1.392 107 6/15/2024
2.1.391 97 6/15/2024
2.1.390 98 6/15/2024
2.1.389 98 6/15/2024
2.1.388 98 6/14/2024
2.1.387 95 6/14/2024
2.1.386 99 6/4/2024
2.1.385 101 6/4/2024
2.1.384 108 6/2/2024
2.1.383 110 6/1/2024
2.1.382 101 6/1/2024
2.1.381 105 6/1/2024
2.1.380 100 6/1/2024
2.1.379 104 6/1/2024
2.1.378 105 6/1/2024
2.1.377 100 6/1/2024
2.1.376 102 5/31/2024
2.1.375 108 5/31/2024
2.1.374 82 5/31/2024
2.1.373 100 5/31/2024
2.1.372 106 5/29/2024
2.1.371 102 5/29/2024
2.1.370 96 5/29/2024
2.1.369 120 5/29/2024
2.1.368 111 5/28/2024
2.1.367 102 5/28/2024
2.1.366 102 5/28/2024
2.1.365 92 5/28/2024
2.1.364 102 5/28/2024
2.1.363 97 5/27/2024
2.1.362 108 5/27/2024
2.1.361 100 5/27/2024
2.1.360 103 5/26/2024
2.1.359 111 5/26/2024
2.1.358 109 5/26/2024
2.1.357 114 5/26/2024
2.1.356 111 5/26/2024
2.1.355 108 5/26/2024
2.1.354 106 5/25/2024
2.1.353 105 5/25/2024
2.1.352 105 5/25/2024
2.1.351 102 5/25/2024
2.1.350 106 5/25/2024
2.1.349 114 5/25/2024
2.1.348 112 5/23/2024
2.1.347 101 5/23/2024
2.1.346 102 5/23/2024
2.1.345 107 5/23/2024
2.1.344 108 5/23/2024
2.1.343 105 5/23/2024
2.1.342 112 5/22/2024
2.1.341 108 5/22/2024
2.1.340 113 5/22/2024
2.1.339 113 5/22/2024
2.1.338 96 5/18/2024
2.1.337 98 5/18/2024
2.1.336 102 5/18/2024
2.1.335 108 5/17/2024
2.1.334 110 5/17/2024
2.1.333 107 5/17/2024
2.1.332 111 5/17/2024
2.1.331 106 5/16/2024
2.1.330 90 5/16/2024
2.1.329 103 5/16/2024
2.1.328 106 5/15/2024
2.1.327 90 5/15/2024
2.1.326 107 5/15/2024
2.1.325 100 5/13/2024
2.1.324 108 5/13/2024
2.1.323 102 5/13/2024
2.1.322 93 5/12/2024
2.1.321 126 4/30/2024
2.1.320 118 4/30/2024
2.1.319 116 4/30/2024
2.1.318 112 4/30/2024
2.1.317 110 4/29/2024
2.1.316 102 4/29/2024
2.1.315 106 4/29/2024
2.1.314 108 4/29/2024
2.1.313 98 4/28/2024
2.1.312 109 4/28/2024
2.1.311 106 4/28/2024
2.1.310 108 4/28/2024
2.1.309 105 4/28/2024
2.1.308 107 4/28/2024
2.1.307 104 4/28/2024
2.1.306 108 4/28/2024
2.1.305 106 4/27/2024
2.1.304 123 4/20/2024
2.1.303 105 4/20/2024
2.1.302 105 4/19/2024
2.1.301 106 4/19/2024
2.1.300 98 4/19/2024
2.1.299 101 4/19/2024
2.1.298 102 4/19/2024
2.1.297 106 4/18/2024
2.1.296 128 4/13/2024
2.1.295 123 4/13/2024
2.1.294 112 4/13/2024
2.1.293 115 4/13/2024
2.1.292 102 4/12/2024
2.1.291 104 4/12/2024
2.1.290 110 4/12/2024
2.1.289 108 4/12/2024
2.1.288 104 4/12/2024
2.1.287 112 4/12/2024
2.1.286 110 4/12/2024
2.1.285 105 4/12/2024
2.1.284 108 4/11/2024
2.1.283 112 4/10/2024
2.1.282 99 4/10/2024
2.1.281 108 4/10/2024
2.1.280 105 4/10/2024
2.1.279 112 4/10/2024
2.1.278 101 4/3/2024
2.1.277 114 4/2/2024
2.1.276 107 4/2/2024
2.1.275 86 4/2/2024
2.1.274 125 4/2/2024
2.1.273 97 4/2/2024
2.1.272 531 3/30/2024
2.1.271 112 3/29/2024
2.1.270 115 3/29/2024
2.1.269 111 3/25/2024
2.1.268 105 3/25/2024
2.1.267 111 3/25/2024
2.1.266 108 3/25/2024
2.1.265 108 3/25/2024
2.1.264 114 3/21/2024
2.1.263 116 3/21/2024
2.1.262 106 3/20/2024
2.1.261 105 3/20/2024
2.1.260 101 3/20/2024
2.1.259 102 3/20/2024
2.1.258 118 3/19/2024
2.1.257 127 3/19/2024
2.1.256 99 3/19/2024
2.1.255 115 3/19/2024
2.1.254 127 3/19/2024
2.1.253 122 3/19/2024
2.1.252 97 3/18/2024
2.1.251 118 3/16/2024
2.1.250 117 3/16/2024
2.1.249 131 3/16/2024
2.1.248 117 3/15/2024
2.1.247 116 3/14/2024
2.1.246 129 3/13/2024
2.1.245 121 3/13/2024
2.1.244 121 3/13/2024
2.1.243 126 3/13/2024
2.1.242 109 3/13/2024
2.1.241 120 3/13/2024
2.1.240 127 3/13/2024
2.1.239 115 3/13/2024
2.1.238 122 3/13/2024
2.1.237 110 3/12/2024
2.1.236 126 3/12/2024
2.1.235 115 3/12/2024
2.1.234 109 3/12/2024
2.1.233 101 3/12/2024
2.1.232 118 3/12/2024
2.1.231 113 3/11/2024
2.1.230 118 3/11/2024
2.1.229 100 3/11/2024
2.1.228 98 3/11/2024
2.1.227 112 3/10/2024
2.1.226 104 3/10/2024
2.1.225 106 3/10/2024
2.1.224 123 3/9/2024
2.1.223 119 3/8/2024
2.1.222 121 3/8/2024
2.1.221 116 3/8/2024
2.1.220 112 3/8/2024
2.1.219 122 3/8/2024
2.1.218 111 3/8/2024
2.1.217 114 3/6/2024
2.1.216 120 3/6/2024
2.1.215 125 3/4/2024
2.1.214 117 3/4/2024
2.1.213 120 3/4/2024
2.1.212 120 3/4/2024
2.1.211 127 3/4/2024
2.1.210 119 3/3/2024
2.1.209 130 3/3/2024
2.1.208 122 3/3/2024
2.1.207 127 3/3/2024
2.1.206 124 3/2/2024
2.1.205 122 3/2/2024
2.1.204 124 3/2/2024
2.1.203 118 3/2/2024
2.1.202 127 3/2/2024
2.1.201 111 3/2/2024
2.1.200 114 3/2/2024
2.1.199 121 2/29/2024
2.1.198 116 2/29/2024
2.1.197 112 2/29/2024
2.1.196 115 2/29/2024
2.1.195 108 2/29/2024
2.1.194 117 2/29/2024
2.1.193 116 2/29/2024
2.1.192 130 2/27/2024
2.1.191 106 2/26/2024
2.1.190 112 2/26/2024
2.1.189 117 2/25/2024
2.1.188 116 2/25/2024
2.1.187 116 2/25/2024
2.1.186 111 2/25/2024
2.1.185 118 2/24/2024
2.1.184 116 2/24/2024
2.1.183 111 2/23/2024
2.1.182 101 2/23/2024
2.1.181 118 2/22/2024
2.1.180 124 2/22/2024
2.1.179 128 2/22/2024
2.1.178 130 2/22/2024
2.1.177 109 2/22/2024
2.1.176 130 2/22/2024
2.1.175 116 2/21/2024
2.1.174 129 2/21/2024
2.1.173 114 2/21/2024
2.1.172 122 2/21/2024
2.1.171 122 2/21/2024
2.1.170 120 2/21/2024
2.1.169 114 2/21/2024
2.1.168 117 2/20/2024
2.1.167 108 2/20/2024
2.1.166 104 2/20/2024
2.1.165 122 2/20/2024
2.1.164 123 2/20/2024
2.1.163 114 2/20/2024
2.1.162 120 2/20/2024
2.1.161 115 2/20/2024
2.1.160 109 2/19/2024
2.1.159 110 2/19/2024
2.1.158 113 2/19/2024
2.1.157 113 2/19/2024
2.1.156 118 2/17/2024
2.1.155 111 2/17/2024
2.1.154 110 2/17/2024
2.1.153 109 2/17/2024
2.1.152 113 2/17/2024
2.1.151 113 2/16/2024
2.1.150 110 2/16/2024
2.1.149 110 2/16/2024
2.1.148 113 2/16/2024
2.1.147 113 2/16/2024
2.1.146 117 2/16/2024
2.1.145 114 2/16/2024
2.1.144 107 2/16/2024
2.1.143 110 2/14/2024
2.1.142 112 2/14/2024
2.1.141 116 2/14/2024
2.1.140 116 2/14/2024
2.1.139 109 2/13/2024
2.1.138 128 2/13/2024
2.1.137 109 2/13/2024
2.1.136 105 2/13/2024
2.1.135 109 2/13/2024
2.1.134 130 2/13/2024
2.1.133 113 2/13/2024
2.1.132 131 2/12/2024
2.1.131 120 2/12/2024
2.1.130 109 2/12/2024
2.1.129 129 2/12/2024
2.1.128 128 2/11/2024
2.1.127 124 2/11/2024
2.1.126 112 2/11/2024
2.1.125 114 2/11/2024
2.1.124 126 2/11/2024
2.1.123 118 2/11/2024
2.1.122 121 2/10/2024
2.1.121 124 2/10/2024
2.1.120 131 2/10/2024
2.1.119 128 2/10/2024
2.1.118 117 2/9/2024
2.1.117 130 2/9/2024
2.1.116 125 2/9/2024
2.1.115 133 2/9/2024
2.1.114 124 2/9/2024
2.1.113 107 2/9/2024
2.1.112 110 2/9/2024
2.1.111 118 2/8/2024
2.1.110 130 2/8/2024
2.1.109 132 2/8/2024
2.1.108 119 2/8/2024
2.1.107 114 2/8/2024
2.1.106 123 2/8/2024
2.1.105 131 2/7/2024
2.1.104 122 2/7/2024
2.1.103 131 2/7/2024
2.1.102 114 2/7/2024
2.1.101 129 2/7/2024
2.1.100 126 2/7/2024
2.1.99 131 2/7/2024
2.1.98 127 2/6/2024
2.1.97 120 2/6/2024
2.1.96 132 2/6/2024
2.1.95 101 2/5/2024
2.1.94 113 2/5/2024
2.1.93 116 2/5/2024
2.1.92 119 2/4/2024
2.1.91 98 2/4/2024
2.1.90 119 2/4/2024
2.1.89 119 2/3/2024
2.1.88 121 2/3/2024
2.1.87 116 2/2/2024
2.1.86 120 1/31/2024
2.1.85 98 1/31/2024
2.1.84 110 1/31/2024
2.1.83 108 1/31/2024
2.1.82 98 1/31/2024
2.1.81 105 1/30/2024
2.1.80 101 1/30/2024
2.1.79 110 1/30/2024
2.1.78 111 1/29/2024
2.1.77 107 1/29/2024
2.1.76 96 1/29/2024
2.1.75 117 1/29/2024
2.1.74 108 1/29/2024
2.1.73 116 1/28/2024
2.1.72 111 1/28/2024
2.1.71 95 1/28/2024
2.1.70 109 1/28/2024
2.1.69 107 1/28/2024
2.1.68 111 1/28/2024
2.1.67 112 1/28/2024
2.1.66 111 1/27/2024
2.1.65 113 1/27/2024
2.1.64 110 1/27/2024
2.1.63 115 1/27/2024
2.1.62 114 1/27/2024
2.1.61 106 1/27/2024
2.1.60 105 1/27/2024
2.1.59 96 1/27/2024
2.1.58 106 1/26/2024
2.1.57 112 1/26/2024
2.1.56 115 1/26/2024
2.1.55 107 1/26/2024
2.1.54 111 1/26/2024
2.1.53 112 1/26/2024
2.1.52 97 1/26/2024
2.1.51 93 1/26/2024
2.1.50 120 1/25/2024
2.1.49 106 1/25/2024
2.1.48 115 1/25/2024
2.1.47 112 1/25/2024
2.1.46 112 1/25/2024
2.1.45 114 1/19/2024
2.1.44 115 1/19/2024
2.1.43 124 1/16/2024
2.1.42 120 1/16/2024
2.1.41 117 1/15/2024
2.1.40 126 1/15/2024
2.1.39 118 1/15/2024
2.1.38 121 1/15/2024
2.1.37 127 1/15/2024
2.1.36 120 1/15/2024
2.1.35 100 1/15/2024
2.1.34 124 1/14/2024
2.1.33 115 1/14/2024
2.1.32 128 1/14/2024
2.1.31 119 1/14/2024
2.1.30 123 1/13/2024
2.1.29 122 1/13/2024
2.1.28 111 1/13/2024
2.1.27 120 1/13/2024
2.1.26 142 1/12/2024
2.1.25 104 1/12/2024
2.1.24 121 1/12/2024
2.1.23 107 1/11/2024
2.1.22 123 1/11/2024
2.1.21 93 1/11/2024
2.1.20 116 1/9/2024
2.1.19 113 1/8/2024
2.1.18 118 1/8/2024
2.1.17 126 1/8/2024
2.1.16 143 1/7/2024
2.1.15 132 1/6/2024
2.1.14 121 1/5/2024
2.1.13 130 1/5/2024
2.1.12 132 1/5/2024
2.1.11 94 1/5/2024
2.1.10 127 1/5/2024
2.1.9 127 1/5/2024
2.1.8 124 1/1/2024
2.1.7 111 1/1/2024
2.1.6 122 1/1/2024
2.1.5 144 1/1/2024
2.1.4 131 1/1/2024
2.1.3 134 12/31/2023
2.1.2 118 12/31/2023
2.1.1 127 12/31/2023