Files
hosts/stats.nb
2025-07-23 11:16:13 -04:00

872 lines
42 KiB
Mathematica

(* Content-type: application/vnd.wolfram.mathematica *)
(*** Wolfram Notebook File ***)
(* http://www.wolfram.com/nb *)
(* CreatedBy='WolframDesktop 13.1' *)
(*CacheID: 234*)
(* Internal cache information:
NotebookFileLineBreakTest
NotebookFileLineBreakTest
NotebookDataPosition[ 161, 7]
NotebookDataLength[ 42772, 863]
NotebookOptionsPosition[ 42200, 845]
NotebookOutlinePosition[ 42594, 861]
CellTagsIndexPosition[ 42551, 858]
WindowFrame->Normal*)
(* Beginning of Notebook Content *)
Notebook[{
Cell[BoxData[{
RowBox[{
RowBox[{"SetDirectory", "[",
RowBox[{"NotebookDirectory", "[", "]"}], "]"}], ";"}], "\[IndentingNewLine]",
RowBox[{
RowBox[{"data", "=",
RowBox[{"Import", "[", "\"\<stats.out\>\"", "]"}]}], ";"}], "\[IndentingNewLine]",
RowBox[{
RowBox[{"graphtitle", "=", "\"\<Hosts file size history\>\""}], ";"}], "\[IndentingNewLine]",
RowBox[{
RowBox[{
"graphsubtitle", " ", "=",
" ", "\"\<base version: (adware + malware) only\>\""}], ";"}], "\[IndentingNewLine]",
RowBox[{
RowBox[{"data", "=",
RowBox[{
RowBox[{"(",
RowBox[{
RowBox[{"{",
RowBox[{
RowBox[{"DateObject", "[",
RowBox[{"#1", "\[LeftDoubleBracket]", "1", "\[RightDoubleBracket]"}],
"]"}], ",",
RowBox[{
"#1", "\[LeftDoubleBracket]", "2", "\[RightDoubleBracket]"}]}], "}"}],
"&"}], ")"}], "/@", "data"}]}], ";"}], "\[IndentingNewLine]",
RowBox[{
RowBox[{"lastitem", "=",
RowBox[{"Callout", "[",
RowBox[{
RowBox[{"Last", "[", "data", "]"}], ",",
RowBox[{"ToString", "[",
RowBox[{
RowBox[{"Last", "[", "data", "]"}], "[",
RowBox[{"[", "2", "]"}], "]"}], "]"}], ",", "Left", ",", " ",
RowBox[{"LabelStyle", "->", "Small"}], ",", " ",
RowBox[{"Background", "->", "LightBlue"}]}], "]"}]}], ";"}], "\[IndentingNewLine]",
RowBox[{
RowBox[{
RowBox[{"data", "[",
RowBox[{"[",
RowBox[{"Length", "[", "data", "]"}], "]"}], "]"}], "=", "lastitem"}],
";"}]}], "Input",
CellChangeTimes->{{3.867182545948308*^9, 3.867182555077017*^9}, {
3.8671856323646584`*^9, 3.867185655249*^9}, 3.867187032420275*^9, {
3.867187218478177*^9, 3.867187234045384*^9}, {3.867187352932571*^9,
3.867187371829939*^9}, {3.8671903940899982`*^9, 3.8671904257542353`*^9},
3.867190458276375*^9, {3.867190733940156*^9, 3.867190734419613*^9}, {
3.867190798905361*^9, 3.86719081289338*^9}, {3.867190843782461*^9,
3.867190868878964*^9}, {3.867191008084812*^9, 3.867191008823593*^9}, {
3.867191045756618*^9, 3.86719109928176*^9}, {3.867191132601091*^9,
3.867191153305139*^9}, {3.867191256528245*^9, 3.867191304159674*^9}, {
3.867191352877194*^9, 3.867191356182763*^9}, {3.867191386467814*^9,
3.867191411094434*^9}, {3.867191451576531*^9, 3.867191464669776*^9}, {
3.867191517397131*^9, 3.867191585673174*^9}, {3.867191623805966*^9,
3.867191637345644*^9}, {3.867191694067857*^9, 3.867191832972144*^9}, {
3.867443529594183*^9, 3.867443565893339*^9}, {3.867445761749815*^9,
3.86744582007928*^9}, {3.867445877108981*^9, 3.867445877563551*^9}, {
3.88987554010293*^9, 3.889875542354431*^9}, {3.890909771395684*^9,
3.890909773446272*^9}, {3.89765774638717*^9, 3.897657747223047*^9}, {
3.898379436246955*^9, 3.898379440050661*^9}, {3.90338401735606*^9,
3.9033840200448112`*^9}, {3.906908185436775*^9, 3.9069081879516287`*^9}, {
3.925848183308426*^9, 3.925848185881434*^9}, {3.926438108465784*^9,
3.92643813766343*^9}, {3.928879584090178*^9, 3.928879587280989*^9}, {
3.9293606429237022`*^9, 3.929360645945132*^9}, {3.931376802792758*^9,
3.931376805515088*^9}, {3.954598230829558*^9, 3.954598269603718*^9}, {
3.96136444466888*^9, 3.961364449285103*^9}, {3.961420570214137*^9,
3.961420572598192*^9}},
CellLabel->
"In[2896]:=",ExpressionUUID->"e5e34011-aa3d-4e95-90b1-863054ac32f5"],
Cell[CellGroupData[{
Cell[BoxData[{
RowBox[{
RowBox[{"graph", "=",
RowBox[{"DateListPlot", "[",
RowBox[{"data", "\[IndentingNewLine]", ",",
RowBox[{"Filling", "->", "Axis"}], "\[IndentingNewLine]", ",",
RowBox[{"FrameLabel", "\[Rule]",
RowBox[{"{",
RowBox[{
RowBox[{"{",
RowBox[{
RowBox[{"HoldForm", "[",
RowBox[{"Unique", " ", "domains"}], "]"}], ",", "None"}], "}"}], ",",
RowBox[{"{",
RowBox[{
RowBox[{"HoldForm", "[", "Year", "]"}], ",", "None"}], "}"}]}],
"}"}]}], "\[IndentingNewLine]", ",",
RowBox[{"FrameTicks", "->",
RowBox[{"{",
RowBox[{
RowBox[{"{",
RowBox[{"All", ",", "All"}], "}"}], ",", "Automatic"}], "}"}]}],
"\[IndentingNewLine]", ",", " ",
RowBox[{"GridLines", "->",
RowBox[{"{", "\[IndentingNewLine]",
RowBox[{
RowBox[{"Join", "[",
RowBox[{
RowBox[{"Table", "[",
RowBox[{
RowBox[{"{",
RowBox[{
RowBox[{"DateObject", "[",
RowBox[{"{", "x", "}"}], "]"}], ",", "Thick"}], "}"}], ",",
RowBox[{"{",
RowBox[{"x", ",", "2017", ",", "2027"}], "}"}]}], "]"}], ",",
RowBox[{"DateRange", "[",
RowBox[{
RowBox[{"{", "2017", "}"}], ",",
RowBox[{"{", "2027", "}"}], ",", "\"\<Quarter\>\""}], "]"}]}],
"]"}], "\[IndentingNewLine]", ",", " ",
RowBox[{"Join", "[",
RowBox[{
RowBox[{"Range", "[",
RowBox[{"0", ",", "300000", ",", "10000"}], "]"}], ",",
RowBox[{
RowBox[{
RowBox[{"{",
RowBox[{"#", ",", "Thick"}], "}"}], "&"}], "/@",
RowBox[{"Range", "[",
RowBox[{"0", ",", "300000", ",", "50000"}], "]"}]}]}], "]"}]}],
"\[IndentingNewLine]", "}"}]}], "\[IndentingNewLine]", ",",
RowBox[{"ImageMargins", "\[Rule]", "20"}], "\[IndentingNewLine]", ",",
RowBox[{"ImageSize", " ", "->", " ", "Large"}], "\[IndentingNewLine]", ",",
RowBox[{"LabelStyle", "\[Rule]",
RowBox[{"{",
RowBox[{"GrayLevel", "[", "0", "]"}], "}"}]}], "\[IndentingNewLine]", ",",
RowBox[{"PlotLabel", " ", "->", " ", "\[IndentingNewLine]",
RowBox[{"Column", "[", "\[IndentingNewLine]",
RowBox[{
RowBox[{"{", "\[IndentingNewLine]",
RowBox[{
RowBox[{"Style", "[",
RowBox[{"graphtitle", ",", "16", ",", "Bold"}], "]"}],
"\[IndentingNewLine]", ",",
RowBox[{"Style", "[",
RowBox[{"graphsubtitle", ",", "12", ",", "Bold"}], "]"}],
"\[IndentingNewLine]", ",",
RowBox[{"Style", "[",
RowBox[{
RowBox[{"\"\<updated: \>\"", "<>",
RowBox[{"DateString", "[",
RowBox[{"TimeZone", "->", "\"\<Zulu\>\""}], "]"}], " ", "<>",
" ", "\"\< UTC\>\""}], ",", "12"}], "]"}]}],
"\[IndentingNewLine]", "}"}], "\[IndentingNewLine]", ",", "Center"}],
"\[IndentingNewLine]", "]"}]}], "\[IndentingNewLine]", ",",
RowBox[{"PlotRange", "->",
RowBox[{"{",
RowBox[{"Automatic", ",",
RowBox[{"{",
RowBox[{"0", ",", "Automatic"}], "}"}]}], "}"}]}],
"\[IndentingNewLine]", ",",
RowBox[{"PlotTheme", "\[Rule]", "\"\<Detailed\>\""}]}],
"\[IndentingNewLine]", "]"}]}], ";"}], "\[IndentingNewLine]",
RowBox[{
RowBox[{"Export", "[",
RowBox[{
RowBox[{
RowBox[{"StringReplace", "[",
RowBox[{
RowBox[{"ToLowerCase", "[", "graphtitle", "]"}], ",",
RowBox[{"\"\< \>\"", "->", "\"\<_\>\""}]}], "]"}], "<>",
" ", "\"\<.png\>\""}], ",", " ", "graph"}], "]"}],
";"}], "\[IndentingNewLine]", "graph"}], "Input",
CellChangeTimes->{{3.867186565207215*^9, 3.867186567959504*^9}, {
3.867186655694774*^9, 3.867186670522201*^9}, {3.867186775392453*^9,
3.867186776891725*^9}, 3.867186837903651*^9, {3.867186904930146*^9,
3.867186940968878*^9}, {3.867187286976087*^9, 3.867187304612606*^9}, {
3.867187379649686*^9, 3.867187384392969*^9}, {3.8671874248081408`*^9,
3.867187425393301*^9}, {3.867187462942827*^9, 3.867187467876066*^9}, {
3.867187585120219*^9, 3.867187592332826*^9}, {3.867190421572784*^9,
3.867190455350173*^9}, {3.867191170483214*^9, 3.867191170658471*^9}, {
3.867191203296914*^9, 3.867191245177144*^9}, {3.867443579626745*^9,
3.867443615991692*^9}, {3.867445864801002*^9, 3.867445865695055*^9}, {
3.867585461992905*^9, 3.867585470469511*^9}, {3.904556674711198*^9,
3.90455667849632*^9}, {3.9218516314196*^9, 3.921851639595783*^9}, {
3.92185167067825*^9, 3.9218517351487503`*^9}, 3.9218517880751457`*^9, {
3.955049104125002*^9, 3.9550491107858753`*^9}, {3.955724397073245*^9,
3.955724433737275*^9}, {3.955724625452713*^9, 3.955724669412251*^9}, {
3.956329876096713*^9, 3.9563299103616667`*^9}, {3.956329970680182*^9,
3.9563299964577503`*^9}, {3.956330107899218*^9, 3.95633011499457*^9}, {
3.956330149847582*^9, 3.956330152663987*^9}, {3.95660104472755*^9,
3.956601064036846*^9}, {3.956601094494957*^9, 3.956601107665969*^9}, {
3.956601171882221*^9, 3.956601200199129*^9}, {3.956601252613394*^9,
3.9566012593755283`*^9}, {3.956601299500546*^9, 3.956601381489203*^9}},
NumberMarks->False,
CellLabel->
"In[2903]:=",ExpressionUUID->"55c17c4f-14a9-40f1-a01c-ab0b0c9b3309"],
Cell[BoxData[
GraphicsBox[{{}, GraphicsComplexBox[CompressedData["
1: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
7L87tDET82n+IcuHY7/spU0Lv7ebw5n/eOR350fs/0fkc/4I1n8hNcpKfnxP
7oi2e4V2G2G+eUex3EC+e0WM71FnFm1PQH89Pmb8c9HfdNpdhPXrNprruR39
f0O7CfjenDyG8RfH99CmiE/ie6XjWPb/UBxYT6uP8X20ZhzLVfn+UsuNj7xf
xf442j9LHGgzAQ4OFxslTfY3RBxsOZH1V4v1X2jrjnxPKYFJsJbjbobDTT9h
+wri4A3aWi/1QymTWX+slDs/TOH6tP9T4vV9CvuG342yfxL6m0OHEsS+i7S7
Vmz3nMp8tRWHZtLOO2IlgfZ1jbY9DON9O43x/4zxqk9nf2cx3qe0swHtO8+A
AzfE1h+0X5f5BI/OZPsaYuXxLMYfi/KRczj+QcQ7fC79L+RzqMX5JYnNMK2l
I54h8+h7yOf1+Vz/V9H/vxewv6Zi9yrtaFJfy/cZ+x8k5c5s2ponNmsvYv1k
caj7Yjjc5F6G/ZvjOR9V7FZZwvVsJg4pS5mfE2KlEm1n/kvG+50O7UZ/7Zax
/xxS7ntE66XEepnPWb5QrKXT/q1idf9yjrdCHLjzReT9KbbSvmR+aqP+YJv5
ayE2d9H2EHHo2lesvwrjNfqav5fDaP/CCs73vNj9ntauPtd2r5Wc70603/ov
Pk+uIN5TqxhvmljpsprzSUX8ybQv9r7ka+IaxhsUh46sZfus6VG2sojDh9Zx
Pr9K/eCo9ZzPXrF+nzaPigMlNzC/D8WKTeuVpD+r+EbGU03stKS1luJg0U38
Pc0V27fo8JRohyyx9sFmjj8V/f9E++LFqh5k+7ViN4UOTJL4NN8W1j8hNurR
gT1iZw4duo785fmW89kh/fkSaKPyA5l/zq30a2K7Fu2+i/y+R4cHI79dv2P+
lyG+qglcn9PovzPtXIq2BYcybeP8U5DPo3Rov8Rrjkvkeh3Hehz6nv3/jvw9
oM3pyN/b27key5G/A7SxTWyqP3B9W4gDd2nrA7Hx847I+ioZf/1L/s36HR/K
+qbS2kdi2/mR9XeJjQE7Od9UsZrfYf6KPpL5X6atwmK790+Mr6XYyL2L/c9H
++9otS/y230326+S+voW2v5OrE3Zw/WpLg5X2cv8GWJX+ZntCz6WfD6ljY8y
Zfx1Vv3C+U4Rq49ovZu0N9smsf9h4kCpfZzfDok3NIK2fo+2Datf/Mr59Hkm
+Ri6n+s3AvULH+D6bxdbu+jgzicyn5cPsv4hsfkZHXSlvvbCITj5Z8xnLu2s
UKI8DVYv0dr7Mp9grxD9APFto+0CUj+Q6zDHD0u5tpWOKYb+ph6B6zQU65N/
h1Mai0OZjzKezojnGB3zMfZb+2Nw+mdi3xPaXIv+yh2HR20TG6X/YPstGP8g
HUpCf/fpxINi96Nkrs95zOdPWklDfC1P0Dklf9Zt2qgpDt46yedL1cwZfzX9
NMcfKlZfPMP6S8TBeXR/Wxyod5bzd8WhOfSa2+jvIh24I3Z6noPjc2SRfEx3
4U7NxEq389yfY8Tmxgucn4H6lS8y/93Fegda7SK2xl3i/jkqdlZHfEQcHH2Z
8a1Af4fowDz094BOWo94vr7CeL8WawfoxMUYT73KfO3CeG/S7gXEf5fWtond
Filcj30Y73M6uVlWyV+Ra3D5VIw35FrkeSXl/kHXud+LiN3rEdcQBwbcYD5r
i40GNzm/tmLHoqe9g/7ypXJ/zxMHe9P2MsRj3OLz4bzYik1j+wforyadmDeb
9LeFjn9d7Gphjt9crFS9zfpTxMYkOj1B7Ht6h/mpnz3jrz32LuMzxEaZP/l8
Hin2p9Pad2J3xD2Ov14cuEdb29Bfib+Y75/QXxKtPRaHm99n/qvlkPUZnA63
nClWCj7gevwodnbSSUfFgfqPOL9WMbJ+l2ilt1jd9pjxzRSbuZ6wv7+iHX8Y
63mWTr4kVro/5fp0kXxpU2l/P7GT7Rl/P++L1S60/1OxuYm2Noj1jkqqeNQ6
cegYbVzE+rTPRL8q+bHG0zEtxGZcZrj/IHFwDG0ExPpDOnGnWLWzwnV8kq9g
8WzwmlrI3y90+G2xfZv2+5H/5tnh+B5iLUDHjBEbS+k6ltjaEykPYr1u0dNW
icOFcsDul2L3Bh1zHOMvjIHNa+i/YSys5JX18vtywlo9sTuHTmwhDvXMBaeM
Fiuz6ELjsR+m54aDW7H+Z2h7u1j/NA+cfgH7qXNe2IqNlfn8QbdsLQ5nysf4
24rVynRwYk7p36RHfSF2j9Iq5h9Y8hLjh5VCL8MhB793h3ZX4n3UuCDjTRCb
A2jfIryPGhSCk5aLlR9oG+8/7TIdc0wcnl0YTg6Lg7WLsLyfvK9cgx41TmzH
FoWdeHGoJl1njdjYQiedxvkhezHm4wLefyfoTnj/BSa9wvpxYnsD7R+A99tx
OvFjvM/WFmf+EsT+8iW4H47gfTmWti6j/ccqx6uG5/tvtNoG74/WJblfxovD
I2hlhlj9iq4zB++v4aVozD+QRFurxf7Bpbl/WiF/N+nQRLGvYBnmYyryM78s
12ed2KxfjvEdEuuX6DopYmV2eZb7MP+tFRjv52K3RkWO/xPyeYpWU5C/5Epc
3/oyH3/Hysxfb7E9vgrbJ4mNclUZ72C0H0Mbc8Rm6Wqc31mxMkLj73cr8m3T
SQnId/Hq3M/l8P67TU9bKrb31GD9Gni+/lST679DHFxYi/Hmx/um4Wss74v3
i68249+I99VF2tqP52ee1xlvDH4vbsQ9nuoZf2rV4e9pkljtVpfrs1TsZq3H
/Z9Tzq+BT+hAT7Fl1mf562L1Ge36xba/IZ+/1XHe/LoR40tGPPsacz/GYX+E
dT6fN+P3s7sJ55cb+9tpyvVfLTYaN+P67MN6LaD7q1miXL4vzkfWG5zvVJyP
LtOFtuM8NucfHP8Bzl+5mzMfNWW91Jl0Es6rbs0WnP8t/L63tIg8v7G/TtNu
CcRzoiX3YwDxHG/F9RiG+hPeZH7iEc9RWt+N/Vn+Le5vnDfVw3RMYeyvtq05
v7rYX6Xe5v6Zjvf7SFpZgvPbfjr+F7GZ1Ib5LIDzUou2LNfxPh9Kh9uIA8vo
Qu1wXnjDz/Uaj/28i17zBc5vTeK4PvVwvtwZF3kf4zzSqB3jHSTWrtL934q2
P4t8j1r13+F+/FG+x9TttK5IuZm3PfP7qljfRtvtxXaud5mP/vi+NWh7gNjY
SuutxE5MB/7e+4jDNSIeJFa709rKaFurEc83HSLPP7FP68j1/EYcmEzrOzB+
x04sP4f+lM4c77jYXUMHy8r3rf6ENjqJjYdd6HX4Hh7VlflajO/h+7S6URz4
tRv38zdi7cPuHG89+ltOu7PEavP3OF9H7Cvcg/NNRDzNaPsHsb24R1R9Z6HB
9Vwl9r/Yk/NZivga9oz8XsXBfnTAErvzaGMExrtCKx3FoX/2Yv95Ef9F2k7C
/snTm/XXIr+zIt6M9enxT843HuvzLR2sif1Sow/764r21foyf8ux3yr343re
w34zaUWReJRjtFYM8VXoz3gfob8jtDMW8x09gPF8hfoH3mf7N+V57f9yIMuX
4fn9yiD+vnLI81gfRrvF8fxe8gHbLxQHFw3mfsiOf0+4QbeMxff+giEsLy+2
GgS4P6rgvHaZThyEf39IHMr1mSy2cw/j/O/IeMZ3wyLrg/fDex8yX378+0P2
4Xx+jMb7YgqdiH/vMDp9xOfPDJxHKo2A6zzDeWQtHbMB74+xI/m+wfveaTuK
8dzC+eA32myM5+e9j5l/nE+14aPZf2Y83+7QiSXwPZo2hvEvkPevkjqW+UrF
+7rJOD5P38H3wU660118H8wfDyf3lfN44IUJ/D2tw/neorXccv7WttPB6jif
9zI53yVi8zyd+KGcx/UZE/n+mplL8hEzietTOrf0153uVCuPzO8UnVIpr+Sn
yyf0BbE5mQ40kvbBTXT6bmmvV5nM/G2W8e2JtBoj41vtp3C8WPF/7sPzv/+U
8z/v/rx3fx727s9Le+/+vHd/Xsq9+/MSv3d/PvL/x4i9+/Pe/XmUe/fno+zd
n8d6effnGZ93fz7D3v157/485uPdn5d4vfvzzJ93f17y4d2fZ7l3f17G8+7P
sz/v/rysj3d/nvPx7s9L/rz781xf7/685NO7P898e/fnJT7v/jzt3Z+X+Lz7
88y3d39e5ufdn+d9Je/+vOTfuz/P+t79eVlP7/4863v352X+3v155se7Py/9
effnWe7dn8+wd3/euz+P/r378xLP/6f78/8DKGaGng==
"], {{{},
{RGBColor[0.24, 0.6, 0.8], Opacity[0.2], EdgeForm[None],
GraphicsGroupBox[PolygonBox[CompressedData["
1:eJwl1tOWGAgQBNDJxLZt27Zt27Zt27Zt27ZtO2tkbzYP91R/QPfpStykY5UO
gQEBAUH4Fvgzvwb+nL/wmU985APvecdb3vCaV7zkBc95xlOe8JhHPOQB97nH
Xe5wm1vc5AbXucZVrnCZS1zkAuc5x1nOcJpTnOQExznGUY5wmEMc5AD72cde
9rCbXexkB9vZxla2sJlNbGQD61nHWtawmlWsZAXLWcZSlrCYRSxkAfOZx1zm
MJtZzGQG05nGVKYwmUlMZALjGcdYxjCaUYxkBMMZxlCGMJhBDGQA/elHX/rQ
m170pAfd6UZXutCZTnTkx6K0px1taUNrWtGSFjSnGU1pQmMa0ZAG1KcedalD
bWpRkxpUpxpVqUJlKlGRCpSnHGUpQ2lKUZISFKcYRSlCYQpRkALkJx95yUNu
cpGTHGQnG1nJQmYykZEMpCcdaUlDalKRkhQkJxlJSUJiEpGQBMQnHnGJQ2xi
EZMYRCcaUYlCZCIRkQiEJxxhCUNoQhGSEAQnGEEJJAgBfHfY//IPf/MXf/IH
v/Mbv/IL3/jKFz7ziY984D3veMsbXvOKl7zgOc94yhMe84iHPOA+97jLHW5z
i5vc4DrXuMoVLnOJi1zgPOc4yxlOc4qTnOA4xzjKEQ5ziIMcYD/72MsedrOL
nexgO9vYyhY2s4mNbGA961jLGlazipWsYDnLWMoSFrOIhSxgPvOYyxxmM4uZ
zGA605jKFCYziYlMYDzjGMsYRjOKkYxgOMMYyhAGM4iBDKA//ehLH3rTi570
oDvd6EoXOtOJjnSgPe1oSxta04qWtKA5zWhKExrTiIY0oD71qEsdalOLmtSg
OtWoShUqU4mKVKA85ShLGUpTipKUoDjFKEoRClOIghQgP/nISx5yk4uc5CA7
2chKFjKTiYxkID3pSEsaUpOKlKQgOclIShISk4iEJCA+8YhLHGITi5jEIDrR
iEoUIhOJiEQgPOEISxhCE4qQhCA4wQhKIEGC/Hzu38W//MPf/MWf/MHv/Mav
/PKjB/zoAHzhM5/4yAfe8463vOE1r3jJC57zjKc84TGPeMgD7nOPu9zhNre4
yQ2uc42rXOEyl7jIBc5zjrOc4TSnOMkJjnOMoxzhMIc4yAH2s4+97GE3u9jJ
Drazja1sYTOb2MgG1rOOtaxhNatYyQqWs4ylLGExi1jIAuYzj7nMYTazmMkM
pjONqUxhMpOYyATGM46xjGE0oxjJCIYzjKEMYTCDGMgA+tOPvvShN73oSQ+6
042udKEznehIB9rTjra0oTWtaEkLmtOMpjShMY1oSAPqU4+61KE2tahJDapT
japUoTKVqEgFylOOspShNKUoSQmKU4yiFKEwhShIAfKTj7zkITe5yEkOspON
rGQhM5nISAbSk460pCE1qUhJCpKTjKQkITGJSEgC4hOPuMQhNrGISQyiE42o
RCEykYhIBMITjrCEITShCEkIghOMoAH/v/2A/wB5znln
"]]]}, {}, {}}, {{}, {},
TagBox[
{RGBColor[0.24, 0.6, 0.8], PointSize[0.0055000000000000005`],
AbsoluteThickness[2], LineBox[CompressedData["
1:eJwl1tOyIAYUBMC7tm3btm3btm3btm3btm3bSBbBprfy0DVfcGZOosYdKrcP
FBAQ8DlwQMDvFAFBCEowghOCkIQiNGEISzjCE4GIRCIyUYhKNKITg5jEIjZx
iEs84pOAhCQiMUlISjKSk4KUpCI1aUhLOtKTgYxkIjNZyEo2spODnOQiN3nI
Sz7yU4CCFKIwRShKMYpTgpKUojRlKEs5ylOBilSiMlWoSjWqU4Oa1KI2dahL
PerTgIY0ojFNaEozmtOClrSiNW1oSzva04GOdKIzXehKN7rTg570ojd96Es/
+jOAgQxiMEMYyjCGM4KRjGI0YxjLOMYzgYlMYjJTmMo0pjODmcxiNnOYyzzm
s4CFLGIxS1jKMpazgpWsYjVrWMs61rOBjWxiM1vYyja2s4Od7GI3e9jLPvZz
gIMc4jBHOMoxjnOCk5ziNGc4yznOc4GLXOIyV7jKNa5zg5vc4jZ3uMs97vOA
hzziMU94yjOe84KXvOI1b3jLO97zgY984jNf+Mof/Mk3vvODn/zF3/zDv/zi
9/EHIjBBCEowghOCkIQiNGEISzjCE4GIRCIyUYhKNKITg5jEIjZxiEs84pOA
hCQiMUlISjKSk4KUpCI1aUhLOtKTgYxkIjNZyEo2spODnOQiN3nISz7yU4CC
FKIwRShKMYpTgpKUojRlKEs5ylOBilSiMlWoSjWqU4Oa1KI2dahLPerTgIY0
ojFNaEozmtOClrSiNW1oSzt+l3cHOtKJznShK93oTg960ove9KEv/ejPAAYy
iMEMYSjDGM4IRjKK0YxhLOMYzwQmMonJTGEq05jODGYyi9nMYS7zmM8CFrKI
xSxhKctYzgpWsorVrGEt61jPBjayic1sYSvb2M4OdrKL3exhL/vYzwEOcojD
HOEoxzjOCU5yitOc4SznOM8FLnKJy1zhKte4zg1ucovb3OEu97jPAx7yiMc8
4SnPeM4LXvKK17zhLe94zwc+8onPfOErf/An3/jOD37yF3/zD//yi9/DH4jA
BCEowQhOCEISitCEISzhCE8EIhKJyEQhKtGITgxiEovYxCEu8YhPAhKSiMQk
ISnJSE4KUpKK1KQhLelITwYykonMZCEr2chODnKSi9zkIS/5yE8BClKIwhSh
KMUoTglKUorSlKEs5ShPBSpSicpUoSrVqE4NalKL2tShLvWoTwMa0ojGNKEp
zWhOC1rSita0oS3taE8HOtKJznShK93oTg960ove9KEv/ejPAAYyiMEMYSjD
GM4IRjKK0YxhLOMYzwQmMonJTGEq05jODGYyi9nMYS7zmM8CFrKIxSxhKctY
zgpWsorVrGEt61jPBjayic1sYSvb2M4OdrKL3exhL/vYzwEOcojDHOEoxzjO
CU5yitOc4SznOM8FLnKJy1zhKte4zg1ucovb3OEu97jPAx7yiMc84SnPeM4L
XvKK17zhLe94zwc+8inw/3/8f76jd3g=
"]]},
Annotation[#, "Charting`Private`Tag#1"]& ]},
TagBox[
{Opacity[0.], PointBox[1510]},
Annotation[#, {{Callout}, Charting`Private`Tag, {754}}]& ]}], {{{}, {{},
GraphicsGroupBox[{
{RGBColor[0.87, 0.94, 1], AbsoluteThickness[4], Opacity[
NCache[
Rational[2, 3], 0.6666666666666666]], CapForm["Butt"], JoinForm[
"Round"],
BSplineCurveBox[{
Offset[{-3., 3.6739403974420594`*^-16}, {3.961516197375*^9,
221483.}],
Offset[{-8., 9.797174393178826*^-16}, {3.961516197375*^9,
221483.}],
Offset[{-10., 9.797174393178826*^-16}, {3.961516197375*^9,
221483.}],
Offset[{-12., 9.797174393178826*^-16}, {3.961516197375*^9,
221483.}],
Offset[{-12., 9.797174393178826*^-16}, {3.961516197375*^9,
221483.}]}]},
{RGBColor[0.6666666666666666, 0.6666666666666666, 0.6666666666666666],
AbsoluteThickness[1.25],
BSplineCurveBox[{
Offset[{-3., 3.6739403974420594`*^-16}, {3.961516197375*^9,
221483.}],
Offset[{-8., 9.797174393178826*^-16}, {3.961516197375*^9,
221483.}],
Offset[{-10., 9.797174393178826*^-16}, {3.961516197375*^9,
221483.}],
Offset[{-12., 9.797174393178826*^-16}, {3.961516197375*^9,
221483.}],
Offset[{-12., 9.797174393178826*^-16}, {3.961516197375*^9,
221483.}]}]},
{EdgeForm[None], FaceForm[{RGBColor[0.87, 0.94, 1], Opacity[
NCache[
Rational[2, 3], 0.6666666666666666]]}],
PolygonBox[{
Offset[{-12., 5.500000000000004}, {3.961516197375*^9, 221483.}],
Offset[{-12., -5.499999999999996}, {3.961516197375*^9, 221483.}],
Offset[{-48., -5.500000000000003}, {3.961516197375*^9, 221483.}],
Offset[{-48., 5.499999999999997}, {3.961516197375*^9, 221483.}]}]},
{RGBColor[0.6666666666666666, 0.6666666666666666, 0.6666666666666666],
AbsoluteThickness[1.25], EdgeForm[None]}, {}, InsetBox[
StyleBox[
RotationBox["\<\"221483\"\>",
BoxRotation->0.],
StripOnInput->False,
LineColor->GrayLevel[0],
LineOpacity->1,
FrontFaceColor->GrayLevel[0],
BackFaceColor->GrayLevel[0],
FrontFaceOpacity->1,
BackFaceOpacity->1,
GraphicsColor->GrayLevel[0],
Opacity->1,
FontSize->Small,
FontColor->GrayLevel[0],
FontOpacity->1],
Offset[{-30., 9.797174393178826*^-16}, {3.961516197375*^9, 221483.}],
NCache[ImageScaled[{Rational[1, 2], Rational[1, 2]}],
ImageScaled[{0.5, 0.5}]]]}]}}, {}}},
AspectRatio->NCache[GoldenRatio^(-1), 0.6180339887498948],
Axes->{False, False},
AxesLabel->{None, None},
AxesOrigin->{3.729024*^9, 0},
DisplayFunction->Identity,
Frame->{{True, True}, {True, True}},
FrameLabel->{{
FormBox[
TagBox[
TagBox[
RowBox[{"Unique", " ", "domains"}], HoldForm], HoldForm],
TraditionalForm], None}, {
FormBox[
TagBox[
TagBox["Year", HoldForm], HoldForm], TraditionalForm], None}},
FrameStyle->Automatic,
FrameTicks->FrontEndValueCache[{{All, All}, {
Charting`DateTicksFunction[Automatic, DateTicksFormat -> {Automatic}],
Charting`DateTicksFunction[
Automatic, DateTicksFormat -> {Automatic}, "TickLabels" -> None]}}, {{
All, All}, {{{3.7237536*^9,
FormBox[
StyleBox["\"2018\"",
Directive[], {}, StripOnInput -> False], TraditionalForm],
Automatic,
Directive[]}, {3.7868256*^9,
FormBox[
StyleBox["\"2020\"",
Directive[], {}, StripOnInput -> False], TraditionalForm],
Automatic,
Directive[]}, {3.849984*^9,
FormBox[
StyleBox["\"2022\"",
Directive[], {}, StripOnInput -> False], TraditionalForm],
Automatic,
Directive[]}, {3.913056*^9,
FormBox[
StyleBox["\"2024\"",
Directive[], {}, StripOnInput -> False], TraditionalForm],
Automatic,
Directive[]}, {3.9762144*^9,
FormBox[
StyleBox["\"2026\"",
Directive[], {}, StripOnInput -> False], TraditionalForm],
Automatic,
Directive[]}, {3.7237536*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], Automatic,
Directive[]}, {3.7552896*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], Automatic,
Directive[]}, {3.7868256*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], Automatic,
Directive[]}, {3.7868256*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], Automatic,
Directive[]}, {3.818448*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], Automatic,
Directive[]}, {3.849984*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], Automatic,
Directive[]}, {3.849984*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], Automatic,
Directive[]}, {3.88152*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], Automatic,
Directive[]}, {3.913056*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], Automatic,
Directive[]}, {3.913056*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], Automatic,
Directive[]}, {3.9446784*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], Automatic,
Directive[]}, {3.9762144*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], Automatic,
Directive[]}}, {{3.7237536*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], Automatic,
Directive[]}, {3.7868256*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], Automatic,
Directive[]}, {3.849984*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], Automatic,
Directive[]}, {3.913056*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], Automatic,
Directive[]}, {3.9762144*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], Automatic,
Directive[]}, {3.7237536*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], Automatic,
Directive[]}, {3.7552896*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], Automatic,
Directive[]}, {3.7868256*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], Automatic,
Directive[]}, {3.7868256*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], Automatic,
Directive[]}, {3.818448*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], Automatic,
Directive[]}, {3.849984*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], Automatic,
Directive[]}, {3.849984*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], Automatic,
Directive[]}, {3.88152*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], Automatic,
Directive[]}, {3.913056*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], Automatic,
Directive[]}, {3.913056*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], Automatic,
Directive[]}, {3.9446784*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], Automatic,
Directive[]}, {3.9762144*^9,
FormBox[
TemplateBox[{0, 0}, "Spacer2"], TraditionalForm], Automatic,
Directive[]}}}}],
GridLines->{{{3.6922176*^9,
Thickness[Large]}, {3.7237536*^9,
Thickness[Large]}, {3.7552896*^9,
Thickness[Large]}, {3.7868256*^9,
Thickness[Large]}, {3.818448*^9,
Thickness[Large]}, {3.849984*^9,
Thickness[Large]}, {3.88152*^9,
Thickness[Large]}, {3.913056*^9,
Thickness[Large]}, {3.9446784*^9,
Thickness[Large]}, {3.9762144*^9,
Thickness[Large]}, {4.0077504*^9,
Thickness[Large]}, 3.6922176*^9, 3.6999936*^9, 3.707856*^9,
3.7158048*^9, 3.7237536*^9, 3.7315296*^9, 3.739392*^9, 3.7473408*^9,
3.7552896*^9, 3.7630656*^9, 3.770928*^9, 3.7788768*^9, 3.7868256*^9,
3.794688*^9, 3.8025504*^9, 3.8104992*^9, 3.818448*^9, 3.826224*^9,
3.8340864*^9, 3.8420352*^9, 3.849984*^9, 3.85776*^9, 3.8656224*^9,
3.8735712*^9, 3.88152*^9, 3.889296*^9, 3.8971584*^9, 3.9051072*^9,
3.913056*^9, 3.9209184*^9, 3.9287808*^9, 3.9367296*^9, 3.9446784*^9,
3.9524544*^9, 3.9603168*^9, 3.9682656*^9, 3.9762144*^9, 3.9839904*^9,
3.9918528*^9, 3.9998016*^9, 4.0077504*^9}, {
0, 10000, 20000, 30000, 40000, 50000, 60000, 70000, 80000, 90000, 100000,
110000, 120000, 130000, 140000, 150000, 160000, 170000, 180000, 190000,
200000, 210000, 220000, 230000, 240000, 250000, 260000, 270000, 280000,
290000, 300000, {0,
Thickness[Large]}, {50000,
Thickness[Large]}, {100000,
Thickness[Large]}, {150000,
Thickness[Large]}, {200000,
Thickness[Large]}, {250000,
Thickness[Large]}, {300000,
Thickness[Large]}}},
GridLinesStyle->Directive[
GrayLevel[0.4, 0.5],
AbsoluteThickness[1],
AbsoluteDashing[{1, 2}]],
ImageMargins->20,
ImagePadding->{{All, All}, {All, All}},
ImageSize->Large,
LabelStyle->{
GrayLevel[0]},
Method->{
"NoShowPlotTheme" -> "Detailed", "AxisPadding" -> Scaled[0.02],
"DefaultBoundaryStyle" -> Automatic,
"DefaultGraphicsInteraction" -> {
"Version" -> 1.2, "TrackMousePosition" -> {True, False},
"Effects" -> {
"Highlight" -> {"ratio" -> 2}, "HighlightPoint" -> {"ratio" -> 2},
"Droplines" -> {
"freeformCursorMode" -> True,
"placement" -> {"x" -> "All", "y" -> "None"}}}}, "DefaultMeshStyle" ->
AbsolutePointSize[6], "DefaultPlotStyle" -> {
Directive[
RGBColor[0.24, 0.6, 0.8],
AbsoluteThickness[2]],
Directive[
RGBColor[0.95, 0.627, 0.1425],
AbsoluteThickness[2]],
Directive[
RGBColor[0.455, 0.7, 0.21],
AbsoluteThickness[2]],
Directive[
RGBColor[0.922526, 0.385626, 0.209179],
AbsoluteThickness[2]],
Directive[
RGBColor[0.578, 0.51, 0.85],
AbsoluteThickness[2]],
Directive[
RGBColor[0.772079, 0.431554, 0.102387],
AbsoluteThickness[2]],
Directive[
RGBColor[0.4, 0.64, 1.],
AbsoluteThickness[2]],
Directive[
RGBColor[1., 0.75, 0.],
AbsoluteThickness[2]],
Directive[
RGBColor[0.8, 0.4, 0.76],
AbsoluteThickness[2]],
Directive[
RGBColor[0.637, 0.65, 0.],
AbsoluteThickness[2]],
Directive[
RGBColor[0.915, 0.3325, 0.2125],
AbsoluteThickness[2]],
Directive[
RGBColor[0.40082222609352647`, 0.5220066643438841, 0.85],
AbsoluteThickness[2]],
Directive[
RGBColor[0.9728288904374106, 0.621644452187053, 0.07336199581899142],
AbsoluteThickness[2]],
Directive[
RGBColor[0.736782672705901, 0.358, 0.5030266573755369],
AbsoluteThickness[2]],
Directive[
RGBColor[0.28026441037696703`, 0.715, 0.4292089322474965],
AbsoluteThickness[2]]}, "DomainPadding" -> Scaled[0.02],
"PointSizeFunction" -> "SmallPointSize", "RangePadding" -> Scaled[0.05],
"AllowMicroRanges" -> {True, False}, "OptimizePlotMarkers" -> True,
"IncludeHighlighting" -> "CurrentSet", "HighlightStyle" -> Automatic,
"OptimizePlotMarkers" -> True,
"CoordinatesToolOptions" -> {"DisplayFunction" -> ({
(DateString[
Identity[#], "DateShort"]& )[
Part[#, 1]],
(Identity[#]& )[
Part[#, 2]]}& ), "CopiedValueFunction" -> ({
(DateString[
Identity[#], "DateShort"]& )[
Part[#, 1]],
(Identity[#]& )[
Part[#, 2]]}& )}},
PlotLabel->FormBox[
TagBox[
GridBox[{{
StyleBox[
"\"Hosts file size history\"", 16, Bold, StripOnInput -> False]}, {
StyleBox[
"\"base version: (adware + malware) only\"", 12, Bold, StripOnInput ->
False]}, {
StyleBox[
"\"updated: Wed 23 Jul 2025 15:11:20 UTC\"", 12, StripOnInput ->
False]}}, GridBoxAlignment -> {"Columns" -> {{Center}}},
DefaultBaseStyle -> "Column",
GridBoxItemSize -> {
"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}], "Column"],
TraditionalForm],
PlotRange->{{3.729024*^9, 3.9622176*^9}, {0., 253021.}},
PlotRangePadding->{{
Scaled[0.02],
Scaled[0.02]}, {0,
Scaled[0.08090169943749476]}},
Ticks->{{}, Automatic}]], "Output",
CellChangeTimes->{
3.867186551570758*^9, {3.867186680772122*^9, 3.867186699782072*^9},
3.867186777935874*^9, 3.86718694202357*^9, 3.867187051044989*^9,
3.867187255654533*^9, 3.867187310041932*^9, 3.867187431429256*^9,
3.867187477376759*^9, 3.867187602705633*^9, {3.867190444725642*^9,
3.86719046295945*^9}, 3.867190761611189*^9, 3.867190819779409*^9, {
3.867190852467555*^9, 3.867190875035033*^9}, 3.867191085771729*^9, {
3.867191139927058*^9, 3.867191174532995*^9}, {3.867191217100472*^9,
3.867191249934973*^9}, {3.867191282486545*^9, 3.867191309118765*^9},
3.867191362884745*^9, {3.86719139757495*^9, 3.867191417861985*^9},
3.867191469212702*^9, 3.867191534117766*^9, {3.867191566041802*^9,
3.867191590853747*^9}, {3.867191700666916*^9, 3.867191770546698*^9}, {
3.867191813970607*^9, 3.867191837153657*^9}, {3.8674436061237383`*^9,
3.867443624613255*^9}, 3.867444944515202*^9, 3.867445839945568*^9, {
3.867445870303279*^9, 3.867445881911745*^9}, 3.867584995471957*^9,
3.867585478130906*^9, 3.86774687062293*^9, 3.868098851430778*^9,
3.868523516725683*^9, 3.86906681078651*^9, 3.869308928711943*^9,
3.869735161175044*^9, 3.870007810203533*^9, 3.870340372505321*^9,
3.870340403401229*^9, 3.87045361082372*^9, 3.870942972286525*^9,
3.8713065010498323`*^9, 3.871395829118849*^9, 3.871641630959985*^9,
3.871642275253429*^9, 3.871899229411577*^9, 3.8720932523644876`*^9,
3.87242839478826*^9, 3.8729292766301403`*^9, 3.8736608832707767`*^9,
3.874069338302347*^9, 3.874325909186389*^9, 3.874696457503956*^9,
3.874861895344188*^9, 3.875050962875978*^9, 3.87526519097518*^9,
3.875891090297274*^9, 3.876342003848527*^9, 3.876998312579729*^9,
3.8772936096656237`*^9, 3.877382516377141*^9, 3.877964348832008*^9,
3.87804450687954*^9, 3.878470212323723*^9, 3.8786395885601797`*^9,
3.878639620334971*^9, 3.878757847201033*^9, 3.879112223224792*^9,
3.879170520951467*^9, 3.879289724404871*^9, 3.879371591147833*^9,
3.879797285624524*^9, 3.879923975629261*^9, 3.880151317819726*^9,
3.880393658429194*^9, 3.880543046724104*^9, 3.881056375670085*^9,
3.881325738216374*^9, 3.881334367469533*^9, 3.881592959478129*^9,
3.882027365892887*^9, 3.88219345383886*^9, 3.882466370101098*^9,
3.882613249735723*^9, 3.883174805016778*^9, 3.883439999108673*^9,
3.883605359783735*^9, 3.883843869256338*^9, 3.883866592728613*^9,
3.883867143448183*^9, 3.884153915891087*^9, 3.884641124197339*^9,
3.884773401559798*^9, 3.884775165607097*^9, 3.88477566967144*^9,
3.885548303427269*^9, 3.885831123028147*^9, 3.886191584864834*^9,
3.886621436378044*^9, 3.886855243870946*^9, 3.887106308113074*^9,
3.887235622274569*^9, 3.887498860649525*^9, 3.887834971429055*^9,
3.8884179282247667`*^9, 3.888752672205769*^9, 3.889131678960092*^9,
3.889875549917007*^9, 3.890245716755601*^9, {3.890686789876093*^9,
3.8906868143380527`*^9}, 3.8908207849213142`*^9, 3.890908186110266*^9,
3.89090978001711*^9, 3.891285151358225*^9, 3.891545263571479*^9,
3.8916073042523813`*^9, 3.891872341652968*^9, 3.892072401751935*^9,
3.89228235594491*^9, 3.892544999424947*^9, 3.892806179970969*^9,
3.893095552437428*^9, 3.893172375102555*^9, 3.89362060069613*^9,
3.893686053639799*^9, 3.89397203764882*^9, 3.894751203039884*^9,
3.895084844111672*^9, 3.895439490125032*^9, 3.895526321693917*^9,
3.895657784061549*^9, 3.8957448599055853`*^9, 3.895931247787265*^9,
3.896013566564756*^9, 3.896095386373332*^9, 3.8965191786429*^9,
3.896893631393726*^9, 3.897216178858164*^9, 3.897657754621402*^9,
3.897926194231195*^9, 3.898379414999449*^9, 3.8983794476037083`*^9,
3.898434292317229*^9, 3.898951274337104*^9, 3.899121622375916*^9,
3.899475149831279*^9, 3.899911501496304*^9, 3.900175205856585*^9,
3.900270527812401*^9, 3.900491563343502*^9, {3.903025185560467*^9,
3.903025205982198*^9}, 3.903174150401764*^9, 3.903182074275147*^9,
3.903383990135808*^9, 3.903384025396119*^9, 3.903726387165244*^9,
3.903971852825098*^9, 3.904336629052966*^9, 3.904556665826528*^9,
3.904660734636202*^9, 3.905083048189001*^9, 3.905285129053268*^9,
3.905441042720232*^9, 3.905782272103561*^9, 3.906106379419388*^9,
3.90620708413487*^9, 3.906558811905631*^9, 3.906635301595938*^9,
3.906908194396344*^9, 3.907055587466549*^9, 3.907452024145508*^9,
3.90783837173269*^9, 3.90797214412626*^9, 3.908034764359009*^9,
3.908469310792593*^9, 3.908732154353013*^9, 3.908732190062996*^9,
3.908901085229148*^9, {3.909427575397406*^9, 3.909427588602787*^9},
3.909612415221402*^9, 3.909847575834868*^9, 3.909936481017467*^9,
3.909991254378272*^9, 3.910005424673617*^9, 3.910456143107051*^9,
3.910647476573389*^9, 3.911433387460314*^9, 3.911728222756092*^9,
3.9118237070907784`*^9, 3.912544596386341*^9, 3.912962757486238*^9,
3.91332901505127*^9, 3.913585485561975*^9, 3.914191899559814*^9,
3.91452905381531*^9, 3.914864261401607*^9, 3.915353459292568*^9,
3.915612436883578*^9, 3.916243653217845*^9, 3.916581681635819*^9,
3.916758553791595*^9, 3.917042927532581*^9, 3.91779822205876*^9,
3.917830311292558*^9, 3.918163568568325*^9, 3.918587407268053*^9,
3.9190016728292847`*^9, 3.9195037040688963`*^9, 3.9198942834595957`*^9,
3.920234712218867*^9, 3.920662078423338*^9, 3.921093853155019*^9,
3.921237317218327*^9, 3.921696325797345*^9, 3.921851598339695*^9,
3.921851647511963*^9, {3.921851723783431*^9, 3.921851736631104*^9},
3.921851789631633*^9, 3.922439881880352*^9, 3.922748366740074*^9,
3.923045431914585*^9, 3.923572464604835*^9, 3.923778956655144*^9,
3.924544421212076*^9, 3.925203572822671*^9, 3.925848169754739*^9,
3.925848217744079*^9, 3.926438083805722*^9, {3.9264381205815907`*^9,
3.9264381421853952`*^9}, 3.9268502289991503`*^9, 3.927388977392035*^9,
3.92757446555766*^9, 3.92782075468937*^9, 3.927990566625127*^9,
3.928273181747738*^9, 3.928273253177276*^9, 3.928445235964464*^9,
3.928879595108038*^9, 3.929093886948715*^9, {3.9293606314921618`*^9,
3.929360652965334*^9}, 3.929714464833693*^9, 3.929988766810141*^9,
3.930079284149286*^9, 3.930510896991767*^9, 3.930510938300539*^9,
3.931113466961287*^9, {3.9313767836902103`*^9, 3.931376810889453*^9},
3.9316146196756153`*^9, {3.931804387786202*^9, 3.931804406214263*^9},
3.9321123856670113`*^9, 3.9323876432660027`*^9, 3.932802530588872*^9,
3.932934182040694*^9, 3.933185625332106*^9, 3.933683992394909*^9,
3.933944168693449*^9, 3.934049101145823*^9, 3.9341340358613033`*^9,
3.9344541086606693`*^9, 3.934663074849002*^9, 3.9349695431536903`*^9,
3.9352387720342407`*^9, 3.93550336171005*^9, 3.93586909609081*^9,
3.935941745580612*^9, 3.936030389292848*^9, 3.93628015526616*^9,
3.936444367786038*^9, 3.936805488935912*^9, 3.9369590965559273`*^9,
3.937168651459606*^9, 3.937300611594054*^9, 3.937489671622321*^9,
3.937558235442833*^9, 3.937671079329116*^9, 3.9377615200370893`*^9,
3.93785808991883*^9, 3.938034788460722*^9, 3.938290929252728*^9,
3.938718791109577*^9, 3.938985933523465*^9, 3.93932711736786*^9,
3.9395541667847223`*^9, 3.94002264823391*^9, 3.940365418251431*^9,
3.940587757835065*^9, 3.941041083594245*^9, 3.941391262071135*^9,
3.941465460154566*^9, 3.941819366459153*^9, 3.942176463258642*^9,
3.942342955722383*^9, 3.942484441050716*^9, 3.9430232620045*^9,
3.94328565204541*^9, 3.9433497081629467`*^9, 3.9433859356078568`*^9,
3.9433859659393463`*^9, 3.9435418083866587`*^9, 3.943708057618864*^9,
3.9439622686622868`*^9, 3.94423934466717*^9, 3.944331366932857*^9,
3.944582807320376*^9, 3.945035698250413*^9, 3.9451872226369143`*^9,
3.9454275730998573`*^9, 3.9459669237252493`*^9, 3.946485490114737*^9,
3.946590997909848*^9, 3.946810796910342*^9, 3.946937977333229*^9,
3.947344865914122*^9, 3.947710724624213*^9, 3.948372183091978*^9,
3.948807734073106*^9, 3.949085720055255*^9, 3.9492552569328833`*^9,
3.949864583797016*^9, 3.9503955533275433`*^9, 3.9504852994318953`*^9,
3.9508904745101633`*^9, 3.95121634226016*^9, 3.951564384377158*^9,
3.951987570390267*^9, 3.952185461763713*^9, 3.952508849594125*^9,
3.9528851002469673`*^9, 3.953236732526196*^9, 3.953462174480653*^9,
3.9538880422373447`*^9, 3.9543605056707287`*^9, 3.954598191475656*^9,
3.954598246028067*^9, 3.954598277031808*^9, {3.9550490935789633`*^9,
3.9550491123226423`*^9}, 3.955401042607274*^9, 3.9557243571820517`*^9, {
3.955724401130506*^9, 3.955724435107072*^9}, 3.955724636672626*^9,
3.955724670569713*^9, 3.956329854105036*^9, 3.95633001832055*^9,
3.9563301535009117`*^9, 3.9565737199823647`*^9, 3.956601400125139*^9,
3.956601516023966*^9, 3.956780802534404*^9, 3.9573824486764402`*^9,
3.9578656300784273`*^9, 3.9580609764046707`*^9, 3.958279486555559*^9,
3.9587304389769077`*^9, 3.959017511434112*^9, 3.95926793864137*^9,
3.9593680633173532`*^9, 3.959705236257415*^9, 3.959891773532778*^9,
3.960299152278488*^9, 3.960552682478962*^9, 3.960716245398271*^9,
3.960982670874343*^9, 3.9612440530188007`*^9, 3.961364455456285*^9,
3.961418758806306*^9, 3.961420546415202*^9, 3.961705409006983*^9,
3.961862765641695*^9, 3.962272280228839*^9},
CellLabel->
"Out[2905]=",ExpressionUUID->"717b5d97-1bcc-4166-afa7-fd3dfa7f763d"]
}, Open ]]
},
WindowSize->{1234, 1257},
WindowMargins->{{0, Automatic}, {Automatic, 0}},
FrontEndVersion->"14.2 for Mac OS X ARM (64-bit) (March 16, 2025)",
StyleDefinitions->"Default.nb",
ExpressionUUID->"a68abeaf-41ba-46e4-a91b-e09f414e080e"
]
(* End of Notebook Content *)
(* Internal cache information *)
(*CellTagsOutline
CellTagsIndex->{}
*)
(*CellTagsIndex
CellTagsIndex->{}
*)
(*NotebookFileOutline
Notebook[{
Cell[561, 20, 3377, 69, 151, "Input",ExpressionUUID->"e5e34011-aa3d-4e95-90b1-863054ac32f5"],
Cell[CellGroupData[{
Cell[3963, 93, 5469, 117, 519, "Input",ExpressionUUID->"55c17c4f-14a9-40f1-a01c-ab0b0c9b3309"],
Cell[9435, 212, 32749, 630, 495, "Output",ExpressionUUID->"717b5d97-1bcc-4166-afa7-fd3dfa7f763d"]
}, Open ]]
}
]
*)