Soenneker.Utils.MemoryStream 3.0.1204

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