Soenneker.Utils.MemoryStream 3.0.1247

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