Soenneker.Utils.MemoryStream 3.0.1230

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.1230
                    
NuGet\Install-Package Soenneker.Utils.MemoryStream -Version 3.0.1230
                    
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.1230" />
                    
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.1230" />
                    
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.1230
                    
#r "nuget: Soenneker.Utils.MemoryStream, 3.0.1230"
                    
#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.1230
                    
#: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.1230
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Utils.MemoryStream&version=3.0.1230
                    
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,021 7/9/2025
3.0.1262 794 7/8/2025
3.0.1261 4,123 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 95 6/27/2025
3.0.1255 65 6/27/2025
3.0.1254 601 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,753 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,087 5/5/2025
3.0.1226 438 5/5/2025
3.0.1225 146 5/5/2025
3.0.1224 296 5/5/2025
3.0.1223 143 5/5/2025
3.0.1222 395 5/5/2025
3.0.1221 141 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 754 4/9/2025
3.0.1216 173 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 533 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 886 4/6/2025
3.0.1201 164 4/6/2025
3.0.1200 327 4/6/2025
3.0.1199 532 4/6/2025
3.0.1198 139 4/6/2025
3.0.1197 762 4/6/2025
3.0.1196 120 4/6/2025
3.0.1195 709 4/6/2025
3.0.1194 103 4/6/2025
3.0.1193 105 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 618 4/1/2025
3.0.1184 2,752 3/31/2025
3.0.1183 1,266 3/31/2025
3.0.1182 1,964 3/29/2025
3.0.1181 432 3/29/2025
3.0.1180 3,174 3/25/2025
3.0.1179 2,741 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,749 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 682 2/25/2025
3.0.1154 698 2/25/2025
3.0.1153 1,068 2/24/2025
3.0.1152 98 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 970 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 370 2/11/2025
3.0.1132 377 2/11/2025
3.0.1131 115 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 662 2/7/2025
3.0.1111 1,684 2/7/2025
3.0.1110 109 2/7/2025
3.0.1109 491 2/7/2025
3.0.1108 239 2/7/2025
3.0.1107 119 2/7/2025
3.0.1106 112 2/7/2025
3.0.1105 115 2/7/2025
3.0.1104 111 2/7/2025
3.0.1103 4,010 2/5/2025
3.0.1102 267 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,243 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,631 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,505 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,566 1/21/2025
3.0.1070 3,024 1/21/2025
3.0.1069 124 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 426 1/20/2025
3.0.1064 2,836 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,842 1/19/2025
3.0.1058 858 1/19/2025
3.0.1057 230 1/19/2025
3.0.1056 245 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 198 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,275 1/13/2025
3.0.1025 2,871 1/13/2025
3.0.1024 194 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,706 1/10/2025
3.0.1017 251 1/10/2025
3.0.1016 106 1/10/2025
3.0.1015 1,636 1/10/2025
3.0.1014 103 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,390 1/2/2025
3.0.1006 126 1/2/2025
3.0.1005 127 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,015 12/31/2024
3.0.998 117 12/31/2024
3.0.997 677 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 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,738 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 192 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 562 12/20/2024
3.0.950 113 12/20/2024
3.0.949 162 12/20/2024
3.0.948 109 12/20/2024
3.0.947 2,026 12/20/2024
3.0.946 1,517 12/20/2024
3.0.945 1,160 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,237 12/9/2024
3.0.926 112 12/9/2024
3.0.925 2,414 12/9/2024
3.0.924 357 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,072 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 116 12/6/2024
3.0.912 118 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,442 12/4/2024
3.0.894 119 12/4/2024
3.0.893 112 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,467 12/3/2024
3.0.884 119 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 804 12/2/2024
3.0.875 113 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 756 12/1/2024
3.0.864 2,752 11/29/2024
3.0.863 358 11/29/2024
3.0.862 4,338 11/20/2024
3.0.861 116 11/20/2024
3.0.860 3,875 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,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 106 11/19/2024
3.0.843 104 11/19/2024
3.0.842 7,271 11/14/2024
3.0.841 170 11/14/2024
3.0.840 987 11/14/2024
3.0.839 915 11/14/2024
3.0.838 116 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 123 11/14/2024
2.1.826 1,940 11/13/2024
2.1.825 8,968 11/13/2024
2.1.824 118 11/13/2024
2.1.823 1,122 11/13/2024
2.1.822 132 11/13/2024
2.1.821 1,180 11/12/2024
2.1.820 124 11/12/2024
2.1.819 969 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 118 11/8/2024
2.1.802 11,471 11/1/2024
2.1.801 602 10/31/2024
2.1.800 4,542 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,152 10/28/2024
2.1.793 117 10/28/2024
2.1.792 2,151 10/28/2024
2.1.791 4,320 10/26/2024
2.1.790 115 10/26/2024
2.1.789 4,387 10/22/2024
2.1.788 918 10/22/2024
2.1.787 634 10/22/2024
2.1.786 124 10/22/2024
2.1.785 121 10/22/2024
2.1.784 2,559 10/22/2024
2.1.783 5,312 10/17/2024
2.1.782 2,038 10/17/2024
2.1.781 3,302 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,569 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,505 10/3/2024
2.1.765 113 10/3/2024
2.1.764 1,590 10/3/2024
2.1.763 628 10/3/2024
2.1.762 117 10/3/2024
2.1.761 6,058 10/2/2024
2.1.760 481 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 581 10/1/2024
2.1.753 3,294 10/1/2024
2.1.752 285 10/1/2024
2.1.751 443 9/30/2024
2.1.750 2,658 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,783 9/27/2024
2.1.742 550 9/27/2024
2.1.741 2,270 9/27/2024
2.1.740 115 9/27/2024
2.1.739 348 9/27/2024
2.1.738 558 9/27/2024
2.1.737 140 9/27/2024
2.1.736 112 9/27/2024
2.1.735 4,538 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,002 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,559 9/23/2024
2.1.721 115 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,510 9/18/2024
2.1.709 986 9/17/2024
2.1.708 787 9/17/2024
2.1.707 125 9/17/2024
2.1.706 442 9/17/2024
2.1.705 1,028 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,995 9/17/2024
2.1.699 1,163 9/17/2024
2.1.698 1,920 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,936 9/10/2024
2.1.685 400 9/10/2024
2.1.684 647 9/10/2024
2.1.683 439 9/10/2024
2.1.682 123 9/10/2024
2.1.681 628 9/9/2024
2.1.680 130 9/9/2024
2.1.679 348 9/9/2024
2.1.678 3,434 9/9/2024
2.1.677 115 9/9/2024
2.1.676 781 9/9/2024
2.1.675 156 9/9/2024
2.1.674 559 9/9/2024
2.1.673 3,652 9/9/2024
2.1.672 125 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,600 9/7/2024
2.1.667 1,837 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,382 9/5/2024
2.1.658 135 9/5/2024
2.1.657 127 9/5/2024
2.1.656 586 9/5/2024
2.1.655 134 9/5/2024
2.1.654 145 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,045 9/3/2024
2.1.646 118 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,571 8/26/2024
2.1.639 1,150 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,011 8/20/2024
2.1.633 136 8/20/2024
2.1.632 158 8/20/2024
2.1.631 2,099 8/20/2024
2.1.630 1,158 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,191 8/19/2024
2.1.622 4,769 8/15/2024
2.1.621 673 8/15/2024
2.1.620 5,997 8/13/2024
2.1.619 609 8/13/2024
2.1.618 4,870 8/7/2024
2.1.617 424 8/6/2024
2.1.616 2,941 8/6/2024
2.1.615 99 8/6/2024
2.1.614 3,607 8/1/2024
2.1.613 501 8/1/2024
2.1.611 341 8/1/2024
2.1.610 302 8/1/2024
2.1.609 6,669 7/25/2024
2.1.608 283 7/25/2024
2.1.607 513 7/25/2024
2.1.606 122 7/25/2024
2.1.605 698 7/25/2024
2.1.604 101 7/25/2024
2.1.603 172 7/24/2024
2.1.602 413 7/24/2024
2.1.601 240 7/24/2024
2.1.600 1,059 7/24/2024
2.1.599 2,511 7/24/2024
2.1.598 1,854 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,131 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,040 7/10/2024
2.1.582 96 7/10/2024
2.1.581 167 7/10/2024
2.1.580 105 7/10/2024
2.1.579 107 7/10/2024
2.1.578 966 7/10/2024
2.1.577 109 7/10/2024
2.1.576 878 7/10/2024
2.1.575 112 7/10/2024
2.1.574 105 7/10/2024
2.1.573 543 7/9/2024
2.1.572 109 7/9/2024
2.1.569 816 7/9/2024
2.1.568 98 7/9/2024
2.1.567 729 7/9/2024
2.1.566 107 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,893 7/9/2024
2.1.561 104 7/9/2024
2.1.560 109 7/9/2024
2.1.559 1,429 7/9/2024
2.1.558 394 7/9/2024
2.1.557 129 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,330 7/8/2024
2.1.549 115 7/8/2024
2.1.548 191 7/8/2024
2.1.547 2,254 7/7/2024
2.1.546 1,727 7/7/2024
2.1.545 110 7/7/2024
2.1.544 562 7/7/2024
2.1.543 103 7/7/2024
2.1.542 1,044 7/7/2024
2.1.541 301 7/7/2024
2.1.540 110 7/7/2024
2.1.539 111 7/7/2024
2.1.538 1,577 7/7/2024
2.1.537 5,954 7/4/2024
2.1.536 980 7/3/2024
2.1.535 1,705 7/3/2024
2.1.534 2,072 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,257 6/30/2024
2.1.528 1,528 6/28/2024
2.1.527 5,077 6/22/2024
2.1.526 128 6/22/2024
2.1.525 6,142 6/15/2024
2.1.524 114 6/15/2024
2.1.523 2,139 6/15/2024
2.1.522 3,514 6/14/2024
2.1.521 123 6/14/2024
2.1.520 1,722 6/14/2024
2.1.519 2,231 6/12/2024
2.1.518 4,387 6/1/2024
2.1.517 526 6/1/2024
2.1.516 888 6/1/2024
2.1.515 477 6/1/2024
2.1.514 128 6/1/2024
2.1.513 1,646 6/1/2024
2.1.512 4,397 5/31/2024
2.1.511 126 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,269 5/26/2024
2.1.501 102 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,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 110 5/25/2024
2.1.482 6,238 5/23/2024
2.1.481 487 5/23/2024
2.1.480 1,675 5/23/2024
2.1.479 114 5/23/2024
2.1.478 1,267 5/23/2024
2.1.477 103 5/23/2024
2.1.476 118 5/22/2024
2.1.475 115 5/22/2024
2.1.474 111 5/22/2024
2.1.473 1,748 5/22/2024
2.1.472 115 5/22/2024
2.1.471 110 5/22/2024
2.1.470 1,008 5/22/2024
2.1.469 114 5/22/2024
2.1.468 4,027 5/22/2024
2.1.467 3,597 5/18/2024
2.1.466 159 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,263 5/16/2024
2.1.459 223 5/16/2024
2.1.458 131 5/16/2024
2.1.457 1,576 5/15/2024
2.1.456 1,232 5/15/2024
2.1.455 134 5/15/2024
2.1.454 5,185 5/13/2024
2.1.453 105 5/13/2024
2.1.452 3,271 5/3/2024
2.1.451 2,955 4/30/2024
2.1.450 409 4/29/2024
2.1.449 1,613 4/29/2024
2.1.448 131 4/29/2024
2.1.447 3,328 4/29/2024
2.1.446 136 4/28/2024
2.1.445 131 4/28/2024
2.1.444 506 4/28/2024
2.1.443 139 4/28/2024
2.1.442 1,683 4/28/2024
2.1.441 128 4/28/2024
2.1.440 119 4/28/2024
2.1.439 3,338 4/28/2024
2.1.438 128 4/28/2024
2.1.437 1,689 4/28/2024
2.1.436 143 4/28/2024
2.1.435 133 4/28/2024
2.1.434 477 4/28/2024
2.1.433 128 4/28/2024
2.1.432 126 4/28/2024
2.1.431 2,622 4/27/2024
2.1.430 143 4/27/2024
2.1.429 6,291 4/19/2024
2.1.428 136 4/19/2024
2.1.427 3,525 4/19/2024
2.1.426 905 4/18/2024
2.1.425 3,751 4/15/2024
2.1.424 2,450 4/12/2024
2.1.423 1,829 4/12/2024
2.1.422 1,512 4/12/2024
2.1.421 125 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,986 4/10/2024
2.1.415 132 4/10/2024
2.1.414 2,179 4/9/2024
2.1.413 3,590 4/2/2024
2.1.412 146 4/2/2024
2.1.411 356 4/1/2024
2.1.410 132 4/1/2024
2.1.409 258 4/1/2024
2.1.408 5,711 3/29/2024
2.1.407 1,233 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,739 3/20/2024
2.1.401 142 3/20/2024
2.1.400 3,702 3/19/2024
2.1.399 148 3/19/2024
2.1.398 1,706 3/19/2024
2.1.397 156 3/19/2024
2.1.396 1,339 3/19/2024
2.1.395 1,444 3/18/2024
2.1.394 975 3/18/2024
2.1.393 4,158 3/15/2024
2.1.392 142 3/15/2024
2.1.391 3,628 3/13/2024
2.1.390 585 3/13/2024
2.1.389 453 3/13/2024
2.1.388 147 3/13/2024
2.1.387 1,579 3/13/2024
2.1.386 361 3/13/2024
2.1.385 156 3/13/2024
2.1.384 149 3/13/2024
2.1.383 2,844 3/13/2024
2.1.382 148 3/13/2024
2.1.381 229 3/12/2024
2.1.380 150 3/12/2024
2.1.379 2,793 3/12/2024
2.1.378 141 3/12/2024
2.1.377 4,042 3/11/2024
2.1.376 376 3/11/2024
2.1.375 3,355 3/11/2024
2.1.374 223 3/11/2024
2.1.373 2,884 3/10/2024
2.1.372 1,406 3/10/2024
2.1.371 3,298 3/8/2024
2.1.370 152 3/8/2024
2.1.369 1,848 3/8/2024
2.1.368 1,351 3/8/2024
2.1.367 140 3/8/2024
2.1.366 2,053 3/8/2024
2.1.365 2,070 3/6/2024
2.1.364 412 3/6/2024
2.1.363 3,579 3/4/2024
2.1.362 148 3/4/2024
2.1.361 1,751 3/4/2024
2.1.360 144 3/4/2024
2.1.359 2,313 3/3/2024
2.1.358 2,183 3/3/2024
2.1.357 228 3/2/2024
2.1.356 148 3/2/2024
2.1.355 1,925 3/2/2024
2.1.354 151 3/2/2024
2.1.353 14,169 2/25/2024
2.1.352 1,246 2/25/2024
2.1.351 142 2/25/2024
2.1.350 461 2/25/2024
2.1.349 1,866 2/25/2024
2.1.348 1,734 2/23/2024
2.1.347 557 2/23/2024
2.1.346 3,751 2/22/2024
2.1.345 140 2/22/2024
2.1.344 806 2/22/2024
2.1.343 217 2/22/2024
2.1.342 148 2/22/2024
2.1.341 2,211 2/21/2024
2.1.340 146 2/21/2024
2.1.339 1,988 2/21/2024
2.1.338 151 2/21/2024
2.1.337 142 2/21/2024
2.1.336 152 2/21/2024
2.1.335 1,940 2/21/2024
2.1.334 740 2/21/2024
2.1.333 137 2/21/2024
2.1.332 132 2/21/2024
2.1.331 1,751 2/21/2024
2.1.330 1,951 2/21/2024
2.1.329 135 2/21/2024
2.1.328 138 2/21/2024
2.1.327 152 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,010 2/20/2024
2.1.321 140 2/20/2024
2.1.320 138 2/20/2024
2.1.319 912 2/20/2024
2.1.318 321 2/19/2024
2.1.317 3,330 2/19/2024
2.1.316 140 2/19/2024
2.1.315 2,253 2/19/2024
2.1.314 2,500 2/17/2024
2.1.313 140 2/17/2024
2.1.312 1,460 2/17/2024
2.1.311 137 2/17/2024
2.1.310 316 2/17/2024
2.1.309 874 2/16/2024
2.1.308 137 2/16/2024
2.1.307 126 2/16/2024
2.1.306 179 2/16/2024
2.1.305 134 2/16/2024
2.1.304 2,111 2/16/2024
2.1.303 139 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 271 2/16/2024
2.1.298 146 2/16/2024
2.1.297 1,314 2/16/2024
2.1.296 136 2/16/2024
2.1.295 3,671 2/14/2024
2.1.294 1,554 2/13/2024
2.1.293 136 2/13/2024
2.1.292 1,466 2/13/2024
2.1.291 1,756 2/13/2024
2.1.290 987 2/13/2024
2.1.289 138 2/13/2024
2.1.288 1,922 2/13/2024
2.1.287 1,212 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,841 2/11/2024
2.1.282 2,101 2/11/2024
2.1.281 147 2/11/2024
2.1.280 1,987 2/11/2024
2.1.279 1,366 2/11/2024
2.1.278 3,589 2/10/2024
2.1.277 372 2/10/2024
2.1.276 141 2/10/2024
2.1.275 1,185 2/9/2024
2.1.274 2,977 2/9/2024
2.1.273 142 2/9/2024
2.1.272 2,337 2/9/2024
2.1.271 669 2/9/2024
2.1.270 164 2/8/2024
2.1.269 139 2/8/2024
2.1.268 3,335 2/8/2024
2.1.267 147 2/8/2024
2.1.266 606 2/8/2024
2.1.265 7,770 2/8/2024
2.1.264 1,436 2/8/2024
2.1.263 151 2/8/2024
2.1.262 4,171 2/7/2024
2.1.261 149 2/7/2024
2.1.260 893 2/7/2024
2.1.259 2,015 2/7/2024
2.1.258 624 2/7/2024
2.1.257 152 2/7/2024
2.1.256 152 2/7/2024
2.1.255 258 2/7/2024
2.1.254 141 2/7/2024
2.1.253 138 2/7/2024
2.1.252 651 2/6/2024
2.1.251 141 2/6/2024
2.1.250 1,013 2/6/2024
2.1.249 146 2/6/2024
2.1.248 152 2/6/2024
2.1.247 157 2/6/2024
2.1.246 6,257 2/5/2024
2.1.245 237 2/5/2024
2.1.244 1,622 2/4/2024
2.1.243 1,886 2/4/2024
2.1.242 703 2/4/2024
2.1.241 3,375 2/2/2024
2.1.240 140 2/2/2024
2.1.239 4,417 1/31/2024
2.1.238 144 1/31/2024
2.1.237 4,579 1/29/2024
2.1.236 130 1/29/2024
2.1.235 2,040 1/29/2024
2.1.234 133 1/29/2024
2.1.233 1,062 1/29/2024
2.1.232 133 1/29/2024
2.1.231 1,725 1/28/2024
2.1.230 1,949 1/28/2024
2.1.229 143 1/28/2024
2.1.228 1,259 1/28/2024
2.1.227 1,982 1/28/2024
2.1.226 140 1/28/2024
2.1.225 2,030 1/28/2024
2.1.224 135 1/28/2024
2.1.223 467 1/28/2024
2.1.222 1,840 1/27/2024
2.1.221 141 1/27/2024
2.1.220 399 1/27/2024
2.1.219 3,226 1/27/2024
2.1.218 996 1/27/2024
2.1.217 135 1/27/2024
2.1.216 664 1/27/2024
2.1.215 134 1/27/2024
2.1.214 4,001 1/27/2024
2.1.213 1,948 1/27/2024
2.1.212 142 1/27/2024
2.1.211 1,163 1/26/2024
2.1.210 135 1/26/2024
2.1.209 1,109 1/26/2024
2.1.208 134 1/26/2024
2.1.207 829 1/26/2024
2.1.206 507 1/26/2024
2.1.205 3,302 1/26/2024
2.1.204 129 1/26/2024
2.1.203 2,104 1/26/2024
2.1.202 133 1/26/2024
2.1.201 2,485 1/25/2024
2.1.200 122 1/25/2024
2.1.199 1,882 1/25/2024
2.1.198 301 1/25/2024
2.1.197 139 1/25/2024
2.1.196 4,664 1/25/2024
2.1.195 131 1/25/2024
2.1.194 4,742 1/19/2024
2.1.193 139 1/19/2024
2.1.192 4,065 1/16/2024
2.1.191 1,779 1/15/2024
2.1.190 148 1/15/2024
2.1.189 366 1/15/2024
2.1.188 143 1/15/2024
2.1.187 139 1/15/2024
2.1.186 2,188 1/15/2024
2.1.185 156 1/15/2024
2.1.184 1,955 1/15/2024
2.1.183 146 1/15/2024
2.1.182 142 1/15/2024
2.1.181 3,637 1/15/2024
2.1.180 154 1/15/2024
2.1.179 3,484 1/14/2024
2.1.178 156 1/14/2024
2.1.177 4,692 1/13/2024
2.1.176 165 1/13/2024
2.1.175 3,335 1/12/2024
2.1.174 140 1/12/2024
2.1.173 3,920 1/11/2024
2.1.172 550 1/11/2024
2.1.171 4,949 1/7/2024
2.1.170 157 1/7/2024
2.1.169 1,267 1/7/2024
2.1.168 3,136 1/5/2024
2.1.167 1,573 1/5/2024
2.1.166 146 1/5/2024
2.1.165 129 1/5/2024
2.1.164 141 1/5/2024
2.1.163 1,847 1/5/2024
2.1.162 143 1/5/2024
2.1.161 146 1/5/2024
2.1.160 145 1/5/2024
2.1.159 5,297 1/3/2024
2.1.158 2,942 1/1/2024
2.1.157 165 1/1/2024
2.1.156 1,609 1/1/2024
2.1.155 2,410 12/28/2023
2.1.154 744 12/28/2023
2.1.153 175 12/28/2023
2.1.152 250 12/28/2023
2.1.151 158 12/28/2023
2.1.150 172 12/28/2023
2.1.149 2,940 12/28/2023
2.1.148 165 12/28/2023
2.1.147 878 12/28/2023
2.1.146 161 12/28/2023
2.1.145 159 12/28/2023
2.1.144 847 12/27/2023
2.1.143 167 12/27/2023
2.1.142 2,321 12/27/2023
2.1.141 175 12/27/2023
2.1.140 4,679 12/25/2023
2.1.139 164 12/25/2023
2.1.138 1,666 12/25/2023
2.1.137 2,213 12/25/2023
2.1.136 152 12/25/2023
2.1.135 148 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,066 12/24/2023
2.1.128 1,588 12/24/2023
2.1.127 540 12/24/2023
2.1.126 2,214 12/23/2023
2.1.125 1,564 12/23/2023
2.1.124 649 12/23/2023
2.1.123 157 12/23/2023
2.1.122 147 12/23/2023
2.1.121 375 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,516 12/23/2023
2.1.114 160 12/23/2023
2.1.113 6,918 12/19/2023
2.1.112 137 12/19/2023
2.1.111 892 12/19/2023
2.1.110 148 12/19/2023
2.1.109 1,508 12/19/2023
2.1.108 378 12/18/2023
2.1.107 2,571 12/13/2023
2.1.106 964 12/12/2023
2.1.105 1,146 12/11/2023
2.1.104 1,320 12/11/2023
2.1.103 368 12/11/2023
2.1.102 514 12/11/2023
2.1.101 310 12/10/2023
2.1.100 140 12/10/2023
2.1.99 169 12/10/2023
2.1.98 178 12/10/2023
2.1.97 4,728 12/10/2023
2.1.96 3,306 12/10/2023
2.1.95 1,050 12/9/2023
2.1.94 1,065 12/9/2023
2.1.93 1,595 12/9/2023
2.1.92 181 12/9/2023
2.1.91 173 12/9/2023
2.1.90 146 12/9/2023
2.1.89 152 12/9/2023
2.1.88 1,289 12/9/2023
2.1.87 156 12/9/2023
2.1.86 3,445 12/9/2023
2.1.85 162 12/9/2023
2.1.84 5,225 12/6/2023
2.1.83 675 12/6/2023
2.1.82 978 12/6/2023
2.1.81 158 12/6/2023
2.1.80 2,291 12/6/2023
2.1.79 676 12/5/2023
2.1.78 1,253 12/5/2023
2.1.77 739 12/5/2023
2.1.76 1,260 12/5/2023
2.1.75 1,399 12/5/2023
2.1.74 384 12/5/2023
2.1.73 257 12/4/2023
2.1.72 171 12/4/2023
2.1.71 151 12/4/2023
2.1.70 3,751 12/4/2023
2.1.69 171 12/4/2023
2.1.68 857 12/4/2023
2.1.67 165 12/4/2023
2.1.66 3,955 12/4/2023
2.1.65 2,275 11/27/2023
2.1.64 601 11/27/2023
2.1.63 2,513 11/23/2023
2.1.62 153 11/23/2023
2.1.61 631 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 161 11/23/2023
2.1.56 162 11/23/2023
2.1.55 150 11/23/2023
2.1.54 1,578 11/23/2023
2.1.53 165 11/23/2023
2.1.52 4,321 11/20/2023
2.1.51 155 11/20/2023
2.1.50 2,751 11/20/2023
2.1.49 151 11/20/2023
2.1.48 151 11/20/2023
2.1.47 1,979 11/20/2023
2.1.46 2,171 11/19/2023
2.1.45 143 11/19/2023
2.1.44 1,855 11/19/2023
2.1.43 290 11/19/2023
2.1.42 144 11/19/2023
2.1.41 154 11/19/2023
2.1.40 157 11/19/2023
2.1.39 3,393 11/19/2023
2.1.38 135 11/19/2023
2.1.37 3,660 11/18/2023
2.1.36 148 11/18/2023
2.1.35 164 11/18/2023
2.1.34 2,935 11/18/2023
2.1.33 157 11/18/2023
2.1.32 160 11/18/2023
2.1.31 535 11/18/2023
2.1.30 149 11/18/2023
2.1.29 137 11/18/2023
2.1.28 153 11/18/2023
2.1.27 1,418 11/17/2023
2.1.26 140 11/17/2023
2.1.25 1,701 11/17/2023
2.1.24 151 11/17/2023
2.1.23 159 11/17/2023
2.1.22 322 11/17/2023
2.1.21 153 11/17/2023
2.1.20 156 11/17/2023
2.1.19 3,218 11/17/2023
2.1.18 150 11/17/2023
2.1.17 1,369 11/17/2023
2.1.16 163 11/17/2023
2.1.15 1,345 11/17/2023
2.1.14 155 11/17/2023
2.1.13 148 11/17/2023
2.1.12 875 11/17/2023
2.1.11 149 11/17/2023
2.1.10 123 11/17/2023
2.1.9 2,547 11/17/2023
2.1.8 563 11/17/2023
2.1.7 151 11/17/2023
2.1.6 1,152 11/16/2023
2.1.5 153 11/16/2023
2.0.196 2,312 11/15/2023
2.0.195 156 11/15/2023
2.0.194 153 11/15/2023
2.0.193 163 11/15/2023
2.0.4 141 11/16/2023
2.0.3 143 11/16/2023
2.0.2 150 11/16/2023
2.0.1 150 11/16/2023
1.0.192 1,754 11/14/2023
1.0.191 156 11/14/2023
1.0.190 4,681 11/13/2023
1.0.189 150 11/13/2023
1.0.188 1,131 11/10/2023
1.0.187 131 11/10/2023
1.0.186 120 11/10/2023
1.0.185 2,344 11/9/2023
1.0.184 153 11/9/2023
1.0.183 134 11/9/2023
1.0.182 157 11/9/2023
1.0.181 3,921 11/8/2023
1.0.180 1,394 11/7/2023
1.0.179 159 11/7/2023
1.0.178 2,169 11/6/2023
1.0.177 137 11/6/2023
1.0.176 166 11/6/2023
1.0.175 2,079 11/3/2023
1.0.174 143 11/3/2023
1.0.173 161 11/3/2023
1.0.172 2,578 11/2/2023
1.0.171 157 11/2/2023
1.0.170 164 11/2/2023
1.0.169 1,938 11/1/2023
1.0.168 152 11/1/2023
1.0.167 7,916 10/27/2023
1.0.166 1,996 10/26/2023
1.0.165 3,908 10/20/2023
1.0.164 2,352 10/19/2023
1.0.163 144 10/19/2023
1.0.162 1,840 10/18/2023
1.0.161 172 10/18/2023
1.0.160 162 10/18/2023
1.0.159 2,252 10/17/2023
1.0.158 167 10/17/2023
1.0.157 178 10/17/2023
1.0.156 3,050 10/16/2023
1.0.155 172 10/16/2023
1.0.154 174 10/16/2023
1.0.153 3,055 10/13/2023
1.0.152 180 10/13/2023
1.0.151 167 10/13/2023
1.0.150 1,966 10/12/2023
1.0.149 6,549 9/20/2023
1.0.148 1,633 9/19/2023
1.0.147 160 9/19/2023
1.0.146 165 9/19/2023
1.0.145 4,343 9/18/2023
1.0.144 178 9/18/2023
1.0.143 154 9/18/2023
1.0.142 2,255 9/15/2023
1.0.141 2,223 9/14/2023
1.0.140 3,799 9/1/2023
1.0.139 2,801 8/31/2023
1.0.138 177 8/31/2023
1.0.137 2,095 8/30/2023
1.0.136 203 8/30/2023
1.0.135 196 8/30/2023
1.0.134 1,756 8/29/2023
1.0.133 203 8/29/2023
1.0.132 3,920 8/28/2023
1.0.131 192 8/28/2023
1.0.130 2,579 8/25/2023
1.0.129 212 8/25/2023
1.0.128 179 8/25/2023
1.0.127 3,586 8/24/2023
1.0.126 209 8/24/2023
1.0.125 3,825 8/22/2023
1.0.124 1,780 8/21/2023
1.0.123 201 8/21/2023
1.0.122 1,981 8/18/2023
1.0.121 189 8/18/2023
1.0.120 181 8/18/2023
1.0.119 2,697 8/17/2023
1.0.118 169 8/17/2023
1.0.117 199 8/17/2023
1.0.116 165 8/17/2023
1.0.115 7,799 8/11/2023
1.0.114 2,413 8/10/2023
1.0.113 195 8/10/2023
1.0.112 3,246 8/9/2023
1.0.111 220 8/9/2023
1.0.110 1,495 8/8/2023
1.0.109 233 8/8/2023
1.0.108 206 8/8/2023
1.0.107 3,777 8/7/2023
1.0.106 216 8/7/2023
1.0.105 201 8/7/2023
1.0.104 219 8/7/2023
1.0.103 7,370 7/14/2023
1.0.102 2,488 7/13/2023
1.0.101 2,473 7/12/2023
1.0.100 2,266 7/11/2023
1.0.99 216 7/11/2023
1.0.98 3,133 7/10/2023
1.0.97 227 7/10/2023
1.0.96 212 7/10/2023
1.0.95 2,690 7/7/2023
1.0.94 222 7/7/2023
1.0.93 223 7/7/2023
1.0.92 6,360 7/3/2023
1.0.91 2,769 6/30/2023
1.0.90 2,815 6/29/2023
1.0.89 233 6/29/2023
1.0.88 223 6/29/2023
1.0.87 2,394 6/28/2023
1.0.86 222 6/28/2023
1.0.85 228 6/28/2023
1.0.84 4,673 6/27/2023
1.0.83 214 6/27/2023
1.0.82 3,385 6/26/2023
1.0.81 225 6/26/2023
1.0.80 4,369 6/23/2023
1.0.79 3,075 6/22/2023
1.0.78 2,375 6/21/2023
1.0.77 3,833 6/19/2023
1.0.76 3,589 6/15/2023
1.0.75 214 6/15/2023
1.0.74 2,141 6/14/2023
1.0.73 6,365 6/12/2023
1.0.72 2,151 6/9/2023
1.0.71 233 6/9/2023
1.0.70 3,588 6/8/2023
1.0.69 218 6/8/2023
1.0.68 216 6/8/2023
1.0.67 4,588 6/7/2023
1.0.66 238 6/7/2023
1.0.65 220 6/7/2023
1.0.64 218 6/7/2023
1.0.63 2,661 6/6/2023
1.0.62 239 6/6/2023
1.0.61 232 6/6/2023
1.0.60 20,698 5/30/2023
1.0.59 230 5/30/2023
1.0.58 233 5/30/2023
1.0.57 4,841 5/29/2023
1.0.56 224 5/29/2023
1.0.55 238 5/29/2023
1.0.54 4,015 5/26/2023
1.0.53 233 5/26/2023
1.0.52 251 5/26/2023
1.0.51 6,458 5/25/2023
1.0.50 226 5/25/2023
1.0.49 227 5/25/2023
1.0.48 2,901 5/24/2023
1.0.46 234 5/24/2023
1.0.45 233 5/24/2023
1.0.43 3,623 5/23/2023
1.0.42 5,618 5/22/2023
1.0.41 245 5/22/2023
1.0.40 5,638 5/18/2023
1.0.39 3,773 5/17/2023
1.0.38 211 5/17/2023
1.0.37 290 5/17/2023
1.0.36 10,759 4/25/2023
1.0.35 1,375 4/24/2023
1.0.34 1,972 4/21/2023
1.0.33 267 4/21/2023
1.0.32 1,787 4/20/2023
1.0.31 2,402 4/19/2023
1.0.30 1,101 4/18/2023
1.0.29 1,732 4/17/2023
1.0.28 1,270 4/14/2023
1.0.27 1,261 4/13/2023
1.0.26 1,281 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 249 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 294 4/3/2023
1.0.16 273 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 272 4/3/2023
1.0.11 2,125 3/23/2023
1.0.10 609 3/13/2023
1.0.9 371 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 435 2/12/2023