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
// Copyright (c) 2006-2008 Max-Planck-Institute Saarbruecken (Germany) // All rights reserved. // // This file is part of CGAL (www.cgal.org) // // $URL: https://github.com/CGAL/cgal/blob/v6.1/Number_types/include/CGAL/utils_classes.h $ // $Id: include/CGAL/utils_classes.h b26b07a1242 $ // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // // // Author(s) : Michael Hemmer #ifndef CGAL_UTILS_CLASSES_H #define CGAL_UTILS_CLASSES_H #include #include // for std::less #include // for std::min and max #ifdef CGAL_USE_SSE2_MAX #include #endif namespace CGAL { template < class A, class B = A > struct Equal_to : public CGAL::cpp98::binary_function< A, B, bool > { bool operator()( const A& x, const B& y) const { return x == y; } }; template < class A, class B = A > struct Not_equal_to : public CGAL::cpp98::binary_function< A, B, bool > { bool operator()( const A& x, const B& y) const { return x != y; } }; template < class A, class B = A > struct Greater : public CGAL::cpp98::binary_function< A, B, bool > { bool operator()( const A& x, const B& y) const { return x > y; } }; template < class A, class B = A > struct Less : public CGAL::cpp98::binary_function< A, B, bool > { bool operator()( const A& x, const B& y) const { return x < y; } }; template < class A, class B = A > struct Greater_equal : public CGAL::cpp98::binary_function< A, B, bool > { bool operator()( const A& x, const B& y) const { return x >= y; } }; template < class A, class B = A > struct Less_equal : public CGAL::cpp98::binary_function< A, B, bool > { bool operator()( const A& x, const B& y) const { return x <= y; } }; template < class NT, class Less = std::less< NT > > struct Min :public CGAL::cpp98::binary_function< NT, NT, NT > { Min() {} Min(const Less& c_) : c(c_) {} NT operator()( const NT& x, const NT& y) const { return (std::min)( x, y, c); } protected: Less c; }; template < class NT, class Less = std::less< NT > > struct Max :public CGAL::cpp98::binary_function< NT, NT, NT > { Max() {} Max(const Less& c_) : c(c_) {} NT operator()( const NT& x, const NT& y) const { return (std::max)( x, y, c); } protected: Less c; }; #ifdef CGAL_USE_SSE2_MAX inline double sse2max(double a, double b, double c, double d) { __m128d A =_mm_load_sd(&a); __m128d B =_mm_load_sd(&b); __m128d C =_mm_load_sd(&c); __m128d D =_mm_load_sd(&d); __m128d AB = _mm_max_sd(A,B); __m128d CD = _mm_max_sd(C,D); A = _mm_max_sd(AB,CD); _mm_store_sd(&a, A); return a; } inline double sse2max(double a, double b, double c) { __m128d A =_mm_load_sd(&a); __m128d B =_mm_load_sd(&b); __m128d C =_mm_load_sd(&c); __m128d AB = _mm_max_sd(A,B); A = _mm_max_sd(AB,C); _mm_store_sd(&a, A); return a; } inline double sse2max(double a, double b) { __m128d A =_mm_load_sd(&a); __m128d B =_mm_load_sd(&b); __m128d C = _mm_max_sd(A,B); _mm_store_sd(&a, C); return a; } #if 0 // Doing things in parallel seems the way to go // but copying to/from arrays has too much overhead // a = max(a,a2) b = max(b,b2) inline void sse2mmax2(double& a, double a2, double& b, double b2) { CGAL_ALIGN_16 double res[2]; res[0] = a; res[1] = b; __m128d F =_mm_load_pd(res); res[0] = a2; res[1] = b2; __m128d S =_mm_load_pd(res); __m128d C = _mm_max_pd(F,S); _mm_store_pd(res, C); a = res[0]; b = res[1]; } #endif inline double sse2min(double a, double b, double c, double d) { __m128d A =_mm_load_sd(&a); __m128d B =_mm_load_sd(&b); __m128d C =_mm_load_sd(&c); __m128d D =_mm_load_sd(&d); __m128d AB = _mm_min_sd(A,B); __m128d CD = _mm_min_sd(C,D); A = _mm_min_sd(AB,CD); _mm_store_sd(&a, A); return a; } inline double sse2min(double a, double b, double c) { __m128d A =_mm_load_sd(&a); __m128d B =_mm_load_sd(&b); __m128d C =_mm_load_sd(&c); __m128d AB = _mm_min_sd(A,B); A = _mm_min_sd(AB,C); _mm_store_sd(&a, A); return a; } inline double sse2min(double a, double b) { __m128d A =_mm_load_sd(&a); __m128d B =_mm_load_sd(&b); __m128d C = _mm_min_sd(A,B); _mm_store_sd(&a, C); return a; } inline void sse2minmax(double& a, double b, double& c) { __m128d A =_mm_load_sd(&a); __m128d B =_mm_load_sd(&b); __m128d C =_mm_load_sd(&c); __m128d AB = _mm_min_sd(A,B); A = _mm_min_sd(AB,C); _mm_store_sd(&a, A); AB = _mm_max_pd(A,B); C = _mm_max_sd(AB,C); _mm_store_sd(&c, C); } #endif // CGAL_USE_SSE2_MAX template <> struct Max :public CGAL::cpp98::binary_function< double, double, double > { Max() {} double operator()( const double& x, const double& y) const { #ifdef CGAL_USE_SSE2_MAX return sse2max(x,y); #else return (std::max)( x, y); #endif } double operator()( double x, double y, double z) const { #ifdef CGAL_USE_SSE2_MAX return sse2max(x,y,z); #else return (std::max)((std::max)( x, y), z); #endif } double operator()( double w,double x, double y, double z) const { #ifdef CGAL_USE_SSE2_MAX return sse2max(w,x,y,z); #else return (std::max)((std::max)( x, y), (std::max)(w,z)); #endif } }; template <> struct Min :public CGAL::cpp98::binary_function< double, double, double > { Min() {} double operator()( const double& x, const double& y) const { #ifdef CGAL_USE_SSE2_MAX return sse2min(x,y); #else return (std::min)( x, y); #endif } double operator()( double x, double y, double z) const { #ifdef CGAL_USE_SSE2_MAX return sse2min(x,y,z); #else return (std::min)((std::min)( x, y), z); #endif } double operator()( double w,double x, double y, double z) const { #ifdef CGAL_USE_SSE2_MAX return sse2min(w,x,y,z); #else return (std::min)((std::min)( x, y), (std::min)(w,z)); #endif } }; template< class T > class Is_valid : public CGAL::cpp98::unary_function< T, bool > { public: bool operator()( const T& ) const { return true; }; }; namespace internal { // utility class to be used for calling exact(Lazy) when doing accumulation with EPECK template struct Evaluate { template void operator()(const T&) {} }; } // internal namespace } //namespace CGAL #endif // CGAL_UTILS_CLASSES_H