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
/////////////////////////////////////////////////////////////////////////////// // median.hpp // // Copyright 2006 Eric Niebler, Olivier Gygi. 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_MEDIAN_HPP_EAN_28_10_2005 #define BOOST_ACCUMULATORS_STATISTICS_MEDIAN_HPP_EAN_28_10_2005 #include #include #include #include #include #include #include #include #include #include #include #include namespace boost { namespace accumulators { namespace impl { /////////////////////////////////////////////////////////////////////////////// // median_impl // /** @brief Median estimation based on the \f$P^2\f$ quantile estimator The \f$P^2\f$ algorithm is invoked with a quantile probability of 0.5. */ template struct median_impl : accumulator_base { // for boost::result_of typedef typename numeric::functional::fdiv::result_type result_type; median_impl(dont_care) {} template result_type result(Args const &args) const { return p_square_quantile_for_median(args); } // serialization is done by accumulators it depends on template void serialize(Archive & ar, const unsigned int file_version) {} }; /////////////////////////////////////////////////////////////////////////////// // with_density_median_impl // /** @brief Median estimation based on the density estimator The algorithm determines the bin in which the \f$0.5*cnt\f$-th sample lies, \f$cnt\f$ being the total number of samples. It returns the approximate horizontal position of this sample, based on a linear interpolation inside the bin. */ template struct with_density_median_impl : accumulator_base { typedef typename numeric::functional::fdiv::result_type float_type; typedef std::vector > histogram_type; typedef iterator_range range_type; // for boost::result_of typedef float_type result_type; template with_density_median_impl(Args const &args) : sum(numeric::fdiv(args[sample | Sample()], (std::size_t)1)) , is_dirty(true) { } void operator ()(dont_care) { this->is_dirty = true; } template result_type result(Args const &args) const { if (this->is_dirty) { this->is_dirty = false; std::size_t cnt = count(args); range_type histogram = density(args); typename range_type::iterator it = histogram.begin(); while (this->sum < 0.5 * cnt) { this->sum += it->second * cnt; ++it; } --it; float_type over = numeric::fdiv(this->sum - 0.5 * cnt, it->second * cnt); this->median = it->first * over + (it + 1)->first * (1. - over); } return this->median; } // make this accumulator serializeable template void serialize(Archive & ar, const unsigned int file_version) { ar & sum; ar & is_dirty; ar & median; } private: mutable float_type sum; mutable bool is_dirty; mutable float_type median; }; /////////////////////////////////////////////////////////////////////////////// // with_p_square_cumulative_distribution_median_impl // /** @brief Median estimation based on the \f$P^2\f$ cumulative distribution estimator The algorithm determines the first (leftmost) bin with a height exceeding 0.5. It returns the approximate horizontal position of where the cumulative distribution equals 0.5, based on a linear interpolation inside the bin. */ template struct with_p_square_cumulative_distribution_median_impl : accumulator_base { typedef typename numeric::functional::fdiv::result_type float_type; typedef std::vector > histogram_type; typedef iterator_range range_type; // for boost::result_of typedef float_type result_type; with_p_square_cumulative_distribution_median_impl(dont_care) : is_dirty(true) { } void operator ()(dont_care) { this->is_dirty = true; } template result_type result(Args const &args) const { if (this->is_dirty) { this->is_dirty = false; range_type histogram = p_square_cumulative_distribution(args); typename range_type::iterator it = histogram.begin(); while (it->second < 0.5) { ++it; } float_type over = numeric::fdiv(it->second - 0.5, it->second - (it - 1)->second); this->median = it->first * over + (it + 1)->first * ( 1. - over ); } return this->median; } // make this accumulator serializeable template void serialize(Archive & ar, const unsigned int file_version) { ar & is_dirty; ar & median; } private: mutable bool is_dirty; mutable float_type median; }; } // namespace impl /////////////////////////////////////////////////////////////////////////////// // tag::median // tag::with_densisty_median // tag::with_p_square_cumulative_distribution_median // namespace tag { struct median : depends_on { /// INTERNAL ONLY /// typedef accumulators::impl::median_impl impl; }; struct with_density_median : depends_on { /// INTERNAL ONLY /// typedef accumulators::impl::with_density_median_impl impl; }; struct with_p_square_cumulative_distribution_median : depends_on { /// INTERNAL ONLY /// typedef accumulators::impl::with_p_square_cumulative_distribution_median_impl impl; }; } /////////////////////////////////////////////////////////////////////////////// // extract::median // extract::with_density_median // extract::with_p_square_cumulative_distribution_median // namespace extract { extractor const median = {}; extractor const with_density_median = {}; extractor const with_p_square_cumulative_distribution_median = {}; BOOST_ACCUMULATORS_IGNORE_GLOBAL(median) BOOST_ACCUMULATORS_IGNORE_GLOBAL(with_density_median) BOOST_ACCUMULATORS_IGNORE_GLOBAL(with_p_square_cumulative_distribution_median) } using extract::median; using extract::with_density_median; using extract::with_p_square_cumulative_distribution_median; // median(with_p_square_quantile) -> median template<> struct as_feature { typedef tag::median type; }; // median(with_density) -> with_density_median template<> struct as_feature { typedef tag::with_density_median type; }; // median(with_p_square_cumulative_distribution) -> with_p_square_cumulative_distribution_median template<> struct as_feature { typedef tag::with_p_square_cumulative_distribution_median type; }; // for the purposes of feature-based dependency resolution, // with_density_median and with_p_square_cumulative_distribution_median // provide the same feature as median template<> struct feature_of : feature_of { }; template<> struct feature_of : feature_of { }; // So that median can be automatically substituted with // weighted_median when the weight parameter is non-void. template<> struct as_weighted_feature { typedef tag::weighted_median type; }; template<> struct feature_of : feature_of { }; // So that with_density_median can be automatically substituted with // with_density_weighted_median when the weight parameter is non-void. template<> struct as_weighted_feature { typedef tag::with_density_weighted_median type; }; template<> struct feature_of : feature_of { }; // So that with_p_square_cumulative_distribution_median can be automatically substituted with // with_p_square_cumulative_distribution_weighted_median when the weight parameter is non-void. template<> struct as_weighted_feature { typedef tag::with_p_square_cumulative_distribution_weighted_median type; }; template<> struct feature_of : feature_of { }; }} // namespace boost::accumulators #endif