Soenneker.Utils.MemoryStream 3.0.1260

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