Soenneker.Utils.MemoryStream 3.0.1224

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.1224
                    
NuGet\Install-Package Soenneker.Utils.MemoryStream -Version 3.0.1224
                    
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.1224" />
                    
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.1224" />
                    
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.1224
                    
#r "nuget: Soenneker.Utils.MemoryStream, 3.0.1224"
                    
#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.1224
                    
#: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.1224
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Utils.MemoryStream&version=3.0.1224
                    
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 832 9/16/2025
3.0.1281 4,483 9/9/2025
3.0.1280 1,296 9/9/2025
3.0.1279 1,332 9/3/2025
3.0.1278 559 9/3/2025
3.0.1277 152 9/3/2025
3.0.1276 2,708 9/3/2025
3.0.1275 149 9/3/2025
3.0.1274 4,972 8/16/2025
3.0.1273 4,550 8/11/2025
3.0.1272 440 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,464 8/11/2025
3.0.1266 5,288 8/5/2025
3.0.1265 533 8/5/2025
3.0.1264 772 7/29/2025
3.0.1263 4,640 7/9/2025
3.0.1262 931 7/8/2025
3.0.1261 4,710 7/2/2025
3.0.1260 1,367 7/1/2025
3.0.1259 2,144 6/28/2025
3.0.1258 1,339 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 689 6/27/2025
3.0.1253 3,518 6/24/2025
3.0.1252 3,488 6/11/2025
3.0.1251 2,042 6/10/2025
3.0.1250 439 6/10/2025
3.0.1249 3,407 6/2/2025
3.0.1248 2,190 5/27/2025
3.0.1247 164 5/27/2025
3.0.1246 587 5/27/2025
3.0.1245 170 5/27/2025
3.0.1244 317 5/27/2025
3.0.1243 3,408 5/25/2025
3.0.1242 2,017 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 169 5/22/2025
3.0.1237 626 5/22/2025
3.0.1236 4,540 5/14/2025
3.0.1235 388 5/13/2025
3.0.1234 3,289 5/8/2025
3.0.1233 743 5/8/2025
3.0.1232 163 5/8/2025
3.0.1231 757 5/7/2025
3.0.1230 182 5/7/2025
3.0.1229 361 5/7/2025
3.0.1228 3,252 5/5/2025
3.0.1227 1,294 5/5/2025
3.0.1226 504 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 476 5/5/2025
3.0.1221 158 5/5/2025
3.0.1220 4,748 4/27/2025
3.0.1219 1,040 4/26/2025
3.0.1218 2,361 4/9/2025
3.0.1217 893 4/9/2025
3.0.1216 203 4/9/2025
3.0.1215 824 4/8/2025
3.0.1214 325 4/8/2025
3.0.1213 1,141 4/8/2025
3.0.1212 773 4/8/2025
3.0.1211 635 4/8/2025
3.0.1210 1,235 4/8/2025
3.0.1209 2,670 4/8/2025
3.0.1208 1,132 4/8/2025
3.0.1207 2,515 4/7/2025
3.0.1206 1,768 4/7/2025
3.0.1205 3,172 4/7/2025
3.0.1204 1,023 4/7/2025
3.0.1203 569 4/7/2025
3.0.1202 1,023 4/6/2025
3.0.1201 182 4/6/2025
3.0.1200 388 4/6/2025
3.0.1199 644 4/6/2025
3.0.1198 156 4/6/2025
3.0.1197 910 4/6/2025
3.0.1196 147 4/6/2025
3.0.1195 860 4/6/2025
3.0.1194 122 4/6/2025
3.0.1193 130 4/6/2025
3.0.1192 1,262 4/5/2025
3.0.1191 510 4/5/2025
3.0.1190 677 4/5/2025
3.0.1189 116 4/5/2025
3.0.1188 123 4/4/2025
3.0.1187 769 4/4/2025
3.0.1186 13,195 4/1/2025
3.0.1185 743 4/1/2025
3.0.1184 3,413 3/31/2025
3.0.1183 1,538 3/31/2025
3.0.1182 2,499 3/29/2025
3.0.1181 542 3/29/2025
3.0.1180 3,830 3/25/2025
3.0.1179 3,432 3/21/2025
3.0.1178 5,434 3/15/2025
3.0.1177 2,936 3/12/2025
3.0.1176 828 3/11/2025
3.0.1175 782 3/11/2025
3.0.1174 673 3/11/2025
3.0.1173 1,200 3/11/2025
3.0.1172 199 3/11/2025
3.0.1171 1,696 3/11/2025
3.0.1170 190 3/11/2025
3.0.1169 7,198 3/2/2025
3.0.1168 386 3/2/2025
3.0.1167 1,429 3/1/2025
3.0.1166 873 3/1/2025
3.0.1165 813 3/1/2025
3.0.1164 269 3/1/2025
3.0.1163 141 3/1/2025
3.0.1162 1,259 3/1/2025
3.0.1161 126 3/1/2025
3.0.1160 503 3/1/2025
3.0.1159 119 3/1/2025
3.0.1158 894 3/1/2025
3.0.1157 127 3/1/2025
3.0.1156 4,155 2/25/2025
3.0.1155 840 2/25/2025
3.0.1154 900 2/25/2025
3.0.1153 1,281 2/24/2025
3.0.1152 119 2/24/2025
3.0.1151 2,876 2/23/2025
3.0.1150 4,543 2/22/2025
3.0.1149 160 2/22/2025
3.0.1148 1,139 2/22/2025
3.0.1147 1,025 2/21/2025
3.0.1146 1,915 2/21/2025
3.0.1145 3,570 2/19/2025
3.0.1144 1,318 2/18/2025
3.0.1143 1,396 2/18/2025
3.0.1142 1,379 2/18/2025
3.0.1141 127 2/18/2025
3.0.1140 3,296 2/14/2025
3.0.1139 1,232 2/13/2025
3.0.1138 2,696 2/12/2025
3.0.1137 613 2/12/2025
3.0.1136 439 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 2,025 2/11/2025
3.0.1129 147 2/11/2025
3.0.1128 1,217 2/11/2025
3.0.1127 680 2/11/2025
3.0.1126 142 2/11/2025
3.0.1125 1,485 2/10/2025
3.0.1124 427 2/10/2025
3.0.1123 488 2/10/2025
3.0.1122 567 2/10/2025
3.0.1121 134 2/10/2025
3.0.1120 806 2/10/2025
3.0.1119 872 2/9/2025
3.0.1118 982 2/9/2025
3.0.1117 1,135 2/8/2025
3.0.1116 373 2/8/2025
3.0.1115 675 2/7/2025
3.0.1114 143 2/7/2025
3.0.1113 263 2/7/2025
3.0.1112 818 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 313 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,901 2/5/2025
3.0.1102 316 2/5/2025
3.0.1101 822 2/5/2025
3.0.1100 158 2/5/2025
3.0.1099 828 2/5/2025
3.0.1098 599 2/5/2025
3.0.1097 16,796 1/28/2025
3.0.1096 1,356 1/28/2025
3.0.1095 6,060 1/27/2025
3.0.1094 127 1/27/2025
3.0.1093 2,857 1/27/2025
3.0.1092 7,140 1/26/2025
3.0.1091 208 1/26/2025
3.0.1090 2,061 1/25/2025
3.0.1089 130 1/25/2025
3.0.1088 1,810 1/25/2025
3.0.1087 2,577 1/25/2025
3.0.1086 630 1/25/2025
3.0.1085 7,093 1/24/2025
3.0.1084 6,931 1/24/2025
3.0.1083 3,174 1/24/2025
3.0.1082 3,361 1/24/2025
3.0.1081 120 1/24/2025
3.0.1080 530 1/24/2025
3.0.1079 128 1/24/2025
3.0.1078 3,788 1/23/2025
3.0.1077 829 1/23/2025
3.0.1076 6,901 1/21/2025
3.0.1075 1,578 1/21/2025
3.0.1074 1,575 1/21/2025
3.0.1073 742 1/21/2025
3.0.1072 1,992 1/21/2025
3.0.1071 4,432 1/21/2025
3.0.1070 3,752 1/21/2025
3.0.1069 146 1/21/2025
3.0.1068 254 1/20/2025
3.0.1067 266 1/20/2025
3.0.1066 122 1/20/2025
3.0.1065 543 1/20/2025
3.0.1064 3,631 1/20/2025
3.0.1063 131 1/20/2025
3.0.1062 4,070 1/20/2025
3.0.1061 125 1/20/2025
3.0.1060 1,423 1/20/2025
3.0.1059 8,888 1/19/2025
3.0.1058 1,086 1/19/2025
3.0.1057 279 1/19/2025
3.0.1056 312 1/18/2025
3.0.1055 1,166 1/18/2025
3.0.1054 262 1/18/2025
3.0.1053 3,774 1/18/2025
3.0.1052 806 1/17/2025
3.0.1051 751 1/17/2025
3.0.1050 982 1/17/2025
3.0.1049 470 1/17/2025
3.0.1048 244 1/16/2025
3.0.1047 15,429 1/16/2025
3.0.1046 1,947 1/16/2025
3.0.1045 2,793 1/16/2025
3.0.1044 2,606 1/16/2025
3.0.1043 615 1/16/2025
3.0.1042 369 1/15/2025
3.0.1041 4,456 1/15/2025
3.0.1040 491 1/15/2025
3.0.1039 719 1/15/2025
3.0.1038 3,617 1/15/2025
3.0.1037 120 1/15/2025
3.0.1036 325 1/15/2025
3.0.1035 860 1/15/2025
3.0.1034 761 1/15/2025
3.0.1033 105 1/15/2025
3.0.1032 1,972 1/15/2025
3.0.1031 93 1/15/2025
3.0.1030 850 1/14/2025
3.0.1029 242 1/14/2025
3.0.1028 116 1/14/2025
3.0.1027 2,528 1/14/2025
3.0.1026 11,012 1/13/2025
3.0.1025 3,759 1/13/2025
3.0.1024 241 1/12/2025
3.0.1023 5,774 1/11/2025
3.0.1022 1,264 1/11/2025
3.0.1021 941 1/11/2025
3.0.1020 219 1/10/2025
3.0.1019 135 1/10/2025
3.0.1018 3,344 1/10/2025
3.0.1017 322 1/10/2025
3.0.1016 126 1/10/2025
3.0.1015 2,164 1/10/2025
3.0.1014 122 1/10/2025
3.0.1013 5,832 1/8/2025
3.0.1012 2,530 1/3/2025
3.0.1011 1,333 1/3/2025
3.0.1010 3,168 1/2/2025
3.0.1009 136 1/2/2025
3.0.1008 156 1/2/2025
3.0.1007 1,810 1/2/2025
3.0.1006 146 1/2/2025
3.0.1005 149 1/2/2025
3.0.1004 898 1/1/2025
3.0.1003 276 1/1/2025
3.0.1002 272 1/1/2025
3.0.1001 297 1/1/2025
3.0.1000 136 1/1/2025
3.0.999 6,401 12/31/2024
3.0.998 139 12/31/2024
3.0.997 803 12/31/2024
3.0.995 4,806 12/31/2024
3.0.994 1,209 12/31/2024
3.0.993 4,773 12/31/2024
3.0.992 341 12/31/2024
3.0.991 607 12/31/2024
3.0.990 4,467 12/31/2024
3.0.989 127 12/31/2024
3.0.988 132 12/31/2024
3.0.987 122 12/31/2024
3.0.986 3,597 12/31/2024
3.0.985 8,384 12/28/2024
3.0.984 2,091 12/27/2024
3.0.983 8,117 12/24/2024
3.0.982 436 12/24/2024
3.0.981 410 12/24/2024
3.0.980 793 12/24/2024
3.0.979 1,736 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 510 12/23/2024
3.0.974 545 12/23/2024
3.0.973 234 12/23/2024
3.0.972 406 12/23/2024
3.0.971 436 12/23/2024
3.0.970 654 12/22/2024
3.0.969 11,223 12/22/2024
3.0.968 7,182 12/22/2024
3.0.967 1,414 12/22/2024
3.0.966 126 12/22/2024
3.0.965 6,074 12/22/2024
3.0.964 127 12/22/2024
3.0.963 665 12/21/2024
3.0.962 127 12/21/2024
3.0.961 135 12/21/2024
3.0.960 1,957 12/21/2024
3.0.959 132 12/21/2024
3.0.958 3,406 12/21/2024
3.0.957 2,015 12/21/2024
3.0.956 131 12/21/2024
3.0.955 1,621 12/21/2024
3.0.954 2,256 12/21/2024
3.0.953 135 12/21/2024
3.0.952 319 12/21/2024
3.0.951 703 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,506 12/20/2024
3.0.946 1,931 12/20/2024
3.0.945 1,442 12/20/2024
3.0.944 5,804 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,214 12/17/2024
3.0.937 327 12/17/2024
3.0.936 140 12/17/2024
3.0.935 1,073 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,070 12/16/2024
3.0.929 6,222 12/10/2024
3.0.928 136 12/10/2024
3.0.927 1,618 12/9/2024
3.0.926 131 12/9/2024
3.0.925 3,039 12/9/2024
3.0.924 421 12/9/2024
3.0.923 522 12/9/2024
3.0.922 136 12/9/2024
3.0.921 7,404 12/6/2024
3.0.920 129 12/6/2024
3.0.919 994 12/6/2024
3.0.918 2,678 12/6/2024
3.0.917 3,381 12/6/2024
3.0.916 1,353 12/6/2024
3.0.914 2,529 12/6/2024
3.0.913 135 12/6/2024
3.0.912 140 12/6/2024
3.0.911 5,734 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,439 12/5/2024
3.0.906 2,110 12/5/2024
3.0.905 248 12/5/2024
3.0.904 138 12/5/2024
3.0.903 1,195 12/5/2024
3.0.902 145 12/5/2024
3.0.901 3,056 12/4/2024
3.0.900 138 12/4/2024
3.0.899 133 12/4/2024
3.0.898 2,285 12/4/2024
3.0.897 145 12/4/2024
3.0.896 148 12/4/2024
3.0.895 1,784 12/4/2024
3.0.894 143 12/4/2024
3.0.893 137 12/4/2024
3.0.892 1,004 12/4/2024
3.0.891 2,340 12/4/2024
3.0.890 2,718 12/3/2024
3.0.889 139 12/3/2024
3.0.888 126 12/3/2024
3.0.887 1,288 12/3/2024
3.0.886 142 12/3/2024
3.0.885 1,774 12/3/2024
3.0.884 140 12/3/2024
3.0.883 3,278 12/3/2024
3.0.882 373 12/3/2024
3.0.881 136 12/3/2024
3.0.880 1,446 12/3/2024
3.0.879 121 12/3/2024
3.0.878 133 12/3/2024
3.0.877 2,999 12/2/2024
3.0.876 1,007 12/2/2024
3.0.875 125 12/2/2024
3.0.874 3,350 12/2/2024
3.0.873 133 12/2/2024
3.0.872 628 12/1/2024
3.0.871 145 12/1/2024
3.0.870 136 12/1/2024
3.0.869 3,141 12/1/2024
3.0.868 149 12/1/2024
3.0.867 134 12/1/2024
3.0.866 4,956 12/1/2024
3.0.865 947 12/1/2024
3.0.864 3,393 11/29/2024
3.0.863 466 11/29/2024
3.0.862 5,406 11/20/2024
3.0.861 137 11/20/2024
3.0.860 4,758 11/20/2024
3.0.859 342 11/20/2024
3.0.858 148 11/20/2024
3.0.857 142 11/20/2024
3.0.856 438 11/20/2024
3.0.855 366 11/20/2024
3.0.854 417 11/20/2024
3.0.853 444 11/19/2024
3.0.852 139 11/19/2024
3.0.851 128 11/19/2024
3.0.850 912 11/19/2024
3.0.849 121 11/19/2024
3.0.848 3,418 11/19/2024
3.0.847 699 11/19/2024
3.0.846 124 11/19/2024
3.0.845 3,047 11/19/2024
3.0.844 123 11/19/2024
3.0.843 119 11/19/2024
3.0.842 8,966 11/14/2024
3.0.841 204 11/14/2024
3.0.840 1,269 11/14/2024
3.0.839 1,136 11/14/2024
3.0.838 134 11/14/2024
3.0.837 987 11/14/2024
3.0.836 130 11/14/2024
3.0.835 3,336 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 140 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,425 11/13/2024
2.1.825 10,906 11/13/2024
2.1.824 136 11/13/2024
2.1.823 1,338 11/13/2024
2.1.822 155 11/13/2024
2.1.821 1,462 11/12/2024
2.1.820 148 11/12/2024
2.1.819 1,251 11/12/2024
2.1.818 8,343 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,664 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 344 11/8/2024
2.1.806 3,824 11/8/2024
2.1.805 137 11/8/2024
2.1.804 4,213 11/8/2024
2.1.803 134 11/8/2024
2.1.802 13,912 11/1/2024
2.1.801 746 10/31/2024
2.1.800 5,516 10/29/2024
2.1.799 495 10/29/2024
2.1.798 1,085 10/29/2024
2.1.797 181 10/29/2024
2.1.796 2,064 10/29/2024
2.1.795 130 10/29/2024
2.1.794 7,364 10/28/2024
2.1.793 139 10/28/2024
2.1.792 2,559 10/28/2024
2.1.791 5,179 10/26/2024
2.1.790 127 10/26/2024
2.1.789 5,302 10/22/2024
2.1.788 1,082 10/22/2024
2.1.787 816 10/22/2024
2.1.786 144 10/22/2024
2.1.785 141 10/22/2024
2.1.784 3,096 10/22/2024
2.1.783 6,460 10/17/2024
2.1.782 2,462 10/17/2024
2.1.781 4,003 10/15/2024
2.1.780 586 10/14/2024
2.1.779 133 10/14/2024
2.1.778 6,399 10/11/2024
2.1.777 2,409 10/11/2024
2.1.776 134 10/11/2024
2.1.775 1,881 10/11/2024
2.1.774 6,975 10/9/2024
2.1.773 2,175 10/9/2024
2.1.772 585 10/8/2024
2.1.771 147 10/8/2024
2.1.770 1,880 10/8/2024
2.1.769 147 10/8/2024
2.1.768 5,307 10/8/2024
2.1.767 510 10/8/2024
2.1.766 9,383 10/3/2024
2.1.765 133 10/3/2024
2.1.764 1,989 10/3/2024
2.1.763 755 10/3/2024
2.1.762 149 10/3/2024
2.1.761 7,451 10/2/2024
2.1.760 607 10/2/2024
2.1.759 2,057 10/2/2024
2.1.758 155 10/2/2024
2.1.757 4,664 10/1/2024
2.1.756 4,692 10/1/2024
2.1.755 129 10/1/2024
2.1.754 723 10/1/2024
2.1.753 3,974 10/1/2024
2.1.752 330 10/1/2024
2.1.751 527 9/30/2024
2.1.750 3,308 9/30/2024
2.1.749 3,538 9/29/2024
2.1.748 2,170 9/29/2024
2.1.747 128 9/29/2024
2.1.746 649 9/29/2024
2.1.745 1,345 9/29/2024
2.1.744 138 9/29/2024
2.1.743 5,682 9/27/2024
2.1.742 730 9/27/2024
2.1.741 2,820 9/27/2024
2.1.740 141 9/27/2024
2.1.739 405 9/27/2024
2.1.738 722 9/27/2024
2.1.737 156 9/27/2024
2.1.736 136 9/27/2024
2.1.735 5,530 9/27/2024
2.1.734 4,470 9/26/2024
2.1.733 483 9/26/2024
2.1.732 7,355 9/26/2024
2.1.731 190 9/26/2024
2.1.730 1,744 9/26/2024
2.1.729 2,616 9/26/2024
2.1.728 8,463 9/23/2024
2.1.727 599 9/23/2024
2.1.726 1,019 9/23/2024
2.1.725 1,152 9/23/2024
2.1.724 1,256 9/23/2024
2.1.723 148 9/23/2024
2.1.722 4,364 9/23/2024
2.1.721 133 9/23/2024
2.1.720 3,817 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 137 9/23/2024
2.1.715 1,085 9/23/2024
2.1.714 137 9/23/2024
2.1.713 140 9/23/2024
2.1.712 3,431 9/23/2024
2.1.711 137 9/23/2024
2.1.710 7,868 9/18/2024
2.1.709 1,173 9/17/2024
2.1.708 921 9/17/2024
2.1.707 143 9/17/2024
2.1.706 553 9/17/2024
2.1.705 1,251 9/17/2024
2.1.704 276 9/17/2024
2.1.703 2,375 9/17/2024
2.1.702 151 9/17/2024
2.1.701 3,265 9/17/2024
2.1.700 2,431 9/17/2024
2.1.699 1,343 9/17/2024
2.1.698 2,341 9/17/2024
2.1.697 12,058 9/16/2024
2.1.696 144 9/16/2024
2.1.695 5,031 9/12/2024
2.1.694 152 9/12/2024
2.1.693 1,225 9/11/2024
2.1.692 241 9/11/2024
2.1.690 6,360 9/11/2024
2.1.689 393 9/11/2024
2.1.688 2,002 9/11/2024
2.1.687 3,913 9/11/2024
2.1.686 9,445 9/10/2024
2.1.685 463 9/10/2024
2.1.684 730 9/10/2024
2.1.683 520 9/10/2024
2.1.682 133 9/10/2024
2.1.681 724 9/9/2024
2.1.680 146 9/9/2024
2.1.679 398 9/9/2024
2.1.678 3,948 9/9/2024
2.1.677 137 9/9/2024
2.1.676 919 9/9/2024
2.1.675 179 9/9/2024
2.1.674 638 9/9/2024
2.1.673 4,238 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,601 9/7/2024
2.1.667 2,215 9/6/2024
2.1.666 5,638 9/6/2024
2.1.665 148 9/6/2024
2.1.664 2,227 9/5/2024
2.1.663 1,323 9/5/2024
2.1.662 130 9/5/2024
2.1.661 139 9/5/2024
2.1.660 2,548 9/5/2024
2.1.659 2,896 9/5/2024
2.1.658 153 9/5/2024
2.1.657 141 9/5/2024
2.1.656 701 9/5/2024
2.1.655 154 9/5/2024
2.1.654 161 9/5/2024
2.1.653 5,348 9/5/2024
2.1.652 157 9/5/2024
2.1.651 4,344 9/4/2024
2.1.650 4,543 9/4/2024
2.1.649 5,011 9/3/2024
2.1.648 154 9/3/2024
2.1.647 3,679 9/3/2024
2.1.646 139 9/3/2024
2.1.645 2,741 9/3/2024
2.1.644 1,723 9/3/2024
2.1.643 128 9/3/2024
2.1.642 5,788 8/29/2024
2.1.641 143 8/29/2024
2.1.640 5,610 8/26/2024
2.1.639 1,375 8/26/2024
2.1.638 5,170 8/21/2024
2.1.637 308 8/21/2024
2.1.636 1,862 8/21/2024
2.1.635 169 8/21/2024
2.1.634 1,225 8/20/2024
2.1.633 152 8/20/2024
2.1.632 177 8/20/2024
2.1.631 2,585 8/20/2024
2.1.630 1,381 8/20/2024
2.1.629 154 8/20/2024
2.1.628 133 8/20/2024
2.1.627 164 8/20/2024
2.1.626 2,878 8/20/2024
2.1.625 156 8/20/2024
2.1.624 5,315 8/20/2024
2.1.623 2,661 8/19/2024
2.1.622 5,750 8/15/2024
2.1.621 771 8/15/2024
2.1.620 7,214 8/13/2024
2.1.619 736 8/13/2024
2.1.618 5,809 8/7/2024
2.1.617 541 8/6/2024
2.1.616 3,624 8/6/2024
2.1.615 110 8/6/2024
2.1.614 4,439 8/1/2024
2.1.613 589 8/1/2024
2.1.611 405 8/1/2024
2.1.610 366 8/1/2024
2.1.609 8,320 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 845 7/25/2024
2.1.604 125 7/25/2024
2.1.603 210 7/24/2024
2.1.602 499 7/24/2024
2.1.601 284 7/24/2024
2.1.600 1,278 7/24/2024
2.1.599 3,195 7/24/2024
2.1.598 2,265 7/20/2024
2.1.597 4,925 7/20/2024
2.1.596 7,084 7/14/2024
2.1.595 133 7/14/2024
2.1.594 3,548 7/14/2024
2.1.593 122 7/14/2024
2.1.592 591 7/14/2024
2.1.591 4,740 7/10/2024
2.1.590 352 7/10/2024
2.1.589 782 7/10/2024
2.1.588 128 7/10/2024
2.1.587 2,466 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,217 7/10/2024
2.1.582 114 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,179 7/10/2024
2.1.577 130 7/10/2024
2.1.576 1,065 7/10/2024
2.1.575 132 7/10/2024
2.1.574 125 7/10/2024
2.1.573 660 7/9/2024
2.1.572 127 7/9/2024
2.1.569 943 7/9/2024
2.1.568 118 7/9/2024
2.1.567 891 7/9/2024
2.1.566 125 7/9/2024
2.1.565 6,029 7/9/2024
2.1.564 131 7/9/2024
2.1.563 142 7/9/2024
2.1.562 5,852 7/9/2024
2.1.561 122 7/9/2024
2.1.560 130 7/9/2024
2.1.559 1,687 7/9/2024
2.1.558 459 7/9/2024
2.1.557 150 7/9/2024
2.1.556 3,207 7/8/2024
2.1.555 131 7/8/2024
2.1.554 118 7/8/2024
2.1.553 629 7/8/2024
2.1.552 120 7/8/2024
2.1.551 111 7/8/2024
2.1.550 6,450 7/8/2024
2.1.549 134 7/8/2024
2.1.548 226 7/8/2024
2.1.547 2,694 7/7/2024
2.1.546 2,162 7/7/2024
2.1.545 130 7/7/2024
2.1.544 689 7/7/2024
2.1.543 125 7/7/2024
2.1.542 1,270 7/7/2024
2.1.541 343 7/7/2024
2.1.540 134 7/7/2024
2.1.539 136 7/7/2024
2.1.538 1,897 7/7/2024
2.1.537 7,290 7/4/2024
2.1.536 1,208 7/3/2024
2.1.535 2,082 7/3/2024
2.1.534 2,590 7/3/2024
2.1.533 134 7/3/2024
2.1.532 852 7/3/2024
2.1.531 3,121 7/3/2024
2.1.530 820 7/3/2024
2.1.529 2,734 6/30/2024
2.1.528 1,852 6/28/2024
2.1.527 6,152 6/22/2024
2.1.526 151 6/22/2024
2.1.525 7,374 6/15/2024
2.1.524 133 6/15/2024
2.1.523 2,499 6/15/2024
2.1.522 4,353 6/14/2024
2.1.521 145 6/14/2024
2.1.520 2,018 6/14/2024
2.1.519 2,693 6/12/2024
2.1.518 5,369 6/1/2024
2.1.517 646 6/1/2024
2.1.516 1,029 6/1/2024
2.1.515 596 6/1/2024
2.1.514 148 6/1/2024
2.1.513 2,005 6/1/2024
2.1.512 5,382 5/31/2024
2.1.511 146 5/31/2024
2.1.510 4,768 5/29/2024
2.1.509 140 5/29/2024
2.1.508 5,733 5/28/2024
2.1.507 121 5/28/2024
2.1.506 3,406 5/27/2024
2.1.505 122 5/27/2024
2.1.504 120 5/27/2024
2.1.503 1,521 5/27/2024
2.1.502 3,967 5/26/2024
2.1.501 121 5/26/2024
2.1.500 5,771 5/26/2024
2.1.499 128 5/26/2024
2.1.498 1,515 5/26/2024
2.1.497 305 5/25/2024
2.1.496 130 5/25/2024
2.1.495 1,538 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,319 5/25/2024
2.1.490 132 5/25/2024
2.1.489 131 5/25/2024
2.1.488 1,369 5/25/2024
2.1.487 113 5/25/2024
2.1.486 139 5/25/2024
2.1.485 1,231 5/25/2024
2.1.484 136 5/25/2024
2.1.483 133 5/25/2024
2.1.482 7,608 5/23/2024
2.1.481 566 5/23/2024
2.1.480 2,121 5/23/2024
2.1.479 132 5/23/2024
2.1.478 1,560 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 135 5/22/2024
2.1.473 2,199 5/22/2024
2.1.472 133 5/22/2024
2.1.471 126 5/22/2024
2.1.470 1,195 5/22/2024
2.1.469 138 5/22/2024
2.1.468 4,891 5/22/2024
2.1.467 4,379 5/18/2024
2.1.466 190 5/18/2024
2.1.465 1,218 5/17/2024
2.1.464 154 5/17/2024
2.1.463 2,185 5/17/2024
2.1.462 160 5/17/2024
2.1.461 159 5/17/2024
2.1.460 3,951 5/16/2024
2.1.459 272 5/16/2024
2.1.458 142 5/16/2024
2.1.457 1,892 5/15/2024
2.1.456 1,547 5/15/2024
2.1.455 153 5/15/2024
2.1.454 6,494 5/13/2024
2.1.453 125 5/13/2024
2.1.452 4,140 5/3/2024
2.1.451 3,640 4/30/2024
2.1.450 489 4/29/2024
2.1.449 1,958 4/29/2024
2.1.448 143 4/29/2024
2.1.447 4,081 4/29/2024
2.1.446 155 4/28/2024
2.1.445 148 4/28/2024
2.1.444 644 4/28/2024
2.1.443 159 4/28/2024
2.1.442 2,059 4/28/2024
2.1.441 139 4/28/2024
2.1.440 141 4/28/2024
2.1.439 4,025 4/28/2024
2.1.438 143 4/28/2024
2.1.437 2,062 4/28/2024
2.1.436 158 4/28/2024
2.1.435 154 4/28/2024
2.1.434 539 4/28/2024
2.1.433 146 4/28/2024
2.1.432 144 4/28/2024
2.1.431 3,278 4/27/2024
2.1.430 160 4/27/2024
2.1.429 7,650 4/19/2024
2.1.428 153 4/19/2024
2.1.427 4,350 4/19/2024
2.1.426 1,111 4/18/2024
2.1.425 4,534 4/15/2024
2.1.424 3,032 4/12/2024
2.1.423 2,237 4/12/2024
2.1.422 1,840 4/12/2024
2.1.421 141 4/12/2024
2.1.420 2,394 4/12/2024
2.1.419 160 4/12/2024
2.1.418 853 4/12/2024
2.1.417 723 4/11/2024
2.1.416 10,720 4/10/2024
2.1.415 148 4/10/2024
2.1.414 2,667 4/9/2024
2.1.413 4,352 4/2/2024
2.1.412 168 4/2/2024
2.1.411 462 4/1/2024
2.1.410 149 4/1/2024
2.1.409 309 4/1/2024
2.1.408 6,968 3/29/2024
2.1.407 1,548 3/29/2024
2.1.406 3,721 3/25/2024
2.1.405 170 3/25/2024
2.1.404 998 3/25/2024
2.1.403 1,782 3/25/2024
2.1.402 4,532 3/20/2024
2.1.401 155 3/20/2024
2.1.400 4,474 3/19/2024
2.1.399 171 3/19/2024
2.1.398 2,105 3/19/2024
2.1.397 177 3/19/2024
2.1.396 1,575 3/19/2024
2.1.395 1,833 3/18/2024
2.1.394 1,149 3/18/2024
2.1.393 5,053 3/15/2024
2.1.392 164 3/15/2024
2.1.391 4,447 3/13/2024
2.1.390 731 3/13/2024
2.1.389 521 3/13/2024
2.1.388 159 3/13/2024
2.1.387 1,951 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,441 3/13/2024
2.1.382 169 3/13/2024
2.1.381 268 3/12/2024
2.1.380 168 3/12/2024
2.1.379 3,459 3/12/2024
2.1.378 159 3/12/2024
2.1.377 4,929 3/11/2024
2.1.376 437 3/11/2024
2.1.375 4,143 3/11/2024
2.1.374 265 3/11/2024
2.1.373 3,539 3/10/2024
2.1.372 1,777 3/10/2024
2.1.371 4,034 3/8/2024
2.1.370 177 3/8/2024
2.1.369 2,248 3/8/2024
2.1.368 1,611 3/8/2024
2.1.367 161 3/8/2024
2.1.366 2,523 3/8/2024
2.1.365 2,484 3/6/2024
2.1.364 493 3/6/2024
2.1.363 4,333 3/4/2024
2.1.362 171 3/4/2024
2.1.361 2,116 3/4/2024
2.1.360 168 3/4/2024
2.1.359 2,719 3/3/2024
2.1.358 2,636 3/3/2024
2.1.357 279 3/2/2024
2.1.356 169 3/2/2024
2.1.355 2,251 3/2/2024
2.1.354 175 3/2/2024
2.1.353 16,933 2/25/2024
2.1.352 1,448 2/25/2024
2.1.351 164 2/25/2024
2.1.350 572 2/25/2024
2.1.349 2,174 2/25/2024
2.1.348 2,070 2/23/2024
2.1.347 672 2/23/2024
2.1.346 4,422 2/22/2024
2.1.345 164 2/22/2024
2.1.344 918 2/22/2024
2.1.343 267 2/22/2024
2.1.342 166 2/22/2024
2.1.341 2,687 2/21/2024
2.1.340 165 2/21/2024
2.1.339 2,329 2/21/2024
2.1.338 172 2/21/2024
2.1.337 161 2/21/2024
2.1.336 173 2/21/2024
2.1.335 2,327 2/21/2024
2.1.334 818 2/21/2024
2.1.333 160 2/21/2024
2.1.332 149 2/21/2024
2.1.331 2,091 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 3,047 2/20/2024
2.1.325 150 2/20/2024
2.1.324 2,631 2/20/2024
2.1.323 164 2/20/2024
2.1.322 2,343 2/20/2024
2.1.321 158 2/20/2024
2.1.320 156 2/20/2024
2.1.319 1,141 2/20/2024
2.1.318 363 2/19/2024
2.1.317 3,960 2/19/2024
2.1.316 150 2/19/2024
2.1.315 2,608 2/19/2024
2.1.314 2,941 2/17/2024
2.1.313 158 2/17/2024
2.1.312 1,697 2/17/2024
2.1.311 157 2/17/2024
2.1.310 403 2/17/2024
2.1.309 1,037 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 155 2/16/2024
2.1.304 2,441 2/16/2024
2.1.303 156 2/16/2024
2.1.302 3,198 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,494 2/16/2024
2.1.296 153 2/16/2024
2.1.295 4,421 2/14/2024
2.1.294 1,830 2/13/2024
2.1.293 152 2/13/2024
2.1.292 1,702 2/13/2024
2.1.291 2,063 2/13/2024
2.1.290 1,264 2/13/2024
2.1.289 160 2/13/2024
2.1.288 2,261 2/13/2024
2.1.287 1,456 2/13/2024
2.1.286 168 2/13/2024
2.1.285 3,826 2/12/2024
2.1.284 162 2/12/2024
2.1.283 2,174 2/11/2024
2.1.282 2,457 2/11/2024
2.1.281 167 2/11/2024
2.1.280 2,348 2/11/2024
2.1.279 1,651 2/11/2024
2.1.278 4,228 2/10/2024
2.1.277 458 2/10/2024
2.1.276 160 2/10/2024
2.1.275 1,420 2/9/2024
2.1.274 3,498 2/9/2024
2.1.273 162 2/9/2024
2.1.272 2,750 2/9/2024
2.1.271 802 2/9/2024
2.1.270 181 2/8/2024
2.1.269 159 2/8/2024
2.1.268 3,894 2/8/2024
2.1.267 165 2/8/2024
2.1.266 701 2/8/2024
2.1.265 10,303 2/8/2024
2.1.264 1,660 2/8/2024
2.1.263 169 2/8/2024
2.1.262 4,886 2/7/2024
2.1.261 163 2/7/2024
2.1.260 1,154 2/7/2024
2.1.259 2,401 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 322 2/7/2024
2.1.254 162 2/7/2024
2.1.253 149 2/7/2024
2.1.252 789 2/6/2024
2.1.251 163 2/6/2024
2.1.250 1,105 2/6/2024
2.1.249 161 2/6/2024
2.1.248 172 2/6/2024
2.1.247 174 2/6/2024
2.1.246 7,468 2/5/2024
2.1.245 256 2/5/2024
2.1.244 1,923 2/4/2024
2.1.243 2,237 2/4/2024
2.1.242 840 2/4/2024
2.1.241 4,038 2/2/2024
2.1.240 164 2/2/2024
2.1.239 5,183 1/31/2024
2.1.238 163 1/31/2024
2.1.237 5,368 1/29/2024
2.1.236 147 1/29/2024
2.1.235 2,446 1/29/2024
2.1.234 148 1/29/2024
2.1.233 1,254 1/29/2024
2.1.232 152 1/29/2024
2.1.231 2,078 1/28/2024
2.1.230 2,133 1/28/2024
2.1.229 160 1/28/2024
2.1.228 1,426 1/28/2024
2.1.227 2,423 1/28/2024
2.1.226 158 1/28/2024
2.1.225 2,393 1/28/2024
2.1.224 155 1/28/2024
2.1.223 560 1/28/2024
2.1.222 2,072 1/27/2024
2.1.221 159 1/27/2024
2.1.220 458 1/27/2024
2.1.219 3,933 1/27/2024
2.1.218 1,125 1/27/2024
2.1.217 148 1/27/2024
2.1.216 809 1/27/2024
2.1.215 147 1/27/2024
2.1.214 4,677 1/27/2024
2.1.213 2,283 1/27/2024
2.1.212 165 1/27/2024
2.1.211 1,468 1/26/2024
2.1.210 163 1/26/2024
2.1.209 1,239 1/26/2024
2.1.208 145 1/26/2024
2.1.207 950 1/26/2024
2.1.206 665 1/26/2024
2.1.205 3,910 1/26/2024
2.1.204 148 1/26/2024
2.1.203 2,408 1/26/2024
2.1.202 151 1/26/2024
2.1.201 3,008 1/25/2024
2.1.200 144 1/25/2024
2.1.199 2,253 1/25/2024
2.1.198 392 1/25/2024
2.1.197 157 1/25/2024
2.1.196 5,384 1/25/2024
2.1.195 150 1/25/2024
2.1.194 5,779 1/19/2024
2.1.193 154 1/19/2024
2.1.192 4,722 1/16/2024
2.1.191 2,067 1/15/2024
2.1.190 170 1/15/2024
2.1.189 436 1/15/2024
2.1.188 160 1/15/2024
2.1.187 157 1/15/2024
2.1.186 2,585 1/15/2024
2.1.185 180 1/15/2024
2.1.184 2,232 1/15/2024
2.1.183 168 1/15/2024
2.1.182 162 1/15/2024
2.1.181 4,288 1/15/2024
2.1.180 175 1/15/2024
2.1.179 4,029 1/14/2024
2.1.178 176 1/14/2024
2.1.177 5,405 1/13/2024
2.1.176 186 1/13/2024
2.1.175 3,824 1/12/2024
2.1.174 160 1/12/2024
2.1.173 4,520 1/11/2024
2.1.172 644 1/11/2024
2.1.171 5,724 1/7/2024
2.1.170 178 1/7/2024
2.1.169 1,451 1/7/2024
2.1.168 3,636 1/5/2024
2.1.167 1,766 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,213 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 6,042 1/3/2024
2.1.158 3,417 1/1/2024
2.1.157 184 1/1/2024
2.1.156 1,895 1/1/2024
2.1.155 2,764 12/28/2023
2.1.154 817 12/28/2023
2.1.153 193 12/28/2023
2.1.152 294 12/28/2023
2.1.151 176 12/28/2023
2.1.150 192 12/28/2023
2.1.149 3,338 12/28/2023
2.1.148 183 12/28/2023
2.1.147 1,018 12/28/2023
2.1.146 180 12/28/2023
2.1.145 174 12/28/2023
2.1.144 939 12/27/2023
2.1.143 190 12/27/2023
2.1.142 2,703 12/27/2023
2.1.141 191 12/27/2023
2.1.140 5,352 12/25/2023
2.1.139 180 12/25/2023
2.1.138 1,916 12/25/2023
2.1.137 2,520 12/25/2023
2.1.136 170 12/25/2023
2.1.135 165 12/25/2023
2.1.134 1,940 12/25/2023
2.1.133 181 12/25/2023
2.1.132 174 12/25/2023
2.1.131 294 12/25/2023
2.1.130 197 12/25/2023
2.1.129 5,810 12/24/2023
2.1.128 1,828 12/24/2023
2.1.127 591 12/24/2023
2.1.126 2,545 12/23/2023
2.1.125 1,791 12/23/2023
2.1.124 716 12/23/2023
2.1.123 178 12/23/2023
2.1.122 167 12/23/2023
2.1.121 445 12/23/2023
2.1.120 174 12/23/2023
2.1.119 169 12/23/2023
2.1.118 174 12/23/2023
2.1.117 1,043 12/23/2023
2.1.116 174 12/23/2023
2.1.115 1,654 12/23/2023
2.1.114 179 12/23/2023
2.1.113 8,024 12/19/2023
2.1.112 154 12/19/2023
2.1.111 976 12/19/2023
2.1.110 176 12/19/2023
2.1.109 1,732 12/19/2023
2.1.108 462 12/18/2023
2.1.107 2,900 12/13/2023
2.1.106 1,089 12/12/2023
2.1.105 1,292 12/11/2023
2.1.104 1,500 12/11/2023
2.1.103 402 12/11/2023
2.1.102 592 12/11/2023
2.1.101 384 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,379 12/10/2023
2.1.96 3,684 12/10/2023
2.1.95 1,231 12/9/2023
2.1.94 1,180 12/9/2023
2.1.93 1,809 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,436 12/9/2023
2.1.87 177 12/9/2023
2.1.86 3,873 12/9/2023
2.1.85 180 12/9/2023
2.1.84 5,925 12/6/2023
2.1.83 758 12/6/2023
2.1.82 1,084 12/6/2023
2.1.81 170 12/6/2023
2.1.80 2,548 12/6/2023
2.1.79 784 12/5/2023
2.1.78 1,400 12/5/2023
2.1.77 812 12/5/2023
2.1.76 1,427 12/5/2023
2.1.75 1,594 12/5/2023
2.1.74 429 12/5/2023
2.1.73 296 12/4/2023
2.1.72 189 12/4/2023
2.1.71 162 12/4/2023
2.1.70 4,216 12/4/2023
2.1.69 176 12/4/2023
2.1.68 930 12/4/2023
2.1.67 181 12/4/2023
2.1.66 4,467 12/4/2023
2.1.65 2,703 11/27/2023
2.1.64 679 11/27/2023
2.1.63 2,862 11/23/2023
2.1.62 158 11/23/2023
2.1.61 692 11/23/2023
2.1.60 775 11/23/2023
2.1.59 170 11/23/2023
2.1.58 1,805 11/23/2023
2.1.57 176 11/23/2023
2.1.56 173 11/23/2023
2.1.55 161 11/23/2023
2.1.54 1,773 11/23/2023
2.1.53 178 11/23/2023
2.1.52 4,953 11/20/2023
2.1.51 161 11/20/2023
2.1.50 3,108 11/20/2023
2.1.49 165 11/20/2023
2.1.48 165 11/20/2023
2.1.47 2,296 11/20/2023
2.1.46 2,588 11/19/2023
2.1.45 156 11/19/2023
2.1.44 2,080 11/19/2023
2.1.43 344 11/19/2023
2.1.42 150 11/19/2023
2.1.41 167 11/19/2023
2.1.40 172 11/19/2023
2.1.39 3,786 11/19/2023
2.1.38 144 11/19/2023
2.1.37 4,201 11/18/2023
2.1.36 156 11/18/2023
2.1.35 179 11/18/2023
2.1.34 3,276 11/18/2023
2.1.33 169 11/18/2023
2.1.32 175 11/18/2023
2.1.31 560 11/18/2023
2.1.30 163 11/18/2023
2.1.29 153 11/18/2023
2.1.28 168 11/18/2023
2.1.27 1,659 11/17/2023
2.1.26 156 11/17/2023
2.1.25 1,899 11/17/2023
2.1.24 165 11/17/2023
2.1.23 170 11/17/2023
2.1.22 406 11/17/2023
2.1.21 159 11/17/2023
2.1.20 172 11/17/2023
2.1.19 3,573 11/17/2023
2.1.18 157 11/17/2023
2.1.17 1,576 11/17/2023
2.1.16 176 11/17/2023
2.1.15 1,452 11/17/2023
2.1.14 167 11/17/2023
2.1.13 155 11/17/2023
2.1.12 1,112 11/17/2023
2.1.11 164 11/17/2023
2.1.10 134 11/17/2023
2.1.9 2,910 11/17/2023
2.1.8 663 11/17/2023
2.1.7 159 11/17/2023
2.1.6 1,289 11/16/2023
2.1.5 166 11/16/2023
2.0.196 2,770 11/15/2023
2.0.195 173 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 169 11/16/2023
1.0.192 2,064 11/14/2023
1.0.191 168 11/14/2023
1.0.190 5,241 11/13/2023
1.0.189 164 11/13/2023
1.0.188 1,290 11/10/2023
1.0.187 145 11/10/2023
1.0.186 134 11/10/2023
1.0.185 2,635 11/9/2023
1.0.184 164 11/9/2023
1.0.183 139 11/9/2023
1.0.182 172 11/9/2023
1.0.181 4,219 11/8/2023
1.0.180 1,554 11/7/2023
1.0.179 176 11/7/2023
1.0.178 2,373 11/6/2023
1.0.177 155 11/6/2023
1.0.176 180 11/6/2023
1.0.175 2,355 11/3/2023
1.0.174 149 11/3/2023
1.0.173 174 11/3/2023
1.0.172 3,059 11/2/2023
1.0.171 172 11/2/2023
1.0.170 177 11/2/2023
1.0.169 2,196 11/1/2023
1.0.168 170 11/1/2023
1.0.167 8,756 10/27/2023
1.0.166 2,169 10/26/2023
1.0.165 4,356 10/20/2023
1.0.164 2,576 10/19/2023
1.0.163 152 10/19/2023
1.0.162 2,052 10/18/2023
1.0.161 187 10/18/2023
1.0.160 176 10/18/2023
1.0.159 2,500 10/17/2023
1.0.158 183 10/17/2023
1.0.157 196 10/17/2023
1.0.156 3,346 10/16/2023
1.0.155 190 10/16/2023
1.0.154 190 10/16/2023
1.0.153 3,331 10/13/2023
1.0.152 199 10/13/2023
1.0.151 184 10/13/2023
1.0.150 2,302 10/12/2023
1.0.149 7,202 9/20/2023
1.0.148 1,856 9/19/2023
1.0.147 177 9/19/2023
1.0.146 179 9/19/2023
1.0.145 4,683 9/18/2023
1.0.144 195 9/18/2023
1.0.143 167 9/18/2023
1.0.142 2,505 9/15/2023
1.0.141 2,431 9/14/2023
1.0.140 4,302 9/1/2023
1.0.139 3,052 8/31/2023
1.0.138 197 8/31/2023
1.0.137 2,391 8/30/2023
1.0.136 226 8/30/2023
1.0.135 220 8/30/2023
1.0.134 1,963 8/29/2023
1.0.133 228 8/29/2023
1.0.132 4,175 8/28/2023
1.0.131 215 8/28/2023
1.0.130 2,901 8/25/2023
1.0.129 239 8/25/2023
1.0.128 211 8/25/2023
1.0.127 3,879 8/24/2023
1.0.126 233 8/24/2023
1.0.125 4,263 8/22/2023
1.0.124 1,967 8/21/2023
1.0.123 229 8/21/2023
1.0.122 2,236 8/18/2023
1.0.121 214 8/18/2023
1.0.120 205 8/18/2023
1.0.119 2,983 8/17/2023
1.0.118 194 8/17/2023
1.0.117 231 8/17/2023
1.0.116 195 8/17/2023
1.0.115 8,471 8/11/2023
1.0.114 2,633 8/10/2023
1.0.113 226 8/10/2023
1.0.112 3,461 8/9/2023
1.0.111 247 8/9/2023
1.0.110 1,705 8/8/2023
1.0.109 267 8/8/2023
1.0.108 239 8/8/2023
1.0.107 4,133 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,107 7/14/2023
1.0.102 2,631 7/13/2023
1.0.101 2,687 7/12/2023
1.0.100 2,540 7/11/2023
1.0.99 245 7/11/2023
1.0.98 3,352 7/10/2023
1.0.97 250 7/10/2023
1.0.96 233 7/10/2023
1.0.95 3,001 7/7/2023
1.0.94 261 7/7/2023
1.0.93 256 7/7/2023
1.0.92 6,905 7/3/2023
1.0.91 2,933 6/30/2023
1.0.90 3,188 6/29/2023
1.0.89 264 6/29/2023
1.0.88 255 6/29/2023
1.0.87 2,702 6/28/2023
1.0.86 251 6/28/2023
1.0.85 260 6/28/2023
1.0.84 4,939 6/27/2023
1.0.83 246 6/27/2023
1.0.82 3,688 6/26/2023
1.0.81 262 6/26/2023
1.0.80 4,687 6/23/2023
1.0.79 3,375 6/22/2023
1.0.78 2,614 6/21/2023
1.0.77 4,138 6/19/2023
1.0.76 3,977 6/15/2023
1.0.75 247 6/15/2023
1.0.74 2,353 6/14/2023
1.0.73 6,810 6/12/2023
1.0.72 2,373 6/9/2023
1.0.71 261 6/9/2023
1.0.70 3,836 6/8/2023
1.0.69 248 6/8/2023
1.0.68 243 6/8/2023
1.0.67 4,840 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,859 6/6/2023
1.0.62 268 6/6/2023
1.0.61 265 6/6/2023
1.0.60 22,125 5/30/2023
1.0.59 260 5/30/2023
1.0.58 262 5/30/2023
1.0.57 5,179 5/29/2023
1.0.56 258 5/29/2023
1.0.55 269 5/29/2023
1.0.54 4,245 5/26/2023
1.0.53 263 5/26/2023
1.0.52 280 5/26/2023
1.0.51 6,994 5/25/2023
1.0.50 258 5/25/2023
1.0.49 254 5/25/2023
1.0.48 3,170 5/24/2023
1.0.46 265 5/24/2023
1.0.45 264 5/24/2023
1.0.43 3,819 5/23/2023
1.0.42 5,964 5/22/2023
1.0.41 280 5/22/2023
1.0.40 6,041 5/18/2023
1.0.39 4,006 5/17/2023
1.0.38 247 5/17/2023
1.0.37 320 5/17/2023
1.0.36 11,348 4/25/2023
1.0.35 1,472 4/24/2023
1.0.34 2,109 4/21/2023
1.0.33 301 4/21/2023
1.0.32 1,945 4/20/2023
1.0.31 2,541 4/19/2023
1.0.30 1,184 4/18/2023
1.0.29 1,864 4/17/2023
1.0.28 1,365 4/14/2023
1.0.27 1,386 4/13/2023
1.0.26 1,384 4/12/2023
1.0.25 1,689 4/11/2023
1.0.24 386 4/11/2023
1.0.23 1,871 4/10/2023
1.0.22 2,717 4/4/2023
1.0.21 282 4/4/2023
1.0.20 1,090 4/3/2023
1.0.19 316 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 312 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 523 2/22/2023
1.0.4 564 2/19/2023
1.0.3 545 2/18/2023
1.0.1 468 2/12/2023