Soenneker.Utils.MemoryStream 3.0.1257

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.1257
                    
NuGet\Install-Package Soenneker.Utils.MemoryStream -Version 3.0.1257
                    
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.1257" />
                    
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.1257" />
                    
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.1257
                    
#r "nuget: Soenneker.Utils.MemoryStream, 3.0.1257"
                    
#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.1257
                    
#: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.1257
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Utils.MemoryStream&version=3.0.1257
                    
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,068 7/9/2025
3.0.1262 798 7/8/2025
3.0.1261 4,124 7/2/2025
3.0.1260 1,153 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 95 6/27/2025
3.0.1255 65 6/27/2025
3.0.1254 601 6/27/2025
3.0.1253 2,988 6/24/2025
3.0.1252 3,028 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,866 5/27/2025
3.0.1247 140 5/27/2025
3.0.1246 500 5/27/2025
3.0.1245 148 5/27/2025
3.0.1244 275 5/27/2025
3.0.1243 2,811 5/25/2025
3.0.1242 1,699 5/23/2025
3.0.1241 455 5/23/2025
3.0.1240 131 5/23/2025
3.0.1239 883 5/22/2025
3.0.1238 144 5/22/2025
3.0.1237 531 5/22/2025
3.0.1236 3,723 5/14/2025
3.0.1235 336 5/13/2025
3.0.1234 2,754 5/8/2025
3.0.1233 597 5/8/2025
3.0.1232 147 5/8/2025
3.0.1231 664 5/7/2025
3.0.1230 151 5/7/2025
3.0.1229 318 5/7/2025
3.0.1228 2,709 5/5/2025
3.0.1227 1,087 5/5/2025
3.0.1226 438 5/5/2025
3.0.1225 147 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,936 4/27/2025
3.0.1219 831 4/26/2025
3.0.1218 2,042 4/9/2025
3.0.1217 755 4/9/2025
3.0.1216 174 4/9/2025
3.0.1215 699 4/8/2025
3.0.1214 274 4/8/2025
3.0.1213 961 4/8/2025
3.0.1212 680 4/8/2025
3.0.1211 534 4/8/2025
3.0.1210 1,042 4/8/2025
3.0.1209 2,156 4/8/2025
3.0.1208 958 4/8/2025
3.0.1207 2,070 4/7/2025
3.0.1206 1,421 4/7/2025
3.0.1205 2,538 4/7/2025
3.0.1204 844 4/7/2025
3.0.1203 459 4/7/2025
3.0.1202 887 4/6/2025
3.0.1201 165 4/6/2025
3.0.1200 328 4/6/2025
3.0.1199 533 4/6/2025
3.0.1198 140 4/6/2025
3.0.1197 763 4/6/2025
3.0.1196 121 4/6/2025
3.0.1195 710 4/6/2025
3.0.1194 104 4/6/2025
3.0.1193 106 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,000 4/1/2025
3.0.1185 619 4/1/2025
3.0.1184 2,754 3/31/2025
3.0.1183 1,266 3/31/2025
3.0.1182 1,967 3/29/2025
3.0.1181 434 3/29/2025
3.0.1180 3,175 3/25/2025
3.0.1179 2,742 3/21/2025
3.0.1178 4,333 3/15/2025
3.0.1177 2,402 3/12/2025
3.0.1176 707 3/11/2025
3.0.1175 637 3/11/2025
3.0.1174 575 3/11/2025
3.0.1173 1,011 3/11/2025
3.0.1172 176 3/11/2025
3.0.1171 1,437 3/11/2025
3.0.1170 171 3/11/2025
3.0.1169 5,749 3/2/2025
3.0.1168 299 3/2/2025
3.0.1167 1,161 3/1/2025
3.0.1166 684 3/1/2025
3.0.1165 643 3/1/2025
3.0.1164 223 3/1/2025
3.0.1163 117 3/1/2025
3.0.1162 1,024 3/1/2025
3.0.1161 107 3/1/2025
3.0.1160 414 3/1/2025
3.0.1159 98 3/1/2025
3.0.1158 701 3/1/2025
3.0.1157 103 3/1/2025
3.0.1156 3,355 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,309 2/23/2025
3.0.1150 3,688 2/22/2025
3.0.1149 130 2/22/2025
3.0.1148 886 2/22/2025
3.0.1147 829 2/21/2025
3.0.1146 1,567 2/21/2025
3.0.1145 2,890 2/19/2025
3.0.1144 1,103 2/18/2025
3.0.1143 1,132 2/18/2025
3.0.1142 1,151 2/18/2025
3.0.1141 114 2/18/2025
3.0.1140 2,711 2/14/2025
3.0.1139 970 2/13/2025
3.0.1138 2,224 2/12/2025
3.0.1137 488 2/12/2025
3.0.1136 369 2/12/2025
3.0.1135 249 2/11/2025
3.0.1134 121 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,670 2/11/2025
3.0.1129 129 2/11/2025
3.0.1128 1,081 2/11/2025
3.0.1127 569 2/11/2025
3.0.1126 121 2/11/2025
3.0.1125 1,174 2/10/2025
3.0.1124 355 2/10/2025
3.0.1123 393 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 693 2/9/2025
3.0.1118 766 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 491 2/7/2025
3.0.1108 240 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 267 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,860 1/28/2025
3.0.1096 1,062 1/28/2025
3.0.1095 4,731 1/27/2025
3.0.1094 103 1/27/2025
3.0.1093 2,243 1/27/2025
3.0.1092 5,728 1/26/2025
3.0.1091 169 1/26/2025
3.0.1090 1,708 1/25/2025
3.0.1089 108 1/25/2025
3.0.1088 1,444 1/25/2025
3.0.1087 2,038 1/25/2025
3.0.1086 478 1/25/2025
3.0.1085 5,631 1/24/2025
3.0.1084 5,486 1/24/2025
3.0.1083 2,481 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 649 1/23/2025
3.0.1076 5,505 1/21/2025
3.0.1075 1,205 1/21/2025
3.0.1074 1,247 1/21/2025
3.0.1073 638 1/21/2025
3.0.1072 1,581 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 212 1/20/2025
3.0.1067 217 1/20/2025
3.0.1066 106 1/20/2025
3.0.1065 426 1/20/2025
3.0.1064 2,839 1/20/2025
3.0.1063 107 1/20/2025
3.0.1062 3,159 1/20/2025
3.0.1061 104 1/20/2025
3.0.1060 1,126 1/20/2025
3.0.1059 6,842 1/19/2025
3.0.1058 858 1/19/2025
3.0.1057 231 1/19/2025
3.0.1056 246 1/18/2025
3.0.1055 935 1/18/2025
3.0.1054 215 1/18/2025
3.0.1053 3,075 1/18/2025
3.0.1052 662 1/17/2025
3.0.1051 591 1/17/2025
3.0.1050 792 1/17/2025
3.0.1049 382 1/17/2025
3.0.1048 199 1/16/2025
3.0.1047 12,134 1/16/2025
3.0.1046 1,592 1/16/2025
3.0.1045 2,214 1/16/2025
3.0.1044 2,064 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 963 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,706 1/10/2025
3.0.1017 251 1/10/2025
3.0.1016 107 1/10/2025
3.0.1015 1,636 1/10/2025
3.0.1014 103 1/10/2025
3.0.1013 4,589 1/8/2025
3.0.1012 2,099 1/3/2025
3.0.1011 1,058 1/3/2025
3.0.1010 2,495 1/2/2025
3.0.1009 123 1/2/2025
3.0.1008 136 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 720 1/1/2025
3.0.1003 221 1/1/2025
3.0.1002 215 1/1/2025
3.0.1001 233 1/1/2025
3.0.1000 122 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 284 12/31/2024
3.0.991 481 12/31/2024
3.0.990 3,620 12/31/2024
3.0.989 108 12/31/2024
3.0.988 116 12/31/2024
3.0.987 111 12/31/2024
3.0.986 2,724 12/31/2024
3.0.985 6,738 12/28/2024
3.0.984 1,608 12/27/2024
3.0.983 6,495 12/24/2024
3.0.982 363 12/24/2024
3.0.981 347 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 193 12/24/2024
3.0.975 420 12/23/2024
3.0.974 437 12/23/2024
3.0.973 188 12/23/2024
3.0.972 357 12/23/2024
3.0.971 350 12/23/2024
3.0.970 504 12/22/2024
3.0.969 9,030 12/22/2024
3.0.968 5,426 12/22/2024
3.0.967 1,082 12/22/2024
3.0.966 107 12/22/2024
3.0.965 4,693 12/22/2024
3.0.964 109 12/22/2024
3.0.963 540 12/21/2024
3.0.962 112 12/21/2024
3.0.961 112 12/21/2024
3.0.960 1,566 12/21/2024
3.0.959 111 12/21/2024
3.0.958 2,687 12/21/2024
3.0.957 1,616 12/21/2024
3.0.956 112 12/21/2024
3.0.955 1,253 12/21/2024
3.0.954 1,787 12/21/2024
3.0.953 117 12/21/2024
3.0.952 250 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,357 12/20/2024
3.0.943 181 12/19/2024
3.0.942 110 12/19/2024
3.0.941 110 12/19/2024
3.0.939 6,575 12/17/2024
3.0.937 279 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 142 12/16/2024
3.0.931 115 12/16/2024
3.0.930 910 12/16/2024
3.0.929 5,111 12/10/2024
3.0.928 113 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 405 12/9/2024
3.0.922 115 12/9/2024
3.0.921 5,836 12/6/2024
3.0.920 111 12/6/2024
3.0.919 760 12/6/2024
3.0.918 2,072 12/6/2024
3.0.917 2,621 12/6/2024
3.0.916 1,093 12/6/2024
3.0.914 1,928 12/6/2024
3.0.913 116 12/6/2024
3.0.912 119 12/6/2024
3.0.911 4,709 12/5/2024
3.0.910 119 12/5/2024
3.0.909 226 12/5/2024
3.0.908 122 12/5/2024
3.0.907 3,740 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 909 12/5/2024
3.0.902 123 12/5/2024
3.0.901 2,437 12/4/2024
3.0.900 116 12/4/2024
3.0.899 115 12/4/2024
3.0.898 1,798 12/4/2024
3.0.897 119 12/4/2024
3.0.896 123 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 854 12/4/2024
3.0.891 1,925 12/4/2024
3.0.890 2,209 12/3/2024
3.0.889 119 12/3/2024
3.0.888 113 12/3/2024
3.0.887 1,010 12/3/2024
3.0.886 122 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,369 12/2/2024
3.0.876 804 12/2/2024
3.0.875 113 12/2/2024
3.0.874 2,729 12/2/2024
3.0.873 112 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,555 12/1/2024
3.0.868 129 12/1/2024
3.0.867 114 12/1/2024
3.0.866 4,013 12/1/2024
3.0.865 756 12/1/2024
3.0.864 2,754 11/29/2024
3.0.863 358 11/29/2024
3.0.862 4,340 11/20/2024
3.0.861 117 11/20/2024
3.0.860 3,875 11/20/2024
3.0.859 292 11/20/2024
3.0.858 127 11/20/2024
3.0.857 124 11/20/2024
3.0.856 368 11/20/2024
3.0.855 308 11/20/2024
3.0.854 368 11/20/2024
3.0.853 364 11/19/2024
3.0.852 118 11/19/2024
3.0.851 113 11/19/2024
3.0.850 774 11/19/2024
3.0.849 108 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,272 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 117 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 123 11/14/2024
2.1.826 1,940 11/13/2024
2.1.825 8,969 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 125 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,290 11/9/2024
2.1.813 739 11/8/2024
2.1.812 111 11/8/2024
2.1.811 1,130 11/8/2024
2.1.810 115 11/8/2024
2.1.809 158 11/8/2024
2.1.808 115 11/8/2024
2.1.807 269 11/8/2024
2.1.806 3,109 11/8/2024
2.1.805 115 11/8/2024
2.1.804 3,539 11/8/2024
2.1.803 119 11/8/2024
2.1.802 11,472 11/1/2024
2.1.801 602 10/31/2024
2.1.800 4,542 10/29/2024
2.1.799 396 10/29/2024
2.1.798 903 10/29/2024
2.1.797 155 10/29/2024
2.1.796 1,654 10/29/2024
2.1.795 107 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 919 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 484 10/14/2024
2.1.779 118 10/14/2024
2.1.778 5,307 10/11/2024
2.1.777 2,000 10/11/2024
2.1.776 117 10/11/2024
2.1.775 1,569 10/11/2024
2.1.774 5,692 10/9/2024
2.1.773 1,768 10/9/2024
2.1.772 469 10/8/2024
2.1.771 122 10/8/2024
2.1.770 1,531 10/8/2024
2.1.769 127 10/8/2024
2.1.768 4,378 10/8/2024
2.1.767 426 10/8/2024
2.1.766 7,507 10/3/2024
2.1.765 113 10/3/2024
2.1.764 1,591 10/3/2024
2.1.763 629 10/3/2024
2.1.762 118 10/3/2024
2.1.761 6,058 10/2/2024
2.1.760 481 10/2/2024
2.1.759 1,697 10/2/2024
2.1.758 132 10/2/2024
2.1.757 3,773 10/1/2024
2.1.756 3,869 10/1/2024
2.1.755 111 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,910 9/29/2024
2.1.748 1,771 9/29/2024
2.1.747 109 9/29/2024
2.1.746 512 9/29/2024
2.1.745 1,105 9/29/2024
2.1.744 116 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 559 9/27/2024
2.1.737 140 9/27/2024
2.1.736 112 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,985 9/26/2024
2.1.731 158 9/26/2024
2.1.730 1,422 9/26/2024
2.1.729 2,152 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,097 9/23/2024
2.1.719 124 9/23/2024
2.1.718 766 9/23/2024
2.1.717 124 9/23/2024
2.1.716 120 9/23/2024
2.1.715 889 9/23/2024
2.1.714 115 9/23/2024
2.1.713 122 9/23/2024
2.1.712 2,779 9/23/2024
2.1.711 115 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 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,920 9/17/2024
2.1.697 10,139 9/16/2024
2.1.696 126 9/16/2024
2.1.695 4,171 9/12/2024
2.1.694 132 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,307 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 440 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 157 9/9/2024
2.1.674 559 9/9/2024
2.1.673 3,653 9/9/2024
2.1.672 125 9/9/2024
2.1.671 256 9/9/2024
2.1.670 127 9/9/2024
2.1.669 119 9/9/2024
2.1.668 10,600 9/7/2024
2.1.667 1,837 9/6/2024
2.1.666 4,723 9/6/2024
2.1.665 130 9/6/2024
2.1.664 1,865 9/5/2024
2.1.663 1,120 9/5/2024
2.1.662 110 9/5/2024
2.1.661 124 9/5/2024
2.1.660 2,115 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,505 9/5/2024
2.1.652 137 9/5/2024
2.1.651 3,604 9/4/2024
2.1.650 3,820 9/4/2024
2.1.649 4,128 9/3/2024
2.1.648 133 9/3/2024
2.1.647 3,045 9/3/2024
2.1.646 118 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,734 8/29/2024
2.1.641 117 8/29/2024
2.1.640 4,571 8/26/2024
2.1.639 1,150 8/26/2024
2.1.638 4,236 8/21/2024
2.1.637 252 8/21/2024
2.1.636 1,501 8/21/2024
2.1.635 148 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 136 8/20/2024
2.1.628 115 8/20/2024
2.1.627 135 8/20/2024
2.1.626 2,401 8/20/2024
2.1.625 135 8/20/2024
2.1.624 4,402 8/20/2024
2.1.623 2,191 8/19/2024
2.1.622 4,771 8/15/2024
2.1.621 674 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 345 8/1/2024
2.1.610 303 8/1/2024
2.1.609 6,669 7/25/2024
2.1.608 283 7/25/2024
2.1.607 514 7/25/2024
2.1.606 123 7/25/2024
2.1.605 698 7/25/2024
2.1.604 101 7/25/2024
2.1.603 173 7/24/2024
2.1.602 414 7/24/2024
2.1.601 240 7/24/2024
2.1.600 1,060 7/24/2024
2.1.599 2,512 7/24/2024
2.1.598 1,854 7/20/2024
2.1.597 4,068 7/20/2024
2.1.596 5,721 7/14/2024
2.1.595 114 7/14/2024
2.1.594 2,905 7/14/2024
2.1.593 103 7/14/2024
2.1.592 479 7/14/2024
2.1.591 3,889 7/10/2024
2.1.590 286 7/10/2024
2.1.589 642 7/10/2024
2.1.588 108 7/10/2024
2.1.587 2,131 7/10/2024
2.1.586 92 7/10/2024
2.1.585 88 7/10/2024
2.1.584 86 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 108 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,784 7/9/2024
2.1.564 110 7/9/2024
2.1.563 117 7/9/2024
2.1.562 4,894 7/9/2024
2.1.561 105 7/9/2024
2.1.560 109 7/9/2024
2.1.559 1,430 7/9/2024
2.1.558 394 7/9/2024
2.1.557 129 7/9/2024
2.1.556 2,659 7/8/2024
2.1.555 110 7/8/2024
2.1.554 107 7/8/2024
2.1.553 534 7/8/2024
2.1.552 107 7/8/2024
2.1.551 98 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,578 7/7/2024
2.1.537 5,955 7/4/2024
2.1.536 981 7/3/2024
2.1.535 1,705 7/3/2024
2.1.534 2,073 7/3/2024
2.1.533 114 7/3/2024
2.1.532 683 7/3/2024
2.1.531 2,561 7/3/2024
2.1.530 687 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,144 6/15/2024
2.1.524 115 6/15/2024
2.1.523 2,140 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 127 5/31/2024
2.1.510 3,894 5/29/2024
2.1.509 117 5/29/2024
2.1.508 4,671 5/28/2024
2.1.507 103 5/28/2024
2.1.506 2,747 5/27/2024
2.1.505 101 5/27/2024
2.1.504 101 5/27/2024
2.1.503 1,271 5/27/2024
2.1.502 3,270 5/26/2024
2.1.501 103 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,269 5/25/2024
2.1.494 115 5/25/2024
2.1.493 112 5/25/2024
2.1.492 113 5/25/2024
2.1.491 1,934 5/25/2024
2.1.490 113 5/25/2024
2.1.489 115 5/25/2024
2.1.488 1,130 5/25/2024
2.1.487 100 5/25/2024
2.1.486 117 5/25/2024
2.1.485 1,001 5/25/2024
2.1.484 114 5/25/2024
2.1.483 111 5/25/2024
2.1.482 6,238 5/23/2024
2.1.481 488 5/23/2024
2.1.480 1,675 5/23/2024
2.1.479 114 5/23/2024
2.1.478 1,268 5/23/2024
2.1.477 105 5/23/2024
2.1.476 118 5/22/2024
2.1.475 115 5/22/2024
2.1.474 112 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,028 5/22/2024
2.1.467 3,597 5/18/2024
2.1.466 159 5/18/2024
2.1.465 1,021 5/17/2024
2.1.464 131 5/17/2024
2.1.463 1,738 5/17/2024
2.1.462 136 5/17/2024
2.1.461 141 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,272 5/3/2024
2.1.451 2,956 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,623 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,451 4/12/2024
2.1.423 1,830 4/12/2024
2.1.422 1,513 4/12/2024
2.1.421 125 4/12/2024
2.1.420 1,984 4/12/2024
2.1.419 144 4/12/2024
2.1.418 724 4/12/2024
2.1.417 618 4/11/2024
2.1.416 8,990 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,712 3/29/2024
2.1.407 1,233 3/29/2024
2.1.406 3,075 3/25/2024
2.1.405 147 3/25/2024
2.1.404 833 3/25/2024
2.1.403 1,468 3/25/2024
2.1.402 3,739 3/20/2024
2.1.401 142 3/20/2024
2.1.400 3,703 3/19/2024
2.1.399 149 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,159 3/15/2024
2.1.392 143 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,794 3/12/2024
2.1.378 141 3/12/2024
2.1.377 4,043 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,407 3/10/2024
2.1.371 3,299 3/8/2024
2.1.370 153 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,054 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,314 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,926 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,989 2/21/2024
2.1.338 151 2/21/2024
2.1.337 143 2/21/2024
2.1.336 152 2/21/2024
2.1.335 1,940 2/21/2024
2.1.334 741 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,952 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,567 2/20/2024
2.1.325 137 2/20/2024
2.1.324 2,166 2/20/2024
2.1.323 146 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 875 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,112 2/16/2024
2.1.303 140 2/16/2024
2.1.302 2,676 2/16/2024
2.1.301 141 2/16/2024
2.1.300 139 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,555 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,923 2/13/2024
2.1.287 1,214 2/13/2024
2.1.286 150 2/13/2024
2.1.285 3,219 2/12/2024
2.1.284 145 2/12/2024
2.1.283 1,842 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 142 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 625 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 134 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,260 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,164 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 830 1/26/2024
2.1.206 507 1/26/2024
2.1.205 3,303 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 143 1/15/2024
2.1.181 3,638 1/15/2024
2.1.180 155 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,336 1/12/2024
2.1.174 141 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 158 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 147 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 147 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 879 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,688 12/25/2023
2.1.133 162 12/25/2023
2.1.132 154 12/25/2023
2.1.131 257 12/25/2023
2.1.130 177 12/25/2023
2.1.129 5,066 12/24/2023
2.1.128 1,588 12/24/2023
2.1.127 541 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 158 12/23/2023
2.1.122 147 12/23/2023
2.1.121 375 12/23/2023
2.1.120 154 12/23/2023
2.1.119 153 12/23/2023
2.1.118 156 12/23/2023
2.1.117 959 12/23/2023
2.1.116 158 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,729 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 174 12/9/2023
2.1.90 147 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,446 12/9/2023
2.1.85 163 12/9/2023
2.1.84 5,227 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 166 12/4/2023
2.1.66 3,955 12/4/2023
2.1.65 2,275 11/27/2023
2.1.64 602 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 701 11/23/2023
2.1.59 156 11/23/2023
2.1.58 1,561 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 144 11/19/2023
2.1.44 1,855 11/19/2023
2.1.43 291 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,394 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,702 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,153 11/16/2023
2.1.5 154 11/16/2023
2.0.196 2,313 11/15/2023
2.0.195 157 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 160 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,344 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,800 9/1/2023
1.0.139 2,802 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,982 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,267 7/11/2023
1.0.99 218 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,691 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 234 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,674 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,152 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 240 6/6/2023
1.0.61 232 6/6/2023
1.0.60 20,698 5/30/2023
1.0.59 231 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 227 5/25/2023
1.0.49 227 5/25/2023
1.0.48 2,902 5/24/2023
1.0.46 235 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,788 4/20/2023
1.0.31 2,402 4/19/2023
1.0.30 1,101 4/18/2023
1.0.29 1,733 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 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 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 273 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