Soenneker.Validators.ExpiringKey 2.1.20

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Validators.ExpiringKey --version 2.1.20
                    
NuGet\Install-Package Soenneker.Validators.ExpiringKey -Version 2.1.20
                    
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.Validators.ExpiringKey" Version="2.1.20" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Validators.ExpiringKey" Version="2.1.20" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.Validators.ExpiringKey" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Soenneker.Validators.ExpiringKey --version 2.1.20
                    
#r "nuget: Soenneker.Validators.ExpiringKey, 2.1.20"
                    
#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.
#:package Soenneker.Validators.ExpiringKey@2.1.20
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Soenneker.Validators.ExpiringKey&version=2.1.20
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Validators.ExpiringKey&version=2.1.20
                    
Install as a Cake Tool

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.Validators.ExpiringKey

A validation module that checks for keys, stores them, expires them after an amount of time

Ideal for caching, session management, and more.

🚀 Features

  • Validate Key: Check if a key exists.
  • Add Key: Add a key with an expiration time.
  • Validate and Add: Validate if a key exists and add it if not.
  • Remove Key: Remove a key.

Installation

dotnet add package Soenneker.Validators.ExpiringKey

💻 Usage

IExpiringKeyValidator can be registered within DI, and injected:

public static async Task Main(string[] args)
{
    ...
    builder.Services.AddExpiringKeyValidatorAsSingleton();
}

or it can be initialized manually: new ExpiringKeyValidator().

Validate Key

Check if a key is present.

bool Validate(string key)

Add Key

Add a key with an expiration time.

void Add(string key, int expirationTimeMilliseconds)

Validate and Add Key

Validate a key and add it if it doesn't exist.

bool ValidateAndAdd(string key, int expirationTimeMilliseconds) // true if doesn't exist, false if it does

Remove Key

Remove a key.

void Remove(string key)

Example

var validator = new ExpiringKeyValidator();
validator.Add("key1", 5000); // 5 seconds

var invalid = validator.Validate("key1"); // false, key exists

await Task.Delay(7000); // wait 7 seconds

