Soenneker.Utils.MemoryStream 3.0.1222

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

An easy modern MemoryStream utility

A library for management and simple access of RecyclableMemoryStreamManager

Installation

dotnet add package Soenneker.Utils.MemoryStream

Usage

  1. Register the interop within DI (Program.cs).
public static async Task Main(string[] args)
{
    ...
    builder.Services.AddMemoryStreamUtil();
}
  1. Inject IMemoryStreamUtil wherever you need MemoryStream services

  2. Retrieve a fresh MemoryStream from

Example:

public class TestClass{

    IMemoryStreamUtil _memoryStreamUtil;

    public TestClass(IMemoryStreamUtil memoryStreamUtil)
    {
        _memoryStreamUtil = memoryStreamUtil;
    }

    public async ValueTask<MemoryStream> ReadFileIntoMemoryStream(string path)
    {
        MemoryStream memoryStream = await _memoryStreamUtil.Get(); // .GetSync() is also available

        FileStream fileStream = File.OpenRead(path);

        await fileStream.CopyToAsync(memoryStream);
    
        return memoryStream;
    }
}
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  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 (7)

Showing the top 5 NuGet packages that depend on Soenneker.Utils.MemoryStream:

Package Downloads
Soenneker.Utils.File

A utility library encapsulating asynchronous file IO operations

Soenneker.Cosmos.Serializer

A fast, lightweight JSON (de)serializer for Azure Cosmos DB

Soenneker.Blob.Download

A utility library for Azure Blob download operations

Soenneker.Blob.Upload

A utility library for Azure Blob upload operations

Soenneker.Zelos.Database

