Soenneker.Utils.MemoryStream 3.0.1266

Prefix Reserved
dotnet add package Soenneker.Utils.MemoryStream --version 3.0.1266
                    
NuGet\Install-Package Soenneker.Utils.MemoryStream -Version 3.0.1266
                    
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.1266" />
                    
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.1266" />
                    
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.1266
                    
#r "nuget: Soenneker.Utils.MemoryStream, 3.0.1266"
                    
#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.1266
                    
#: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.1266
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Utils.MemoryStream&version=3.0.1266
                    
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.1266 0 8/5/2025
3.0.1265 0 8/5/2025
3.0.1264 86 7/29/2025
3.0.1263 2,265 7/9/2025
3.0.1262 804 7/8/2025
3.0.1261 4,126 7/2/2025
3.0.1260 1,155 7/1/2025
3.0.1259 1,886 6/28/2025
3.0.1258 1,135 6/28/2025
3.0.1257 68 6/28/2025
3.0.1256 97 6/27/2025
3.0.1255 67 6/27/2025
3.0.1254 603 6/27/2025
3.0.1253 2,993 6/24/2025
3.0.1252 3,033 6/11/2025
3.0.1251 1,748 6/10/2025
3.0.1250 398 6/10/2025
3.0.1249 2,939 6/2/2025
3.0.1248 1,869 5/27/2025
3.0.1247 143 5/27/2025
3.0.1246 502 5/27/2025
3.0.1245 153 5/27/2025
3.0.1244 279 5/27/2025
3.0.1243 2,815 5/25/2025
3.0.1242 1,702 5/23/2025
3.0.1241 459 5/23/2025
3.0.1240 133 5/23/2025
3.0.1239 885 5/22/2025
3.0.1238 150 5/22/2025
3.0.1237 533 5/22/2025
3.0.1236 3,726 5/14/2025
3.0.1235 338 5/13/2025
3.0.1234 2,757 5/8/2025
3.0.1233 601 5/8/2025
3.0.1232 149 5/8/2025
3.0.1231 668 5/7/2025
3.0.1230 156 5/7/2025
3.0.1229 321 5/7/2025
3.0.1228 2,713 5/5/2025
3.0.1227 1,089 5/5/2025
3.0.1226 441 5/5/2025
3.0.1225 149 5/5/2025
3.0.1224 302 5/5/2025
3.0.1223 145 5/5/2025
3.0.1222 398 5/5/2025
3.0.1221 144 5/5/2025
3.0.1220 3,940 4/27/2025
3.0.1219 835 4/26/2025
3.0.1218 2,047 4/9/2025
3.0.1217 756 4/9/2025
3.0.1216 178 4/9/2025
3.0.1215 703 4/8/2025
3.0.1214 275 4/8/2025
3.0.1213 963 4/8/2025
3.0.1212 682 4/8/2025
3.0.1211 537 4/8/2025
3.0.1210 1,044 4/8/2025
3.0.1209 2,158 4/8/2025
3.0.1208 961 4/8/2025
3.0.1207 2,071 4/7/2025
3.0.1206 1,423 4/7/2025
3.0.1205 2,540 4/7/2025
3.0.1204 846 4/7/2025
3.0.1203 460 4/7/2025
3.0.1202 889 4/6/2025
3.0.1201 166 4/6/2025
3.0.1200 329 4/6/2025
3.0.1199 537 4/6/2025
3.0.1198 141 4/6/2025
3.0.1197 766 4/6/2025
3.0.1196 125 4/6/2025
3.0.1195 713 4/6/2025
3.0.1194 106 4/6/2025
3.0.1193 109 4/6/2025
3.0.1192 1,056 4/5/2025
3.0.1191 420 4/5/2025
3.0.1190 555 4/5/2025
3.0.1189 96 4/5/2025
3.0.1188 108 4/4/2025
3.0.1187 600 4/4/2025
3.0.1186 11,004 4/1/2025
3.0.1185 625 4/1/2025
3.0.1184 2,755 3/31/2025
3.0.1183 1,269 3/31/2025
3.0.1182 1,968 3/29/2025
3.0.1181 437 3/29/2025
3.0.1180 3,177 3/25/2025
3.0.1179 2,743 3/21/2025
3.0.1178 4,337 3/15/2025
3.0.1177 2,403 3/12/2025
3.0.1176 709 3/11/2025
3.0.1175 642 3/11/2025
3.0.1174 579 3/11/2025
3.0.1173 1,014 3/11/2025
3.0.1172 178 3/11/2025
3.0.1171 1,439 3/11/2025
3.0.1170 172 3/11/2025
3.0.1169 5,752 3/2/2025
3.0.1168 302 3/2/2025
3.0.1167 1,163 3/1/2025
3.0.1166 686 3/1/2025
3.0.1165 646 3/1/2025
3.0.1164 224 3/1/2025
3.0.1163 120 3/1/2025
3.0.1162 1,026 3/1/2025
3.0.1161 108 3/1/2025
3.0.1160 417 3/1/2025
3.0.1159 100 3/1/2025
3.0.1158 703 3/1/2025
3.0.1157 104 3/1/2025
3.0.1156 3,357 2/25/2025
3.0.1155 686 2/25/2025
3.0.1154 702 2/25/2025
3.0.1153 1,070 2/24/2025
3.0.1152 99 2/24/2025
3.0.1151 2,311 2/23/2025
3.0.1150 3,689 2/22/2025
3.0.1149 132 2/22/2025
3.0.1148 889 2/22/2025
3.0.1147 831 2/21/2025
3.0.1146 1,571 2/21/2025
3.0.1145 2,895 2/19/2025
3.0.1144 1,106 2/18/2025
3.0.1143 1,134 2/18/2025
3.0.1142 1,156 2/18/2025
3.0.1141 115 2/18/2025
3.0.1140 2,713 2/14/2025
3.0.1139 972 2/13/2025
3.0.1138 2,228 2/12/2025
3.0.1137 492 2/12/2025
3.0.1136 370 2/12/2025
3.0.1135 252 2/11/2025
3.0.1134 122 2/11/2025
3.0.1133 374 2/11/2025
3.0.1132 378 2/11/2025
3.0.1131 117 2/11/2025
3.0.1130 1,672 2/11/2025
3.0.1129 130 2/11/2025
3.0.1128 1,083 2/11/2025
3.0.1127 571 2/11/2025
3.0.1126 123 2/11/2025
3.0.1125 1,178 2/10/2025
3.0.1124 356 2/10/2025
3.0.1123 397 2/10/2025
3.0.1122 487 2/10/2025
3.0.1121 120 2/10/2025
3.0.1120 672 2/10/2025
3.0.1119 697 2/9/2025
3.0.1118 768 2/9/2025
3.0.1117 895 2/8/2025
3.0.1116 298 2/8/2025
3.0.1115 599 2/7/2025
3.0.1114 124 2/7/2025
3.0.1113 212 2/7/2025
3.0.1112 663 2/7/2025
3.0.1111 1,686 2/7/2025
3.0.1110 110 2/7/2025
3.0.1109 494 2/7/2025
3.0.1108 243 2/7/2025
3.0.1107 125 2/7/2025
3.0.1106 116 2/7/2025
3.0.1105 119 2/7/2025
3.0.1104 112 2/7/2025
3.0.1103 4,011 2/5/2025
3.0.1102 271 2/5/2025
3.0.1101 672 2/5/2025
3.0.1100 133 2/5/2025
3.0.1099 667 2/5/2025
3.0.1098 505 2/5/2025
3.0.1097 13,863 1/28/2025
3.0.1096 1,065 1/28/2025
3.0.1095 4,734 1/27/2025
3.0.1094 107 1/27/2025
3.0.1093 2,244 1/27/2025
3.0.1092 5,729 1/26/2025
3.0.1091 171 1/26/2025
3.0.1090 1,709 1/25/2025
3.0.1089 109 1/25/2025
3.0.1088 1,447 1/25/2025
3.0.1087 2,040 1/25/2025
3.0.1086 479 1/25/2025
3.0.1085 5,634 1/24/2025
3.0.1084 5,487 1/24/2025
3.0.1083 2,482 1/24/2025
3.0.1082 2,639 1/24/2025
3.0.1081 106 1/24/2025
3.0.1080 403 1/24/2025
3.0.1079 111 1/24/2025
3.0.1078 2,972 1/23/2025
3.0.1077 653 1/23/2025
3.0.1076 5,506 1/21/2025
3.0.1075 1,207 1/21/2025
3.0.1074 1,251 1/21/2025
3.0.1073 639 1/21/2025
3.0.1072 1,583 1/21/2025
3.0.1071 3,567 1/21/2025
3.0.1070 3,025 1/21/2025
3.0.1069 126 1/21/2025
3.0.1068 214 1/20/2025
3.0.1067 219 1/20/2025
3.0.1066 108 1/20/2025
3.0.1065 431 1/20/2025
3.0.1064 2,841 1/20/2025
3.0.1063 109 1/20/2025
3.0.1062 3,161 1/20/2025
3.0.1061 107 1/20/2025
3.0.1060 1,129 1/20/2025
3.0.1059 6,843 1/19/2025
3.0.1058 861 1/19/2025
3.0.1057 234 1/19/2025
3.0.1056 248 1/18/2025
3.0.1055 936 1/18/2025
3.0.1054 217 1/18/2025
3.0.1053 3,080 1/18/2025
3.0.1052 663 1/17/2025
3.0.1051 595 1/17/2025
3.0.1050 793 1/17/2025
3.0.1049 383 1/17/2025
3.0.1048 201 1/16/2025
3.0.1047 12,135 1/16/2025
3.0.1046 1,597 1/16/2025
3.0.1045 2,218 1/16/2025
3.0.1044 2,066 1/16/2025
3.0.1043 486 1/16/2025
3.0.1042 328 1/15/2025
3.0.1041 3,457 1/15/2025
3.0.1040 372 1/15/2025
3.0.1039 609 1/15/2025
3.0.1038 2,995 1/15/2025
3.0.1037 101 1/15/2025
3.0.1036 258 1/15/2025
3.0.1035 689 1/15/2025
3.0.1034 585 1/15/2025
3.0.1033 89 1/15/2025
3.0.1032 1,508 1/15/2025
3.0.1031 75 1/15/2025
3.0.1030 633 1/14/2025
3.0.1029 193 1/14/2025
3.0.1028 96 1/14/2025
3.0.1027 1,918 1/14/2025
3.0.1026 8,278 1/13/2025
3.0.1025 2,872 1/13/2025
3.0.1024 196 1/12/2025
3.0.1023 4,443 1/11/2025
3.0.1022 967 1/11/2025
3.0.1021 725 1/11/2025
3.0.1020 183 1/10/2025
3.0.1019 114 1/10/2025
3.0.1018 2,708 1/10/2025
3.0.1017 253 1/10/2025
3.0.1016 109 1/10/2025
3.0.1015 1,637 1/10/2025
3.0.1014 106 1/10/2025
3.0.1013 4,590 1/8/2025
3.0.1012 2,101 1/3/2025
3.0.1011 1,062 1/3/2025
3.0.1010 2,498 1/2/2025
3.0.1009 124 1/2/2025
3.0.1008 140 1/2/2025
3.0.1007 1,392 1/2/2025
3.0.1006 127 1/2/2025
3.0.1005 129 1/2/2025
3.0.1004 724 1/1/2025
3.0.1003 222 1/1/2025
3.0.1002 217 1/1/2025
3.0.1001 236 1/1/2025
3.0.1000 123 1/1/2025
3.0.999 5,017 12/31/2024
3.0.998 121 12/31/2024
3.0.997 679 12/31/2024
3.0.995 3,739 12/31/2024
3.0.994 936 12/31/2024
3.0.993 3,796 12/31/2024
3.0.992 285 12/31/2024
3.0.991 484 12/31/2024
3.0.990 3,621 12/31/2024
3.0.989 112 12/31/2024
3.0.988 117 12/31/2024
3.0.987 112 12/31/2024
3.0.986 2,725 12/31/2024
3.0.985 6,740 12/28/2024
3.0.984 1,612 12/27/2024
3.0.983 6,496 12/24/2024
3.0.982 365 12/24/2024
3.0.981 348 12/24/2024
3.0.980 635 12/24/2024
3.0.979 1,416 12/24/2024
3.0.978 110 12/24/2024
3.0.977 351 12/24/2024
3.0.976 195 12/24/2024
3.0.975 423 12/23/2024
3.0.974 439 12/23/2024
3.0.973 189 12/23/2024
3.0.972 359 12/23/2024
3.0.971 352 12/23/2024
3.0.970 506 12/22/2024
3.0.969 9,032 12/22/2024
3.0.968 5,427 12/22/2024
3.0.967 1,083 12/22/2024
3.0.966 110 12/22/2024
3.0.965 4,695 12/22/2024
3.0.964 112 12/22/2024
3.0.963 542 12/21/2024
3.0.962 115 12/21/2024
3.0.961 115 12/21/2024
3.0.960 1,568 12/21/2024
3.0.959 114 12/21/2024
3.0.958 2,688 12/21/2024
3.0.957 1,617 12/21/2024
3.0.956 114 12/21/2024
3.0.955 1,255 12/21/2024
3.0.954 1,788 12/21/2024
3.0.953 119 12/21/2024
3.0.952 251 12/21/2024
3.0.951 565 12/20/2024
3.0.950 116 12/20/2024
3.0.949 163 12/20/2024
3.0.948 111 12/20/2024
3.0.947 2,030 12/20/2024
3.0.946 1,521 12/20/2024
3.0.945 1,162 12/20/2024
3.0.944 4,361 12/20/2024
3.0.943 183 12/19/2024
3.0.942 111 12/19/2024
3.0.941 113 12/19/2024
3.0.939 6,578 12/17/2024
3.0.937 282 12/17/2024
3.0.936 126 12/17/2024
3.0.935 898 12/17/2024
3.0.934 305 12/17/2024
3.0.933 109 12/17/2024
3.0.932 146 12/16/2024
3.0.931 119 12/16/2024
3.0.930 912 12/16/2024
3.0.929 5,113 12/10/2024
3.0.928 115 12/10/2024
3.0.927 1,239 12/9/2024
3.0.926 114 12/9/2024
3.0.925 2,417 12/9/2024
3.0.924 359 12/9/2024
3.0.923 408 12/9/2024
3.0.922 118 12/9/2024
3.0.921 5,839 12/6/2024
3.0.920 114 12/6/2024
3.0.919 761 12/6/2024
3.0.918 2,075 12/6/2024
3.0.917 2,622 12/6/2024
3.0.916 1,096 12/6/2024
3.0.914 1,930 12/6/2024
3.0.913 118 12/6/2024
3.0.912 122 12/6/2024
3.0.911 4,711 12/5/2024
3.0.910 120 12/5/2024
3.0.909 227 12/5/2024
3.0.908 126 12/5/2024
3.0.907 3,742 12/5/2024
3.0.906 1,814 12/5/2024
3.0.905 207 12/5/2024
3.0.904 118 12/5/2024
3.0.903 910 12/5/2024
3.0.902 125 12/5/2024
3.0.901 2,442 12/4/2024
3.0.900 119 12/4/2024
3.0.899 116 12/4/2024
3.0.898 1,799 12/4/2024
3.0.897 123 12/4/2024
3.0.896 126 12/4/2024
3.0.895 1,445 12/4/2024
3.0.894 122 12/4/2024
3.0.893 116 12/4/2024
3.0.892 856 12/4/2024
3.0.891 1,927 12/4/2024
3.0.890 2,212 12/3/2024
3.0.889 122 12/3/2024
3.0.888 114 12/3/2024
3.0.887 1,011 12/3/2024
3.0.886 125 12/3/2024
3.0.885 1,470 12/3/2024
3.0.884 122 12/3/2024
3.0.883 2,587 12/3/2024
3.0.882 305 12/3/2024
3.0.881 116 12/3/2024
3.0.880 1,174 12/3/2024
3.0.879 110 12/3/2024
3.0.878 114 12/3/2024
3.0.877 2,372 12/2/2024
3.0.876 806 12/2/2024
3.0.875 114 12/2/2024
3.0.874 2,730 12/2/2024
3.0.873 117 12/2/2024
3.0.872 487 12/1/2024
3.0.871 122 12/1/2024
3.0.870 124 12/1/2024
3.0.869 2,556 12/1/2024
3.0.868 131 12/1/2024
3.0.867 115 12/1/2024
3.0.866 4,016 12/1/2024
3.0.865 759 12/1/2024
3.0.864 2,755 11/29/2024
3.0.863 361 11/29/2024
3.0.862 4,345 11/20/2024
3.0.861 119 11/20/2024
3.0.860 3,876 11/20/2024
3.0.859 295 11/20/2024
3.0.858 129 11/20/2024
3.0.857 125 11/20/2024
3.0.856 370 11/20/2024
3.0.855 309 11/20/2024
3.0.854 372 11/20/2024
3.0.853 366 11/19/2024
3.0.852 122 11/19/2024
3.0.851 115 11/19/2024
3.0.850 777 11/19/2024
3.0.849 109 11/19/2024
3.0.848 2,828 11/19/2024
3.0.847 584 11/19/2024
3.0.846 103 11/19/2024
3.0.845 2,502 11/19/2024
3.0.844 108 11/19/2024
3.0.843 105 11/19/2024
3.0.842 7,274 11/14/2024
3.0.841 173 11/14/2024
3.0.840 990 11/14/2024
3.0.839 919 11/14/2024
3.0.838 119 11/14/2024
3.0.837 833 11/14/2024
3.0.836 116 11/14/2024
3.0.835 2,646 11/14/2024
3.0.834 120 11/14/2024
3.0.833 119 11/14/2024
3.0.832 684 11/14/2024
3.0.831 114 11/14/2024
3.0.830 124 11/14/2024
3.0.829 139 11/14/2024
3.0.828 123 11/14/2024
3.0.827 125 11/14/2024
2.1.826 1,941 11/13/2024
2.1.825 8,979 11/13/2024
2.1.824 120 11/13/2024
2.1.823 1,124 11/13/2024
2.1.822 133 11/13/2024
2.1.821 1,183 11/12/2024
2.1.820 130 11/12/2024
2.1.819 974 11/12/2024
2.1.818 6,984 11/9/2024
2.1.817 436 11/9/2024
2.1.816 134 11/9/2024
2.1.815 122 11/9/2024
2.1.814 1,291 11/9/2024
2.1.813 740 11/8/2024
2.1.812 112 11/8/2024
2.1.811 1,131 11/8/2024
2.1.810 116 11/8/2024
2.1.809 161 11/8/2024
2.1.808 117 11/8/2024
2.1.807 271 11/8/2024
2.1.806 3,111 11/8/2024
2.1.805 119 11/8/2024
2.1.804 3,541 11/8/2024
2.1.803 120 11/8/2024
2.1.802 11,478 11/1/2024
2.1.801 605 10/31/2024
2.1.800 4,546 10/29/2024
2.1.799 399 10/29/2024
2.1.798 908 10/29/2024
2.1.797 157 10/29/2024
2.1.796 1,656 10/29/2024
2.1.795 108 10/29/2024
2.1.794 6,154 10/28/2024
2.1.793 119 10/28/2024
2.1.792 2,154 10/28/2024
2.1.791 4,323 10/26/2024
2.1.790 116 10/26/2024
2.1.789 4,390 10/22/2024
2.1.788 921 10/22/2024
2.1.787 635 10/22/2024
2.1.786 126 10/22/2024
2.1.785 124 10/22/2024
2.1.784 2,561 10/22/2024
2.1.783 5,313 10/17/2024
2.1.782 2,042 10/17/2024
2.1.781 3,303 10/15/2024
2.1.780 487 10/14/2024
2.1.779 119 10/14/2024
2.1.778 5,310 10/11/2024
2.1.777 2,001 10/11/2024
2.1.776 118 10/11/2024
2.1.775 1,572 10/11/2024
2.1.774 5,717 10/9/2024
2.1.773 1,774 10/9/2024
2.1.772 472 10/8/2024
2.1.771 124 10/8/2024
2.1.770 1,536 10/8/2024
2.1.769 129 10/8/2024
2.1.768 4,380 10/8/2024
2.1.767 428 10/8/2024
2.1.766 7,534 10/3/2024
2.1.765 115 10/3/2024
2.1.764 1,594 10/3/2024
2.1.763 634 10/3/2024
2.1.762 121 10/3/2024
2.1.761 6,059 10/2/2024
2.1.760 482 10/2/2024
2.1.759 1,700 10/2/2024
2.1.758 134 10/2/2024
2.1.757 3,775 10/1/2024
2.1.756 3,876 10/1/2024
2.1.755 116 10/1/2024
2.1.754 584 10/1/2024
2.1.753 3,296 10/1/2024
2.1.752 287 10/1/2024
2.1.751 444 9/30/2024
2.1.750 2,663 9/30/2024
2.1.749 2,912 9/29/2024
2.1.748 1,773 9/29/2024
2.1.747 113 9/29/2024
2.1.746 513 9/29/2024
2.1.745 1,109 9/29/2024
2.1.744 119 9/29/2024
2.1.743 4,785 9/27/2024
2.1.742 552 9/27/2024
2.1.741 2,271 9/27/2024
2.1.740 119 9/27/2024
2.1.739 351 9/27/2024
2.1.738 561 9/27/2024
2.1.737 142 9/27/2024
2.1.736 116 9/27/2024
2.1.735 4,542 9/27/2024
2.1.734 3,692 9/26/2024
2.1.733 393 9/26/2024
2.1.732 5,987 9/26/2024
2.1.731 159 9/26/2024
2.1.730 1,423 9/26/2024
2.1.729 2,156 9/26/2024
2.1.728 7,006 9/23/2024
2.1.727 496 9/23/2024
2.1.726 795 9/23/2024
2.1.725 974 9/23/2024
2.1.724 1,077 9/23/2024
2.1.723 131 9/23/2024
2.1.722 3,564 9/23/2024
2.1.721 118 9/23/2024
2.1.720 3,101 9/23/2024
2.1.719 125 9/23/2024
2.1.718 768 9/23/2024
2.1.717 125 9/23/2024
2.1.716 121 9/23/2024
2.1.715 890 9/23/2024
2.1.714 118 9/23/2024
2.1.713 123 9/23/2024
2.1.712 2,782 9/23/2024
2.1.711 117 9/23/2024
2.1.710 6,512 9/18/2024
2.1.709 987 9/17/2024
2.1.708 788 9/17/2024
2.1.707 128 9/17/2024
2.1.706 444 9/17/2024
2.1.705 1,031 9/17/2024
2.1.704 251 9/17/2024
2.1.703 2,035 9/17/2024
2.1.702 132 9/17/2024
2.1.701 2,782 9/17/2024
2.1.700 1,998 9/17/2024
2.1.699 1,168 9/17/2024
2.1.698 1,922 9/17/2024
2.1.697 10,172 9/16/2024
2.1.696 127 9/16/2024
2.1.695 4,176 9/12/2024
2.1.694 134 9/12/2024
2.1.693 1,021 9/11/2024
2.1.692 212 9/11/2024
2.1.690 5,409 9/11/2024
2.1.689 349 9/11/2024
2.1.688 1,696 9/11/2024
2.1.687 3,308 9/11/2024
2.1.686 7,939 9/10/2024
2.1.685 402 9/10/2024
2.1.684 649 9/10/2024
2.1.683 442 9/10/2024
2.1.682 124 9/10/2024
2.1.681 632 9/9/2024
2.1.680 133 9/9/2024
2.1.679 350 9/9/2024
2.1.678 3,435 9/9/2024
2.1.677 118 9/9/2024
2.1.676 784 9/9/2024
2.1.675 160 9/9/2024
2.1.674 562 9/9/2024
2.1.673 3,658 9/9/2024
2.1.672 127 9/9/2024
2.1.671 260 9/9/2024
2.1.670 128 9/9/2024
2.1.669 122 9/9/2024
2.1.668 10,603 9/7/2024
2.1.667 1,838 9/6/2024
2.1.666 4,724 9/6/2024
2.1.665 132 9/6/2024
2.1.664 1,871 9/5/2024
2.1.663 1,122 9/5/2024
2.1.662 114 9/5/2024
2.1.661 126 9/5/2024
2.1.660 2,118 9/5/2024
2.1.659 2,383 9/5/2024
2.1.658 137 9/5/2024
2.1.657 128 9/5/2024
2.1.656 589 9/5/2024
2.1.655 136 9/5/2024
2.1.654 146 9/5/2024
2.1.653 4,509 9/5/2024
2.1.652 142 9/5/2024
2.1.651 3,607 9/4/2024
2.1.650 3,825 9/4/2024
2.1.649 4,132 9/3/2024
2.1.648 135 9/3/2024
2.1.647 3,047 9/3/2024
2.1.646 120 9/3/2024
2.1.645 2,207 9/3/2024
2.1.644 1,448 9/3/2024
2.1.643 112 9/3/2024
2.1.642 4,737 8/29/2024
2.1.641 119 8/29/2024
2.1.640 4,573 8/26/2024
2.1.639 1,152 8/26/2024
2.1.638 4,237 8/21/2024
2.1.637 256 8/21/2024
2.1.636 1,503 8/21/2024
2.1.635 149 8/21/2024
2.1.634 1,012 8/20/2024
2.1.633 138 8/20/2024
2.1.632 161 8/20/2024
2.1.631 2,101 8/20/2024
2.1.630 1,161 8/20/2024
2.1.629 137 8/20/2024
2.1.628 118 8/20/2024
2.1.627 139 8/20/2024
2.1.626 2,402 8/20/2024
2.1.625 137 8/20/2024
2.1.624 4,406 8/20/2024
2.1.623 2,192 8/19/2024
2.1.622 4,776 8/15/2024
2.1.621 675 8/15/2024
2.1.620 5,998 8/13/2024
2.1.619 611 8/13/2024
2.1.618 4,871 8/7/2024
2.1.617 428 8/6/2024
2.1.616 2,943 8/6/2024
2.1.615 100 8/6/2024
2.1.614 3,613 8/1/2024
2.1.613 503 8/1/2024
2.1.611 347 8/1/2024
2.1.610 306 8/1/2024
2.1.609 6,671 7/25/2024
2.1.608 287 7/25/2024
2.1.607 518 7/25/2024
2.1.606 125 7/25/2024
2.1.605 703 7/25/2024
2.1.604 105 7/25/2024
2.1.603 176 7/24/2024
2.1.602 416 7/24/2024
2.1.601 242 7/24/2024
2.1.600 1,063 7/24/2024
2.1.599 2,514 7/24/2024
2.1.598 1,856 7/20/2024
2.1.597 4,070 7/20/2024
2.1.596 5,736 7/14/2024
2.1.595 117 7/14/2024
2.1.594 2,906 7/14/2024
2.1.593 105 7/14/2024
2.1.592 480 7/14/2024
2.1.591 3,890 7/10/2024
2.1.590 288 7/10/2024
2.1.589 645 7/10/2024
2.1.588 111 7/10/2024
2.1.587 2,132 7/10/2024
2.1.586 93 7/10/2024
2.1.585 89 7/10/2024
2.1.584 87 7/10/2024
2.1.583 1,043 7/10/2024
2.1.582 97 7/10/2024
2.1.581 170 7/10/2024
2.1.580 108 7/10/2024
2.1.579 111 7/10/2024
2.1.578 968 7/10/2024
2.1.577 110 7/10/2024
2.1.576 881 7/10/2024
2.1.575 115 7/10/2024
2.1.574 109 7/10/2024
2.1.573 544 7/9/2024
2.1.572 111 7/9/2024
2.1.569 819 7/9/2024
2.1.568 101 7/9/2024
2.1.567 731 7/9/2024
2.1.566 108 7/9/2024
2.1.565 4,787 7/9/2024
2.1.564 111 7/9/2024
2.1.563 118 7/9/2024
2.1.562 4,896 7/9/2024
2.1.561 107 7/9/2024
2.1.560 110 7/9/2024
2.1.559 1,431 7/9/2024
2.1.558 396 7/9/2024
2.1.557 132 7/9/2024
2.1.556 2,660 7/8/2024
2.1.555 112 7/8/2024
2.1.554 108 7/8/2024
2.1.553 536 7/8/2024
2.1.552 108 7/8/2024
2.1.551 99 7/8/2024
2.1.550 5,333 7/8/2024
2.1.549 117 7/8/2024
2.1.548 192 7/8/2024
2.1.547 2,257 7/7/2024
2.1.546 1,729 7/7/2024
2.1.545 113 7/7/2024
2.1.544 564 7/7/2024
2.1.543 105 7/7/2024
2.1.542 1,045 7/7/2024
2.1.541 303 7/7/2024
2.1.540 113 7/7/2024
2.1.539 115 7/7/2024
2.1.538 1,580 7/7/2024
2.1.537 5,957 7/4/2024
2.1.536 984 7/3/2024
2.1.535 1,709 7/3/2024
2.1.534 2,075 7/3/2024
2.1.533 115 7/3/2024
2.1.532 685 7/3/2024
2.1.531 2,564 7/3/2024
2.1.530 691 7/3/2024
2.1.529 2,260 6/30/2024
2.1.528 1,530 6/28/2024
2.1.527 5,079 6/22/2024
2.1.526 132 6/22/2024
2.1.525 6,149 6/15/2024
2.1.524 117 6/15/2024
2.1.523 2,142 6/15/2024
2.1.522 3,516 6/14/2024
2.1.521 125 6/14/2024
2.1.520 1,726 6/14/2024
2.1.519 2,233 6/12/2024
2.1.518 4,389 6/1/2024
2.1.517 530 6/1/2024
2.1.516 889 6/1/2024
2.1.515 479 6/1/2024
2.1.514 132 6/1/2024
2.1.513 1,649 6/1/2024
2.1.512 4,399 5/31/2024
2.1.511 130 5/31/2024
2.1.510 3,896 5/29/2024
2.1.509 119 5/29/2024
2.1.508 4,674 5/28/2024
2.1.507 106 5/28/2024
2.1.506 2,751 5/27/2024
2.1.505 104 5/27/2024
2.1.504 103 5/27/2024
2.1.503 1,275 5/27/2024
2.1.502 3,273 5/26/2024
2.1.501 106 5/26/2024
2.1.500 4,679 5/26/2024
2.1.499 112 5/26/2024
2.1.498 1,225 5/26/2024
2.1.497 245 5/25/2024
2.1.496 114 5/25/2024
2.1.495 1,274 5/25/2024
2.1.494 117 5/25/2024
2.1.493 114 5/25/2024
2.1.492 116 5/25/2024
2.1.491 1,938 5/25/2024
2.1.490 116 5/25/2024
2.1.489 118 5/25/2024
2.1.488 1,133 5/25/2024
2.1.487 103 5/25/2024
2.1.486 120 5/25/2024
2.1.485 1,003 5/25/2024
2.1.484 120 5/25/2024
2.1.483 114 5/25/2024
2.1.482 6,241 5/23/2024
2.1.481 491 5/23/2024
2.1.480 1,677 5/23/2024
2.1.479 117 5/23/2024
2.1.478 1,271 5/23/2024
2.1.477 108 5/23/2024
2.1.476 122 5/22/2024
2.1.475 117 5/22/2024
2.1.474 115 5/22/2024
2.1.473 1,752 5/22/2024
2.1.472 118 5/22/2024
2.1.471 112 5/22/2024
2.1.470 1,010 5/22/2024
2.1.469 117 5/22/2024
2.1.468 4,033 5/22/2024
2.1.467 3,600 5/18/2024
2.1.466 162 5/18/2024
2.1.465 1,023 5/17/2024
2.1.464 135 5/17/2024
2.1.463 1,740 5/17/2024
2.1.462 141 5/17/2024
2.1.461 143 5/17/2024
2.1.460 3,265 5/16/2024
2.1.459 226 5/16/2024
2.1.458 133 5/16/2024
2.1.457 1,583 5/15/2024
2.1.456 1,234 5/15/2024
2.1.455 136 5/15/2024
2.1.454 5,189 5/13/2024
2.1.453 108 5/13/2024
2.1.452 3,280 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 133 4/29/2024
2.1.447 3,333 4/29/2024
2.1.446 139 4/28/2024
2.1.445 135 4/28/2024
2.1.444 508 4/28/2024
2.1.443 142 4/28/2024
2.1.442 1,686 4/28/2024
2.1.441 130 4/28/2024
2.1.440 124 4/28/2024
2.1.439 3,343 4/28/2024
2.1.438 131 4/28/2024
2.1.437 1,692 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 130 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,296 4/19/2024
2.1.428 138 4/19/2024
2.1.427 3,532 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,517 4/12/2024
2.1.421 127 4/12/2024
2.1.420 1,986 4/12/2024
2.1.419 147 4/12/2024
2.1.418 726 4/12/2024
2.1.417 620 4/11/2024
2.1.416 9,010 4/10/2024
2.1.415 136 4/10/2024
2.1.414 2,183 4/9/2024
2.1.413 3,594 4/2/2024
2.1.412 150 4/2/2024
2.1.411 361 4/1/2024
2.1.410 137 4/1/2024
2.1.409 261 4/1/2024
2.1.408 5,714 3/29/2024
2.1.407 1,236 3/29/2024
2.1.406 3,078 3/25/2024
2.1.405 151 3/25/2024
2.1.404 839 3/25/2024
2.1.403 1,470 3/25/2024
2.1.402 3,742 3/20/2024
2.1.401 144 3/20/2024
2.1.400 3,706 3/19/2024
2.1.399 153 3/19/2024
2.1.398 1,710 3/19/2024
2.1.397 160 3/19/2024
2.1.396 1,342 3/19/2024
2.1.395 1,447 3/18/2024
2.1.394 978 3/18/2024
2.1.393 4,162 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,580 3/13/2024
2.1.386 364 3/13/2024
2.1.385 159 3/13/2024
2.1.384 151 3/13/2024
2.1.383 2,846 3/13/2024
2.1.382 150 3/13/2024
2.1.381 233 3/12/2024
2.1.380 152 3/12/2024
2.1.379 2,797 3/12/2024
2.1.378 143 3/12/2024
2.1.377 4,044 3/11/2024
2.1.376 378 3/11/2024
2.1.375 3,358 3/11/2024
2.1.374 224 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,851 3/8/2024
2.1.368 1,353 3/8/2024
2.1.367 144 3/8/2024
2.1.366 2,057 3/8/2024
2.1.365 2,072 3/6/2024
2.1.364 413 3/6/2024
2.1.363 3,584 3/4/2024
2.1.362 151 3/4/2024
2.1.361 1,753 3/4/2024
2.1.360 147 3/4/2024
2.1.359 2,318 3/3/2024
2.1.358 2,184 3/3/2024
2.1.357 229 3/2/2024
2.1.356 153 3/2/2024
2.1.355 1,929 3/2/2024
2.1.354 154 3/2/2024
2.1.353 14,171 2/25/2024
2.1.352 1,247 2/25/2024
2.1.351 144 2/25/2024
2.1.350 462 2/25/2024
2.1.349 1,869 2/25/2024
2.1.348 1,738 2/23/2024
2.1.347 559 2/23/2024
2.1.346 3,755 2/22/2024
2.1.345 141 2/22/2024
2.1.344 810 2/22/2024
2.1.343 219 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 145 2/21/2024
2.1.336 155 2/21/2024
2.1.335 1,943 2/21/2024
2.1.334 743 2/21/2024
2.1.333 140 2/21/2024
2.1.332 134 2/21/2024
2.1.331 1,753 2/21/2024
2.1.330 1,956 2/21/2024
2.1.329 138 2/21/2024
2.1.328 139 2/21/2024
2.1.327 154 2/21/2024
2.1.326 2,570 2/20/2024
2.1.325 138 2/20/2024
2.1.324 2,168 2/20/2024
2.1.323 150 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,332 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 318 2/17/2024
2.1.309 880 2/16/2024
2.1.308 139 2/16/2024
2.1.307 127 2/16/2024
2.1.306 180 2/16/2024
2.1.305 136 2/16/2024
2.1.304 2,115 2/16/2024
2.1.303 142 2/16/2024
2.1.302 2,678 2/16/2024
2.1.301 142 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,673 2/14/2024
2.1.294 1,558 2/13/2024
2.1.293 138 2/13/2024
2.1.292 1,472 2/13/2024
2.1.291 1,758 2/13/2024
2.1.290 989 2/13/2024
2.1.289 140 2/13/2024
2.1.288 1,928 2/13/2024
2.1.287 1,217 2/13/2024
2.1.286 151 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 152 2/11/2024
2.1.280 1,990 2/11/2024
2.1.279 1,370 2/11/2024
2.1.278 3,591 2/10/2024
2.1.277 374 2/10/2024
2.1.276 145 2/10/2024
2.1.275 1,189 2/9/2024
2.1.274 2,980 2/9/2024
2.1.273 144 2/9/2024
2.1.272 2,339 2/9/2024
2.1.271 671 2/9/2024
2.1.270 166 2/8/2024
2.1.269 141 2/8/2024
2.1.268 3,336 2/8/2024
2.1.267 149 2/8/2024
2.1.266 608 2/8/2024
2.1.265 7,772 2/8/2024
2.1.264 1,438 2/8/2024
2.1.263 154 2/8/2024
2.1.262 4,172 2/7/2024
2.1.261 150 2/7/2024
2.1.260 896 2/7/2024
2.1.259 2,017 2/7/2024
2.1.258 627 2/7/2024
2.1.257 155 2/7/2024
2.1.256 155 2/7/2024
2.1.255 261 2/7/2024
2.1.254 145 2/7/2024
2.1.253 140 2/7/2024
2.1.252 652 2/6/2024
2.1.251 143 2/6/2024
2.1.250 1,014 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 238 2/5/2024
2.1.244 1,624 2/4/2024
2.1.243 1,889 2/4/2024
2.1.242 704 2/4/2024
2.1.241 3,377 2/2/2024
2.1.240 142 2/2/2024
2.1.239 4,419 1/31/2024
2.1.238 147 1/31/2024
2.1.237 4,580 1/29/2024
2.1.236 132 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 138 1/29/2024
2.1.231 1,727 1/28/2024
2.1.230 1,954 1/28/2024
2.1.229 144 1/28/2024
2.1.228 1,264 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 468 1/28/2024
2.1.222 1,842 1/27/2024
2.1.221 144 1/27/2024
2.1.220 403 1/27/2024
2.1.219 3,230 1/27/2024
2.1.218 998 1/27/2024
2.1.217 137 1/27/2024
2.1.216 666 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 144 1/27/2024
2.1.211 1,166 1/26/2024
2.1.210 140 1/26/2024
2.1.209 1,112 1/26/2024
2.1.208 135 1/26/2024
2.1.207 831 1/26/2024
2.1.206 510 1/26/2024
2.1.205 3,305 1/26/2024
2.1.204 133 1/26/2024
2.1.203 2,105 1/26/2024
2.1.202 134 1/26/2024
2.1.201 2,488 1/25/2024
2.1.200 124 1/25/2024
2.1.199 1,884 1/25/2024
2.1.198 303 1/25/2024
2.1.197 140 1/25/2024
2.1.196 4,667 1/25/2024
2.1.195 133 1/25/2024
2.1.194 4,744 1/19/2024
2.1.193 141 1/19/2024
2.1.192 4,066 1/16/2024
2.1.191 1,783 1/15/2024
2.1.190 150 1/15/2024
2.1.189 369 1/15/2024
2.1.188 145 1/15/2024
2.1.187 141 1/15/2024
2.1.186 2,190 1/15/2024
2.1.185 160 1/15/2024
2.1.184 1,959 1/15/2024
2.1.183 152 1/15/2024
2.1.182 145 1/15/2024
2.1.181 3,642 1/15/2024
2.1.180 156 1/15/2024
2.1.179 3,487 1/14/2024
2.1.178 159 1/14/2024
2.1.177 4,695 1/13/2024
2.1.176 167 1/13/2024
2.1.175 3,339 1/12/2024
2.1.174 145 1/12/2024
2.1.173 3,923 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,269 1/7/2024
2.1.168 3,140 1/5/2024
2.1.167 1,577 1/5/2024
2.1.166 150 1/5/2024
2.1.165 130 1/5/2024
2.1.164 144 1/5/2024
2.1.163 1,849 1/5/2024
2.1.162 144 1/5/2024
2.1.161 151 1/5/2024
2.1.160 146 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,414 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 175 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 162 12/28/2023
2.1.144 849 12/27/2023
2.1.143 168 12/27/2023
2.1.142 2,325 12/27/2023
2.1.141 177 12/27/2023
2.1.140 4,680 12/25/2023
2.1.139 166 12/25/2023
2.1.138 1,668 12/25/2023
2.1.137 2,215 12/25/2023
2.1.136 154 12/25/2023
2.1.135 151 12/25/2023
2.1.134 1,690 12/25/2023
2.1.133 163 12/25/2023
2.1.132 155 12/25/2023
2.1.131 258 12/25/2023
2.1.130 181 12/25/2023
2.1.129 5,067 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,566 12/23/2023
2.1.124 651 12/23/2023
2.1.123 160 12/23/2023
2.1.122 149 12/23/2023
2.1.121 377 12/23/2023
2.1.120 155 12/23/2023
2.1.119 154 12/23/2023
2.1.118 158 12/23/2023
2.1.117 960 12/23/2023
2.1.116 160 12/23/2023
2.1.115 1,518 12/23/2023
2.1.114 163 12/23/2023
2.1.113 6,920 12/19/2023
2.1.112 139 12/19/2023
2.1.111 893 12/19/2023
2.1.110 153 12/19/2023
2.1.109 1,510 12/19/2023
2.1.108 380 12/18/2023
2.1.107 2,573 12/13/2023
2.1.106 967 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 515 12/11/2023
2.1.101 311 12/10/2023
2.1.100 141 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,052 12/9/2023
2.1.94 1,070 12/9/2023
2.1.93 1,599 12/9/2023
2.1.92 183 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 165 12/9/2023
2.1.84 5,229 12/6/2023
2.1.83 676 12/6/2023
2.1.82 982 12/6/2023
2.1.81 160 12/6/2023
2.1.80 2,293 12/6/2023
2.1.79 680 12/5/2023
2.1.78 1,255 12/5/2023
2.1.77 741 12/5/2023
2.1.76 1,263 12/5/2023
2.1.75 1,403 12/5/2023
2.1.74 385 12/5/2023
2.1.73 260 12/4/2023
2.1.72 173 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 858 12/4/2023
2.1.67 169 12/4/2023
2.1.66 3,959 12/4/2023
2.1.65 2,276 11/27/2023
2.1.64 605 11/27/2023
2.1.63 2,515 11/23/2023
2.1.62 154 11/23/2023
2.1.61 633 11/23/2023
2.1.60 705 11/23/2023
2.1.59 158 11/23/2023
2.1.58 1,562 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,580 11/23/2023
2.1.53 167 11/23/2023
2.1.52 4,323 11/20/2023
2.1.51 156 11/20/2023
2.1.50 2,753 11/20/2023
2.1.49 154 11/20/2023
2.1.48 153 11/20/2023
2.1.47 1,983 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 294 11/19/2023
2.1.42 146 11/19/2023
2.1.41 158 11/19/2023
2.1.40 161 11/19/2023
2.1.39 3,396 11/19/2023
2.1.38 137 11/19/2023
2.1.37 3,662 11/18/2023
2.1.36 150 11/18/2023
2.1.35 167 11/18/2023
2.1.34 2,939 11/18/2023
2.1.33 162 11/18/2023
2.1.32 163 11/18/2023
2.1.31 539 11/18/2023
2.1.30 152 11/18/2023
2.1.29 140 11/18/2023
2.1.28 157 11/18/2023
2.1.27 1,420 11/17/2023
2.1.26 144 11/17/2023
2.1.25 1,706 11/17/2023
2.1.24 155 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,373 11/17/2023
2.1.16 166 11/17/2023
2.1.15 1,348 11/17/2023
2.1.14 157 11/17/2023
2.1.13 150 11/17/2023
2.1.12 879 11/17/2023
2.1.11 154 11/17/2023
2.1.10 125 11/17/2023
2.1.9 2,553 11/17/2023
2.1.8 566 11/17/2023
2.1.7 153 11/17/2023
2.1.6 1,158 11/16/2023
2.1.5 157 11/16/2023
2.0.196 2,315 11/15/2023
2.0.195 163 11/15/2023
2.0.194 156 11/15/2023
2.0.193 166 11/15/2023
2.0.4 148 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 155 11/13/2023
1.0.188 1,134 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,172 11/6/2023
1.0.177 142 11/6/2023
1.0.176 168 11/6/2023
1.0.175 2,083 11/3/2023
1.0.174 145 11/3/2023
1.0.173 163 11/3/2023
1.0.172 2,580 11/2/2023
1.0.171 160 11/2/2023
1.0.170 166 11/2/2023
1.0.169 1,943 11/1/2023
1.0.168 156 11/1/2023
1.0.167 7,919 10/27/2023
1.0.166 1,999 10/26/2023
1.0.165 3,910 10/20/2023
1.0.164 2,355 10/19/2023
1.0.163 146 10/19/2023
1.0.162 1,845 10/18/2023
1.0.161 175 10/18/2023
1.0.160 166 10/18/2023
1.0.159 2,258 10/17/2023
1.0.158 170 10/17/2023
1.0.157 181 10/17/2023
1.0.156 3,053 10/16/2023
1.0.155 177 10/16/2023
1.0.154 177 10/16/2023
1.0.153 3,058 10/13/2023
1.0.152 185 10/13/2023
1.0.151 171 10/13/2023
1.0.150 1,968 10/12/2023
1.0.149 6,555 9/20/2023
1.0.148 1,636 9/19/2023
1.0.147 165 9/19/2023
1.0.146 169 9/19/2023
1.0.145 4,347 9/18/2023
1.0.144 182 9/18/2023
1.0.143 158 9/18/2023
1.0.142 2,258 9/15/2023
1.0.141 2,228 9/14/2023
1.0.140 3,807 9/1/2023
1.0.139 2,807 8/31/2023
1.0.138 181 8/31/2023
1.0.137 2,098 8/30/2023
1.0.136 206 8/30/2023
1.0.135 201 8/30/2023
1.0.134 1,760 8/29/2023
1.0.133 206 8/29/2023
1.0.132 3,923 8/28/2023
1.0.131 196 8/28/2023
1.0.130 2,584 8/25/2023
1.0.129 217 8/25/2023
1.0.128 184 8/25/2023
1.0.127 3,590 8/24/2023
1.0.126 214 8/24/2023
1.0.125 3,830 8/22/2023
1.0.124 1,784 8/21/2023
1.0.123 209 8/21/2023
1.0.122 1,990 8/18/2023
1.0.121 193 8/18/2023
1.0.120 186 8/18/2023
1.0.119 2,702 8/17/2023
1.0.118 174 8/17/2023
1.0.117 207 8/17/2023
1.0.116 170 8/17/2023
1.0.115 7,804 8/11/2023
1.0.114 2,417 8/10/2023
1.0.113 201 8/10/2023
1.0.112 3,251 8/9/2023
1.0.111 226 8/9/2023
1.0.110 1,502 8/8/2023
1.0.109 239 8/8/2023
1.0.108 213 8/8/2023
1.0.107 3,781 8/7/2023
1.0.106 221 8/7/2023
1.0.105 207 8/7/2023
1.0.104 225 8/7/2023
1.0.103 7,377 7/14/2023
1.0.102 2,494 7/13/2023
1.0.101 2,482 7/12/2023
1.0.100 2,271 7/11/2023
1.0.99 225 7/11/2023
1.0.98 3,139 7/10/2023
1.0.97 232 7/10/2023
1.0.96 217 7/10/2023
1.0.95 2,700 7/7/2023
1.0.94 231 7/7/2023
1.0.93 228 7/7/2023
1.0.92 6,366 7/3/2023
1.0.91 2,777 6/30/2023
1.0.90 2,823 6/29/2023
1.0.89 242 6/29/2023
1.0.88 228 6/29/2023
1.0.87 2,401 6/28/2023
1.0.86 227 6/28/2023
1.0.85 235 6/28/2023
1.0.84 4,681 6/27/2023
1.0.83 219 6/27/2023
1.0.82 3,391 6/26/2023
1.0.81 240 6/26/2023
1.0.80 4,375 6/23/2023
1.0.79 3,081 6/22/2023
1.0.78 2,382 6/21/2023
1.0.77 3,838 6/19/2023
1.0.76 3,594 6/15/2023
1.0.75 219 6/15/2023
1.0.74 2,147 6/14/2023
1.0.73 6,370 6/12/2023
1.0.72 2,161 6/9/2023
1.0.71 240 6/9/2023
1.0.70 3,595 6/8/2023
1.0.69 224 6/8/2023
1.0.68 222 6/8/2023
1.0.67 4,593 6/7/2023
1.0.66 244 6/7/2023
1.0.65 226 6/7/2023
1.0.64 224 6/7/2023
1.0.63 2,666 6/6/2023
1.0.62 247 6/6/2023
1.0.61 238 6/6/2023
1.0.60 20,703 5/30/2023
1.0.59 237 5/30/2023
1.0.58 240 5/30/2023
1.0.57 4,848 5/29/2023
1.0.56 230 5/29/2023
1.0.55 245 5/29/2023
1.0.54 4,022 5/26/2023
1.0.53 239 5/26/2023
1.0.52 258 5/26/2023
1.0.51 6,464 5/25/2023
1.0.50 233 5/25/2023
1.0.49 233 5/25/2023
1.0.48 2,907 5/24/2023
1.0.46 239 5/24/2023
1.0.45 238 5/24/2023
1.0.43 3,629 5/23/2023
1.0.42 5,625 5/22/2023
1.0.41 253 5/22/2023
1.0.40 5,643 5/18/2023
1.0.39 3,778 5/17/2023
1.0.38 216 5/17/2023
1.0.37 295 5/17/2023
1.0.36 10,764 4/25/2023
1.0.35 1,381 4/24/2023
1.0.34 1,978 4/21/2023
1.0.33 272 4/21/2023
1.0.32 1,793 4/20/2023
1.0.31 2,408 4/19/2023
1.0.30 1,108 4/18/2023
1.0.29 1,741 4/17/2023
1.0.28 1,277 4/14/2023
1.0.27 1,267 4/13/2023
1.0.26 1,287 4/12/2023
1.0.25 1,589 4/11/2023
1.0.24 338 4/11/2023
1.0.23 1,746 4/10/2023
1.0.22 2,526 4/4/2023
1.0.21 257 4/4/2023
1.0.20 1,038 4/3/2023
1.0.19 291 4/3/2023
1.0.18 305 4/3/2023
1.0.17 300 4/3/2023
1.0.16 279 4/3/2023
1.0.15 286 4/3/2023
1.0.14 294 4/3/2023
1.0.13 282 4/3/2023
1.0.12 279 4/3/2023
1.0.11 2,131 3/23/2023
1.0.10 615 3/13/2023
1.0.9 378 3/12/2023
1.0.8 309 3/11/2023
1.0.7 301 3/10/2023
1.0.5 481 2/22/2023
1.0.4 531 2/19/2023
1.0.3 510 2/18/2023
1.0.1 442 2/12/2023