var validAfterTime = validator.Validate("key1"); // true, key does not exist
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows 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.1251 130 9/9/2025
3.0.1250 147 9/3/2025
3.0.1249 138 9/3/2025
3.0.1248 135 9/3/2025
3.0.1247 140 8/11/2025
3.0.1246 126 8/11/2025
3.0.1245 129 8/11/2025
3.0.1244 127 8/11/2025
3.0.1243 204 8/5/2025
3.0.1242 145 7/8/2025
3.0.1241 141 7/3/2025
3.0.1240 143 7/2/2025
3.0.1239 77 6/28/2025
3.0.1238 71 6/27/2025
3.0.1237 81 6/27/2025
3.0.1236 91 6/27/2025
3.0.1235 298 6/11/2025
3.0.1234 155 5/27/2025
3.0.1233 157 5/27/2025
3.0.1232 155 5/27/2025
3.0.1231 144 5/23/2025
3.0.1230 147 5/23/2025
3.0.1229 150 5/22/2025
3.0.1228 238 5/13/2025
3.0.1227 173 5/8/2025
3.0.1226 149 5/7/2025
3.0.1225 151 5/7/2025
3.0.1223 157 5/5/2025
3.0.1222 152 5/5/2025
3.0.1221 151 5/5/2025
3.0.1220 160 5/5/2025
3.0.1219 155 5/5/2025
3.0.1218 165 4/9/2025
3.0.1217 178 4/8/2025
3.0.1216 174 4/8/2025
3.0.1214 167 4/8/2025
3.0.1213 167 4/8/2025
3.0.1212 166 4/8/2025
3.0.1211 159 4/8/2025
3.0.1210 155 4/8/2025
3.0.1209 166 4/8/2025
3.0.1208 149 4/8/2025
3.0.1207 169 4/8/2025
3.0.1206 165 4/8/2025
3.0.1205 157 4/8/2025
3.0.1204 157 4/8/2025
3.0.1203 154 4/8/2025
3.0.1202 163 4/8/2025
3.0.1201 170 4/8/2025
3.0.1200 171 4/7/2025
3.0.1199 150 4/7/2025
3.0.1198 167 4/7/2025
3.0.1197 157 4/7/2025
3.0.1196 160 4/7/2025
3.0.1195 156 4/7/2025
3.0.1194 154 4/7/2025
3.0.1193 166 4/7/2025
3.0.1192 164 4/7/2025
3.0.1191 167 4/7/2025
3.0.1190 171 4/7/2025
3.0.1189 164 4/6/2025
3.0.1188 147 4/6/2025
3.0.1187 144 4/6/2025
3.0.1186 121 4/6/2025
3.0.1185 117 4/6/2025
3.0.1184 111 4/6/2025
3.0.1183 104 4/6/2025
3.0.1182 76 4/5/2025
3.0.1181 96 4/5/2025
3.0.1180 88 4/5/2025
3.0.1179 87 4/5/2025
3.0.1178 93 4/5/2025
3.0.1177 97 4/5/2025
3.0.1176 83 4/5/2025
3.0.1175 94 4/5/2025
3.0.1174 101 4/5/2025
3.0.1173 107 4/4/2025
3.0.1172 146 4/4/2025
3.0.1171 158 4/4/2025
3.0.1170 160 4/4/2025
3.0.1169 162 4/1/2025
3.0.1168 157 4/1/2025
3.0.1167 164 4/1/2025
3.0.1166 153 4/1/2025
3.0.1165 162 4/1/2025
3.0.1164 164 4/1/2025
3.0.1163 165 3/31/2025
3.0.1162 163 3/31/2025
3.0.1161 164 3/31/2025
3.0.1160 169 3/31/2025
3.0.1159 97 3/29/2025
3.0.1158 92 3/29/2025
3.0.1157 92 3/29/2025
3.0.1156 97 3/29/2025
3.0.1155 476 3/25/2025
3.0.1154 485 3/25/2025
3.0.1153 480 3/25/2025
3.0.1152 483 3/25/2025
3.0.1151 479 3/25/2025
3.0.1150 125 3/21/2025
3.0.1149 119 3/21/2025
3.0.1148 138 3/21/2025
3.0.1147 140 3/21/2025
3.0.1146 148 3/21/2025
3.0.1145 146 3/18/2025
3.0.1144 147 3/18/2025
3.0.1143 154 3/18/2025
3.0.1142 159 3/18/2025
3.0.1141 162 3/18/2025
3.0.1140 152 3/18/2025
3.0.1139 86 3/15/2025
3.0.1138 77 3/15/2025
3.0.1137 77 3/15/2025
3.0.1136 85 3/15/2025
3.0.1135 82 3/15/2025
3.0.1134 82 3/15/2025
3.0.1133 96 3/14/2025
3.0.1132 79 3/14/2025
3.0.1131 176 3/12/2025
3.0.1130 164 3/12/2025
3.0.1129 171 3/12/2025
3.0.1128 171 3/12/2025
3.0.1127 170 3/12/2025
3.0.1126 180 3/11/2025
3.0.1125 164 3/11/2025
3.0.1124 168 3/11/2025
3.0.1123 166 3/11/2025
3.0.1122 164 3/11/2025
3.0.1121 177 3/11/2025
3.0.1120 165 3/11/2025
3.0.1119 164 3/11/2025
3.0.1118 229 3/7/2025
3.0.1117 221 3/7/2025
3.0.1116 219 3/7/2025
3.0.1115 229 3/7/2025
3.0.1114 209 3/7/2025
3.0.1113 219 3/7/2025
3.0.1112 127 3/2/2025
3.0.1111 108 3/2/2025
3.0.1110 112 3/2/2025
3.0.1109 101 3/2/2025
3.0.1108 110 3/2/2025
3.0.1107 102 3/2/2025
3.0.1106 102 3/2/2025
3.0.1105 109 3/2/2025
3.0.1104 106 3/2/2025
3.0.1103 111 3/2/2025
3.0.1102 101 3/1/2025
3.0.1101 95 3/1/2025
3.0.1100 109 3/1/2025
3.0.1099 120 3/1/2025
3.0.1098 114 3/1/2025
3.0.1097 117 3/1/2025
3.0.1096 125 3/1/2025
3.0.1095 96 3/1/2025
3.0.1094 109 3/1/2025
3.0.1093 104 3/1/2025
3.0.1092 102 3/1/2025
3.0.1091 99 3/1/2025
3.0.1090 101 3/1/2025
3.0.1089 98 3/1/2025
3.0.1088 113 2/26/2025
3.0.1087 113 2/26/2025
3.0.1086 107 2/25/2025
3.0.1085 109 2/25/2025
3.0.1084 103 2/25/2025
3.0.1083 108 2/25/2025
3.0.1082 111 2/25/2025
3.0.1081 100 2/25/2025
3.0.1080 109 2/25/2025
3.0.1079 93 2/25/2025
3.0.1078 109 2/25/2025
3.0.1077 98 2/25/2025
3.0.1076 109 2/25/2025
3.0.1075 107 2/24/2025
3.0.1074 102 2/24/2025
3.0.1073 130 2/23/2025
3.0.1072 113 2/23/2025
3.0.1071 109 2/23/2025
3.0.1070 106 2/23/2025
3.0.1069 98 2/23/2025
3.0.1068 113 2/23/2025
3.0.1067 106 2/22/2025
3.0.1066 113 2/22/2025
3.0.1065 106 2/22/2025
3.0.1064 112 2/22/2025
3.0.1063 107 2/22/2025
3.0.1062 112 2/22/2025
3.0.1061 108 2/22/2025
3.0.1060 108 2/22/2025
3.0.1059 101 2/22/2025
3.0.1058 106 2/22/2025
3.0.1057 105 2/22/2025
3.0.1056 101 2/22/2025
3.0.1055 109 2/22/2025
3.0.1054 98 2/21/2025
3.0.1053 110 2/21/2025
3.0.1052 116 2/21/2025
3.0.1051 112 2/21/2025
3.0.1050 116 2/21/2025
3.0.1049 113 2/21/2025
3.0.1048 130 2/19/2025
3.0.1047 114 2/19/2025
3.0.1046 116 2/19/2025
3.0.1045 118 2/19/2025
3.0.1044 108 2/19/2025
3.0.1043 118 2/19/2025
3.0.1042 118 2/19/2025
3.0.1041 119 2/19/2025
3.0.1040 113 2/18/2025
3.0.1039 115 2/18/2025
3.0.1038 112 2/18/2025
3.0.1037 110 2/18/2025
3.0.1036 115 2/18/2025
3.0.1035 102 2/18/2025
3.0.1034 132 2/18/2025
3.0.1033 110 2/14/2025
3.0.1032 103 2/14/2025
3.0.1031 121 2/14/2025
3.0.1030 108 2/14/2025
3.0.1029 116 2/14/2025
3.0.1028 109 2/14/2025
3.0.1027 115 2/13/2025
3.0.1026 105 2/13/2025
3.0.1025 124 2/12/2025
3.0.1024 129 2/12/2025
3.0.1023 122 2/12/2025
3.0.1022 125 2/12/2025
3.0.1021 118 2/12/2025
3.0.1020 132 2/12/2025
3.0.1019 121 2/12/2025
3.0.1018 108 2/12/2025
3.0.1017 119 2/12/2025
3.0.1016 118 2/12/2025
3.0.1015 111 2/12/2025
3.0.1014 117 2/12/2025
3.0.1013 121 2/12/2025
3.0.1012 115 2/11/2025
3.0.1011 120 2/11/2025
3.0.1010 128 2/11/2025
3.0.1009 121 2/11/2025
3.0.1008 122 2/11/2025
3.0.1007 108 2/11/2025
3.0.1006 113 2/11/2025
3.0.1005 116 2/11/2025
3.0.1004 116 2/11/2025
3.0.1003 119 2/11/2025
3.0.1002 129 2/11/2025
3.0.1001 113 2/10/2025
3.0.1000 107 2/10/2025
3.0.999 125 2/10/2025
3.0.998 112 2/10/2025
3.0.997 115 2/10/2025
3.0.996 121 2/9/2025
3.0.995 111 2/9/2025
3.0.994 116 2/9/2025
3.0.993 113 2/9/2025
3.0.992 110 2/9/2025
3.0.991 116 2/8/2025
3.0.990 105 2/8/2025
3.0.989 112 2/8/2025
3.0.988 117 2/8/2025
3.0.987 109 2/7/2025
3.0.986 104 2/7/2025
3.0.985 114 2/7/2025
3.0.984 107 2/7/2025
3.0.983 121 2/7/2025
3.0.982 112 2/7/2025
3.0.981 120 2/7/2025
3.0.980 114 2/6/2025
3.0.979 111 2/5/2025
3.0.978 125 2/5/2025
3.0.977 111 2/5/2025
3.0.976 111 2/5/2025
3.0.975 109 2/5/2025
3.0.974 108 2/5/2025
3.0.973 109 2/5/2025
3.0.972 117 2/5/2025
3.0.971 102 2/5/2025
3.0.970 109 2/5/2025
3.0.969 118 2/5/2025
3.0.968 112 2/5/2025
3.0.967 111 2/5/2025
3.0.966 106 2/5/2025
3.0.965 117 2/5/2025
3.0.964 106 2/5/2025
3.0.963 109 2/5/2025
3.0.962 124 1/28/2025
3.0.961 111 1/28/2025
3.0.960 120 1/28/2025
3.0.958 107 1/28/2025
3.0.957 97 1/28/2025
3.0.956 110 1/28/2025
3.0.955 105 1/28/2025
3.0.954 113 1/28/2025
3.0.953 96 1/27/2025
3.0.952 104 1/27/2025
3.0.951 106 1/27/2025
3.0.950 108 1/27/2025
3.0.949 116 1/27/2025
3.0.948 115 1/27/2025
3.0.947 112 1/26/2025
3.0.946 111 1/26/2025
3.0.945 116 1/26/2025
3.0.944 120 1/26/2025
3.0.943 100 1/26/2025
3.0.942 108 1/26/2025
3.0.941 102 1/26/2025
3.0.940 97 1/26/2025
3.0.939 124 1/26/2025
3.0.938 102 1/26/2025
3.0.937 100 1/26/2025
3.0.936 100 1/25/2025
3.0.935 111 1/25/2025
3.0.934 115 1/25/2025
3.0.933 116 1/25/2025
3.0.932 114 1/25/2025
3.0.931 121 1/25/2025
3.0.930 101 1/25/2025
3.0.929 105 1/25/2025
3.0.928 110 1/25/2025
3.0.927 108 1/25/2025
3.0.926 108 1/25/2025
3.0.925 101 1/25/2025
3.0.924 105 1/25/2025
3.0.923 89 1/24/2025
3.0.922 100 1/24/2025
3.0.921 98 1/24/2025
3.0.920 101 1/24/2025
3.0.919 94 1/24/2025
3.0.918 115 1/24/2025
3.0.917 115 1/24/2025
3.0.916 97 1/24/2025
3.0.915 94 1/24/2025
3.0.914 114 1/24/2025
3.0.913 104 1/24/2025
3.0.912 108 1/24/2025
3.0.911 92 1/24/2025
3.0.910 103 1/23/2025
3.0.909 104 1/23/2025
3.0.908 107 1/23/2025
3.0.907 109 1/23/2025
3.0.906 107 1/23/2025
3.0.905 104 1/22/2025
3.0.904 106 1/22/2025
3.0.903 110 1/22/2025
3.0.902 122 1/22/2025
3.0.901 102 1/21/2025
3.0.900 109 1/21/2025
3.0.899 112 1/21/2025
3.0.898 107 1/21/2025
3.0.897 101 1/21/2025
3.0.896 110 1/21/2025
3.0.895 109 1/21/2025
3.0.894 112 1/21/2025
3.0.893 116 1/21/2025
3.0.892 100 1/21/2025
3.0.891 105 1/21/2025
3.0.890 126 1/21/2025
3.0.889 110 1/21/2025
3.0.888 115 1/21/2025
3.0.887 99 1/21/2025
3.0.886 106 1/21/2025
3.0.885 101 1/21/2025
3.0.884 91 1/20/2025
3.0.883 108 1/20/2025
3.0.882 111 1/20/2025
3.0.881 95 1/20/2025
3.0.880 108 1/20/2025
3.0.879 108 1/20/2025
3.0.878 99 1/20/2025
3.0.877 111 1/20/2025
3.0.876 110 1/20/2025
3.0.875 113 1/20/2025
3.0.874 106 1/20/2025
3.0.873 98 1/20/2025
3.0.872 111 1/20/2025
3.0.871 114 1/20/2025
3.0.870 112 1/19/2025
3.0.869 98 1/19/2025
3.0.868 91 1/19/2025
3.0.867 100 1/19/2025
3.0.866 95 1/19/2025
3.0.865 110 1/19/2025
3.0.864 109 1/19/2025
3.0.863 102 1/19/2025
3.0.862 86 1/19/2025
3.0.861 92 1/19/2025
3.0.860 95 1/18/2025
3.0.859 98 1/18/2025
3.0.858 88 1/18/2025
3.0.857 102 1/18/2025
3.0.856 103 1/18/2025
3.0.855 101 1/18/2025
3.0.854 96 1/18/2025
3.0.853 100 1/18/2025
3.0.852 111 1/17/2025
3.0.851 105 1/17/2025
3.0.850 87 1/17/2025
3.0.849 114 1/17/2025
3.0.848 107 1/17/2025
3.0.847 98 1/17/2025
3.0.846 98 1/17/2025
3.0.845 99 1/17/2025
3.0.844 102 1/17/2025
3.0.843 100 1/17/2025
3.0.842 91 1/17/2025
3.0.841 97 1/16/2025
3.0.840 88 1/16/2025
3.0.839 95 1/16/2025
3.0.838 98 1/16/2025
3.0.837 106 1/16/2025
3.0.836 93 1/16/2025
3.0.835 104 1/16/2025
3.0.834 95 1/16/2025
3.0.833 97 1/16/2025
3.0.832 90 1/16/2025
3.0.831 92 1/16/2025
3.0.830 92 1/16/2025
3.0.829 100 1/16/2025
3.0.828 102 1/16/2025
3.0.827 105 1/15/2025
3.0.826 104 1/15/2025
3.0.825 98 1/15/2025
3.0.824 83 1/15/2025
3.0.823 90 1/15/2025
3.0.822 92 1/15/2025
3.0.821 94 1/15/2025
3.0.820 104 1/15/2025
3.0.819 87 1/15/2025
3.0.818 98 1/15/2025
3.0.817 74 1/15/2025
3.0.816 84 1/15/2025
3.0.815 78 1/15/2025
3.0.814 84 1/15/2025
3.0.813 79 1/15/2025
3.0.812 74 1/15/2025
3.0.811 76 1/15/2025
3.0.810 74 1/15/2025
3.0.809 92 1/14/2025
3.0.808 93 1/14/2025
3.0.807 92 1/14/2025
3.0.806 89 1/14/2025
3.0.805 96 1/14/2025
3.0.804 90 1/14/2025
3.0.803 93 1/14/2025
3.0.802 92 1/14/2025
3.0.801 90 1/14/2025
3.0.800 106 1/13/2025
3.0.799 95 1/13/2025
3.0.798 104 1/13/2025
3.0.797 83 1/13/2025
3.0.796 85 1/13/2025
3.0.795 88 1/13/2025
3.0.794 89 1/13/2025
3.0.793 91 1/13/2025
3.0.792 103 1/12/2025
3.0.791 112 1/11/2025
3.0.790 102 1/11/2025
3.0.789 95 1/11/2025
3.0.788 109 1/11/2025
3.0.787 99 1/11/2025
3.0.786 106 1/11/2025
3.0.785 115 1/11/2025
3.0.784 98 1/11/2025
3.0.783 102 1/11/2025
3.0.782 107 1/11/2025
3.0.781 111 1/10/2025
3.0.780 103 1/10/2025
3.0.779 104 1/10/2025
3.0.778 104 1/10/2025
3.0.777 115 1/10/2025
3.0.776 108 1/10/2025
3.0.775 107 1/10/2025
3.0.774 110 1/10/2025
3.0.773 141 1/3/2025
3.0.772 130 1/3/2025
3.0.771 154 1/3/2025
3.0.770 143 1/3/2025
3.0.769 159 1/3/2025
3.0.768 130 1/3/2025
3.0.767 121 1/3/2025
3.0.766 122 1/3/2025
3.0.765 115 1/3/2025
3.0.764 105 1/3/2025
3.0.763 126 1/2/2025
3.0.762 121 1/2/2025
3.0.761 124 1/2/2025
3.0.760 125 1/2/2025
3.0.759 120 1/2/2025
3.0.758 130 1/2/2025
3.0.757 119 1/2/2025
3.0.756 116 1/2/2025
3.0.755 123 1/1/2025
3.0.754 112 1/1/2025
3.0.753 128 1/1/2025
3.0.752 128 1/1/2025
3.0.751 124 12/31/2024
3.0.750 120 12/31/2024
3.0.749 122 12/31/2024
3.0.748 113 12/31/2024
3.0.747 115 12/31/2024
3.0.746 143 12/31/2024
3.0.745 132 12/31/2024
3.0.744 127 12/31/2024
3.0.743 145 12/31/2024
3.0.742 139 12/31/2024
3.0.741 111 12/31/2024
3.0.740 105 12/31/2024
3.0.739 100 12/31/2024
3.0.738 115 12/31/2024
3.0.737 109 12/31/2024
3.0.736 119 12/31/2024
3.0.735 103 12/31/2024
3.0.734 114 12/31/2024
3.0.733 126 12/31/2024
3.0.732 106 12/31/2024
3.0.731 127 12/31/2024
3.0.730 110 12/28/2024
3.0.729 120 12/28/2024
3.0.728 115 12/28/2024
3.0.727 109 12/28/2024
3.0.726 111 12/28/2024
3.0.725 112 12/28/2024
3.0.724 110 12/27/2024
3.0.723 111 12/27/2024
3.0.722 123 12/27/2024
3.0.721 106 12/27/2024
3.0.720 113 12/24/2024
3.0.719 121 12/24/2024
3.0.718 108 12/24/2024
3.0.717 105 12/24/2024
3.0.716 114 12/24/2024
3.0.715 110 12/24/2024
3.0.714 126 12/24/2024
3.0.713 104 12/24/2024
3.0.712 110 12/24/2024
3.0.711 103 12/24/2024
3.0.710 114 12/24/2024
3.0.709 100 12/24/2024
3.0.708 108 12/24/2024
3.0.707 103 12/24/2024
3.0.706 118 12/23/2024
3.0.705 111 12/23/2024
3.0.704 108 12/23/2024
3.0.703 112 12/23/2024
3.0.702 114 12/23/2024
3.0.701 101 12/23/2024
3.0.700 109 12/23/2024
3.0.699 132 12/23/2024
3.0.698 113 12/23/2024
3.0.697 104 12/23/2024
3.0.696 112 12/23/2024
3.0.695 112 12/23/2024
3.0.694 105 12/23/2024
3.0.693 114 12/23/2024
3.0.692 109 12/22/2024
3.0.691 107 12/22/2024
3.0.690 102 12/22/2024
3.0.689 104 12/22/2024
3.0.688 120 12/22/2024
3.0.687 111 12/22/2024
3.0.686 105 12/22/2024
3.0.685 111 12/22/2024
3.0.684 103 12/22/2024
3.0.683 110 12/22/2024
3.0.682 104 12/22/2024
3.0.681 131 12/22/2024
3.0.680 113 12/22/2024
3.0.679 104 12/22/2024
3.0.678 113 12/21/2024
3.0.677 120 12/21/2024
3.0.676 107 12/21/2024
3.0.675 103 12/21/2024
3.0.674 148 12/21/2024
3.0.673 112 12/21/2024
3.0.672 107 12/21/2024
3.0.671 109 12/21/2024
3.0.670 116 12/21/2024
3.0.669 124 12/21/2024
3.0.668 118 12/21/2024
3.0.667 111 12/21/2024
3.0.666 118 12/21/2024
3.0.665 116 12/21/2024
3.0.664 122 12/21/2024
3.0.663 105 12/20/2024
3.0.662 113 12/20/2024
3.0.661 114 12/20/2024
3.0.660 115 12/20/2024
3.0.659 107 12/20/2024
3.0.658 103 12/20/2024
3.0.657 117 12/20/2024
3.0.656 112 12/20/2024
3.0.655 110 12/20/2024
3.0.654 120 12/19/2024
3.0.653 118 12/19/2024
3.0.652 102 12/19/2024
3.0.651 111 12/19/2024
3.0.650 115 12/19/2024
3.0.649 125 12/19/2024
3.0.648 118 12/19/2024
3.0.647 126 12/18/2024
3.0.646 112 12/18/2024
3.0.645 130 12/18/2024
3.0.644 105 12/18/2024
3.0.643 104 12/17/2024
3.0.642 111 12/16/2024
3.0.641 99 12/16/2024
3.0.640 105 12/16/2024
3.0.639 112 12/10/2024
3.0.638 99 12/10/2024
3.0.637 102 12/10/2024
3.0.636 115 12/10/2024
3.0.635 108 12/10/2024
3.0.634 108 12/10/2024
3.0.633 104 12/10/2024
3.0.632 110 12/9/2024
3.0.631 101 12/9/2024
3.0.630 104 12/9/2024
3.0.629 119 12/9/2024
3.0.628 115 12/9/2024
3.0.627 105 12/9/2024
3.0.626 120 12/9/2024
3.0.625 113 12/9/2024
3.0.624 118 12/9/2024
3.0.623 109 12/7/2024
3.0.622 118 12/7/2024
3.0.621 103 12/7/2024
3.0.620 116 12/6/2024
3.0.619 112 12/6/2024
3.0.618 102 12/6/2024
3.0.617 114 12/6/2024
3.0.616 118 12/6/2024
3.0.615 116 12/6/2024
3.0.614 113 12/6/2024
3.0.613 115 12/6/2024
3.0.612 116 12/6/2024
3.0.611 140 12/6/2024
3.0.610 114 12/6/2024
3.0.609 108 12/6/2024
3.0.608 111 12/6/2024
3.0.607 140 12/6/2024
3.0.606 117 12/6/2024
3.0.605 116 12/6/2024
3.0.604 113 12/6/2024
3.0.603 117 12/6/2024
3.0.602 111 12/6/2024
3.0.601 116 12/6/2024
3.0.600 119 12/6/2024
3.0.599 125 12/6/2024
3.0.598 111 12/6/2024
3.0.597 124 12/6/2024
3.0.596 121 12/5/2024
3.0.595 122 12/5/2024
3.0.594 127 12/5/2024
3.0.593 119 12/5/2024
3.0.592 121 12/3/2024
3.0.591 111 12/3/2024
3.0.590 125 12/3/2024
3.0.589 127 12/3/2024
3.0.588 115 12/3/2024
3.0.587 111 12/3/2024
3.0.586 112 12/3/2024
3.0.585 106 12/3/2024
3.0.584 114 12/2/2024
3.0.583 104 12/2/2024
3.0.582 104 12/2/2024
3.0.581 113 12/2/2024
3.0.580 111 12/2/2024
3.0.579 96 12/2/2024
3.0.578 99 12/2/2024
3.0.577 113 12/2/2024
3.0.576 113 12/2/2024
3.0.575 114 12/2/2024
3.0.574 110 12/2/2024
3.0.573 119 12/1/2024
3.0.572 110 12/1/2024
3.0.571 118 12/1/2024
3.0.570 102 12/1/2024
3.0.569 119 12/1/2024
3.0.568 116 12/1/2024
3.0.567 108 12/1/2024
3.0.566 119 12/1/2024
3.0.565 115 11/29/2024
3.0.564 108 11/29/2024
3.0.563 114 11/29/2024
3.0.562 108 11/29/2024
3.0.561 119 11/29/2024
3.0.560 124 11/29/2024
3.0.559 122 11/29/2024
3.0.558 115 11/21/2024
3.0.557 118 11/21/2024
3.0.556 110 11/21/2024
3.0.555 113 11/21/2024
3.0.554 106 11/21/2024
3.0.553 119 11/20/2024
3.0.552 132 11/20/2024
3.0.551 125 11/20/2024
3.0.550 110 11/20/2024
3.0.549 110 11/20/2024
3.0.548 103 11/20/2024
3.0.547 113 11/20/2024
3.0.546 102 11/20/2024
3.0.545 111 11/20/2024
3.0.544 113 11/20/2024
3.0.543 119 11/19/2024
3.0.542 107 11/19/2024
3.0.541 110 11/19/2024
3.0.540 110 11/19/2024
3.0.539 114 11/19/2024
3.0.538 101 11/19/2024
3.0.537 115 11/19/2024
3.0.536 112 11/15/2024
3.0.535 121 11/15/2024
3.0.534 109 11/14/2024
3.0.533 106 11/14/2024
3.0.532 103 11/14/2024
3.0.531 112 11/14/2024
3.0.530 108 11/14/2024
3.0.529 119 11/14/2024
3.0.528 99 11/14/2024
3.0.527 112 11/14/2024
3.0.526 105 11/14/2024
3.0.525 90 11/14/2024
3.0.524 113 11/14/2024
3.0.523 109 11/14/2024
3.0.522 114 11/14/2024
3.0.521 116 11/14/2024
3.0.520 106 11/14/2024
3.0.519 112 11/14/2024
3.0.518 112 11/14/2024
3.0.517 109 11/14/2024
3.0.516 115 11/14/2024
3.0.515 107 11/14/2024
3.0.514 113 11/14/2024
3.0.513 120 11/14/2024
3.0.512 122 11/14/2024
2.1.511 111 11/13/2024
2.1.510 117 11/13/2024
2.1.509 118 11/13/2024
2.1.508 120 11/13/2024
2.1.507 117 11/13/2024
2.1.506 111 11/13/2024
2.1.505 120 11/13/2024
2.1.504 116 11/13/2024
2.1.503 122 11/13/2024
2.1.502 115 11/13/2024
2.1.501 121 11/12/2024
2.1.500 107 11/12/2024
2.1.499 120 11/12/2024
2.1.498 124 11/9/2024
2.1.497 125 11/9/2024
2.1.496 125 11/9/2024
2.1.495 128 11/9/2024
2.1.494 121 11/9/2024
2.1.493 120 11/9/2024
2.1.492 116 11/9/2024
2.1.491 123 11/9/2024
2.1.490 109 11/9/2024
2.1.489 126 11/9/2024
2.1.488 132 11/8/2024
2.1.487 116 11/8/2024
2.1.486 112 11/8/2024
2.1.485 111 11/8/2024
2.1.484 119 11/8/2024
2.1.483 120 11/8/2024
2.1.482 117 11/8/2024
2.1.481 111 11/8/2024
2.1.480 114 11/8/2024
2.1.479 103 11/6/2024
2.1.478 111 11/6/2024
2.1.477 108 11/1/2024
2.1.476 120 11/1/2024
2.1.475 112 11/1/2024
2.1.474 105 11/1/2024
2.1.473 124 10/29/2024
2.1.472 113 10/29/2024
2.1.471 120 10/29/2024
2.1.470 110 10/29/2024
2.1.469 118 10/29/2024
2.1.468 114 10/29/2024
2.1.467 120 10/29/2024
2.1.466 108 10/29/2024
2.1.465 108 10/29/2024
2.1.464 103 10/29/2024
2.1.463 109 10/29/2024
2.1.462 99 10/29/2024
2.1.461 117 10/28/2024
2.1.460 112 10/28/2024
2.1.459 117 10/26/2024
2.1.458 112 10/26/2024
2.1.457 111 10/26/2024
2.1.456 113 10/26/2024
2.1.455 114 10/26/2024
2.1.454 126 10/22/2024
2.1.453 112 10/22/2024
2.1.452 117 10/22/2024
2.1.451 105 10/22/2024
2.1.450 106 10/22/2024
2.1.449 112 10/22/2024
2.1.448 103 10/22/2024
2.1.447 112 10/22/2024
2.1.446 109 10/22/2024
2.1.445 114 10/22/2024
2.1.444 117 10/22/2024
2.1.443 146 10/18/2024
2.1.442 138 10/18/2024
2.1.441 111 10/17/2024
2.1.440 130 10/17/2024
2.1.439 119 10/17/2024
2.1.438 120 10/17/2024
2.1.437 123 10/15/2024
2.1.436 115 10/15/2024
2.1.435 114 10/15/2024
2.1.434 112 10/15/2024
2.1.433 119 10/14/2024
2.1.432 109 10/12/2024
2.1.431 112 10/12/2024
2.1.430 113 10/12/2024
2.1.429 114 10/12/2024
2.1.428 112 10/12/2024
2.1.427 121 10/11/2024
2.1.426 103 10/11/2024
2.1.425 112 10/11/2024
2.1.424 123 10/11/2024
2.1.423 126 10/11/2024
2.1.422 109 10/9/2024
2.1.421 113 10/9/2024
2.1.420 115 10/9/2024
2.1.419 107 10/9/2024
2.1.418 120 10/9/2024
2.1.417 107 10/9/2024
2.1.416 116 10/9/2024
2.1.415 115 10/9/2024
2.1.414 109 10/9/2024
2.1.413 99 10/9/2024
2.1.412 114 10/9/2024
2.1.411 115 10/9/2024
2.1.410 120 10/8/2024
2.1.409 113 10/8/2024
2.1.408 120 10/8/2024
2.1.407 118 10/8/2024
2.1.406 103 10/8/2024
2.1.405 135 10/8/2024
2.1.404 119 10/8/2024
2.1.403 135 10/8/2024
2.1.402 113 10/3/2024
2.1.401 116 10/3/2024
2.1.400 96 10/3/2024
2.1.399 117 10/3/2024
2.1.398 116 10/3/2024
2.1.397 115 10/3/2024
2.1.396 150 10/3/2024
2.1.395 103 10/3/2024
2.1.394 110 10/3/2024
2.1.393 99 10/3/2024
2.1.392 109 10/2/2024
2.1.391 111 10/2/2024
2.1.390 120 10/2/2024
2.1.389 117 10/2/2024
2.1.388 116 10/2/2024
2.1.387 105 10/2/2024
2.1.386 108 10/2/2024
2.1.385 116 10/2/2024
2.1.384 122 10/2/2024
2.1.383 109 10/1/2024
2.1.382 111 10/1/2024
2.1.381 103 10/1/2024
2.1.380 115 10/1/2024
2.1.379 112 10/1/2024
2.1.378 115 10/1/2024
2.1.377 109 10/1/2024
2.1.376 115 10/1/2024
2.1.375 115 10/1/2024
2.1.374 123 9/29/2024
2.1.373 117 9/29/2024
2.1.372 111 9/29/2024
2.1.371 122 9/29/2024
2.1.370 119 9/29/2024
2.1.369 125 9/29/2024
2.1.368 123 9/29/2024
2.1.367 116 9/29/2024
2.1.366 111 9/27/2024
2.1.365 120 9/27/2024
2.1.364 117 9/27/2024
2.1.363 121 9/27/2024
2.1.362 107 9/27/2024
2.1.361 116 9/27/2024
2.1.360 106 9/27/2024
2.1.359 114 9/27/2024
2.1.358 123 9/27/2024
2.1.357 105 9/27/2024
2.1.356 118 9/27/2024
2.1.355 101 9/27/2024
2.1.354 123 9/27/2024
2.1.353 116 9/27/2024
2.1.352 109 9/27/2024
2.1.351 117 9/27/2024
2.1.350 135 9/27/2024
2.1.349 113 9/27/2024
2.1.348 114 9/26/2024
2.1.347 111 9/26/2024
2.1.346 122 9/26/2024
2.1.345 114 9/26/2024
2.1.344 118 9/26/2024
2.1.343 112 9/26/2024
2.1.342 112 9/26/2024
2.1.341 117 9/26/2024
2.1.340 119 9/26/2024
2.1.339 108 9/26/2024
2.1.338 110 9/26/2024
2.1.337 115 9/26/2024
2.1.336 123 9/26/2024
2.1.335 115 9/26/2024
2.1.334 117 9/26/2024
2.1.333 115 9/24/2024
2.1.332 117 9/23/2024
2.1.331 112 9/23/2024
2.1.330 124 9/23/2024
2.1.329 115 9/23/2024
2.1.328 123 9/23/2024
2.1.327 120 9/23/2024
2.1.326 129 9/23/2024
2.1.325 112 9/23/2024
2.1.324 126 9/23/2024
2.1.323 116 9/23/2024
2.1.322 120 9/23/2024
2.1.321 113 9/23/2024
2.1.320 113 9/23/2024
2.1.319 116 9/23/2024
2.1.318 119 9/23/2024
2.1.317 115 9/23/2024
2.1.316 103 9/23/2024
2.1.315 112 9/23/2024
2.1.314 107 9/23/2024
2.1.313 109 9/23/2024
2.1.312 105 9/19/2024
2.1.311 109 9/18/2024
2.1.310 122 9/18/2024
2.1.309 120 9/18/2024
2.1.308 125 9/18/2024
2.1.307 123 9/18/2024
2.1.306 131 9/18/2024
2.1.305 122 9/17/2024
2.1.304 125 9/17/2024
2.1.303 118 9/17/2024
2.1.302 116 9/17/2024
2.1.301 129 9/17/2024
2.1.300 127 9/17/2024
2.1.299 123 9/17/2024
2.1.297 123 9/17/2024
2.1.296 138 9/17/2024
2.1.295 136 9/17/2024
2.1.294 131 9/17/2024
2.1.293 133 9/17/2024
2.1.292 141 9/17/2024
2.1.291 137 9/17/2024
2.1.290 137 9/17/2024
2.1.289 143 9/16/2024
2.1.288 121 9/16/2024
2.1.287 136 9/16/2024
2.1.286 143 9/16/2024
2.1.285 131 9/16/2024
2.1.284 137 9/16/2024
2.1.283 139 9/16/2024
2.1.282 148 9/12/2024
2.1.281 139 9/12/2024
2.1.280 147 9/12/2024
2.1.279 134 9/12/2024
2.1.278 129 9/12/2024
2.1.277 145 9/12/2024
2.1.276 130 9/12/2024
2.1.275 131 9/11/2024
2.1.274 128 9/11/2024
2.1.273 138 9/11/2024
2.1.272 141 9/11/2024
2.1.271 120 9/11/2024
2.1.269 139 9/11/2024
2.1.268 129 9/11/2024
2.1.267 134 9/11/2024
2.1.266 144 9/11/2024
2.1.265 130 9/11/2024
2.1.264 133 9/11/2024
2.1.263 136 9/10/2024
2.1.262 125 9/10/2024
2.1.261 142 9/10/2024
2.1.260 138 9/10/2024
2.1.259 133 9/10/2024
2.1.258 124 9/10/2024
2.1.257 123 9/10/2024
2.1.256 123 9/10/2024
2.1.255 117 9/10/2024
2.1.254 132 9/10/2024
2.1.253 131 9/10/2024
2.1.252 130 9/10/2024
2.1.251 126 9/10/2024
2.1.249 129 9/10/2024
2.1.248 119 9/10/2024
2.1.247 121 9/9/2024
2.1.246 127 9/9/2024
2.1.244 128 9/9/2024
2.1.243 141 9/9/2024
2.1.242 130 9/9/2024
2.1.241 122 9/9/2024
2.1.239 130 9/9/2024
2.1.238 119 9/9/2024
2.1.237 123 9/9/2024
2.1.236 132 9/9/2024
2.1.235 125 9/7/2024
2.1.234 136 9/7/2024
2.1.233 126 9/7/2024
2.1.232 123 9/7/2024
2.1.231 119 9/7/2024
2.1.230 127 9/7/2024
2.1.229 145 9/7/2024
2.1.228 115 9/7/2024
2.1.227 151 9/6/2024
2.1.226 137 9/6/2024
2.1.225 141 9/6/2024
2.1.224 127 9/6/2024
2.1.223 141 9/6/2024
2.1.222 141 9/6/2024
2.1.221 146 9/6/2024
2.1.220 133 9/6/2024
2.1.219 143 9/5/2024
2.1.218 121 9/5/2024
2.1.217 125 9/5/2024
2.1.216 117 9/5/2024
2.1.215 133 9/5/2024
2.1.214 123 9/5/2024
2.1.213 137 9/5/2024
2.1.212 130 9/5/2024
2.1.211 141 9/5/2024
2.1.210 126 9/5/2024
2.1.209 136 9/5/2024
2.1.208 129 9/5/2024
2.1.207 129 9/5/2024
2.1.206 125 9/5/2024
2.1.205 136 9/5/2024
2.1.204 134 9/5/2024
2.1.203 129 9/4/2024
2.1.202 134 9/4/2024
2.1.201 140 9/4/2024
2.1.200 120 9/4/2024
2.1.199 138 9/4/2024
2.1.198 142 9/3/2024
2.1.197 132 9/3/2024
2.1.196 131 9/3/2024
2.1.195 123 9/3/2024
2.1.194 136 9/3/2024
2.1.193 127 9/3/2024
2.1.192 109 9/3/2024
2.1.191 121 9/3/2024
2.1.190 140 9/3/2024
2.1.189 135 9/3/2024
2.1.188 134 9/3/2024
2.1.187 124 9/3/2024
2.1.186 117 9/3/2024
2.1.185 132 8/30/2024
2.1.184 139 8/29/2024
2.1.183 127 8/29/2024
2.1.182 134 8/29/2024
2.1.181 120 8/29/2024
2.1.180 112 8/29/2024
2.1.179 127 8/29/2024
2.1.178 134 8/26/2024
2.1.177 134 8/26/2024
2.1.176 146 8/26/2024
2.1.175 128 8/26/2024
2.1.174 135 8/26/2024
2.1.173 131 8/26/2024
2.1.172 147 8/26/2024
2.1.171 157 8/21/2024
2.1.170 150 8/21/2024
2.1.169 160 8/21/2024
2.1.168 146 8/21/2024
2.1.167 152 8/21/2024
2.1.166 152 8/21/2024
2.1.165 156 8/21/2024
2.1.164 143 8/21/2024
2.1.163 158 8/20/2024
2.1.162 153 8/20/2024
2.1.161 149 8/20/2024
2.1.160 137 8/20/2024
2.1.159 147 8/20/2024
2.1.158 129 8/20/2024
2.1.157 142 8/20/2024
2.1.156 131 8/20/2024
2.1.155 154 8/20/2024
2.1.154 145 8/20/2024
2.1.153 140 8/20/2024
2.1.152 136 8/20/2024
2.1.151 138 8/20/2024
2.1.150 136 8/19/2024
2.1.149 128 8/19/2024
2.1.148 146 8/15/2024
2.1.147 155 8/15/2024
2.1.146 141 8/15/2024
2.1.145 156 8/15/2024
2.1.144 148 8/15/2024
2.1.143 139 8/15/2024
2.1.142 148 8/14/2024
2.1.141 153 8/14/2024
2.1.140 123 8/14/2024
2.1.139 140 8/14/2024
2.1.138 130 8/14/2024
2.1.137 138 8/13/2024
2.1.136 120 8/7/2024
2.1.135 114 8/7/2024
2.1.134 138 8/7/2024
2.1.133 128 8/7/2024
2.1.132 123 8/7/2024
2.1.131 127 8/7/2024
2.1.130 123 8/7/2024
2.1.129 131 8/6/2024
2.1.128 105 8/6/2024
2.1.127 93 8/6/2024
2.1.126 99 8/1/2024
2.1.125 109 8/1/2024
2.1.124 95 8/1/2024
2.1.123 108 8/1/2024
2.1.122 106 8/1/2024
2.1.121 116 8/1/2024
2.1.120 97 8/1/2024
2.1.117 92 7/25/2024
2.1.116 113 7/25/2024
2.1.115 117 7/25/2024
2.1.114 111 7/25/2024
2.1.113 121 7/25/2024
2.1.112 112 7/25/2024
2.1.111 116 7/25/2024
2.1.110 124 7/25/2024
2.1.109 119 7/25/2024
2.1.108 111 7/25/2024
2.1.107 120 7/25/2024
2.1.106 129 7/24/2024
2.1.105 111 7/24/2024
2.1.103 130 7/24/2024
2.1.102 117 7/20/2024
2.1.101 115 7/20/2024
2.1.100 120 7/20/2024
2.1.99 121 7/20/2024
2.1.98 120 7/20/2024
2.1.97 125 7/20/2024
2.1.96 121 7/14/2024
2.1.95 111 7/14/2024
2.1.94 119 7/14/2024
2.1.93 99 7/14/2024
2.1.92 118 7/14/2024
2.1.91 116 7/14/2024
2.1.90 120 7/14/2024
2.1.89 110 7/14/2024
2.1.88 117 7/14/2024
2.1.87 105 7/14/2024
2.1.86 114 7/11/2024
2.1.85 119 7/10/2024
2.1.84 118 7/10/2024
2.1.83 113 7/10/2024
2.1.82 118 7/10/2024
2.1.81 115 7/10/2024
2.1.80 97 7/10/2024
2.1.79 123 7/10/2024
2.1.76 102 7/10/2024
2.1.75 118 7/10/2024
2.1.74 115 7/10/2024
2.1.73 119 7/10/2024
2.1.72 116 7/10/2024
2.1.71 124 7/10/2024
2.1.70 112 7/10/2024
2.1.69 109 7/10/2024
2.1.66 109 7/10/2024
2.1.65 122 7/10/2024
2.1.64 118 7/9/2024
2.1.61 90 7/9/2024
2.1.60 109 7/9/2024
2.1.59 114 7/9/2024
2.1.58 119 7/9/2024
2.1.57 118 7/9/2024
2.1.56 127 7/9/2024
2.1.55 143 7/9/2024
2.1.54 115 7/9/2024
2.1.53 116 7/9/2024
2.1.52 124 7/9/2024
2.1.51 125 7/9/2024
2.1.50 113 7/9/2024
2.1.49 108 7/9/2024
2.1.48 118 7/9/2024
2.1.47 113 7/9/2024
2.1.46 129 7/9/2024
2.1.45 128 7/8/2024
2.1.44 108 7/8/2024
2.1.43 128 7/8/2024
2.1.42 137 7/8/2024
2.1.41 118 7/8/2024
2.1.40 137 7/8/2024
2.1.39 115 7/8/2024
2.1.38 109 7/8/2024
2.1.37 130 7/7/2024
2.1.36 154 7/7/2024
2.1.35 123 7/7/2024
2.1.34 110 7/7/2024
2.1.33 143 7/3/2024
2.1.32 130 7/3/2024
2.1.31 141 7/3/2024
2.1.30 130 7/3/2024
2.1.29 131 7/3/2024
2.1.28 134 7/3/2024
2.1.27 124 7/3/2024
2.1.26 118 7/3/2024
2.1.25 117 7/3/2024
2.1.24 141 6/27/2024
2.1.23 149 6/27/2024
2.1.22 136 6/27/2024
2.1.21 141 6/27/2024
2.1.20 126 6/22/2024
2.1.19 126 6/22/2024
2.1.18 136 6/22/2024
2.1.17 138 6/22/2024
2.1.16 134 6/22/2024
2.1.15 138 6/16/2024
2.1.14 132 6/16/2024
2.1.13 179 6/15/2024
2.1.12 129 6/15/2024
2.1.11 119 6/15/2024
2.1.10 133 6/15/2024
2.1.9 140 6/15/2024
2.1.8 116 6/15/2024
2.1.7 139 6/15/2024
2.1.6 124 6/15/2024
2.1.5 110 6/15/2024
2.1.4 125 6/12/2024
2.1.3 121 6/12/2024