A lightweight, thread-safe asynchronous JSON-based document database

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.0.1282 733 9/16/2025
3.0.1281 4,239 9/9/2025
3.0.1280 1,257 9/9/2025
3.0.1279 1,252 9/3/2025
3.0.1278 534 9/3/2025
3.0.1277 152 9/3/2025
3.0.1276 2,608 9/3/2025
3.0.1275 149 9/3/2025
3.0.1274 4,841 8/16/2025
3.0.1273 4,428 8/11/2025
3.0.1272 416 8/11/2025
3.0.1271 135 8/11/2025
3.0.1270 169 8/11/2025
3.0.1269 142 8/11/2025
3.0.1268 136 8/11/2025
3.0.1267 1,351 8/11/2025
3.0.1266 5,117 8/5/2025
3.0.1265 494 8/5/2025
3.0.1264 695 7/29/2025
3.0.1263 4,528 7/9/2025
3.0.1262 904 7/8/2025
3.0.1261 4,587 7/2/2025
3.0.1260 1,317 7/1/2025
3.0.1259 2,089 6/28/2025
3.0.1258 1,274 6/28/2025
3.0.1257 81 6/28/2025
3.0.1256 113 6/27/2025
3.0.1255 80 6/27/2025
3.0.1254 663 6/27/2025
3.0.1253 3,412 6/24/2025
3.0.1252 3,422 6/11/2025
3.0.1251 1,973 6/10/2025
3.0.1250 423 6/10/2025
3.0.1249 3,302 6/2/2025
3.0.1248 2,133 5/27/2025
3.0.1247 164 5/27/2025
3.0.1246 576 5/27/2025
3.0.1245 170 5/27/2025
3.0.1244 317 5/27/2025
3.0.1243 3,289 5/25/2025
3.0.1242 1,945 5/23/2025
3.0.1241 530 5/23/2025
3.0.1240 153 5/23/2025
3.0.1239 1,007 5/22/2025
3.0.1238 168 5/22/2025
3.0.1237 610 5/22/2025
3.0.1236 4,313 5/14/2025
3.0.1235 364 5/13/2025
3.0.1234 3,188 5/8/2025
3.0.1233 689 5/8/2025
3.0.1232 163 5/8/2025
3.0.1231 755 5/7/2025
3.0.1230 181 5/7/2025
3.0.1229 360 5/7/2025
3.0.1228 3,141 5/5/2025
3.0.1227 1,268 5/5/2025
3.0.1226 498 5/5/2025
3.0.1225 170 5/5/2025
3.0.1224 354 5/5/2025
3.0.1223 163 5/5/2025
3.0.1222 473 5/5/2025
3.0.1221 158 5/5/2025
3.0.1220 4,564 4/27/2025
3.0.1219 997 4/26/2025
3.0.1218 2,296 4/9/2025
3.0.1217 851 4/9/2025
3.0.1216 203 4/9/2025
3.0.1215 798 4/8/2025
3.0.1214 302 4/8/2025
3.0.1213 1,096 4/8/2025
3.0.1212 772 4/8/2025
3.0.1211 597 4/8/2025
3.0.1210 1,192 4/8/2025
3.0.1209 2,616 4/8/2025
3.0.1208 1,126 4/8/2025
3.0.1207 2,457 4/7/2025
3.0.1206 1,698 4/7/2025
3.0.1205 2,982 4/7/2025
3.0.1204 968 4/7/2025
3.0.1203 557 4/7/2025
3.0.1202 1,011 4/6/2025
3.0.1201 182 4/6/2025
3.0.1200 379 4/6/2025
3.0.1199 620 4/6/2025
3.0.1198 156 4/6/2025
3.0.1197 893 4/6/2025
3.0.1196 147 4/6/2025
3.0.1195 846 4/6/2025
3.0.1194 122 4/6/2025
3.0.1193 130 4/6/2025
3.0.1192 1,247 4/5/2025
3.0.1191 501 4/5/2025
3.0.1190 662 4/5/2025
3.0.1189 116 4/5/2025
3.0.1188 123 4/4/2025
3.0.1187 628 4/4/2025
3.0.1186 12,854 4/1/2025
3.0.1185 710 4/1/2025
3.0.1184 3,253 3/31/2025
3.0.1183 1,485 3/31/2025
3.0.1182 2,348 3/29/2025
3.0.1181 498 3/29/2025
3.0.1180 3,671 3/25/2025
3.0.1179 3,291 3/21/2025
3.0.1178 5,210 3/15/2025
3.0.1177 2,892 3/12/2025
3.0.1176 824 3/11/2025
3.0.1175 782 3/11/2025
3.0.1174 673 3/11/2025
3.0.1173 1,131 3/11/2025
3.0.1172 199 3/11/2025
3.0.1171 1,686 3/11/2025
3.0.1170 190 3/11/2025
3.0.1169 6,873 3/2/2025
3.0.1168 360 3/2/2025
3.0.1167 1,408 3/1/2025
3.0.1166 818 3/1/2025
3.0.1165 795 3/1/2025
3.0.1164 269 3/1/2025
3.0.1163 141 3/1/2025
3.0.1162 1,218 3/1/2025
3.0.1161 126 3/1/2025
3.0.1160 482 3/1/2025
3.0.1159 119 3/1/2025
3.0.1158 868 3/1/2025
3.0.1157 127 3/1/2025
3.0.1156 3,951 2/25/2025
3.0.1155 809 2/25/2025
3.0.1154 811 2/25/2025
3.0.1153 1,254 2/24/2025
3.0.1152 119 2/24/2025
3.0.1151 2,787 2/23/2025
3.0.1150 4,405 2/22/2025
3.0.1149 160 2/22/2025
3.0.1148 1,057 2/22/2025
3.0.1147 1,002 2/21/2025
3.0.1146 1,860 2/21/2025
3.0.1145 3,430 2/19/2025
3.0.1144 1,281 2/18/2025
3.0.1143 1,284 2/18/2025
3.0.1142 1,323 2/18/2025
3.0.1141 127 2/18/2025
3.0.1140 3,182 2/14/2025
3.0.1139 1,177 2/13/2025
3.0.1138 2,621 2/12/2025
3.0.1137 600 2/12/2025
3.0.1136 438 2/12/2025
3.0.1135 302 2/11/2025
3.0.1134 141 2/11/2025
3.0.1133 435 2/11/2025
3.0.1132 445 2/11/2025
3.0.1131 138 2/11/2025
3.0.1130 1,914 2/11/2025
3.0.1129 147 2/11/2025
3.0.1128 1,203 2/11/2025
3.0.1127 680 2/11/2025
3.0.1126 142 2/11/2025
3.0.1125 1,450 2/10/2025
3.0.1124 423 2/10/2025
3.0.1123 462 2/10/2025
3.0.1122 566 2/10/2025
3.0.1121 134 2/10/2025
3.0.1120 794 2/10/2025
3.0.1119 818 2/9/2025
3.0.1118 933 2/9/2025
3.0.1117 1,105 2/8/2025
3.0.1116 371 2/8/2025
3.0.1115 675 2/7/2025
3.0.1114 143 2/7/2025
3.0.1113 239 2/7/2025
3.0.1112 787 2/7/2025
3.0.1111 1,976 2/7/2025
3.0.1110 127 2/7/2025
3.0.1109 602 2/7/2025
3.0.1108 280 2/7/2025
3.0.1107 145 2/7/2025
3.0.1106 137 2/7/2025
3.0.1105 132 2/7/2025
3.0.1104 128 2/7/2025
3.0.1103 4,728 2/5/2025
3.0.1102 312 2/5/2025
3.0.1101 822 2/5/2025
3.0.1100 157 2/5/2025
3.0.1099 828 2/5/2025
3.0.1098 598 2/5/2025
3.0.1097 16,600 1/28/2025
3.0.1096 1,305 1/28/2025
3.0.1095 5,991 1/27/2025
3.0.1094 126 1/27/2025
3.0.1093 2,843 1/27/2025
3.0.1092 7,031 1/26/2025
3.0.1091 202 1/26/2025
3.0.1090 2,050 1/25/2025
3.0.1089 130 1/25/2025
3.0.1088 1,687 1/25/2025
3.0.1087 2,559 1/25/2025
3.0.1086 578 1/25/2025
3.0.1085 7,010 1/24/2025
3.0.1084 6,859 1/24/2025
3.0.1083 3,133 1/24/2025
3.0.1082 3,286 1/24/2025
3.0.1081 120 1/24/2025
3.0.1080 465 1/24/2025
3.0.1079 128 1/24/2025
3.0.1078 3,775 1/23/2025
3.0.1077 765 1/23/2025
3.0.1076 6,836 1/21/2025
3.0.1075 1,574 1/21/2025
3.0.1074 1,562 1/21/2025
3.0.1073 736 1/21/2025
3.0.1072 1,976 1/21/2025
3.0.1071 4,422 1/21/2025
3.0.1070 3,738 1/21/2025
3.0.1069 145 1/21/2025
3.0.1068 254 1/20/2025
3.0.1067 258 1/20/2025
3.0.1066 121 1/20/2025
3.0.1065 543 1/20/2025
3.0.1064 3,452 1/20/2025
3.0.1063 131 1/20/2025
3.0.1062 4,064 1/20/2025
3.0.1061 125 1/20/2025
3.0.1060 1,396 1/20/2025
3.0.1059 8,644 1/19/2025
3.0.1058 1,068 1/19/2025
3.0.1057 278 1/19/2025
3.0.1056 297 1/18/2025
3.0.1055 1,116 1/18/2025
3.0.1054 254 1/18/2025
3.0.1053 3,774 1/18/2025
3.0.1052 782 1/17/2025
3.0.1051 714 1/17/2025
3.0.1050 982 1/17/2025
3.0.1049 469 1/17/2025
3.0.1048 224 1/16/2025
3.0.1047 15,340 1/16/2025
3.0.1046 1,920 1/16/2025
3.0.1045 2,771 1/16/2025
3.0.1044 2,583 1/16/2025
3.0.1043 585 1/16/2025
3.0.1042 369 1/15/2025
3.0.1041 4,391 1/15/2025
3.0.1040 476 1/15/2025
3.0.1039 707 1/15/2025
3.0.1038 3,572 1/15/2025
3.0.1037 119 1/15/2025
3.0.1036 325 1/15/2025
3.0.1035 859 1/15/2025
3.0.1034 729 1/15/2025
3.0.1033 105 1/15/2025
3.0.1032 1,935 1/15/2025
3.0.1031 92 1/15/2025
3.0.1030 825 1/14/2025
3.0.1029 242 1/14/2025
3.0.1028 116 1/14/2025
3.0.1027 2,517 1/14/2025
3.0.1026 10,892 1/13/2025
3.0.1025 3,707 1/13/2025
3.0.1024 240 1/12/2025
3.0.1023 5,678 1/11/2025
3.0.1022 1,246 1/11/2025
3.0.1021 916 1/11/2025
3.0.1020 201 1/10/2025
3.0.1019 135 1/10/2025
3.0.1018 3,337 1/10/2025
3.0.1017 285 1/10/2025
3.0.1016 125 1/10/2025
3.0.1015 2,085 1/10/2025
3.0.1014 121 1/10/2025
3.0.1013 5,765 1/8/2025
3.0.1012 2,469 1/3/2025
3.0.1011 1,314 1/3/2025
3.0.1010 3,095 1/2/2025
3.0.1009 136 1/2/2025
3.0.1008 156 1/2/2025
3.0.1007 1,775 1/2/2025
3.0.1006 146 1/2/2025
3.0.1005 149 1/2/2025
3.0.1004 838 1/1/2025
3.0.1003 255 1/1/2025
3.0.1002 257 1/1/2025
3.0.1001 278 1/1/2025
3.0.1000 136 1/1/2025
3.0.999 6,281 12/31/2024
3.0.998 138 12/31/2024
3.0.997 803 12/31/2024
3.0.995 4,774 12/31/2024
3.0.994 1,137 12/31/2024
3.0.993 4,723 12/31/2024
3.0.992 339 12/31/2024
3.0.991 592 12/31/2024
3.0.990 4,405 12/31/2024
3.0.989 126 12/31/2024
3.0.988 132 12/31/2024
3.0.987 122 12/31/2024
3.0.986 3,525 12/31/2024
3.0.985 8,283 12/28/2024
3.0.984 2,035 12/27/2024
3.0.983 8,018 12/24/2024
3.0.982 433 12/24/2024
3.0.981 401 12/24/2024
3.0.980 780 12/24/2024
3.0.979 1,732 12/24/2024
3.0.978 122 12/24/2024
3.0.977 410 12/24/2024
3.0.976 231 12/24/2024
3.0.975 486 12/23/2024
3.0.974 526 12/23/2024
3.0.973 219 12/23/2024
3.0.972 406 12/23/2024
3.0.971 436 12/23/2024
3.0.970 598 12/22/2024
3.0.969 11,142 12/22/2024
3.0.968 7,088 12/22/2024
3.0.967 1,272 12/22/2024
3.0.966 126 12/22/2024
3.0.965 6,056 12/22/2024
3.0.964 126 12/22/2024
3.0.963 656 12/21/2024
3.0.962 127 12/21/2024
3.0.961 135 12/21/2024
3.0.960 1,806 12/21/2024
3.0.959 132 12/21/2024
3.0.958 3,404 12/21/2024
3.0.957 1,908 12/21/2024
3.0.956 131 12/21/2024
3.0.955 1,612 12/21/2024
3.0.954 2,235 12/21/2024
3.0.953 135 12/21/2024
3.0.952 281 12/21/2024
3.0.951 701 12/20/2024
3.0.950 130 12/20/2024
3.0.949 182 12/20/2024
3.0.948 130 12/20/2024
3.0.947 2,503 12/20/2024
3.0.946 1,884 12/20/2024
3.0.945 1,438 12/20/2024
3.0.944 5,782 12/20/2024
3.0.943 228 12/19/2024
3.0.942 131 12/19/2024
3.0.941 125 12/19/2024
3.0.939 8,123 12/17/2024
3.0.937 312 12/17/2024
3.0.936 139 12/17/2024
3.0.935 1,053 12/17/2024
3.0.934 356 12/17/2024
3.0.933 125 12/17/2024
3.0.932 178 12/16/2024
3.0.931 134 12/16/2024
3.0.930 1,069 12/16/2024
3.0.929 6,116 12/10/2024
3.0.928 136 12/10/2024
3.0.927 1,587 12/9/2024
3.0.926 130 12/9/2024
3.0.925 2,995 12/9/2024
3.0.924 421 12/9/2024
3.0.923 476 12/9/2024
3.0.922 135 12/9/2024
3.0.921 7,275 12/6/2024
3.0.920 128 12/6/2024
3.0.919 972 12/6/2024
3.0.918 2,560 12/6/2024
3.0.917 3,308 12/6/2024
3.0.916 1,305 12/6/2024
3.0.914 2,472 12/6/2024
3.0.913 135 12/6/2024
3.0.912 140 12/6/2024
3.0.911 5,628 12/5/2024
3.0.910 137 12/5/2024
3.0.909 267 12/5/2024
3.0.908 144 12/5/2024
3.0.907 4,426 12/5/2024
3.0.906 2,046 12/5/2024
3.0.905 248 12/5/2024
3.0.904 138 12/5/2024
3.0.903 1,148 12/5/2024
3.0.902 145 12/5/2024
3.0.901 3,015 12/4/2024
3.0.900 138 12/4/2024
3.0.899 133 12/4/2024
3.0.898 2,258 12/4/2024
3.0.897 145 12/4/2024
3.0.896 148 12/4/2024
3.0.895 1,752 12/4/2024
3.0.894 143 12/4/2024
3.0.893 135 12/4/2024
3.0.892 939 12/4/2024
3.0.891 2,295 12/4/2024
3.0.890 2,690 12/3/2024
3.0.889 139 12/3/2024
3.0.888 126 12/3/2024
3.0.887 1,258 12/3/2024
3.0.886 142 12/3/2024
3.0.885 1,770 12/3/2024
3.0.884 139 12/3/2024
3.0.883 3,220 12/3/2024
3.0.882 351 12/3/2024
3.0.881 136 12/3/2024
3.0.880 1,434 12/3/2024
3.0.879 121 12/3/2024
3.0.878 133 12/3/2024
3.0.877 2,933 12/2/2024
3.0.876 964 12/2/2024
3.0.875 125 12/2/2024
3.0.874 3,287 12/2/2024
3.0.873 133 12/2/2024
3.0.872 577 12/1/2024
3.0.871 145 12/1/2024
3.0.870 136 12/1/2024
3.0.869 3,109 12/1/2024
3.0.868 149 12/1/2024
3.0.867 134 12/1/2024
3.0.866 4,844 12/1/2024
3.0.865 926 12/1/2024
3.0.864 3,306 11/29/2024
3.0.863 422 11/29/2024
3.0.862 5,290 11/20/2024
3.0.861 137 11/20/2024
3.0.860 4,661 11/20/2024
3.0.859 338 11/20/2024
3.0.858 148 11/20/2024
3.0.857 142 11/20/2024
3.0.856 429 11/20/2024
3.0.855 366 11/20/2024
3.0.854 417 11/20/2024
3.0.853 438 11/19/2024
3.0.852 139 11/19/2024
3.0.851 128 11/19/2024
3.0.850 870 11/19/2024
3.0.849 121 11/19/2024
3.0.848 3,363 11/19/2024
3.0.847 681 11/19/2024
3.0.846 124 11/19/2024
3.0.845 3,037 11/19/2024
3.0.844 123 11/19/2024
3.0.843 119 11/19/2024
3.0.842 8,818 11/14/2024
3.0.841 203 11/14/2024
3.0.840 1,203 11/14/2024
3.0.839 1,090 11/14/2024
3.0.838 134 11/14/2024
3.0.837 913 11/14/2024
3.0.836 130 11/14/2024
3.0.835 3,321 11/14/2024
3.0.834 145 11/14/2024
3.0.833 136 11/14/2024
3.0.832 846 11/14/2024
3.0.831 132 11/14/2024
3.0.830 139 11/14/2024
3.0.829 154 11/14/2024
3.0.828 142 11/14/2024
3.0.827 143 11/14/2024
2.1.826 2,331 11/13/2024
2.1.825 10,804 11/13/2024
2.1.824 136 11/13/2024
2.1.823 1,289 11/13/2024
2.1.822 154 11/13/2024
2.1.821 1,441 11/12/2024
2.1.820 148 11/12/2024
2.1.819 1,144 11/12/2024
2.1.818 8,232 11/9/2024
2.1.817 521 11/9/2024
2.1.816 150 11/9/2024
2.1.815 140 11/9/2024
2.1.814 1,554 11/9/2024
2.1.813 924 11/8/2024
2.1.812 132 11/8/2024
2.1.811 1,352 11/8/2024
2.1.810 138 11/8/2024
2.1.809 189 11/8/2024
2.1.808 136 11/8/2024
2.1.807 331 11/8/2024
2.1.806 3,671 11/8/2024
2.1.805 137 11/8/2024
2.1.804 4,204 11/8/2024
2.1.803 134 11/8/2024
2.1.802 13,670 11/1/2024
2.1.801 669 10/31/2024
2.1.800 5,415 10/29/2024
2.1.799 474 10/29/2024
2.1.798 1,041 10/29/2024
2.1.797 181 10/29/2024
2.1.796 1,895 10/29/2024
2.1.795 130 10/29/2024
2.1.794 7,294 10/28/2024
2.1.793 138 10/28/2024
2.1.792 2,511 10/28/2024
2.1.791 5,088 10/26/2024
2.1.790 127 10/26/2024
2.1.789 5,158 10/22/2024
2.1.788 1,077 10/22/2024
2.1.787 764 10/22/2024
2.1.786 143 10/22/2024
2.1.785 141 10/22/2024
2.1.784 3,061 10/22/2024
2.1.783 6,330 10/17/2024
2.1.782 2,389 10/17/2024
2.1.781 3,874 10/15/2024
2.1.780 554 10/14/2024
2.1.779 132 10/14/2024
2.1.778 6,282 10/11/2024
2.1.777 2,394 10/11/2024
2.1.776 134 10/11/2024
2.1.775 1,859 10/11/2024
2.1.774 6,730 10/9/2024
2.1.773 2,105 10/9/2024
2.1.772 549 10/8/2024
2.1.771 147 10/8/2024
2.1.770 1,802 10/8/2024
2.1.769 147 10/8/2024
2.1.768 5,232 10/8/2024
2.1.767 510 10/8/2024
2.1.766 9,222 10/3/2024
2.1.765 133 10/3/2024
2.1.764 1,916 10/3/2024
2.1.763 754 10/3/2024
2.1.762 149 10/3/2024
2.1.761 7,205 10/2/2024
2.1.760 569 10/2/2024
2.1.759 2,046 10/2/2024
2.1.758 154 10/2/2024
2.1.757 4,579 10/1/2024
2.1.756 4,600 10/1/2024
2.1.755 129 10/1/2024
2.1.754 658 10/1/2024
2.1.753 3,921 10/1/2024
2.1.752 330 10/1/2024
2.1.751 526 9/30/2024
2.1.750 3,223 9/30/2024
2.1.749 3,452 9/29/2024
2.1.748 2,153 9/29/2024
2.1.747 128 9/29/2024
2.1.746 584 9/29/2024
2.1.745 1,295 9/29/2024
2.1.744 138 9/29/2024
2.1.743 5,559 9/27/2024
2.1.742 619 9/27/2024
2.1.741 2,725 9/27/2024
2.1.740 141 9/27/2024
2.1.739 405 9/27/2024
2.1.738 666 9/27/2024
2.1.737 156 9/27/2024
2.1.736 135 9/27/2024
2.1.735 5,512 9/27/2024
2.1.734 4,333 9/26/2024
2.1.733 451 9/26/2024
2.1.732 7,158 9/26/2024
2.1.731 189 9/26/2024
2.1.730 1,662 9/26/2024
2.1.729 2,558 9/26/2024
2.1.728 8,328 9/23/2024
2.1.727 571 9/23/2024
2.1.726 919 9/23/2024
2.1.725 1,115 9/23/2024
2.1.724 1,201 9/23/2024
2.1.723 148 9/23/2024
2.1.722 4,316 9/23/2024
2.1.721 133 9/23/2024
2.1.720 3,692 9/23/2024
2.1.719 144 9/23/2024
2.1.718 890 9/23/2024
2.1.717 142 9/23/2024
2.1.716 136 9/23/2024
2.1.715 1,038 9/23/2024
2.1.714 136 9/23/2024
2.1.713 140 9/23/2024
2.1.712 3,352 9/23/2024
2.1.711 137 9/23/2024
2.1.710 7,764 9/18/2024
2.1.709 1,162 9/17/2024
2.1.708 921 9/17/2024
2.1.707 143 9/17/2024
2.1.706 526 9/17/2024
2.1.705 1,245 9/17/2024
2.1.704 276 9/17/2024
2.1.703 2,360 9/17/2024
2.1.702 151 9/17/2024
2.1.701 3,230 9/17/2024
2.1.700 2,400 9/17/2024
2.1.699 1,341 9/17/2024
2.1.698 2,204 9/17/2024
2.1.697 11,855 9/16/2024
2.1.696 144 9/16/2024
2.1.695 4,901 9/12/2024
2.1.694 151 9/12/2024
2.1.693 1,147 9/11/2024
2.1.692 241 9/11/2024
2.1.690 6,221 9/11/2024
2.1.689 381 9/11/2024
2.1.688 1,958 9/11/2024
2.1.687 3,832 9/11/2024
2.1.686 9,336 9/10/2024
2.1.685 451 9/10/2024
2.1.684 714 9/10/2024
2.1.683 503 9/10/2024
2.1.682 133 9/10/2024
2.1.681 702 9/9/2024
2.1.680 146 9/9/2024
2.1.679 390 9/9/2024
2.1.678 3,914 9/9/2024
2.1.677 137 9/9/2024
2.1.676 915 9/9/2024
2.1.675 179 9/9/2024
2.1.674 624 9/9/2024
2.1.673 4,218 9/9/2024
2.1.672 137 9/9/2024
2.1.671 302 9/9/2024
2.1.670 144 9/9/2024
2.1.669 142 9/9/2024
2.1.668 12,390 9/7/2024
2.1.667 2,159 9/6/2024
2.1.666 5,540 9/6/2024
2.1.665 147 9/6/2024
2.1.664 2,193 9/5/2024
2.1.663 1,283 9/5/2024
2.1.662 130 9/5/2024
2.1.661 139 9/5/2024
2.1.660 2,530 9/5/2024
2.1.659 2,849 9/5/2024
2.1.658 153 9/5/2024
2.1.657 141 9/5/2024
2.1.656 640 9/5/2024
2.1.655 154 9/5/2024
2.1.654 161 9/5/2024
2.1.653 5,285 9/5/2024
2.1.652 157 9/5/2024
2.1.651 4,239 9/4/2024
2.1.650 4,509 9/4/2024
2.1.649 4,918 9/3/2024
2.1.648 153 9/3/2024
2.1.647 3,612 9/3/2024
2.1.646 139 9/3/2024
2.1.645 2,619 9/3/2024
2.1.644 1,696 9/3/2024
2.1.643 127 9/3/2024
2.1.642 5,661 8/29/2024
2.1.641 143 8/29/2024
2.1.640 5,468 8/26/2024
2.1.639 1,333 8/26/2024
2.1.638 5,022 8/21/2024
2.1.637 285 8/21/2024
2.1.636 1,827 8/21/2024
2.1.635 167 8/21/2024
2.1.634 1,163 8/20/2024
2.1.633 152 8/20/2024
2.1.632 177 8/20/2024
2.1.631 2,546 8/20/2024
2.1.630 1,331 8/20/2024
2.1.629 152 8/20/2024
2.1.628 133 8/20/2024
2.1.627 163 8/20/2024
2.1.626 2,783 8/20/2024
2.1.625 156 8/20/2024
2.1.624 5,218 8/20/2024
2.1.623 2,571 8/19/2024
2.1.622 5,597 8/15/2024
2.1.621 771 8/15/2024
2.1.620 7,097 8/13/2024
2.1.619 687 8/13/2024
2.1.618 5,621 8/7/2024
2.1.617 497 8/6/2024
2.1.616 3,539 8/6/2024
2.1.615 110 8/6/2024
2.1.614 4,314 8/1/2024
2.1.613 569 8/1/2024
2.1.611 405 8/1/2024
2.1.610 366 8/1/2024
2.1.609 8,163 7/25/2024
2.1.608 329 7/25/2024
2.1.607 607 7/25/2024
2.1.606 145 7/25/2024
2.1.605 833 7/25/2024
2.1.604 125 7/25/2024
2.1.603 209 7/24/2024
2.1.602 499 7/24/2024
2.1.601 284 7/24/2024
2.1.600 1,150 7/24/2024
2.1.599 3,109 7/24/2024
2.1.598 2,173 7/20/2024
2.1.597 4,917 7/20/2024
2.1.596 6,872 7/14/2024
2.1.595 133 7/14/2024
2.1.594 3,469 7/14/2024
2.1.593 122 7/14/2024
2.1.592 537 7/14/2024
2.1.591 4,638 7/10/2024
2.1.590 336 7/10/2024
2.1.589 767 7/10/2024
2.1.588 127 7/10/2024
2.1.587 2,410 7/10/2024
2.1.586 105 7/10/2024
2.1.585 102 7/10/2024
2.1.584 97 7/10/2024
2.1.583 1,196 7/10/2024
2.1.582 113 7/10/2024
2.1.581 198 7/10/2024
2.1.580 127 7/10/2024
2.1.579 129 7/10/2024
2.1.578 1,165 7/10/2024
2.1.577 130 7/10/2024
2.1.576 991 7/10/2024
2.1.575 131 7/10/2024
2.1.574 125 7/10/2024
2.1.573 632 7/9/2024
2.1.572 127 7/9/2024
2.1.569 919 7/9/2024
2.1.568 118 7/9/2024
2.1.567 831 7/9/2024
2.1.566 125 7/9/2024
2.1.565 5,977 7/9/2024
2.1.564 131 7/9/2024
2.1.563 142 7/9/2024
2.1.562 5,764 7/9/2024
2.1.561 122 7/9/2024
2.1.560 129 7/9/2024
2.1.559 1,665 7/9/2024
2.1.558 424 7/9/2024
2.1.557 150 7/9/2024
2.1.556 3,147 7/8/2024
2.1.555 130 7/8/2024
2.1.554 118 7/8/2024
2.1.553 622 7/8/2024
2.1.552 120 7/8/2024
2.1.551 111 7/8/2024
2.1.550 6,343 7/8/2024
2.1.549 133 7/8/2024
2.1.548 214 7/8/2024
2.1.547 2,623 7/7/2024
2.1.546 2,122 7/7/2024
2.1.545 129 7/7/2024
2.1.544 677 7/7/2024
2.1.543 125 7/7/2024
2.1.542 1,200 7/7/2024
2.1.541 341 7/7/2024
2.1.540 134 7/7/2024
2.1.539 135 7/7/2024
2.1.538 1,854 7/7/2024
2.1.537 7,135 7/4/2024
2.1.536 1,164 7/3/2024
2.1.535 1,999 7/3/2024
2.1.534 2,487 7/3/2024
2.1.533 134 7/3/2024
2.1.532 832 7/3/2024
2.1.531 3,055 7/3/2024
2.1.530 806 7/3/2024
2.1.529 2,679 6/30/2024
2.1.528 1,804 6/28/2024
2.1.527 5,960 6/22/2024
2.1.526 151 6/22/2024
2.1.525 7,190 6/15/2024
2.1.524 133 6/15/2024
2.1.523 2,485 6/15/2024
2.1.522 4,248 6/14/2024
2.1.521 145 6/14/2024
2.1.520 2,017 6/14/2024
2.1.519 2,643 6/12/2024
2.1.518 5,200 6/1/2024
2.1.517 639 6/1/2024
2.1.516 1,017 6/1/2024
2.1.515 553 6/1/2024
2.1.514 148 6/1/2024
2.1.513 1,935 6/1/2024
2.1.512 5,227 5/31/2024
2.1.511 146 5/31/2024
2.1.510 4,637 5/29/2024
2.1.509 139 5/29/2024
2.1.508 5,555 5/28/2024
2.1.507 121 5/28/2024
2.1.506 3,292 5/27/2024
2.1.505 122 5/27/2024
2.1.504 119 5/27/2024
2.1.503 1,466 5/27/2024
2.1.502 3,866 5/26/2024
2.1.501 121 5/26/2024
2.1.500 5,599 5/26/2024
2.1.499 128 5/26/2024
2.1.498 1,486 5/26/2024
2.1.497 275 5/25/2024
2.1.496 130 5/25/2024
2.1.495 1,500 5/25/2024
2.1.494 130 5/25/2024
2.1.493 127 5/25/2024
2.1.492 135 5/25/2024
2.1.491 2,255 5/25/2024
2.1.490 132 5/25/2024
2.1.489 131 5/25/2024
2.1.488 1,350 5/25/2024
2.1.487 113 5/25/2024
2.1.486 139 5/25/2024
2.1.485 1,202 5/25/2024
2.1.484 136 5/25/2024
2.1.483 133 5/25/2024
2.1.482 7,465 5/23/2024
2.1.481 565 5/23/2024
2.1.480 2,070 5/23/2024
2.1.479 132 5/23/2024
2.1.478 1,536 5/23/2024
2.1.477 123 5/23/2024
2.1.476 138 5/22/2024
2.1.475 132 5/22/2024
2.1.474 134 5/22/2024
2.1.473 2,111 5/22/2024
2.1.472 133 5/22/2024
2.1.471 126 5/22/2024
2.1.470 1,180 5/22/2024
2.1.469 138 5/22/2024
2.1.468 4,821 5/22/2024
2.1.467 4,289 5/18/2024
2.1.466 190 5/18/2024
2.1.465 1,170 5/17/2024
2.1.464 153 5/17/2024
2.1.463 2,134 5/17/2024
2.1.462 159 5/17/2024
2.1.461 159 5/17/2024
2.1.460 3,895 5/16/2024
2.1.459 260 5/16/2024
2.1.458 142 5/16/2024
2.1.457 1,892 5/15/2024
2.1.456 1,434 5/15/2024
2.1.455 152 5/15/2024
2.1.454 6,335 5/13/2024
2.1.453 124 5/13/2024
2.1.452 4,014 5/3/2024
2.1.451 3,550 4/30/2024
2.1.450 458 4/29/2024
2.1.449 1,954 4/29/2024
2.1.448 143 4/29/2024
2.1.447 3,961 4/29/2024
2.1.446 155 4/28/2024
2.1.445 148 4/28/2024
2.1.444 614 4/28/2024
2.1.443 159 4/28/2024
2.1.442 2,000 4/28/2024
2.1.441 139 4/28/2024
2.1.440 141 4/28/2024
2.1.439 3,977 4/28/2024
2.1.438 143 4/28/2024
2.1.437 2,059 4/28/2024
2.1.436 158 4/28/2024
2.1.435 153 4/28/2024
2.1.434 539 4/28/2024
2.1.433 145 4/28/2024
2.1.432 143 4/28/2024
2.1.431 3,231 4/27/2024
2.1.430 160 4/27/2024
2.1.429 7,486 4/19/2024
2.1.428 153 4/19/2024
2.1.427 4,279 4/19/2024
2.1.426 1,057 4/18/2024
2.1.425 4,471 4/15/2024
2.1.424 2,970 4/12/2024
2.1.423 2,206 4/12/2024
2.1.422 1,761 4/12/2024
2.1.421 141 4/12/2024
2.1.420 2,349 4/12/2024
2.1.419 160 4/12/2024
2.1.418 840 4/12/2024
2.1.417 692 4/11/2024
2.1.416 10,649 4/10/2024
2.1.415 148 4/10/2024
2.1.414 2,625 4/9/2024
2.1.413 4,300 4/2/2024
2.1.412 167 4/2/2024
2.1.411 416 4/1/2024
2.1.410 149 4/1/2024
2.1.409 287 4/1/2024
2.1.408 6,926 3/29/2024
2.1.407 1,510 3/29/2024
2.1.406 3,666 3/25/2024
2.1.405 170 3/25/2024
2.1.404 974 3/25/2024
2.1.403 1,752 3/25/2024
2.1.402 4,466 3/20/2024
2.1.401 155 3/20/2024
2.1.400 4,418 3/19/2024
2.1.399 171 3/19/2024
2.1.398 2,087 3/19/2024
2.1.397 177 3/19/2024
2.1.396 1,519 3/19/2024
2.1.395 1,797 3/18/2024
2.1.394 1,149 3/18/2024
2.1.393 5,008 3/15/2024
2.1.392 164 3/15/2024
2.1.391 4,372 3/13/2024
2.1.390 695 3/13/2024
2.1.389 521 3/13/2024
2.1.388 159 3/13/2024
2.1.387 1,914 3/13/2024
2.1.386 415 3/13/2024
2.1.385 177 3/13/2024
2.1.384 165 3/13/2024
2.1.383 3,389 3/13/2024
2.1.382 168 3/13/2024
2.1.381 256 3/12/2024
2.1.380 167 3/12/2024
2.1.379 3,397 3/12/2024
2.1.378 159 3/12/2024
2.1.377 4,880 3/11/2024
2.1.376 429 3/11/2024
2.1.375 4,076 3/11/2024
2.1.374 253 3/11/2024
2.1.373 3,491 3/10/2024
2.1.372 1,745 3/10/2024
2.1.371 3,985 3/8/2024
2.1.370 177 3/8/2024
2.1.369 2,213 3/8/2024
2.1.368 1,585 3/8/2024
2.1.367 160 3/8/2024
2.1.366 2,490 3/8/2024
2.1.365 2,455 3/6/2024
2.1.364 493 3/6/2024
2.1.363 4,261 3/4/2024
2.1.362 171 3/4/2024
2.1.361 2,044 3/4/2024
2.1.360 168 3/4/2024
2.1.359 2,699 3/3/2024
2.1.358 2,600 3/3/2024
2.1.357 257 3/2/2024
2.1.356 169 3/2/2024
2.1.355 2,218 3/2/2024
2.1.354 175 3/2/2024
2.1.353 16,593 2/25/2024
2.1.352 1,437 2/25/2024
2.1.351 163 2/25/2024
2.1.350 540 2/25/2024
2.1.349 2,132 2/25/2024
2.1.348 2,051 2/23/2024
2.1.347 653 2/23/2024
2.1.346 4,354 2/22/2024
2.1.345 163 2/22/2024
2.1.344 894 2/22/2024
2.1.343 250 2/22/2024
2.1.342 166 2/22/2024
2.1.341 2,623 2/21/2024
2.1.340 165 2/21/2024
2.1.339 2,301 2/21/2024
2.1.338 171 2/21/2024
2.1.337 161 2/21/2024
2.1.336 173 2/21/2024
2.1.335 2,250 2/21/2024
2.1.334 818 2/21/2024
2.1.333 160 2/21/2024
2.1.332 148 2/21/2024
2.1.331 2,008 2/21/2024
2.1.330 2,167 2/21/2024
2.1.329 156 2/21/2024
2.1.328 154 2/21/2024
2.1.327 170 2/21/2024
2.1.326 2,961 2/20/2024
2.1.325 150 2/20/2024
2.1.324 2,577 2/20/2024
2.1.323 164 2/20/2024
2.1.322 2,324 2/20/2024
2.1.321 157 2/20/2024
2.1.320 156 2/20/2024
2.1.319 1,101 2/20/2024
2.1.318 363 2/19/2024
2.1.317 3,882 2/19/2024
2.1.316 150 2/19/2024
2.1.315 2,574 2/19/2024
2.1.314 2,892 2/17/2024
2.1.313 158 2/17/2024
2.1.312 1,675 2/17/2024
2.1.311 157 2/17/2024
2.1.310 379 2/17/2024
2.1.309 1,010 2/16/2024
2.1.308 154 2/16/2024
2.1.307 139 2/16/2024
2.1.306 210 2/16/2024
2.1.305 154 2/16/2024
2.1.304 2,389 2/16/2024
2.1.303 156 2/16/2024
2.1.302 3,135 2/16/2024
2.1.301 160 2/16/2024
2.1.300 160 2/16/2024
2.1.299 330 2/16/2024
2.1.298 167 2/16/2024
2.1.297 1,492 2/16/2024
2.1.296 153 2/16/2024
2.1.295 4,330 2/14/2024
2.1.294 1,794 2/13/2024
2.1.293 152 2/13/2024
2.1.292 1,672 2/13/2024
2.1.291 2,030 2/13/2024
2.1.290 1,194 2/13/2024
2.1.289 160 2/13/2024
2.1.288 2,215 2/13/2024
2.1.287 1,410 2/13/2024
2.1.286 168 2/13/2024
2.1.285 3,744 2/12/2024
2.1.284 162 2/12/2024
2.1.283 2,125 2/11/2024
2.1.282 2,408 2/11/2024
2.1.281 166 2/11/2024
2.1.280 2,269 2/11/2024
2.1.279 1,631 2/11/2024
2.1.278 4,196 2/10/2024
2.1.277 430 2/10/2024
2.1.276 160 2/10/2024
2.1.275 1,378 2/9/2024
2.1.274 3,412 2/9/2024
2.1.273 162 2/9/2024
2.1.272 2,717 2/9/2024
2.1.271 744 2/9/2024
2.1.270 181 2/8/2024
2.1.269 158 2/8/2024
2.1.268 3,838 2/8/2024
2.1.267 165 2/8/2024
2.1.266 686 2/8/2024
2.1.265 10,261 2/8/2024
2.1.264 1,600 2/8/2024
2.1.263 169 2/8/2024
2.1.262 4,822 2/7/2024
2.1.261 163 2/7/2024
2.1.260 1,118 2/7/2024
2.1.259 2,339 2/7/2024
2.1.258 674 2/7/2024
2.1.257 176 2/7/2024
2.1.256 172 2/7/2024
2.1.255 299 2/7/2024
2.1.254 161 2/7/2024
2.1.253 149 2/7/2024
2.1.252 746 2/6/2024
2.1.251 163 2/6/2024
2.1.250 1,091 2/6/2024
2.1.249 161 2/6/2024
2.1.248 170 2/6/2024
2.1.247 174 2/6/2024
2.1.246 7,410 2/5/2024
2.1.245 256 2/5/2024
2.1.244 1,872 2/4/2024
2.1.243 2,206 2/4/2024
2.1.242 813 2/4/2024
2.1.241 3,979 2/2/2024
2.1.240 164 2/2/2024
2.1.239 5,119 1/31/2024
2.1.238 163 1/31/2024
2.1.237 5,277 1/29/2024
2.1.236 147 1/29/2024
2.1.235 2,412 1/29/2024
2.1.234 148 1/29/2024
2.1.233 1,226 1/29/2024
2.1.232 152 1/29/2024
2.1.231 2,047 1/28/2024
2.1.230 2,110 1/28/2024
2.1.229 160 1/28/2024
2.1.228 1,408 1/28/2024
2.1.227 2,400 1/28/2024
2.1.226 156 1/28/2024
2.1.225 2,367 1/28/2024
2.1.224 154 1/28/2024
2.1.223 527 1/28/2024
2.1.222 2,042 1/27/2024
2.1.221 159 1/27/2024
2.1.220 446 1/27/2024
2.1.219 3,883 1/27/2024
2.1.218 1,125 1/27/2024
2.1.217 148 1/27/2024
2.1.216 768 1/27/2024
2.1.215 147 1/27/2024
2.1.214 4,627 1/27/2024
2.1.213 2,261 1/27/2024
2.1.212 165 1/27/2024
2.1.211 1,432 1/26/2024
2.1.210 162 1/26/2024
2.1.209 1,204 1/26/2024
2.1.208 145 1/26/2024
2.1.207 929 1/26/2024
2.1.206 565 1/26/2024
2.1.205 3,879 1/26/2024
2.1.204 148 1/26/2024
2.1.203 2,373 1/26/2024
2.1.202 151 1/26/2024
2.1.201 2,972 1/25/2024
2.1.200 144 1/25/2024
2.1.199 2,215 1/25/2024
2.1.198 323 1/25/2024
2.1.197 156 1/25/2024
2.1.196 5,361 1/25/2024
2.1.195 150 1/25/2024
2.1.194 5,680 1/19/2024
2.1.193 154 1/19/2024
2.1.192 4,665 1/16/2024
2.1.191 2,038 1/15/2024
2.1.190 169 1/15/2024
2.1.189 404 1/15/2024
2.1.188 158 1/15/2024
2.1.187 157 1/15/2024
2.1.186 2,535 1/15/2024
2.1.185 179 1/15/2024
2.1.184 2,206 1/15/2024
2.1.183 168 1/15/2024
2.1.182 162 1/15/2024
2.1.181 4,213 1/15/2024
2.1.180 175 1/15/2024
2.1.179 3,981 1/14/2024
2.1.178 175 1/14/2024
2.1.177 5,340 1/13/2024
2.1.176 186 1/13/2024
2.1.175 3,775 1/12/2024
2.1.174 160 1/12/2024
2.1.173 4,464 1/11/2024
2.1.172 623 1/11/2024
2.1.171 5,638 1/7/2024
2.1.170 178 1/7/2024
2.1.169 1,424 1/7/2024
2.1.168 3,567 1/5/2024
2.1.167 1,735 1/5/2024
2.1.166 166 1/5/2024
2.1.165 144 1/5/2024
2.1.164 159 1/5/2024
2.1.163 2,160 1/5/2024
2.1.162 162 1/5/2024
2.1.161 166 1/5/2024
2.1.160 158 1/5/2024
2.1.159 5,975 1/3/2024
2.1.158 3,344 1/1/2024
2.1.157 184 1/1/2024
2.1.156 1,850 1/1/2024
2.1.155 2,733 12/28/2023
2.1.154 798 12/28/2023
2.1.153 193 12/28/2023
2.1.152 273 12/28/2023
2.1.151 176 12/28/2023
2.1.150 191 12/28/2023
2.1.149 3,296 12/28/2023
2.1.148 183 12/28/2023
2.1.147 1,013 12/28/2023
2.1.146 180 12/28/2023
2.1.145 174 12/28/2023
2.1.144 894 12/27/2023
2.1.143 189 12/27/2023
2.1.142 2,653 12/27/2023
2.1.141 191 12/27/2023
2.1.140 5,269 12/25/2023
2.1.139 180 12/25/2023
2.1.138 1,877 12/25/2023
2.1.137 2,467 12/25/2023
2.1.136 170 12/25/2023
2.1.135 165 12/25/2023
2.1.134 1,928 12/25/2023
2.1.133 181 12/25/2023
2.1.132 174 12/25/2023
2.1.131 273 12/25/2023
2.1.130 197 12/25/2023
2.1.129 5,764 12/24/2023
2.1.128 1,796 12/24/2023
2.1.127 591 12/24/2023
2.1.126 2,503 12/23/2023
2.1.125 1,759 12/23/2023
2.1.124 715 12/23/2023
2.1.123 178 12/23/2023
2.1.122 167 12/23/2023
2.1.121 416 12/23/2023
2.1.120 174 12/23/2023
2.1.119 168 12/23/2023
2.1.118 174 12/23/2023
2.1.117 1,035 12/23/2023
2.1.116 174 12/23/2023
2.1.115 1,639 12/23/2023
2.1.114 179 12/23/2023
2.1.113 7,924 12/19/2023
2.1.112 154 12/19/2023
2.1.111 962 12/19/2023
2.1.110 175 12/19/2023
2.1.109 1,724 12/19/2023
2.1.108 427 12/18/2023
2.1.107 2,880 12/13/2023
2.1.106 1,072 12/12/2023
2.1.105 1,283 12/11/2023
2.1.104 1,462 12/11/2023
2.1.103 394 12/11/2023
2.1.102 557 12/11/2023
2.1.101 357 12/10/2023
2.1.100 152 12/10/2023
2.1.99 188 12/10/2023
2.1.98 194 12/10/2023
2.1.97 5,336 12/10/2023
2.1.96 3,674 12/10/2023
2.1.95 1,207 12/9/2023
2.1.94 1,174 12/9/2023
2.1.93 1,777 12/9/2023
2.1.92 199 12/9/2023
2.1.91 198 12/9/2023
2.1.90 162 12/9/2023
2.1.89 162 12/9/2023
2.1.88 1,395 12/9/2023
2.1.87 177 12/9/2023
2.1.86 3,861 12/9/2023
2.1.85 180 12/9/2023
2.1.84 5,762 12/6/2023
2.1.83 741 12/6/2023
2.1.82 1,072 12/6/2023
2.1.81 170 12/6/2023
2.1.80 2,514 12/6/2023
2.1.79 752 12/5/2023
2.1.78 1,390 12/5/2023
2.1.77 798 12/5/2023
2.1.76 1,390 12/5/2023
2.1.75 1,566 12/5/2023
2.1.74 405 12/5/2023
2.1.73 275 12/4/2023
2.1.72 188 12/4/2023
2.1.71 162 12/4/2023
2.1.70 4,142 12/4/2023
2.1.69 176 12/4/2023
2.1.68 928 12/4/2023
2.1.67 179 12/4/2023
2.1.66 4,418 12/4/2023
2.1.65 2,670 11/27/2023
2.1.64 679 11/27/2023
2.1.63 2,807 11/23/2023
2.1.62 158 11/23/2023
2.1.61 691 11/23/2023
2.1.60 761 11/23/2023
2.1.59 170 11/23/2023
2.1.58 1,775 11/23/2023
2.1.57 175 11/23/2023
2.1.56 173 11/23/2023
2.1.55 161 11/23/2023
2.1.54 1,751 11/23/2023
2.1.53 178 11/23/2023
2.1.52 4,894 11/20/2023
2.1.51 161 11/20/2023
2.1.50 3,066 11/20/2023
2.1.49 165 11/20/2023
2.1.48 163 11/20/2023
2.1.47 2,246 11/20/2023
2.1.46 2,545 11/19/2023
2.1.45 156 11/19/2023
2.1.44 2,041 11/19/2023
2.1.43 324 11/19/2023
2.1.42 150 11/19/2023
2.1.41 167 11/19/2023
2.1.40 171 11/19/2023
2.1.39 3,718 11/19/2023
2.1.38 144 11/19/2023
2.1.37 4,119 11/18/2023
2.1.36 156 11/18/2023
2.1.35 179 11/18/2023
2.1.34 3,214 11/18/2023
2.1.33 169 11/18/2023
2.1.32 174 11/18/2023
2.1.31 559 11/18/2023
2.1.30 163 11/18/2023
2.1.29 152 11/18/2023
2.1.28 168 11/18/2023
2.1.27 1,589 11/17/2023
2.1.26 156 11/17/2023
2.1.25 1,852 11/17/2023
2.1.24 165 11/17/2023
2.1.23 170 11/17/2023
2.1.22 367 11/17/2023
2.1.21 159 11/17/2023
2.1.20 172 11/17/2023
2.1.19 3,557 11/17/2023
2.1.18 157 11/17/2023
2.1.17 1,508 11/17/2023
2.1.16 175 11/17/2023
2.1.15 1,429 11/17/2023
2.1.14 166 11/17/2023
2.1.13 155 11/17/2023
2.1.12 1,099 11/17/2023
2.1.11 164 11/17/2023
2.1.10 134 11/17/2023
2.1.9 2,869 11/17/2023
2.1.8 620 11/17/2023
2.1.7 159 11/17/2023
2.1.6 1,266 11/16/2023
2.1.5 166 11/16/2023
2.0.196 2,664 11/15/2023
2.0.195 172 11/15/2023
2.0.194 167 11/15/2023
2.0.193 179 11/15/2023
2.0.4 161 11/16/2023
2.0.3 157 11/16/2023
2.0.2 162 11/16/2023
2.0.1 168 11/16/2023
1.0.192 1,959 11/14/2023
1.0.191 168 11/14/2023
1.0.190 5,144 11/13/2023
1.0.189 164 11/13/2023
1.0.188 1,240 11/10/2023
1.0.187 145 11/10/2023
1.0.186 133 11/10/2023
1.0.185 2,541 11/9/2023
1.0.184 163 11/9/2023
1.0.183 139 11/9/2023
1.0.182 172 11/9/2023
1.0.181 4,173 11/8/2023
1.0.180 1,508 11/7/2023
1.0.179 175 11/7/2023
1.0.178 2,313 11/6/2023
1.0.177 155 11/6/2023
1.0.176 179 11/6/2023
1.0.175 2,280 11/3/2023
1.0.174 149 11/3/2023
1.0.173 173 11/3/2023
1.0.172 3,001 11/2/2023
1.0.171 172 11/2/2023
1.0.170 177 11/2/2023
1.0.169 2,115 11/1/2023
1.0.168 169 11/1/2023
1.0.167 8,676 10/27/2023
1.0.166 2,127 10/26/2023
1.0.165 4,288 10/20/2023
1.0.164 2,540 10/19/2023
1.0.163 152 10/19/2023
1.0.162 1,980 10/18/2023
1.0.161 187 10/18/2023
1.0.160 176 10/18/2023
1.0.159 2,467 10/17/2023
1.0.158 183 10/17/2023
1.0.157 196 10/17/2023
1.0.156 3,242 10/16/2023
1.0.155 190 10/16/2023
1.0.154 189 10/16/2023
1.0.153 3,271 10/13/2023
1.0.152 199 10/13/2023
1.0.151 183 10/13/2023
1.0.150 2,276 10/12/2023
1.0.149 7,064 9/20/2023
1.0.148 1,782 9/19/2023
1.0.147 177 9/19/2023
1.0.146 179 9/19/2023
1.0.145 4,626 9/18/2023
1.0.144 194 9/18/2023
1.0.143 166 9/18/2023
1.0.142 2,455 9/15/2023
1.0.141 2,375 9/14/2023
1.0.140 4,243 9/1/2023
1.0.139 2,966 8/31/2023
1.0.138 197 8/31/2023
1.0.137 2,330 8/30/2023
1.0.136 225 8/30/2023
1.0.135 220 8/30/2023
1.0.134 1,935 8/29/2023
1.0.133 228 8/29/2023
1.0.132 4,097 8/28/2023
1.0.131 214 8/28/2023
1.0.130 2,852 8/25/2023
1.0.129 238 8/25/2023
1.0.128 211 8/25/2023
1.0.127 3,798 8/24/2023
1.0.126 233 8/24/2023
1.0.125 4,190 8/22/2023
1.0.124 1,903 8/21/2023
1.0.123 229 8/21/2023
1.0.122 2,190 8/18/2023
1.0.121 214 8/18/2023
1.0.120 205 8/18/2023
1.0.119 2,942 8/17/2023
1.0.118 194 8/17/2023
1.0.117 229 8/17/2023
1.0.116 195 8/17/2023
1.0.115 8,387 8/11/2023
1.0.114 2,607 8/10/2023
1.0.113 226 8/10/2023
1.0.112 3,400 8/9/2023
1.0.111 246 8/9/2023
1.0.110 1,674 8/8/2023
1.0.109 267 8/8/2023
1.0.108 239 8/8/2023
1.0.107 4,065 8/7/2023
1.0.106 241 8/7/2023
1.0.105 229 8/7/2023
1.0.104 245 8/7/2023
1.0.103 8,001 7/14/2023
1.0.102 2,611 7/13/2023
1.0.101 2,632 7/12/2023
1.0.100 2,488 7/11/2023
1.0.99 245 7/11/2023
1.0.98 3,309 7/10/2023
1.0.97 249 7/10/2023
1.0.96 233 7/10/2023
1.0.95 2,953 7/7/2023
1.0.94 261 7/7/2023
1.0.93 256 7/7/2023
1.0.92 6,796 7/3/2023
1.0.91 2,893 6/30/2023
1.0.90 3,144 6/29/2023
1.0.89 263 6/29/2023
1.0.88 255 6/29/2023
1.0.87 2,621 6/28/2023
1.0.86 251 6/28/2023
1.0.85 259 6/28/2023
1.0.84 4,884 6/27/2023
1.0.83 245 6/27/2023
1.0.82 3,641 6/26/2023
1.0.81 262 6/26/2023
1.0.80 4,630 6/23/2023
1.0.79 3,315 6/22/2023
1.0.78 2,577 6/21/2023
1.0.77 4,077 6/19/2023
1.0.76 3,901 6/15/2023
1.0.75 246 6/15/2023
1.0.74 2,285 6/14/2023
1.0.73 6,728 6/12/2023
1.0.72 2,339 6/9/2023
1.0.71 261 6/9/2023
1.0.70 3,783 6/8/2023
1.0.69 248 6/8/2023
1.0.68 243 6/8/2023
1.0.67 4,783 6/7/2023
1.0.66 268 6/7/2023
1.0.65 249 6/7/2023
1.0.64 249 6/7/2023
1.0.63 2,828 6/6/2023
1.0.62 268 6/6/2023
1.0.61 264 6/6/2023
1.0.60 21,836 5/30/2023
1.0.59 260 5/30/2023
1.0.58 262 5/30/2023
1.0.57 5,127 5/29/2023
1.0.56 258 5/29/2023
1.0.55 268 5/29/2023
1.0.54 4,229 5/26/2023
1.0.53 263 5/26/2023
1.0.52 279 5/26/2023
1.0.51 6,825 5/25/2023
1.0.50 257 5/25/2023
1.0.49 254 5/25/2023
1.0.48 3,092 5/24/2023
1.0.46 265 5/24/2023
1.0.45 263 5/24/2023
1.0.43 3,785 5/23/2023
1.0.42 5,924 5/22/2023
1.0.41 280 5/22/2023
1.0.40 6,002 5/18/2023
1.0.39 3,933 5/17/2023
1.0.38 247 5/17/2023
1.0.37 320 5/17/2023
1.0.36 11,260 4/25/2023
1.0.35 1,447 4/24/2023
1.0.34 2,075 4/21/2023
1.0.33 300 4/21/2023
1.0.32 1,916 4/20/2023
1.0.31 2,521 4/19/2023
1.0.30 1,184 4/18/2023
1.0.29 1,840 4/17/2023
1.0.28 1,350 4/14/2023
1.0.27 1,357 4/13/2023
1.0.26 1,383 4/12/2023
1.0.25 1,689 4/11/2023
1.0.24 386 4/11/2023
1.0.23 1,865 4/10/2023
1.0.22 2,712 4/4/2023
1.0.21 282 4/4/2023
1.0.20 1,090 4/3/2023
1.0.19 315 4/3/2023
1.0.18 326 4/3/2023
1.0.17 325 4/3/2023
1.0.16 302 4/3/2023
1.0.15 311 4/3/2023
1.0.14 323 4/3/2023
1.0.13 304 4/3/2023
1.0.12 304 4/3/2023
1.0.11 2,240 3/23/2023
1.0.10 653 3/13/2023
1.0.9 410 3/12/2023
1.0.8 336 3/11/2023
1.0.7 329 3/10/2023
1.0.5 522 2/22/2023
1.0.4 564 2/19/2023
1.0.3 544 2/18/2023
1.0.1 468 2/12/2023