Soenneker.Utils.MemoryStream 3.0.1276

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.1276
                    
NuGet\Install-Package Soenneker.Utils.MemoryStream -Version 3.0.1276
                    
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.1276" />
                    
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.1276" />
                    
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.1276
                    
#r "nuget: Soenneker.Utils.MemoryStream, 3.0.1276"
                    
#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.1276
                    
#: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.1276
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Utils.MemoryStream&version=3.0.1276
                    
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,007 9/16/2025
3.0.1281 5,028 9/9/2025
3.0.1280 1,358 9/9/2025
3.0.1279 1,431 9/3/2025
3.0.1278 600 9/3/2025
3.0.1277 153 9/3/2025
3.0.1276 2,776 9/3/2025
3.0.1275 160 9/3/2025
3.0.1274 5,277 8/16/2025
3.0.1273 4,752 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,541 8/11/2025
3.0.1266 5,569 8/5/2025
3.0.1265 562 8/5/2025
3.0.1264 863 7/29/2025
3.0.1263 4,945 7/9/2025
3.0.1262 974 7/8/2025
3.0.1261 4,912 7/2/2025
3.0.1260 1,427 7/1/2025
3.0.1259 2,267 6/28/2025
3.0.1258 1,433 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 732 6/27/2025
3.0.1253 3,717 6/24/2025
3.0.1252 3,631 6/11/2025
3.0.1251 2,151 6/10/2025
3.0.1250 465 6/10/2025
3.0.1249 3,583 6/2/2025
3.0.1248 2,313 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 332 5/27/2025
3.0.1243 3,640 5/25/2025
3.0.1242 2,128 5/23/2025
3.0.1241 565 5/23/2025
3.0.1240 164 5/23/2025
3.0.1239 1,083 5/22/2025
3.0.1238 180 5/22/2025
3.0.1237 671 5/22/2025
3.0.1236 4,798 5/14/2025
3.0.1235 399 5/13/2025
3.0.1234 3,480 5/8/2025
3.0.1233 778 5/8/2025
3.0.1232 176 5/8/2025
3.0.1231 809 5/7/2025
3.0.1230 192 5/7/2025
3.0.1229 380 5/7/2025
3.0.1228 3,478 5/5/2025
3.0.1227 1,342 5/5/2025
3.0.1226 520 5/5/2025
3.0.1225 181 5/5/2025
3.0.1224 376 5/5/2025
3.0.1223 173 5/5/2025
3.0.1222 503 5/5/2025
3.0.1221 168 5/5/2025
3.0.1220 5,018 4/27/2025
3.0.1219 1,085 4/26/2025
3.0.1218 2,446 4/9/2025
3.0.1217 933 4/9/2025
3.0.1216 205 4/9/2025
3.0.1215 883 4/8/2025
3.0.1214 326 4/8/2025
3.0.1213 1,196 4/8/2025
3.0.1212 828 4/8/2025
3.0.1211 640 4/8/2025
3.0.1210 1,347 4/8/2025
3.0.1209 2,896 4/8/2025
3.0.1208 1,274 4/8/2025
3.0.1207 2,776 4/7/2025
3.0.1206 1,908 4/7/2025
3.0.1205 3,419 4/7/2025
3.0.1204 1,071 4/7/2025
3.0.1203 585 4/7/2025
3.0.1202 1,094 4/6/2025
3.0.1201 194 4/6/2025
3.0.1200 397 4/6/2025
3.0.1199 664 4/6/2025
3.0.1198 166 4/6/2025
3.0.1197 956 4/6/2025
3.0.1196 147 4/6/2025
3.0.1195 897 4/6/2025
3.0.1194 122 4/6/2025
3.0.1193 141 4/6/2025
3.0.1192 1,356 4/5/2025
3.0.1191 538 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,159 4/1/2025
3.0.1185 779 4/1/2025
3.0.1184 3,679 3/31/2025
3.0.1183 1,647 3/31/2025
3.0.1182 2,681 3/29/2025
3.0.1181 599 3/29/2025
3.0.1180 4,142 3/25/2025
3.0.1179 3,709 3/21/2025
3.0.1178 5,942 3/15/2025
3.0.1177 3,189 3/12/2025
3.0.1176 893 3/11/2025
3.0.1175 833 3/11/2025
3.0.1174 732 3/11/2025
3.0.1173 1,292 3/11/2025
3.0.1172 210 3/11/2025
3.0.1171 1,802 3/11/2025
3.0.1170 201 3/11/2025
3.0.1169 7,904 3/2/2025
3.0.1168 402 3/2/2025
3.0.1167 1,627 3/1/2025
3.0.1166 946 3/1/2025
3.0.1165 876 3/1/2025
3.0.1164 294 3/1/2025
3.0.1163 152 3/1/2025
3.0.1162 1,391 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 967 3/1/2025
3.0.1157 137 3/1/2025
3.0.1156 4,562 2/25/2025
3.0.1155 909 2/25/2025
3.0.1154 942 2/25/2025
3.0.1153 1,474 2/24/2025
3.0.1152 130 2/24/2025
3.0.1151 3,127 2/23/2025
3.0.1150 5,046 2/22/2025
3.0.1149 182 2/22/2025
3.0.1148 1,210 2/22/2025
3.0.1147 1,107 2/21/2025
3.0.1146 2,081 2/21/2025
3.0.1145 3,877 2/19/2025
3.0.1144 1,441 2/18/2025
3.0.1143 1,448 2/18/2025
3.0.1142 1,490 2/18/2025
3.0.1141 127 2/18/2025
3.0.1140 3,610 2/14/2025
3.0.1139 1,316 2/13/2025
3.0.1138 2,935 2/12/2025
3.0.1137 643 2/12/2025
3.0.1136 467 2/12/2025
3.0.1135 326 2/11/2025
3.0.1134 152 2/11/2025
3.0.1133 459 2/11/2025
3.0.1132 475 2/11/2025
3.0.1131 150 2/11/2025
3.0.1130 2,178 2/11/2025
3.0.1129 148 2/11/2025
3.0.1128 1,320 2/11/2025
3.0.1127 723 2/11/2025
3.0.1126 142 2/11/2025
3.0.1125 1,710 2/10/2025
3.0.1124 470 2/10/2025
3.0.1123 520 2/10/2025
3.0.1122 629 2/10/2025
3.0.1121 144 2/10/2025
3.0.1120 853 2/10/2025
3.0.1119 922 2/9/2025
3.0.1118 1,032 2/9/2025
3.0.1117 1,211 2/8/2025
3.0.1116 400 2/8/2025
3.0.1115 707 2/7/2025
3.0.1114 155 2/7/2025
3.0.1113 273 2/7/2025
3.0.1112 865 2/7/2025
3.0.1111 2,322 2/7/2025
3.0.1110 138 2/7/2025
3.0.1109 660 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,343 2/5/2025
3.0.1102 320 2/5/2025
3.0.1101 929 2/5/2025
3.0.1100 160 2/5/2025
3.0.1099 970 2/5/2025
3.0.1098 643 2/5/2025
3.0.1097 18,677 1/28/2025
3.0.1096 1,530 1/28/2025
3.0.1095 6,918 1/27/2025
3.0.1094 137 1/27/2025
3.0.1093 3,325 1/27/2025
3.0.1092 8,143 1/26/2025
3.0.1091 210 1/26/2025
3.0.1090 2,343 1/25/2025
3.0.1089 143 1/25/2025
3.0.1088 1,950 1/25/2025
3.0.1087 2,812 1/25/2025
3.0.1086 669 1/25/2025
3.0.1085 8,137 1/24/2025
3.0.1084 7,961 1/24/2025
3.0.1083 3,602 1/24/2025
3.0.1082 3,804 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,391 1/23/2025
3.0.1077 874 1/23/2025
3.0.1076 7,778 1/21/2025
3.0.1075 1,757 1/21/2025
3.0.1074 1,779 1/21/2025
3.0.1073 807 1/21/2025
3.0.1072 2,165 1/21/2025
3.0.1071 5,070 1/21/2025
3.0.1070 4,353 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 625 1/20/2025
3.0.1064 3,914 1/20/2025
3.0.1063 141 1/20/2025
3.0.1062 4,583 1/20/2025
3.0.1061 126 1/20/2025
3.0.1060 1,583 1/20/2025
3.0.1059 10,098 1/19/2025
3.0.1058 1,155 1/19/2025
3.0.1057 298 1/19/2025
3.0.1056 324 1/18/2025
3.0.1055 1,254 1/18/2025
3.0.1054 282 1/18/2025
3.0.1053 4,483 1/18/2025
3.0.1052 865 1/17/2025
3.0.1051 806 1/17/2025
3.0.1050 1,081 1/17/2025
3.0.1049 514 1/17/2025
3.0.1048 246 1/16/2025
3.0.1047 17,933 1/16/2025
3.0.1046 2,286 1/16/2025
3.0.1045 3,110 1/16/2025
3.0.1044 2,989 1/16/2025
3.0.1043 642 1/16/2025
3.0.1042 423 1/15/2025
3.0.1041 5,177 1/15/2025
3.0.1040 523 1/15/2025
3.0.1039 806 1/15/2025
3.0.1038 4,015 1/15/2025
3.0.1037 131 1/15/2025
3.0.1036 344 1/15/2025
3.0.1035 958 1/15/2025
3.0.1034 925 1/15/2025
3.0.1033 117 1/15/2025
3.0.1032 2,348 1/15/2025
3.0.1031 103 1/15/2025
3.0.1030 1,030 1/14/2025
3.0.1029 255 1/14/2025
3.0.1028 127 1/14/2025
3.0.1027 2,934 1/14/2025
3.0.1026 12,556 1/13/2025
3.0.1025 4,348 1/13/2025
3.0.1024 248 1/12/2025
3.0.1023 6,663 1/11/2025
3.0.1022 1,388 1/11/2025
3.0.1021 1,104 1/11/2025
3.0.1020 229 1/10/2025
3.0.1019 145 1/10/2025
3.0.1018 3,767 1/10/2025
3.0.1017 335 1/10/2025
3.0.1016 137 1/10/2025
3.0.1015 2,437 1/10/2025
3.0.1014 125 1/10/2025
3.0.1013 6,685 1/8/2025
3.0.1012 2,838 1/3/2025
3.0.1011 1,470 1/3/2025
3.0.1010 3,659 1/2/2025
3.0.1009 146 1/2/2025
3.0.1008 168 1/2/2025
3.0.1007 2,113 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,277 12/31/2024
3.0.998 153 12/31/2024
3.0.997 936 12/31/2024
3.0.995 5,469 12/31/2024
3.0.994 1,329 12/31/2024
3.0.993 5,308 12/31/2024
3.0.992 397 12/31/2024
3.0.991 676 12/31/2024
3.0.990 5,075 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,020 12/31/2024
3.0.985 9,454 12/28/2024
3.0.984 2,346 12/27/2024
3.0.983 9,247 12/24/2024
3.0.982 467 12/24/2024
3.0.981 447 12/24/2024
3.0.980 847 12/24/2024
3.0.979 1,961 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 696 12/22/2024
3.0.969 12,853 12/22/2024
3.0.968 8,139 12/22/2024
3.0.967 1,554 12/22/2024
3.0.966 138 12/22/2024
3.0.965 7,225 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,124 12/21/2024
3.0.959 135 12/21/2024
3.0.958 3,748 12/21/2024
3.0.957 2,190 12/21/2024
3.0.956 144 12/21/2024
3.0.955 1,814 12/21/2024
3.0.954 2,583 12/21/2024
3.0.953 136 12/21/2024
3.0.952 330 12/21/2024
3.0.951 754 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,770 12/20/2024
3.0.946 2,099 12/20/2024
3.0.945 1,610 12/20/2024
3.0.944 6,846 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,250 12/17/2024
3.0.937 338 12/17/2024
3.0.936 151 12/17/2024
3.0.935 1,165 12/17/2024
3.0.934 423 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,169 12/16/2024
3.0.929 7,162 12/10/2024
3.0.928 148 12/10/2024
3.0.927 1,801 12/9/2024
3.0.926 141 12/9/2024
3.0.925 3,479 12/9/2024
3.0.924 468 12/9/2024
3.0.923 550 12/9/2024
3.0.922 147 12/9/2024
3.0.921 8,372 12/6/2024
3.0.920 140 12/6/2024
3.0.919 1,075 12/6/2024
3.0.918 2,963 12/6/2024
3.0.917 3,735 12/6/2024
3.0.916 1,538 12/6/2024
3.0.914 2,782 12/6/2024
3.0.913 147 12/6/2024
3.0.912 151 12/6/2024
3.0.911 6,300 12/5/2024
3.0.910 148 12/5/2024
3.0.909 280 12/5/2024
3.0.908 145 12/5/2024
3.0.907 5,260 12/5/2024
3.0.906 2,524 12/5/2024
3.0.905 255 12/5/2024
3.0.904 149 12/5/2024
3.0.903 1,309 12/5/2024
3.0.902 156 12/5/2024
3.0.901 3,397 12/4/2024
3.0.900 148 12/4/2024
3.0.899 144 12/4/2024
3.0.898 2,690 12/4/2024
3.0.897 155 12/4/2024
3.0.896 160 12/4/2024
3.0.895 2,142 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,753 12/4/2024
3.0.890 3,145 12/3/2024
3.0.889 149 12/3/2024
3.0.888 136 12/3/2024
3.0.887 1,408 12/3/2024
3.0.886 154 12/3/2024
3.0.885 2,073 12/3/2024
3.0.884 151 12/3/2024
3.0.883 3,711 12/3/2024
3.0.882 390 12/3/2024
3.0.881 146 12/3/2024
3.0.880 1,687 12/3/2024
3.0.879 131 12/3/2024
3.0.878 146 12/3/2024
3.0.877 3,330 12/2/2024
3.0.876 1,115 12/2/2024
3.0.875 125 12/2/2024
3.0.874 3,829 12/2/2024
3.0.873 143 12/2/2024
3.0.872 679 12/1/2024
3.0.871 156 12/1/2024
3.0.870 146 12/1/2024
3.0.869 3,676 12/1/2024
3.0.868 160 12/1/2024
3.0.867 146 12/1/2024
3.0.866 5,593 12/1/2024
3.0.865 1,085 12/1/2024
3.0.864 3,868 11/29/2024
3.0.863 492 11/29/2024
3.0.862 6,110 11/20/2024
3.0.861 157 11/20/2024
3.0.860 5,356 11/20/2024
3.0.859 367 11/20/2024
3.0.858 148 11/20/2024
3.0.857 154 11/20/2024
3.0.856 470 11/20/2024
3.0.855 397 11/20/2024
3.0.854 432 11/20/2024
3.0.853 475 11/19/2024
3.0.852 139 11/19/2024
3.0.851 129 11/19/2024
3.0.850 976 11/19/2024
3.0.849 141 11/19/2024
3.0.848 3,911 11/19/2024
3.0.847 773 11/19/2024
3.0.846 135 11/19/2024
3.0.845 3,423 11/19/2024
3.0.844 134 11/19/2024
3.0.843 129 11/19/2024
3.0.842 10,117 11/14/2024
3.0.841 220 11/14/2024
3.0.840 1,360 11/14/2024
3.0.839 1,276 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,632 11/14/2024
3.0.834 157 11/14/2024
3.0.833 147 11/14/2024
3.0.832 945 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,660 11/13/2024
2.1.825 12,409 11/13/2024
2.1.824 156 11/13/2024
2.1.823 1,472 11/13/2024
2.1.822 165 11/13/2024
2.1.821 1,667 11/12/2024
2.1.820 158 11/12/2024
2.1.819 1,339 11/12/2024
2.1.818 9,363 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 996 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,144 11/8/2024
2.1.805 149 11/8/2024
2.1.804 4,869 11/8/2024
2.1.803 145 11/8/2024
2.1.802 15,631 11/1/2024
2.1.801 776 10/31/2024
2.1.800 6,160 10/29/2024
2.1.799 497 10/29/2024
2.1.798 1,201 10/29/2024
2.1.797 188 10/29/2024
2.1.796 2,223 10/29/2024
2.1.795 141 10/29/2024
2.1.794 8,360 10/28/2024
2.1.793 149 10/28/2024
2.1.792 2,921 10/28/2024
2.1.791 5,802 10/26/2024
2.1.790 137 10/26/2024
2.1.789 5,958 10/22/2024
2.1.788 1,221 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,524 10/22/2024
2.1.783 7,278 10/17/2024
2.1.782 2,781 10/17/2024
2.1.781 4,472 10/15/2024
2.1.780 629 10/14/2024
2.1.779 143 10/14/2024
2.1.778 7,187 10/11/2024
2.1.777 2,728 10/11/2024
2.1.776 146 10/11/2024
2.1.775 2,161 10/11/2024
2.1.774 7,680 10/9/2024
2.1.773 2,452 10/9/2024
2.1.772 600 10/8/2024
2.1.771 159 10/8/2024
2.1.770 1,996 10/8/2024
2.1.769 157 10/8/2024
2.1.768 5,950 10/8/2024
2.1.767 585 10/8/2024
2.1.766 10,392 10/3/2024
2.1.765 134 10/3/2024
2.1.764 2,195 10/3/2024
2.1.763 862 10/3/2024
2.1.762 160 10/3/2024
2.1.761 8,259 10/2/2024
2.1.760 657 10/2/2024
2.1.759 2,290 10/2/2024
2.1.758 155 10/2/2024
2.1.757 5,217 10/1/2024
2.1.756 5,235 10/1/2024
2.1.755 140 10/1/2024
2.1.754 763 10/1/2024
2.1.753 4,412 10/1/2024
2.1.752 353 10/1/2024
2.1.751 579 9/30/2024
2.1.750 3,651 9/30/2024
2.1.749 3,928 9/29/2024
2.1.748 2,382 9/29/2024
2.1.747 139 9/29/2024
2.1.746 670 9/29/2024
2.1.745 1,549 9/29/2024
2.1.744 149 9/29/2024
2.1.743 6,195 9/27/2024
2.1.742 763 9/27/2024
2.1.741 3,045 9/27/2024
2.1.740 152 9/27/2024
2.1.739 428 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,204 9/27/2024
2.1.734 4,877 9/26/2024
2.1.733 503 9/26/2024
2.1.732 8,186 9/26/2024
2.1.731 208 9/26/2024
2.1.730 1,853 9/26/2024
2.1.729 2,896 9/26/2024
2.1.728 9,383 9/23/2024
2.1.727 608 9/23/2024
2.1.726 1,055 9/23/2024
2.1.725 1,276 9/23/2024
2.1.724 1,412 9/23/2024
2.1.723 158 9/23/2024
2.1.722 4,883 9/23/2024
2.1.721 143 9/23/2024
2.1.720 4,194 9/23/2024
2.1.719 154 9/23/2024
2.1.718 1,003 9/23/2024
2.1.717 153 9/23/2024
2.1.716 148 9/23/2024
2.1.715 1,245 9/23/2024
2.1.714 149 9/23/2024
2.1.713 151 9/23/2024
2.1.712 3,830 9/23/2024
2.1.711 147 9/23/2024
2.1.710 8,636 9/18/2024
2.1.709 1,264 9/17/2024
2.1.708 991 9/17/2024
2.1.707 154 9/17/2024
2.1.706 571 9/17/2024
2.1.705 1,367 9/17/2024
2.1.704 286 9/17/2024
2.1.703 2,547 9/17/2024
2.1.702 162 9/17/2024
2.1.701 3,658 9/17/2024
2.1.700 2,667 9/17/2024
2.1.699 1,511 9/17/2024
2.1.698 2,475 9/17/2024
2.1.697 13,232 9/16/2024
2.1.696 154 9/16/2024
2.1.695 5,474 9/12/2024
2.1.694 165 9/12/2024
2.1.693 1,334 9/11/2024
2.1.692 267 9/11/2024
2.1.690 6,914 9/11/2024
2.1.689 415 9/11/2024
2.1.688 2,186 9/11/2024
2.1.687 4,204 9/11/2024
2.1.686 10,575 9/10/2024
2.1.685 488 9/10/2024
2.1.684 790 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,477 9/9/2024
2.1.677 138 9/9/2024
2.1.676 978 9/9/2024
2.1.675 181 9/9/2024
2.1.674 684 9/9/2024
2.1.673 4,710 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,782 9/7/2024
2.1.667 2,397 9/6/2024
2.1.666 6,112 9/6/2024
2.1.665 158 9/6/2024
2.1.664 2,444 9/5/2024
2.1.663 1,433 9/5/2024
2.1.662 142 9/5/2024
2.1.661 149 9/5/2024
2.1.660 2,812 9/5/2024
2.1.659 3,124 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,825 9/5/2024
2.1.652 167 9/5/2024
2.1.651 4,711 9/4/2024
2.1.650 5,031 9/4/2024
2.1.649 5,443 9/3/2024
2.1.648 165 9/3/2024
2.1.647 4,060 9/3/2024
2.1.646 149 9/3/2024
2.1.645 2,917 9/3/2024
2.1.644 1,905 9/3/2024
2.1.643 138 9/3/2024
2.1.642 6,262 8/29/2024
2.1.641 155 8/29/2024
2.1.640 6,065 8/26/2024
2.1.639 1,524 8/26/2024
2.1.638 5,633 8/21/2024
2.1.637 318 8/21/2024
2.1.636 2,011 8/21/2024
2.1.635 179 8/21/2024
2.1.634 1,355 8/20/2024
2.1.633 164 8/20/2024
2.1.632 187 8/20/2024
2.1.631 2,812 8/20/2024
2.1.630 1,522 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,203 8/20/2024
2.1.625 166 8/20/2024
2.1.624 5,809 8/20/2024
2.1.623 2,881 8/19/2024
2.1.622 6,334 8/15/2024
2.1.621 816 8/15/2024
2.1.620 7,948 8/13/2024
2.1.619 786 8/13/2024
2.1.618 6,330 8/7/2024
2.1.617 556 8/6/2024
2.1.616 4,027 8/6/2024
2.1.615 120 8/6/2024
2.1.614 4,932 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,132 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,648 7/24/2024
2.1.598 2,526 7/20/2024
2.1.597 5,603 7/20/2024
2.1.596 7,624 7/14/2024
2.1.595 136 7/14/2024
2.1.594 3,997 7/14/2024
2.1.593 133 7/14/2024
2.1.592 602 7/14/2024
2.1.591 5,243 7/10/2024
2.1.590 368 7/10/2024
2.1.589 837 7/10/2024
2.1.588 140 7/10/2024
2.1.587 2,761 7/10/2024
2.1.586 115 7/10/2024
2.1.585 112 7/10/2024
2.1.584 107 7/10/2024
2.1.583 1,308 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,314 7/10/2024
2.1.577 132 7/10/2024
2.1.576 1,132 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,021 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,359 7/9/2024
2.1.564 143 7/9/2024
2.1.563 153 7/9/2024
2.1.562 6,720 7/9/2024
2.1.561 133 7/9/2024
2.1.560 140 7/9/2024
2.1.559 1,870 7/9/2024
2.1.558 473 7/9/2024
2.1.557 161 7/9/2024
2.1.556 3,526 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,157 7/8/2024
2.1.549 145 7/8/2024
2.1.548 240 7/8/2024
2.1.547 3,116 7/7/2024
2.1.546 2,413 7/7/2024
2.1.545 141 7/7/2024
2.1.544 793 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,118 7/7/2024
2.1.537 8,142 7/4/2024
2.1.536 1,332 7/3/2024
2.1.535 2,322 7/3/2024
2.1.534 2,875 7/3/2024
2.1.533 145 7/3/2024
2.1.532 930 7/3/2024
2.1.531 3,549 7/3/2024
2.1.530 914 7/3/2024
2.1.529 3,027 6/30/2024
2.1.528 2,053 6/28/2024
2.1.527 6,772 6/22/2024
2.1.526 163 6/22/2024
2.1.525 8,125 6/15/2024
2.1.524 144 6/15/2024
2.1.523 2,841 6/15/2024
2.1.522 4,796 6/14/2024
2.1.521 157 6/14/2024
2.1.520 2,285 6/14/2024
2.1.519 2,989 6/12/2024
2.1.518 5,862 6/1/2024
2.1.517 692 6/1/2024
2.1.516 1,143 6/1/2024
2.1.515 606 6/1/2024
2.1.514 161 6/1/2024
2.1.513 2,201 6/1/2024
2.1.512 5,908 5/31/2024
2.1.511 157 5/31/2024
2.1.510 5,254 5/29/2024
2.1.509 151 5/29/2024
2.1.508 6,279 5/28/2024
2.1.507 131 5/28/2024
2.1.506 3,758 5/27/2024
2.1.505 132 5/27/2024
2.1.504 132 5/27/2024
2.1.503 1,663 5/27/2024
2.1.502 4,389 5/26/2024
2.1.501 132 5/26/2024
2.1.500 6,249 5/26/2024
2.1.499 148 5/26/2024
2.1.498 1,720 5/26/2024
2.1.497 317 5/25/2024
2.1.496 141 5/25/2024
2.1.495 1,685 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,529 5/25/2024
2.1.490 143 5/25/2024
2.1.489 142 5/25/2024
2.1.488 1,470 5/25/2024
2.1.487 123 5/25/2024
2.1.486 150 5/25/2024
2.1.485 1,392 5/25/2024
2.1.484 148 5/25/2024
2.1.483 144 5/25/2024
2.1.482 8,342 5/23/2024
2.1.481 631 5/23/2024
2.1.480 2,323 5/23/2024
2.1.479 142 5/23/2024
2.1.478 1,783 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,305 5/22/2024
2.1.472 144 5/22/2024
2.1.471 137 5/22/2024
2.1.470 1,332 5/22/2024
2.1.469 149 5/22/2024
2.1.468 5,466 5/22/2024
2.1.467 4,775 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,403 5/17/2024
2.1.462 171 5/17/2024
2.1.461 169 5/17/2024
2.1.460 4,395 5/16/2024
2.1.459 274 5/16/2024
2.1.458 152 5/16/2024
2.1.457 2,104 5/15/2024
2.1.456 1,639 5/15/2024
2.1.455 164 5/15/2024
2.1.454 7,124 5/13/2024
2.1.453 136 5/13/2024
2.1.452 4,528 5/3/2024
2.1.451 4,018 4/30/2024
2.1.450 527 4/29/2024
2.1.449 2,172 4/29/2024
2.1.448 143 4/29/2024
2.1.447 4,475 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,225 4/28/2024
2.1.441 159 4/28/2024
2.1.440 152 4/28/2024
2.1.439 4,366 4/28/2024
2.1.438 166 4/28/2024
2.1.437 2,202 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,614 4/27/2024
2.1.430 170 4/27/2024
2.1.429 8,375 4/19/2024
2.1.428 164 4/19/2024
2.1.427 4,741 4/19/2024
2.1.426 1,203 4/18/2024
2.1.425 4,985 4/15/2024
2.1.424 3,280 4/12/2024
2.1.423 2,453 4/12/2024
2.1.422 2,021 4/12/2024
2.1.421 151 4/12/2024
2.1.420 2,634 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,665 4/10/2024
2.1.415 176 4/10/2024
2.1.414 2,931 4/9/2024
2.1.413 4,749 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,593 3/29/2024
2.1.407 1,670 3/29/2024
2.1.406 4,060 3/25/2024
2.1.405 171 3/25/2024
2.1.404 1,068 3/25/2024
2.1.403 1,937 3/25/2024
2.1.402 4,993 3/20/2024
2.1.401 165 3/20/2024
2.1.400 4,895 3/19/2024
2.1.399 181 3/19/2024
2.1.398 2,356 3/19/2024
2.1.397 189 3/19/2024
2.1.396 1,741 3/19/2024
2.1.395 1,957 3/18/2024
2.1.394 1,299 3/18/2024
2.1.393 5,549 3/15/2024
2.1.392 186 3/15/2024
2.1.391 4,841 3/13/2024
2.1.390 757 3/13/2024
2.1.389 552 3/13/2024
2.1.388 180 3/13/2024
2.1.387 2,126 3/13/2024
2.1.386 439 3/13/2024
2.1.385 200 3/13/2024
2.1.384 179 3/13/2024
2.1.383 3,786 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,756 3/12/2024
2.1.378 172 3/12/2024
2.1.377 5,434 3/11/2024
2.1.376 476 3/11/2024
2.1.375 4,440 3/11/2024
2.1.374 276 3/11/2024
2.1.373 3,916 3/10/2024
2.1.372 1,905 3/10/2024
2.1.371 4,346 3/8/2024
2.1.370 187 3/8/2024
2.1.369 2,467 3/8/2024
2.1.368 1,748 3/8/2024
2.1.367 173 3/8/2024
2.1.366 2,725 3/8/2024
2.1.365 2,740 3/6/2024
2.1.364 520 3/6/2024
2.1.363 4,693 3/4/2024
2.1.362 181 3/4/2024
2.1.361 2,310 3/4/2024
2.1.360 178 3/4/2024
2.1.359 3,018 3/3/2024
2.1.358 2,875 3/3/2024
2.1.357 290 3/2/2024
2.1.356 179 3/2/2024
2.1.355 2,481 3/2/2024
2.1.354 185 3/2/2024
2.1.353 18,611 2/25/2024
2.1.352 1,581 2/25/2024
2.1.351 184 2/25/2024
2.1.350 593 2/25/2024
2.1.349 2,343 2/25/2024
2.1.348 2,244 2/23/2024
2.1.347 708 2/23/2024
2.1.346 4,827 2/22/2024
2.1.345 165 2/22/2024
2.1.344 951 2/22/2024
2.1.343 278 2/22/2024
2.1.342 177 2/22/2024
2.1.341 2,954 2/21/2024
2.1.340 167 2/21/2024
2.1.339 2,581 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,537 2/21/2024
2.1.334 938 2/21/2024
2.1.333 170 2/21/2024
2.1.332 161 2/21/2024
2.1.331 2,260 2/21/2024
2.1.330 2,440 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,400 2/20/2024
2.1.325 160 2/20/2024
2.1.324 2,835 2/20/2024
2.1.323 175 2/20/2024
2.1.322 2,611 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,367 2/19/2024
2.1.316 160 2/19/2024
2.1.315 2,894 2/19/2024
2.1.314 3,279 2/17/2024
2.1.313 170 2/17/2024
2.1.312 1,812 2/17/2024
2.1.311 168 2/17/2024
2.1.310 416 2/17/2024
2.1.309 1,155 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,731 2/16/2024
2.1.303 166 2/16/2024
2.1.302 3,427 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,687 2/16/2024
2.1.296 164 2/16/2024
2.1.295 4,726 2/14/2024
2.1.294 1,969 2/13/2024
2.1.293 164 2/13/2024
2.1.292 1,812 2/13/2024
2.1.291 2,282 2/13/2024
2.1.290 1,331 2/13/2024
2.1.289 171 2/13/2024
2.1.288 2,458 2/13/2024
2.1.287 1,564 2/13/2024
2.1.286 178 2/13/2024
2.1.285 4,186 2/12/2024
2.1.284 173 2/12/2024
2.1.283 2,308 2/11/2024
2.1.282 2,705 2/11/2024
2.1.281 167 2/11/2024
2.1.280 2,560 2/11/2024
2.1.279 1,752 2/11/2024
2.1.278 4,610 2/10/2024
2.1.277 474 2/10/2024
2.1.276 172 2/10/2024
2.1.275 1,540 2/9/2024
2.1.274 3,797 2/9/2024
2.1.273 173 2/9/2024
2.1.272 3,024 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,248 2/8/2024
2.1.267 175 2/8/2024
2.1.266 736 2/8/2024
2.1.265 10,476 2/8/2024
2.1.264 1,809 2/8/2024
2.1.263 181 2/8/2024
2.1.262 5,303 2/7/2024
2.1.261 175 2/7/2024
2.1.260 1,221 2/7/2024
2.1.259 2,599 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,068 2/5/2024
2.1.245 271 2/5/2024
2.1.244 2,048 2/4/2024
2.1.243 2,432 2/4/2024
2.1.242 887 2/4/2024
2.1.241 4,307 2/2/2024
2.1.240 174 2/2/2024
2.1.239 5,587 1/31/2024
2.1.238 175 1/31/2024
2.1.237 5,752 1/29/2024
2.1.236 158 1/29/2024
2.1.235 2,655 1/29/2024
2.1.234 159 1/29/2024
2.1.233 1,323 1/29/2024
2.1.232 172 1/29/2024
2.1.231 2,227 1/28/2024
2.1.230 2,381 1/28/2024
2.1.229 171 1/28/2024
2.1.228 1,472 1/28/2024
2.1.227 2,620 1/28/2024
2.1.226 169 1/28/2024
2.1.225 2,609 1/28/2024
2.1.224 168 1/28/2024
2.1.223 578 1/28/2024
2.1.222 2,288 1/27/2024
2.1.221 171 1/27/2024
2.1.220 469 1/27/2024
2.1.219 4,252 1/27/2024
2.1.218 1,188 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,111 1/27/2024
2.1.213 2,478 1/27/2024
2.1.212 175 1/27/2024
2.1.211 1,539 1/26/2024
2.1.210 174 1/26/2024
2.1.209 1,354 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,174 1/26/2024
2.1.204 160 1/26/2024
2.1.203 2,618 1/26/2024
2.1.202 162 1/26/2024
2.1.201 3,208 1/25/2024
2.1.200 156 1/25/2024
2.1.199 2,411 1/25/2024
2.1.198 403 1/25/2024
2.1.197 168 1/25/2024
2.1.196 5,757 1/25/2024
2.1.195 161 1/25/2024
2.1.194 6,182 1/19/2024
2.1.193 164 1/19/2024
2.1.192 5,035 1/16/2024
2.1.191 2,184 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,760 1/15/2024
2.1.185 193 1/15/2024
2.1.184 2,400 1/15/2024
2.1.183 179 1/15/2024
2.1.182 174 1/15/2024
2.1.181 4,582 1/15/2024
2.1.180 185 1/15/2024
2.1.179 4,299 1/14/2024
2.1.178 187 1/14/2024
2.1.177 5,749 1/13/2024
2.1.176 188 1/13/2024
2.1.175 4,064 1/12/2024
2.1.174 172 1/12/2024
2.1.173 4,847 1/11/2024
2.1.172 663 1/11/2024
2.1.171 6,053 1/7/2024
2.1.170 189 1/7/2024
2.1.169 1,531 1/7/2024
2.1.168 3,887 1/5/2024
2.1.167 1,896 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,332 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,479 1/3/2024
2.1.158 3,681 1/1/2024
2.1.157 186 1/1/2024
2.1.156 1,983 1/1/2024
2.1.155 3,004 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,556 12/28/2023
2.1.148 195 12/28/2023
2.1.147 1,103 12/28/2023
2.1.146 193 12/28/2023
2.1.145 184 12/28/2023
2.1.144 982 12/27/2023
2.1.143 200 12/27/2023
2.1.142 2,888 12/27/2023
2.1.141 203 12/27/2023
2.1.140 5,815 12/25/2023
2.1.139 192 12/25/2023
2.1.138 2,047 12/25/2023
2.1.137 2,675 12/25/2023
2.1.136 180 12/25/2023
2.1.135 178 12/25/2023
2.1.134 2,078 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,209 12/24/2023
2.1.128 1,954 12/24/2023
2.1.127 619 12/24/2023
2.1.126 2,731 12/23/2023
2.1.125 1,908 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,746 12/23/2023
2.1.114 191 12/23/2023
2.1.113 8,674 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,835 12/19/2023
2.1.108 474 12/18/2023
2.1.107 3,139 12/13/2023
2.1.106 1,161 12/12/2023
2.1.105 1,383 12/11/2023
2.1.104 1,603 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,790 12/10/2023
2.1.96 4,006 12/10/2023
2.1.95 1,339 12/9/2023
2.1.94 1,261 12/9/2023
2.1.93 1,912 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,536 12/9/2023
2.1.87 189 12/9/2023
2.1.86 4,176 12/9/2023
2.1.85 191 12/9/2023
2.1.84 6,276 12/6/2023
2.1.83 785 12/6/2023
2.1.82 1,160 12/6/2023
2.1.81 181 12/6/2023
2.1.80 2,742 12/6/2023
2.1.79 806 12/5/2023
2.1.78 1,467 12/5/2023
2.1.77 909 12/5/2023
2.1.76 1,523 12/5/2023
2.1.75 1,726 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,563 12/4/2023
2.1.69 186 12/4/2023
2.1.68 1,000 12/4/2023
2.1.67 193 12/4/2023
2.1.66 4,805 12/4/2023
2.1.65 2,877 11/27/2023
2.1.64 719 11/27/2023
2.1.63 3,080 11/23/2023
2.1.62 168 11/23/2023
2.1.61 728 11/23/2023
2.1.60 841 11/23/2023
2.1.59 181 11/23/2023
2.1.58 1,955 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,901 11/23/2023
2.1.53 189 11/23/2023
2.1.52 5,341 11/20/2023
2.1.51 171 11/20/2023
2.1.50 3,333 11/20/2023
2.1.49 175 11/20/2023
2.1.48 176 11/20/2023
2.1.47 2,518 11/20/2023
2.1.46 2,800 11/19/2023
2.1.45 168 11/19/2023
2.1.44 2,276 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,112 11/19/2023
2.1.38 156 11/19/2023
2.1.37 4,588 11/18/2023
2.1.36 166 11/18/2023
2.1.35 189 11/18/2023
2.1.34 3,603 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,821 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 3,993 11/17/2023
2.1.18 167 11/17/2023
2.1.17 1,681 11/17/2023
2.1.16 186 11/17/2023
2.1.15 1,584 11/17/2023
2.1.14 178 11/17/2023
2.1.13 165 11/17/2023
2.1.12 1,222 11/17/2023
2.1.11 174 11/17/2023
2.1.10 146 11/17/2023
2.1.9 3,222 11/17/2023
2.1.8 673 11/17/2023
2.1.7 169 11/17/2023
2.1.6 1,419 11/16/2023
2.1.5 177 11/16/2023
2.0.196 2,891 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,150 11/14/2023
1.0.191 179 11/14/2023
1.0.190 5,602 11/13/2023
1.0.189 174 11/13/2023
1.0.188 1,351 11/10/2023
1.0.187 155 11/10/2023
1.0.186 145 11/10/2023
1.0.185 2,727 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,559 11/8/2023
1.0.180 1,624 11/7/2023
1.0.179 188 11/7/2023
1.0.178 2,550 11/6/2023
1.0.177 166 11/6/2023
1.0.176 191 11/6/2023
1.0.175 2,447 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,260 11/1/2023
1.0.168 180 11/1/2023
1.0.167 9,625 10/27/2023
1.0.166 2,304 10/26/2023
1.0.165 4,714 10/20/2023
1.0.164 2,746 10/19/2023
1.0.163 162 10/19/2023
1.0.162 2,146 10/18/2023
1.0.161 199 10/18/2023
1.0.160 187 10/18/2023
1.0.159 2,688 10/17/2023
1.0.158 196 10/17/2023
1.0.157 206 10/17/2023
1.0.156 3,509 10/16/2023
1.0.155 202 10/16/2023
1.0.154 204 10/16/2023
1.0.153 3,552 10/13/2023
1.0.152 211 10/13/2023
1.0.151 195 10/13/2023
1.0.150 2,490 10/12/2023
1.0.149 7,831 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,936 9/18/2023
1.0.144 195 9/18/2023
1.0.143 178 9/18/2023
1.0.142 2,656 9/15/2023
1.0.141 2,587 9/14/2023
1.0.140 4,654 9/1/2023
1.0.139 3,205 8/31/2023
1.0.138 208 8/31/2023
1.0.137 2,519 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,426 8/28/2023
1.0.131 226 8/28/2023
1.0.130 3,037 8/25/2023
1.0.129 249 8/25/2023
1.0.128 222 8/25/2023
1.0.127 4,149 8/24/2023
1.0.126 244 8/24/2023
1.0.125 4,567 8/22/2023
1.0.124 2,071 8/21/2023
1.0.123 241 8/21/2023
1.0.122 2,301 8/18/2023
1.0.121 224 8/18/2023
1.0.120 216 8/18/2023
1.0.119 3,122 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,155 8/11/2023
1.0.114 2,797 8/10/2023
1.0.113 236 8/10/2023
1.0.112 3,633 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,346 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,662 7/14/2023
1.0.102 2,735 7/13/2023
1.0.101 2,844 7/12/2023
1.0.100 2,694 7/11/2023
1.0.99 255 7/11/2023
1.0.98 3,496 7/10/2023
1.0.97 261 7/10/2023
1.0.96 243 7/10/2023
1.0.95 3,117 7/7/2023
1.0.94 273 7/7/2023
1.0.93 267 7/7/2023
1.0.92 7,353 7/3/2023
1.0.91 3,075 6/30/2023
1.0.90 3,427 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,156 6/27/2023
1.0.83 256 6/27/2023
1.0.82 3,905 6/26/2023
1.0.81 272 6/26/2023
1.0.80 4,899 6/23/2023
1.0.79 3,591 6/22/2023
1.0.78 2,750 6/21/2023
1.0.77 4,363 6/19/2023
1.0.76 4,255 6/15/2023
1.0.75 261 6/15/2023
1.0.74 2,407 6/14/2023
1.0.73 7,303 6/12/2023
1.0.72 2,506 6/9/2023
1.0.71 272 6/9/2023
1.0.70 3,972 6/8/2023
1.0.69 261 6/8/2023
1.0.68 256 6/8/2023
1.0.67 5,072 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,022 5/30/2023
1.0.59 271 5/30/2023
1.0.58 264 5/30/2023
1.0.57 5,384 5/29/2023
1.0.56 270 5/29/2023
1.0.55 281 5/29/2023
1.0.54 4,380 5/26/2023
1.0.53 274 5/26/2023
1.0.52 291 5/26/2023
1.0.51 7,230 5/25/2023
1.0.50 270 5/25/2023
1.0.49 265 5/25/2023
1.0.48 3,233 5/24/2023
1.0.46 286 5/24/2023
1.0.45 285 5/24/2023
1.0.43 3,963 5/23/2023
1.0.42 6,184 5/22/2023
1.0.41 302 5/22/2023
1.0.40 6,242 5/18/2023
1.0.39 4,217 5/17/2023
1.0.38 258 5/17/2023
1.0.37 333 5/17/2023
1.0.36 11,789 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