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) 2007 Fernando Luis Cacciola Carballal. All rights reserved. // // This file is part of CGAL (www.cgal.org). // // $URL: https://github.com/CGAL/cgal/blob/v6.1/Straight_skeleton_2/include/CGAL/Straight_skeleton_2/debug.h $ // $Id: include/CGAL/Straight_skeleton_2/debug.h b26b07a1242 $ // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // // Author(s) : Fernando Cacciola #ifndef CGAL_STRAIGHT_SKELETON_DEBUG_H #define CGAL_STRAIGHT_SKELETON_DEBUG_H 1 #include #include #ifdef CGAL_USE_CORE # include #endif #include #include #include #include #include #include template inline std::string o2str( std::optional const& o ) { std::ostringstream ss ; ss << std::setprecision(17) ; if ( o ) ss << *o ; else ss << "·NONE·" ; return ss.str(); } template inline std::string ptr2str( std::shared_ptr const& ptr ) { std::ostringstream ss ; ss << std::setprecision(17) ; if ( ptr ) ss << *ptr ; else ss << "·nullptr·" ; return ss.str(); } template inline std::string n2str( N const& n ) { std::ostringstream ss ; ss << std::setprecision(17); ss << n; return ss.str(); } #if 0 //CGAL_USE_CORE inline CORE::BigFloat to_big_float( CGAL::MP_Float const& n ) { return n.to_rational() ; } inline CORE::BigFloat to_big_float( CGAL::Quotient const& q ) { CORE::BigFloat n = to_big_float(q.numerator ()) ; CORE::BigFloat d = to_big_float(q.denominator()) ; if ( !d.isZeroIn()) return n / d ; else return CORE::BigFloat(std::numeric_limits::infinity()); } template inline CORE::BigFloat to_big_float( NT const& n ) { return CORE::BigFloat( CGAL_NTS to_double(n) ) ; } inline std::string n2str( CGAL::MP_Float const& n ) { std::ostringstream ss ; ss << std::setprecision(17) ; ss << to_big_float(n) ; return ss.str(); } inline std::string n2str( CGAL::Quotient< CGAL::MP_Float > const& n ) { std::ostringstream ss ; ss << std::setprecision(17) ; ss << to_big_float(n) ; return ss.str(); } #else inline std::string n2str( CGAL::MP_Float const& n ) { std::ostringstream ss ; ss << std::setprecision(17) ; ss << n ; return ss.str(); } inline std::string n2str( CGAL::Quotient< CGAL::MP_Float > const& n ) { std::ostringstream ss ; ss << std::setprecision(17) ; ss << n ; return ss.str(); } #endif template inline std::string xy2str( XY const& xy ) { std::ostringstream ss ; ss << "(" << n2str(xy.x()) << "," << n2str(xy.y()) << ")" ; return ss.str(); } template inline std::string dir2str( D const& d ) { std::ostringstream ss ; ss << "(" << n2str(d.dx()) << "," << n2str(d.dy()) << ")" ; return ss.str(); } template inline std::string p2str( P const& p ) { std::ostringstream ss ; ss << "(" << n2str(p.x()) << "," << n2str(p.y()) << ")" ; return ss.str(); } template inline std::string op2str( OP const& op ) { return op ? p2str(*op) : std::string("·NONE·"); } template inline std::string v2str( V const& v ) { std::ostringstream ss ; ss << std::setprecision(17) ; ss << "V" << v.id() << " " << p2str(v.point()) << " [" << v.time() << "]" ; return ss.str(); } template inline std::string vh2str( VH const& vh ) { VH null ; return vh != null ? v2str(*vh) : "NULL_VERTEX_HANDLE" ; } template inline std::string s2str( P const& s, P const& t ) { std::ostringstream ss ; ss << "{" << p2str(s) << " " << p2str(t) << "}" ; return ss.str(); } template inline std::string s2str( S const& seg ) { return s2str(seg.source(),seg.target()); } template inline std::string e2str( E const& e ) { std::ostringstream ss ; ss << std::setprecision(17) ; if ( e.is_bisector() ) { ss << "B" << e.id() << "[E" << e.defining_contour_edge()->id() << ",E" << e.opposite()->defining_contour_edge()->id() << "]" << " (S " << ( e.slope() == CGAL::ZERO ? "0" : ( e.slope() == CGAL::NEGATIVE ? "-" : "+" ) ) << "; T " << e.opposite()->vertex()->time() << " -> " << e.vertex()->time() << ")" ; } else { ss << "E" << e.id() ; } ss << " " << s2str(e.opposite()->vertex()->point(),e.vertex()->point()) ; return ss.str(); } template inline std::string eh2str( EH const& eh ) { EH null ; return eh != null ? e2str(*eh) : "NULL_HALFEDGE_HANDLE" ; } template inline std::string newb2str( char const* name, BH const& b ) { std::ostringstream ss ; ss << "New Bisector " << name << " is B" << b->id() << " [E" << b->defining_contour_edge()->id() << ",E" << b->opposite()->defining_contour_edge()->id() << "] {N" << b->prev()->prev()->vertex()->id() << "->B" << b->prev()->id() << "->N" << b->prev()->vertex()->id() << "->B" << b->id() << "->N" << b->vertex()->id() << "->B" << b->next()->id() << "->N" << b->next()->vertex()->id() << "}" ; return ss.str(); } template inline std::string newn2str( char const* name, VH const& v, Triedge const& aTriedge ) { std::ostringstream ss ; ss << std::setprecision(17) ; ss << "New Node " << name <<" is N" << v->id() << " at " << v->point() << " [E" << aTriedge.e0()->id() << ",E" << aTriedge.e1()->id() << ",E" << aTriedge.e2()->id() << "] incident halfedge: B" << v->halfedge()->id() << " primary bisector: B" << v->primary_bisector()->id() ; return ss.str(); } #if defined(CGAL_STRAIGHT_SKELETON_ENABLE_TRACE) \ || defined(CGAL_POLYGON_OFFSET_ENABLE_TRACE) \ || defined(CGAL_STRAIGHT_SKELETON_TRAITS_ENABLE_TRACE) \ || defined(CGAL_STRAIGHT_SKELETON_VALIDITY_ENABLE_TRACE) # # define CGAL_STSKEL_TRACE_ON bool sEnableTrace = true ; # define CGAL_STSKEL_ENABLE_TRACE sEnableTrace = true ; # define CGAL_STSKEL_DISABLE_TRACE sEnableTrace = false ; # include # include # include # include # define CGAL_STSKEL_TRACE(m) \ if ( sEnableTrace ) \ { \ std::ostringstream ss ; \ ss << std::setprecision(17) << m ; \ std::string s = ss.str(); \ Straight_skeleton_external_trace(s); \ } #endif #ifdef CGAL_STRAIGHT_SKELETON_ENABLE_TRACE # define CGAL_STSKEL_DEBUG_CODE(code) code # define CGAL_STSKEL_BUILDER_TRACE(l,m) if ( l <= CGAL_STRAIGHT_SKELETON_ENABLE_TRACE ) CGAL_STSKEL_TRACE(m) # define CGAL_STSKEL_BUILDER_TRACE_IF(c,l,m) if ( (c) && l <= CGAL_STRAIGHT_SKELETON_ENABLE_TRACE ) CGAL_STSKEL_TRACE(m) #else # define CGAL_STSKEL_DEBUG_CODE(code) # define CGAL_STSKEL_BUILDER_TRACE(l,m) # define CGAL_STSKEL_BUILDER_TRACE_IF(c,l,m) #endif #ifdef CGAL_POLYGON_OFFSET_ENABLE_TRACE # define CGAL_POLYOFFSET_DEBUG_CODE(code) code # define CGAL_POLYOFFSET_TRACE(l,m) if ( l <= CGAL_POLYGON_OFFSET_ENABLE_TRACE ) CGAL_STSKEL_TRACE(m) #else # define CGAL_POLYOFFSET_DEBUG_CODE(code) # define CGAL_POLYOFFSET_TRACE(l,m) #endif #ifdef CGAL_STRAIGHT_SKELETON_TRAITS_ENABLE_TRACE bool sEnableTraitsTrace = true; # define CGAL_STSKEL_TRAITS_ENABLE_TRACE sEnableTraitsTrace = true ; # define CGAL_STSKEL_TRAITS_ENABLE_TRACE_IF(cond) if ((cond)) sEnableTraitsTrace = true ; # define CGAL_STSKEL_TRAITS_DISABLE_TRACE sEnableTraitsTrace = false; # define CGAL_STSKEL_TRAITS_TRACE(m) \ if ( sEnableTraitsTrace ) \ { \ std::ostringstream ss ; \ ss << std::setprecision(17) ; \ ss << m ; \ std::string s = ss.str(); \ Straight_skeleton_traits_external_trace(s); \ } #else # define CGAL_STSKEL_TRAITS_ENABLE_TRACE # define CGAL_STSKEL_TRAITS_ENABLE_TRACE_IF(cond) # define CGAL_STSKEL_TRAITS_DISABLE_TRACE # define CGAL_STSKEL_TRAITS_TRACE(m) #endif #ifdef CGAL_STRAIGHT_SKELETON_VALIDITY_ENABLE_TRACE # define CGAL_STSKEL_VALIDITY_TRACE(m) CGAL_STSKEL_TRACE(m) # define CGAL_STSKEL_VALIDITY_TRACE_IF(cond,m) if ( cond ) CGAL_STSKEL_VALIDITY_TRACE(m) #else # define CGAL_STSKEL_VALIDITY_TRACE(m) # define CGAL_STSKEL_VALIDITY_TRACE_IF(cond,m) #endif #ifdef CGAL_STRAIGHT_SKELETON_PROFILING_ENABLED // Reserved use. DO NOT define this macro switch # include # include # include namespace CGAL { namespace CGAL_STRAIGHT_SKELETON_i_profiling { template char const* kernel_type() { return typeid(NT).name() ; } template<> char const* kernel_type () { return "double" ; } template<> char const* kernel_type() { return "Interval" ; } template<> char const* kernel_type< Quotient >() { return "MP_Float" ; } template<> char const* kernel_type () { return "Expr" ; } } // CGAL_STRAIGHT_SKELETON_i_profiling } // end namespace CGAL #define CGAL_STSKEL_ASSERT_PREDICATE_RESULT(expr,K,pred,error) \ { \ std::ostringstream predss ; \ predss << CGAL_STRAIGHT_SKELETON_i_profiling::kernel_type< typename K::FT >() << " . " << pred ; \ std::string preds = predss.str(); \ if ( ! is_certain((expr)) ) \ { \ std::ostringstream errss ; errss << error ; std::string errs = errss.str(); \ register_predicate_failure(preds,errs); \ } \ else register_predicate_success(preds); \ } #define CGAL_STSKEL_ASSERT_CONSTRUCTION_RESULT(expr,K,cons,error) \ { \ std::ostringstream consss ; \ consss << CGAL_STRAIGHT_SKELETON_i_profiling::kernel_type< typename K::FT >() << " . " << cons ; \ std::string conss = consss.str(); \ if ( !(expr) ) \ { \ std::ostringstream errss ; errss << error ; std::string errs = errss.str(); \ register_construction_failure(conss,errs); \ } \ else register_construction_success(conss); \ } #else #define CGAL_STSKEL_ASSERT_PREDICATE_RESULT(expr,K,pred,error) #define CGAL_STSKEL_ASSERT_CONSTRUCTION_RESULT(expr,K,cons,error) #endif #endif // CGAL_STRAIGHT_SKELETON_DEBUG_H // // EOF //