Soenneker.Utils.MemoryStream 3.0.1269

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