Soenneker.Utils.MemoryStream 3.0.1255

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