Soenneker.Utils.MemoryStream 3.0.1240

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