Soenneker.Utils.MemoryStream 3.0.1219

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