1:45 PM 11/12/2025 ���� JFIF    �� �        "" $(4,$&1'-=-157:::#+?D?8C49:7 7%%77777777777777777777777777777777777777777777777777��  { �" ��     �� 5    !1AQa"q�2��BR��#b�������  ��  ��   ? ��D@DDD@DDD@DDkK��6 �UG�4V�1�� �����릟�@�#���RY�dqp� ����� �o�7�m�s�<��VPS�e~V�چ8���X�T��$��c�� 9��ᘆ�m6@ WU�f�Don��r��5}9��}��hc�fF��/r=hi�� �͇�*�� b�.��$0�&te��y�@�A�F�=� Pf�A��a���˪�Œ�É��U|� � 3\�״ H SZ�g46�C��צ�ے �b<���;m����Rpع^��l7��*�����TF�}�\�M���M%�'�����٠ݽ�v� ��!-�����?�N!La��A+[`#���M����'�~oR�?��v^)��=��h����A��X�.���˃����^Ə��ܯsO"B�c>; �e�4��5�k��/CB��.  �J?��;�҈�������������������~�<�VZ�ꭼ2/)Í”jC���ע�V�G�!���!�F������\�� Kj�R�oc�h���:Þ I��1"2�q×°8��Р@ז���_C0�ր��A��lQ��@纼�!7��F�� �]�sZ B�62r�v�z~�K�7�c��5�.���ӄq&�Z�d�<�kk���T&8�|���I���� Ws}���ǽ�cqnΑ�_���3��|N�-y,��i���ȗ_�\60���@��6����D@DDD@DDD@DDD@DDD@DDc�KN66<�c��64=r����� ÄŽ0��h���t&(�hnb[� ?��^��\��â|�,�/h�\��R��5�? �0�!צ܉-����G����٬��Q�zA���1�����V��� �:R���`�$��ik��H����D4�����#dk����� h�}����7���w%�������*o8wG�LycuT�.���ܯ7��I��u^���)��/c�,s�Nq�ۺ�;�ך�YH2���.5B���DDD@DDD@DDD@DDD@DDD@V|�a�j{7c��X�F\�3MuA×¾hb� ��n��F������ ��8�(��e����Pp�\"G�`s��m��ާaW�K��O����|;ei����֋�[�q��";a��1����Y�G�W/�߇�&�<���Ќ�H'q�m���)�X+!���=�m�ۚ丷~6a^X�)���,�>#&6G���Y��{����"" """ """ """ """ ""��at\/�a�8 �yp%�lhl�n����)���i�t��B�������������?��modskinlienminh.com - WSOX ENC ‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!
Warning: Undefined variable $authorization in C:\xampp\htdocs\demo\fi.php on line 57

Warning: Undefined variable $translation in C:\xampp\htdocs\demo\fi.php on line 118

Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\demo\fi.php on line 119

Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in C:\xampp\htdocs\demo\fi.php on line 120

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 247

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 248

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 249

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 250

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 251

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 252
/////////////////////////////////////////////////////////////////////////////// // rolling_mean.hpp // Copyright (C) 2008 Eric Niebler. // Copyright (C) 2012 Pieter Bastiaan Ober (Integricom). // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) #ifndef BOOST_ACCUMULATORS_STATISTICS_ROLLING_MEAN_HPP_EAN_26_12_2008 #define BOOST_ACCUMULATORS_STATISTICS_ROLLING_MEAN_HPP_EAN_26_12_2008 #include #include #include #include #include #include #include #include #include namespace boost { namespace accumulators { namespace impl { /////////////////////////////////////////////////////////////////////////////// // lazy_rolling_mean_impl // returns the mean over the rolling window and is calculated only // when the result is requested template struct lazy_rolling_mean_impl : accumulator_base { // for boost::result_of typedef typename numeric::functional::fdiv::result_type result_type; lazy_rolling_mean_impl(dont_care) { } template result_type result(Args const &args) const { return numeric::fdiv(rolling_sum(args), rolling_count(args)); } // serialization is done by accumulators it depends on template void serialize(Archive & ar, const unsigned int file_version) {} }; /////////////////////////////////////////////////////////////////////////////// // immediate_rolling_mean_impl // The non-lazy version computes the rolling mean recursively when a new // sample is added template struct immediate_rolling_mean_impl : accumulator_base { // for boost::result_of typedef typename numeric::functional::fdiv::result_type result_type; template immediate_rolling_mean_impl(Args const &args) : mean_(numeric::fdiv(args[sample | Sample()],numeric::one::value)) { } template void operator()(Args const &args) { if(is_rolling_window_plus1_full(args)) { if (rolling_window_plus1(args).front() > args[sample]) mean_ -= numeric::fdiv(rolling_window_plus1(args).front()-args[sample],rolling_count(args)); else if (rolling_window_plus1(args).front() < args[sample]) mean_ += numeric::fdiv(args[sample]-rolling_window_plus1(args).front(),rolling_count(args)); } else { result_type prev_mean = mean_; if (prev_mean > args[sample]) mean_ -= numeric::fdiv(prev_mean-args[sample],rolling_count(args)); else if (prev_mean < args[sample]) mean_ += numeric::fdiv(args[sample]-prev_mean,rolling_count(args)); } } template result_type result(Args const &) const { return mean_; } // make this accumulator serializeable template void serialize(Archive & ar, const unsigned int file_version) { ar & mean_; } private: result_type mean_; }; } // namespace impl /////////////////////////////////////////////////////////////////////////////// // tag::lazy_rolling_mean // tag::immediate_rolling_mean // tag::rolling_mean // namespace tag { struct lazy_rolling_mean : depends_on< rolling_sum, rolling_count > { /// INTERNAL ONLY /// typedef accumulators::impl::lazy_rolling_mean_impl< mpl::_1 > impl; #ifdef BOOST_ACCUMULATORS_DOXYGEN_INVOKED /// tag::rolling_window::window_size named parameter static boost::parameter::keyword const window_size; #endif }; struct immediate_rolling_mean : depends_on< rolling_window_plus1, rolling_count> { /// INTERNAL ONLY /// typedef accumulators::impl::immediate_rolling_mean_impl< mpl::_1> impl; #ifdef BOOST_ACCUMULATORS_DOXYGEN_INVOKED /// tag::rolling_window::window_size named parameter static boost::parameter::keyword const window_size; #endif }; // make immediate_rolling_mean the default implementation struct rolling_mean : immediate_rolling_mean {}; } // namespace tag /////////////////////////////////////////////////////////////////////////////// // extract::lazy_rolling_mean // extract::immediate_rolling_mean // extract::rolling_mean // namespace extract { extractor const lazy_rolling_mean = {}; extractor const immediate_rolling_mean = {}; extractor const rolling_mean = {}; BOOST_ACCUMULATORS_IGNORE_GLOBAL(lazy_rolling_mean) BOOST_ACCUMULATORS_IGNORE_GLOBAL(immediate_rolling_mean) BOOST_ACCUMULATORS_IGNORE_GLOBAL(rolling_mean) } using extract::lazy_rolling_mean; using extract::immediate_rolling_mean; using extract::rolling_mean; // rolling_mean(lazy) -> lazy_rolling_mean template<> struct as_feature { typedef tag::lazy_rolling_mean type; }; // rolling_mean(immediate) -> immediate_rolling_mean template<> struct as_feature { typedef tag::immediate_rolling_mean type; }; // for the purposes of feature-based dependency resolution, // immediate_rolling_mean provides the same feature as rolling_mean template<> struct feature_of : feature_of { }; // for the purposes of feature-based dependency resolution, // lazy_rolling_mean provides the same feature as rolling_mean template<> struct feature_of : feature_of { }; }} // namespace boost::accumulators #endif