Soenneker.Utils.MemoryStream 3.0.1173

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.1173
                    
NuGet\Install-Package Soenneker.Utils.MemoryStream -Version 3.0.1173
                    
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.1173" />
                    
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.1173" />
                    
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.1173
                    
#r "nuget: Soenneker.Utils.MemoryStream, 3.0.1173"
                    
#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.1173
                    
#: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.1173
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Utils.MemoryStream&version=3.0.1173
                    
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,982 7/9/2025
3.0.1262 788 7/8/2025
3.0.1261 4,114 7/2/2025
3.0.1260 1,152 7/1/2025
3.0.1259 1,882 6/28/2025
3.0.1258 1,131 6/28/2025
3.0.1257 65 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,987 6/24/2025
3.0.1252 3,027 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 454 5/23/2025
3.0.1240 130 5/23/2025
3.0.1239 882 5/22/2025
3.0.1238 143 5/22/2025
3.0.1237 530 5/22/2025
3.0.1236 3,722 5/14/2025
3.0.1235 335 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 150 5/7/2025
3.0.1229 317 5/7/2025
3.0.1228 2,707 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 142 5/5/2025
3.0.1222 394 5/5/2025
3.0.1221 140 5/5/2025
3.0.1220 3,935 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,536 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 163 4/6/2025
3.0.1200 326 4/6/2025
3.0.1199 531 4/6/2025
3.0.1198 138 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,052 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,998 4/1/2025
3.0.1185 617 4/1/2025
3.0.1184 2,751 3/31/2025
3.0.1183 1,264 3/31/2025
3.0.1182 1,963 3/29/2025
3.0.1181 431 3/29/2025
3.0.1180 3,173 3/25/2025
3.0.1179 2,740 3/21/2025
3.0.1178 4,332 3/15/2025
3.0.1177 2,401 3/12/2025
3.0.1176 706 3/11/2025
3.0.1175 636 3/11/2025
3.0.1174 574 3/11/2025
3.0.1173 1,010 3/11/2025
3.0.1172 175 3/11/2025
3.0.1171 1,436 3/11/2025
3.0.1170 170 3/11/2025
3.0.1169 5,748 3/2/2025
3.0.1168 298 3/2/2025
3.0.1167 1,160 3/1/2025
3.0.1166 683 3/1/2025
3.0.1165 642 3/1/2025
3.0.1164 222 3/1/2025
3.0.1163 115 3/1/2025
3.0.1162 1,023 3/1/2025
3.0.1161 106 3/1/2025
3.0.1160 412 3/1/2025
3.0.1159 97 3/1/2025
3.0.1158 699 3/1/2025
3.0.1157 102 3/1/2025
3.0.1156 3,354 2/25/2025
3.0.1155 681 2/25/2025
3.0.1154 697 2/25/2025
3.0.1153 1,067 2/24/2025
3.0.1152 97 2/24/2025
3.0.1151 2,308 2/23/2025
3.0.1150 3,687 2/22/2025
3.0.1149 129 2/22/2025
3.0.1148 885 2/22/2025
3.0.1147 828 2/21/2025
3.0.1146 1,566 2/21/2025
3.0.1145 2,889 2/19/2025
3.0.1144 1,100 2/18/2025
3.0.1143 1,131 2/18/2025
3.0.1142 1,150 2/18/2025
3.0.1141 113 2/18/2025
3.0.1140 2,710 2/14/2025
3.0.1139 969 2/13/2025
3.0.1138 2,223 2/12/2025
3.0.1137 487 2/12/2025
3.0.1136 368 2/12/2025
3.0.1135 248 2/11/2025
3.0.1134 120 2/11/2025
3.0.1133 369 2/11/2025
3.0.1132 376 2/11/2025
3.0.1131 114 2/11/2025
3.0.1130 1,669 2/11/2025
3.0.1129 128 2/11/2025
3.0.1128 1,080 2/11/2025
3.0.1127 568 2/11/2025
3.0.1126 120 2/11/2025
3.0.1125 1,173 2/10/2025
3.0.1124 354 2/10/2025
3.0.1123 392 2/10/2025
3.0.1122 484 2/10/2025
3.0.1121 116 2/10/2025
3.0.1120 666 2/10/2025
3.0.1119 692 2/9/2025
3.0.1118 766 2/9/2025
3.0.1117 893 2/8/2025
3.0.1116 293 2/8/2025
3.0.1115 593 2/7/2025
3.0.1114 120 2/7/2025
3.0.1113 208 2/7/2025
3.0.1112 661 2/7/2025
3.0.1111 1,683 2/7/2025
3.0.1110 108 2/7/2025
3.0.1109 490 2/7/2025
3.0.1108 238 2/7/2025
3.0.1107 118 2/7/2025
3.0.1106 111 2/7/2025
3.0.1105 114 2/7/2025
3.0.1104 110 2/7/2025
3.0.1103 4,009 2/5/2025
3.0.1102 266 2/5/2025
3.0.1101 669 2/5/2025
3.0.1100 127 2/5/2025
3.0.1099 664 2/5/2025
3.0.1098 503 2/5/2025
3.0.1097 13,858 1/28/2025
3.0.1096 1,061 1/28/2025
3.0.1095 4,730 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 168 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,485 1/24/2025
3.0.1083 2,480 1/24/2025
3.0.1082 2,634 1/24/2025
3.0.1081 103 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,246 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 211 1/20/2025
3.0.1067 216 1/20/2025
3.0.1066 105 1/20/2025
3.0.1065 425 1/20/2025
3.0.1064 2,835 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 230 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 197 1/16/2025
3.0.1047 12,133 1/16/2025
3.0.1046 1,590 1/16/2025
3.0.1045 2,213 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 685 1/15/2025
3.0.1034 581 1/15/2025
3.0.1033 86 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,274 1/13/2025
3.0.1025 2,870 1/13/2025
3.0.1024 193 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,705 1/10/2025
3.0.1017 250 1/10/2025
3.0.1016 105 1/10/2025
3.0.1015 1,635 1/10/2025
3.0.1014 102 1/10/2025
3.0.1013 4,588 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 134 1/2/2025
3.0.1007 1,389 1/2/2025
3.0.1006 125 1/2/2025
3.0.1005 126 1/2/2025
3.0.1004 718 1/1/2025
3.0.1003 219 1/1/2025
3.0.1002 213 1/1/2025
3.0.1001 230 1/1/2025
3.0.1000 120 1/1/2025
3.0.999 5,014 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 932 12/31/2024
3.0.993 3,792 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,494 12/24/2024
3.0.982 362 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 418 12/23/2024
3.0.974 435 12/23/2024
3.0.973 186 12/23/2024
3.0.972 355 12/23/2024
3.0.971 348 12/23/2024
3.0.970 503 12/22/2024
3.0.969 9,028 12/22/2024
3.0.968 5,425 12/22/2024
3.0.967 1,081 12/22/2024
3.0.966 106 12/22/2024
3.0.965 4,691 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 111 12/21/2024
3.0.960 1,565 12/21/2024
3.0.959 110 12/21/2024
3.0.958 2,686 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 161 12/20/2024
3.0.948 108 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,356 12/20/2024
3.0.943 180 12/19/2024
3.0.942 109 12/19/2024
3.0.941 109 12/19/2024
3.0.939 6,574 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 356 12/9/2024
3.0.923 404 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,071 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,738 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 118 12/4/2024
3.0.896 122 12/4/2024
3.0.895 1,441 12/4/2024
3.0.894 118 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,009 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,583 12/3/2024
3.0.882 302 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,368 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 113 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 116 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 112 11/19/2024
3.0.850 772 11/19/2024
3.0.849 107 11/19/2024
3.0.848 2,824 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 103 11/19/2024
3.0.842 7,271 11/14/2024
3.0.841 169 11/14/2024
3.0.840 986 11/14/2024
3.0.839 914 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 116 11/14/2024
3.0.832 681 11/14/2024
3.0.831 111 11/14/2024
3.0.830 120 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,939 11/13/2024
2.1.825 8,967 11/13/2024
2.1.824 117 11/13/2024
2.1.823 1,121 11/13/2024
2.1.822 131 11/13/2024
2.1.821 1,179 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 738 11/8/2024
2.1.812 110 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 114 11/8/2024
2.1.807 268 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,470 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,386 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 120 10/22/2024
2.1.784 2,558 10/22/2024
2.1.783 5,311 10/17/2024
2.1.782 2,037 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,306 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,691 10/9/2024
2.1.773 1,767 10/9/2024
2.1.772 468 10/8/2024
2.1.771 121 10/8/2024
2.1.770 1,530 10/8/2024
2.1.769 126 10/8/2024
2.1.768 4,377 10/8/2024
2.1.767 425 10/8/2024
2.1.766 7,503 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,696 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 580 10/1/2024
2.1.753 3,293 10/1/2024
2.1.752 284 10/1/2024
2.1.751 442 9/30/2024
2.1.750 2,657 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 347 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 157 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 971 9/23/2024
2.1.724 1,072 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 765 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,778 9/23/2024
2.1.711 114 9/23/2024
2.1.710 6,509 9/18/2024
2.1.709 985 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,027 9/17/2024
2.1.704 248 9/17/2024
2.1.703 2,033 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,138 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 627 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 114 9/9/2024
2.1.676 780 9/9/2024
2.1.675 155 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 255 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 128 9/6/2024
2.1.664 1,864 9/5/2024
2.1.663 1,119 9/5/2024
2.1.662 109 9/5/2024
2.1.661 123 9/5/2024
2.1.660 2,114 9/5/2024
2.1.659 2,381 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 136 9/5/2024
2.1.651 3,602 9/4/2024
2.1.650 3,819 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 251 8/21/2024
2.1.636 1,499 8/21/2024
2.1.635 146 8/21/2024
2.1.634 1,010 8/20/2024
2.1.633 135 8/20/2024
2.1.632 157 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,401 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,869 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,605 8/1/2024
2.1.613 500 8/1/2024
2.1.611 341 8/1/2024
2.1.610 302 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,720 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,888 7/10/2024
2.1.590 285 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 97 7/9/2024
2.1.567 728 7/9/2024
2.1.566 106 7/9/2024
2.1.565 4,783 7/9/2024
2.1.564 109 7/9/2024
2.1.563 116 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,428 7/9/2024
2.1.558 392 7/9/2024
2.1.557 128 7/9/2024
2.1.556 2,657 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,329 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,726 7/7/2024
2.1.545 109 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,954 7/4/2024
2.1.536 980 7/3/2024
2.1.535 1,704 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,527 6/28/2024
2.1.527 5,076 6/22/2024
2.1.526 127 6/22/2024
2.1.525 6,141 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,230 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,269 5/27/2024
2.1.502 3,268 5/26/2024
2.1.501 102 5/26/2024
2.1.500 4,674 5/26/2024
2.1.499 107 5/26/2024
2.1.498 1,220 5/26/2024
2.1.497 240 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,933 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,237 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,747 5/22/2024
2.1.472 114 5/22/2024
2.1.471 109 5/22/2024
2.1.470 1,007 5/22/2024
2.1.469 113 5/22/2024
2.1.468 4,027 5/22/2024
2.1.467 3,596 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,737 5/17/2024
2.1.462 135 5/17/2024
2.1.461 140 5/17/2024
2.1.460 3,262 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,954 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,327 4/29/2024
2.1.446 135 4/28/2024
2.1.445 130 4/28/2024
2.1.444 505 4/28/2024
2.1.443 138 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 125 4/28/2024
2.1.431 2,621 4/27/2024
2.1.430 142 4/27/2024
2.1.429 6,290 4/19/2024
2.1.428 135 4/19/2024
2.1.427 3,524 4/19/2024
2.1.426 904 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 617 4/11/2024
2.1.416 8,979 4/10/2024
2.1.415 131 4/10/2024
2.1.414 2,178 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,232 3/29/2024
2.1.406 3,074 3/25/2024
2.1.405 145 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 148 3/19/2024
2.1.398 1,705 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,578 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 222 3/11/2024
2.1.373 2,883 3/10/2024
2.1.372 1,404 3/10/2024
2.1.371 3,298 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 139 3/8/2024
2.1.366 2,052 3/8/2024
2.1.365 2,069 3/6/2024
2.1.364 411 3/6/2024
2.1.363 3,578 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,182 3/3/2024
2.1.357 227 3/2/2024
2.1.356 147 3/2/2024
2.1.355 1,924 3/2/2024
2.1.354 150 3/2/2024
2.1.353 14,168 2/25/2024
2.1.352 1,245 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,733 2/23/2024
2.1.347 556 2/23/2024
2.1.346 3,750 2/22/2024
2.1.345 139 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,987 2/21/2024
2.1.338 150 2/21/2024
2.1.337 141 2/21/2024
2.1.336 151 2/21/2024
2.1.335 1,939 2/21/2024
2.1.334 739 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 911 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,499 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 315 2/17/2024
2.1.309 873 2/16/2024
2.1.308 136 2/16/2024
2.1.307 125 2/16/2024
2.1.306 178 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,553 2/13/2024
2.1.293 135 2/13/2024
2.1.292 1,465 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 146 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 668 2/9/2024
2.1.270 163 2/8/2024
2.1.269 138 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,435 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,014 2/7/2024
2.1.258 623 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 650 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,416 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 132 1/29/2024
2.1.233 1,061 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,980 1/28/2024
2.1.226 139 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 140 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 134 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 141 1/27/2024
2.1.211 1,162 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 828 1/26/2024
2.1.206 506 1/26/2024
2.1.205 3,301 1/26/2024
2.1.204 128 1/26/2024
2.1.203 2,103 1/26/2024
2.1.202 132 1/26/2024
2.1.201 2,484 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,663 1/25/2024
2.1.195 130 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,636 1/15/2024
2.1.180 153 1/15/2024
2.1.179 3,483 1/14/2024
2.1.178 155 1/14/2024
2.1.177 4,691 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,135 1/5/2024
2.1.167 1,572 1/5/2024
2.1.166 145 1/5/2024
2.1.165 128 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,608 1/1/2024
2.1.155 2,409 12/28/2023
2.1.154 743 12/28/2023
2.1.153 174 12/28/2023
2.1.152 249 12/28/2023
2.1.151 157 12/28/2023
2.1.150 171 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,212 12/25/2023
2.1.136 151 12/25/2023
2.1.135 147 12/25/2023
2.1.134 1,686 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,065 12/24/2023
2.1.128 1,587 12/24/2023
2.1.127 539 12/24/2023
2.1.126 2,213 12/23/2023
2.1.125 1,563 12/23/2023
2.1.124 648 12/23/2023
2.1.123 156 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,570 12/13/2023
2.1.106 963 12/12/2023
2.1.105 1,145 12/11/2023
2.1.104 1,319 12/11/2023
2.1.103 367 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 177 12/10/2023
2.1.97 4,727 12/10/2023
2.1.96 3,305 12/10/2023
2.1.95 1,049 12/9/2023
2.1.94 1,064 12/9/2023
2.1.93 1,594 12/9/2023
2.1.92 180 12/9/2023
2.1.91 172 12/9/2023
2.1.90 145 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,444 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,290 12/6/2023
2.1.79 675 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 170 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 856 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,512 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 155 11/23/2023
2.1.58 1,560 11/23/2023
2.1.57 160 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,392 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,934 11/18/2023
2.1.33 156 11/18/2023
2.1.32 159 11/18/2023
2.1.31 534 11/18/2023
2.1.30 148 11/18/2023
2.1.29 136 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,217 11/17/2023
2.1.18 149 11/17/2023
2.1.17 1,368 11/17/2023
2.1.16 161 11/17/2023
2.1.15 1,344 11/17/2023
2.1.14 154 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,311 11/15/2023
2.0.195 155 11/15/2023
2.0.194 152 11/15/2023
2.0.193 162 11/15/2023
2.0.4 139 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 163 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 179 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 153 9/18/2023
1.0.142 2,254 9/15/2023
1.0.141 2,222 9/14/2023
1.0.140 3,799 9/1/2023
1.0.139 2,800 8/31/2023
1.0.138 176 8/31/2023
1.0.137 2,094 8/30/2023
1.0.136 202 8/30/2023
1.0.135 195 8/30/2023
1.0.134 1,755 8/29/2023
1.0.133 202 8/29/2023
1.0.132 3,919 8/28/2023
1.0.131 191 8/28/2023
1.0.130 2,578 8/25/2023
1.0.129 211 8/25/2023
1.0.128 178 8/25/2023
1.0.127 3,585 8/24/2023
1.0.126 208 8/24/2023
1.0.125 3,824 8/22/2023
1.0.124 1,779 8/21/2023
1.0.123 200 8/21/2023
1.0.122 1,980 8/18/2023
1.0.121 188 8/18/2023
1.0.120 180 8/18/2023
1.0.119 2,696 8/17/2023
1.0.118 168 8/17/2023
1.0.117 198 8/17/2023
1.0.116 164 8/17/2023
1.0.115 7,798 8/11/2023
1.0.114 2,412 8/10/2023
1.0.113 194 8/10/2023
1.0.112 3,245 8/9/2023
1.0.111 219 8/9/2023
1.0.110 1,494 8/8/2023
1.0.109 232 8/8/2023
1.0.108 205 8/8/2023
1.0.107 3,776 8/7/2023
1.0.106 215 8/7/2023
1.0.105 200 8/7/2023
1.0.104 218 8/7/2023
1.0.103 7,369 7/14/2023
1.0.102 2,487 7/13/2023
1.0.101 2,472 7/12/2023
1.0.100 2,265 7/11/2023
1.0.99 215 7/11/2023
1.0.98 3,132 7/10/2023
1.0.97 226 7/10/2023
1.0.96 211 7/10/2023
1.0.95 2,689 7/7/2023
1.0.94 221 7/7/2023
1.0.93 222 7/7/2023
1.0.92 6,359 7/3/2023
1.0.91 2,768 6/30/2023
1.0.90 2,814 6/29/2023
1.0.89 232 6/29/2023
1.0.88 222 6/29/2023
1.0.87 2,393 6/28/2023
1.0.86 221 6/28/2023
1.0.85 227 6/28/2023
1.0.84 4,672 6/27/2023
1.0.83 213 6/27/2023
1.0.82 3,384 6/26/2023
1.0.81 224 6/26/2023
1.0.80 4,368 6/23/2023
1.0.79 3,074 6/22/2023
1.0.78 2,374 6/21/2023
1.0.77 3,832 6/19/2023
1.0.76 3,588 6/15/2023
1.0.75 213 6/15/2023
1.0.74 2,140 6/14/2023
1.0.73 6,364 6/12/2023
1.0.72 2,150 6/9/2023
1.0.71 232 6/9/2023
1.0.70 3,587 6/8/2023
1.0.69 217 6/8/2023
1.0.68 215 6/8/2023
1.0.67 4,587 6/7/2023
1.0.66 237 6/7/2023
1.0.65 219 6/7/2023
1.0.64 217 6/7/2023
1.0.63 2,660 6/6/2023
1.0.62 238 6/6/2023
1.0.61 230 6/6/2023
1.0.60 20,697 5/30/2023
1.0.59 229 5/30/2023
1.0.58 232 5/30/2023
1.0.57 4,840 5/29/2023
1.0.56 223 5/29/2023
1.0.55 237 5/29/2023
1.0.54 4,014 5/26/2023
1.0.53 232 5/26/2023
1.0.52 250 5/26/2023
1.0.51 6,457 5/25/2023
1.0.50 225 5/25/2023
1.0.49 226 5/25/2023
1.0.48 2,900 5/24/2023
1.0.46 233 5/24/2023
1.0.45 232 5/24/2023
1.0.43 3,622 5/23/2023
1.0.42 5,616 5/22/2023
1.0.41 244 5/22/2023
1.0.40 5,637 5/18/2023
1.0.39 3,772 5/17/2023
1.0.38 210 5/17/2023
1.0.37 289 5/17/2023
1.0.36 10,758 4/25/2023
1.0.35 1,374 4/24/2023
1.0.34 1,971 4/21/2023
1.0.33 266 4/21/2023
1.0.32 1,786 4/20/2023
1.0.31 2,401 4/19/2023
1.0.30 1,100 4/18/2023
1.0.29 1,731 4/17/2023
1.0.28 1,269 4/14/2023
1.0.27 1,260 4/13/2023
1.0.26 1,280 4/12/2023
1.0.25 1,582 4/11/2023
1.0.24 332 4/11/2023
1.0.23 1,739 4/10/2023
1.0.22 2,519 4/4/2023
1.0.21 248 4/4/2023
1.0.20 1,032 4/3/2023
1.0.19 282 4/3/2023
1.0.18 297 4/3/2023
1.0.17 293 4/3/2023
1.0.16 272 4/3/2023
1.0.15 278 4/3/2023
1.0.14 287 4/3/2023
1.0.13 276 4/3/2023
1.0.12 271 4/3/2023
1.0.11 2,124 3/23/2023
1.0.10 608 3/13/2023
1.0.9 370 3/12/2023
1.0.8 302 3/11/2023
1.0.7 293 3/10/2023
1.0.5 474 2/22/2023
1.0.4 524 2/19/2023
1.0.3 504 2/18/2023
1.0.1 434 2/12/2023