diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..833e78f --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*kdev4 +build diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..9716c1b --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,59 @@ + +qps-1.10.17 / 2017-09-22 +======================== + + * some whitespaces fixed + * l10n: Polish translation + * Remove obsolete cpack + * Removed not needed ressource file + * some small fixes + * Fixed About page + * Fixed outdated FSF address in license headers + * Removed: It may be used, distributed and modified without limitation. - not exactly true. + * Added license headers + * Fix typo + * Fix license headers for files with clearly known authorship + * remove some empty files + * fixed encoding and added a proper GPL2 file header + * Renamed LICENSE -> COPYING + * Another set of licenseheader fixes + * Fixed some typos in comments (CMakeLists.txt) Fixed licenseheader: src/wchan.cpp UTF-8 and filename Fixed licenseheader: src/watchdogdialog.* filetype and UTF-8 Fixed licenseheader: src/watchcond.* UTF-8 Fixed licenseheader: src/ttystr.cpp filentype and UTF-8 + * Work around grep 2.23 new behaviour + * Removes not needed file + * Fixes CPack package version + * Fixes misnaming of binary qps + * Use CMAKE PROJECT_NAME instead of PROJECT + * Removes Icon related commented code + * Removes the custom QtIconLoader + * Use QIcon::fromTheme() instead of the internal QtIconLoader + * Adds the resources as an target dependency + * Puts TableField sctruct on it's own file + * Puts the QpsApp in it's own file + * Splits the command file into several files + * Puts Command utilities into it's own file + * Updates translations sources + * Removes toolTip, statusTip, whatsThis and accesibleName from watchdog.ui + * Removes stylesheets commented stuff + * Include a copy of the license + * Install application icon + * Updates translation sources + * Adds desktop entry file + * Adds application internationalization / localization + * Set the minimum required CMake version to 3.0.2 + * Add install instruction in CMakeLists.txt + * Add clang-format file and format all files + +v1.10.16 / 2015-06-14 +===================== + + * Ported to Qt5 and fixed all warnings + * Added .gitignore + * remove + * fix + * fix + * fix + * hashstr length up to 128*8 + * added + * fixed + * added source files + * commit diff --git a/CMakeLists.txt b/CMakeLists.txt index 4f7a5d8..934858d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ endif() set(MAJOR_VERSION 1) set(MINOR_VERSION 10) -set(PATCH_VERSION 16) +set(PATCH_VERSION 17) set(QPS_VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}) add_definitions(-DQPS_VERSION="${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}") @@ -56,13 +56,3 @@ install(FILES icon/qps.png DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/icons/hicolor/48x48/apps" ) - -# building tar-ball with CPack -include(InstallRequiredSystemLibraries) -set(CPACK_PACKAGE_VERSION_MAJOR ${MAJOR_VERSION}) -set(CPACK_PACKAGE_VERSION_MINOR ${MINOR_VERSION}) -set(CPACK_PACKAGE_VERSION_PATCH ${PATCH_VERSION}) -set(CPACK_GENERATOR TBZ2) -set(CPACK_SOURCE_GENERATOR TBZ2) -set(CPACK_SOURCE_IGNORE_FILES /build/;.gitignore;.*~;.git;.kdev4;temp) -include(CPack) diff --git a/LICENSE.QPL b/LICENSE.QPL new file mode 100644 index 0000000..4ae0c73 --- /dev/null +++ b/LICENSE.QPL @@ -0,0 +1,103 @@ + THE Q PUBLIC LICENSE + version 1.0 + + Copyright (C) 1999-2006 Trolltech AS, Norway. + Everyone is permitted to copy and + distribute this license document. + +The intent of this license is to establish freedom to share and change the +software regulated by this license under the open source model. + +This license applies to any software containing a notice placed by the +copyright holder saying that it may be distributed under the terms of +the Q Public License version 1.0. Such software is herein referred to as +the Software. This license covers modification and distribution of the +Software, use of third-party application programs based on the Software, +and development of free software which uses the Software. + + Granted Rights + +1. You are granted the non-exclusive rights set forth in this license + provided you agree to and comply with any and all conditions in this + license. Whole or partial distribution of the Software, or software + items that link with the Software, in any form signifies acceptance of + this license. + +2. You may copy and distribute the Software in unmodified form provided + that the entire package, including - but not restricted to - copyright, + trademark notices and disclaimers, as released by the initial developer + of the Software, is distributed. + +3. You may make modifications to the Software and distribute your + modifications, in a form that is separate from the Software, such as + patches. The following restrictions apply to modifications: + + a. Modifications must not alter or remove any copyright notices in + the Software. + + b. When modifications to the Software are released under this + license, a non-exclusive royalty-free right is granted to the + initial developer of the Software to distribute your modification + in future versions of the Software provided such versions remain + available under these terms in addition to any other license(s) of + the initial developer. + +4. You may distribute machine-executable forms of the Software or + machine-executable forms of modified versions of the Software, provided + that you meet these restrictions: + + a. You must include this license document in the distribution. + + b. You must ensure that all recipients of the machine-executable forms + are also able to receive the complete machine-readable source code + to the distributed Software, including all modifications, without + any charge beyond the costs of data transfer, and place prominent + notices in the distribution explaining this. + + c. You must ensure that all modifications included in the + machine-executable forms are available under the terms of this + license. + +5. You may use the original or modified versions of the Software to + compile, link and run application programs legally developed by you + or by others. + +6. You may develop application programs, reusable components and other + software items that link with the original or modified versions of the + Software. These items, when distributed, are subject to the following + requirements: + + a. You must ensure that all recipients of machine-executable forms of + these items are also able to receive and use the complete + machine-readable source code to the items without any charge + beyond the costs of data transfer. + + b. You must explicitly license all recipients of your items to use + and re-distribute original and modified versions of the items in + both machine-executable and source code forms. The recipients must + be able to do so without any charges whatsoever, and they must be + able to re-distribute to anyone they choose. + + + c. If the items are not available to the general public, and the + initial developer of the Software requests a copy of the items, + then you must supply one. + + Limitations of Liability + +In no event shall the initial developers or copyright holders be liable +for any damages whatsoever, including - but not restricted to - lost +revenue or profits or other direct, indirect, special, incidental or +consequential damages, even if they have been advised of the possibility +of such damages, except to the extent invariable law, if any, provides +otherwise. + + No Warranty + +The Software and this license document are provided AS IS with NO WARRANTY +OF ANY KIND, INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE. + Choice of Law + +This license is governed by the Laws of Norway. Disputes shall be settled +by Oslo City Court. diff --git a/debian/changelog b/debian/changelog index aef55b7..8c81809 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,11 @@ -qps (1.10.17-1) UNRELEASED; urgency=medium +qps (1.10.17-1) unstable; urgency=medium * Cherry-picking upstream-version 1.10.17. * Bumped Standards to 4.1.0 - no changes needed * Changed CMAKE_BUILD_TYPE to RelWithDebInfo * Bumped dephelper to >= 10 and compat to 10 - removed --parallel from rules - -- Alf Gaida Fri, 22 Sep 2017 00:24:15 +0200 + -- Alf Gaida Fri, 22 Sep 2017 00:41:35 +0200 qps (1.10.16-29-g7e679db-1) unstable; urgency=medium diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ea4f847..b6e0abb 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,20 +1,19 @@ - -set(SOURCES - proc.cpp +set(SOURCES + proc.cpp qpsapp.cpp - qps.cpp + qps.cpp screenshot.cpp - pstable.cpp - uidstr.cpp - ttystr.cpp - dialogs.cpp - infobar.cpp - fieldsel.cpp - wchan.cpp - prefs.cpp - lookup.cpp - details.cpp - command.cpp + pstable.cpp + uidstr.cpp + ttystr.cpp + dialogs.cpp + infobar.cpp + fieldsel.cpp + wchan.cpp + prefs.cpp + lookup.cpp + details.cpp + command.cpp commandutils.cpp commandmodel.cpp commanddialog.cpp @@ -23,27 +22,27 @@ set(SOURCES watchcond.cpp listmodel.cpp watchdogdialog.cpp - misc.cpp - trayicon.cpp - htable.cpp -# htable2.cpp -# pstable2.cpp - qttableview.cpp + misc.cpp + trayicon.cpp + htable.cpp + # htable2.cpp + # pstable2.cpp + qttableview.cpp ) -SET(HEADERS +SET(HEADERS qpsapp.h - qps.h - screenshot.h - pstable.h - dialogs.h - fieldsel.h - prefs.h - infobar.h - lookup.h - details.h + qps.h + screenshot.h + pstable.h + dialogs.h + fieldsel.h + prefs.h + infobar.h + lookup.h + details.h tablefield.h - command.h + command.h commandutils.h commandmodel.h commanddialog.h @@ -52,12 +51,12 @@ SET(HEADERS watchcond.h listmodel.h watchdogdialog.h - misc.h - trayicon.h - htable.h -# htable2.h -# pstable2.h - qttableview.h + misc.h + trayicon.h + htable.h + # htable2.h + # pstable2.h + qttableview.h ) set(UIS diff --git a/src/checkboxdelegate.cpp b/src/checkboxdelegate.cpp index 2479941..3258fad 100644 --- a/src/checkboxdelegate.cpp +++ b/src/checkboxdelegate.cpp @@ -1,11 +1,28 @@ -// checkboxdelegate.cpp -// -// This program is free software. See the file COPYING for details. -// Author: Mattias EngdegÃ¥rd, 1997-1999 +/* + * checkboxdelegate.cpp + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ #include "checkboxdelegate.h" - #include + checkBoxDelegate::checkBoxDelegate(QObject *parent) : QItemDelegate(parent) {} //! [0] @@ -91,4 +108,3 @@ void checkBoxDelegate::paint(QPainter *painter, } // QSize QAbstractItemDelegate::sizeHint ( const QStyleOptionViewItem & option, // const QModelIndex & index ) const [pure virtual] - diff --git a/src/checkboxdelegate.h b/src/checkboxdelegate.h index 66b8650..6989c21 100644 --- a/src/checkboxdelegate.h +++ b/src/checkboxdelegate.h @@ -1,8 +1,24 @@ -// checkboxdelegate.h -// -// This program is free software. See the file COPYING for details. -// Author: Mattias EngdegÃ¥rd, 1997-1999 - +/* + * checkboxdelegate.h + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ #ifndef CHECKBOXDELEGATE_H #define CHECKBOXDELEGATE_H diff --git a/src/command.cpp b/src/command.cpp index 22bde6c..447e972 100644 --- a/src/command.cpp +++ b/src/command.cpp @@ -1,7 +1,24 @@ -// command.cpp -// -// This program is free software. See the file COPYING for details. -// Author: Mattias EngdegÃ¥rd, 1997-1999 +/* + * command.cpp + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ #include #include @@ -179,7 +196,7 @@ void Command::call(Procinfo *p) null then segfault occurs. ? } - + connect(pr, SIGNAL(started()), this, SLOT(cmd_started())); connect(pr, SIGNAL(finished ( int , QProcess::ExitStatus )),this,SLOT(cmd_finished ( int , QProcess::ExitStatus ))); diff --git a/src/command.h b/src/command.h index 8f4824c..c586b00 100644 --- a/src/command.h +++ b/src/command.h @@ -1,7 +1,24 @@ -// command.h -// -// This program is free software. See the file COPYING for details. -// Author: Mattias EngdegÃ¥rd, 1997-1999 +/* + * command.h + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ #ifndef COMMAND_H #define COMMAND_H diff --git a/src/commanddialog.cpp b/src/commanddialog.cpp index 68cf22b..12d75cf 100644 --- a/src/commanddialog.cpp +++ b/src/commanddialog.cpp @@ -1,7 +1,24 @@ -// commanddialog.cpp -// -// This program is free software. See the file COPYING for details. -// Author: Mattias EngdegÃ¥rd, 1997-1999 +/* + * commanddialog.cpp + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ #include "commanddialog.h" @@ -115,7 +132,7 @@ CommandDialog::CommandDialog() TBloon *bloon = new TBloon(this); /// for(int i = 0; i < commands.size(); i++) /// listview->insertItem(commands[i]->name); - // listview->addItem(commands[i]->name); + /// listview->addItem(commands[i]->name); /// vbox->freeze(); } @@ -254,4 +271,3 @@ void CommandDialog::del_current() emit command_change(); // notice to refresh menu_commands } } - diff --git a/src/commanddialog.h b/src/commanddialog.h index 6979da0..0e460b1 100644 --- a/src/commanddialog.h +++ b/src/commanddialog.h @@ -1,8 +1,24 @@ -// commanddialog.h -// -// This program is free software. See the file COPYING for details. -// Author: Mattias EngdegÃ¥rd, 1997-1999 - +/* + * commanddialog.h + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ #ifndef COMMANDDIALOG_H #define COMMANDDIALOG_H diff --git a/src/commandmodel.cpp b/src/commandmodel.cpp index d9e0a12..e055a72 100644 --- a/src/commandmodel.cpp +++ b/src/commandmodel.cpp @@ -1,10 +1,26 @@ -// commandmodel.cpp -// -// This program is free software. See the file COPYING for details. -// Author: Mattias EngdegÃ¥rd, 1997-1999 +/* + * commandmodel.cpp + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ #include "commandmodel.h" - #include "command.h" extern QList commands; diff --git a/src/commandmodel.h b/src/commandmodel.h index 5c8f7f3..db1c728 100644 --- a/src/commandmodel.h +++ b/src/commandmodel.h @@ -1,7 +1,24 @@ -// commandmodel.h -// -// This program is free software. See the file COPYING for details. -// Author: Mattias EngdegÃ¥rd, 1997-1999 +/* + * commandmodel.h + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ #include diff --git a/src/commandutils.cpp b/src/commandutils.cpp index 53ae849..48e1d7b 100644 --- a/src/commandutils.cpp +++ b/src/commandutils.cpp @@ -1,10 +1,26 @@ -// commandutils.cpp -// -// This program is free software. See the file COPYING for details. -// Author: Mattias EngdegÃ¥rd, 1997-1999 +/* + * commandutils.cpp + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ #include "commandutils.h" - #include extern QList commands; @@ -73,4 +89,3 @@ void add_default_command() // check_commandAll(); DEL? } - diff --git a/src/commandutils.h b/src/commandutils.h index 64b7637..c27c442 100644 --- a/src/commandutils.h +++ b/src/commandutils.h @@ -1,7 +1,24 @@ -// commandutils.h -// -// This program is free software. See the file COPYING for details. -// Author: Mattias EngdegÃ¥rd, 1997-1999 +/* + * commandutils.h + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ #ifndef COMMANDUTILS_H #define COMMANDUTILS_H diff --git a/src/config.h b/src/config.h index 86c569e..7e908bf 100644 --- a/src/config.h +++ b/src/config.h @@ -1,7 +1,24 @@ -// config.h -*-c++-*- -// -// This program is free software. See the file COPYING for details. -// Author: Mattias Engdegård, 1997-1999 +/* + * config.h + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ #ifndef CONFIG_H #define CONFIG_H diff --git a/src/ctrlbar.cpp b/src/ctrlbar.cpp deleted file mode 100644 index e69de29..0000000 diff --git a/src/ctrlbar.h b/src/ctrlbar.h deleted file mode 100644 index e69de29..0000000 diff --git a/src/details.cpp b/src/details.cpp index 4ca8002..877cf4f 100644 --- a/src/details.cpp +++ b/src/details.cpp @@ -1,7 +1,24 @@ -// details.cpp -// -// This program is free software. See the file COPYING for details. -// Author: Mattias Engdegård, 1997-1999 +/* + * details.cpp + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ #include #include diff --git a/src/details.h b/src/details.h index 445e2a7..313bef9 100644 --- a/src/details.h +++ b/src/details.h @@ -1,7 +1,24 @@ -// details.h -// -// This program is free software. See the file COPYING for details. -// Author: Mattias Engdegård, 1997-1999 +/* + * details.h + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ #ifndef DETAILS_H #define DETAILS_H diff --git a/src/dialogs.cpp b/src/dialogs.cpp index 54b0100..73d597d 100644 --- a/src/dialogs.cpp +++ b/src/dialogs.cpp @@ -1,7 +1,24 @@ -// dialogs.cpp -// -// This program is free software. See the file COPYING for details. -// Author: Mattias Engdegård, 1997-1999 +/* + * dialogs.cpp + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ #include "qps.h" #include "dialogs.h" diff --git a/src/dialogs.h b/src/dialogs.h index d57682b..f11650f 100644 --- a/src/dialogs.h +++ b/src/dialogs.h @@ -1,7 +1,25 @@ -// dialogs.h -// -// This program is free software. See the file COPYING for details. -// Author: Mattias Engdegård, 1997-1999 +/* + * dialogs.h + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ + // misc. handy dialogs for use everywhere diff --git a/src/execwindow.cpp b/src/execwindow.cpp index 40c457a..1b24bb5 100644 --- a/src/execwindow.cpp +++ b/src/execwindow.cpp @@ -1,10 +1,26 @@ -// execwindow.cpp -// -// This program is free software. See the file COPYING for details. -// Author: Mattias EngdegÃ¥rd, 1997-1999 +/* + * execwindow.cpp + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ #include "execwindow.h" - #include "watchcond.h" QList execlist; @@ -109,4 +125,3 @@ void ExecWindow::setText(QString str) textEdit->append(str); // label->setText(str); } - diff --git a/src/execwindow.h b/src/execwindow.h index 933a988..969c32c 100644 --- a/src/execwindow.h +++ b/src/execwindow.h @@ -1,10 +1,27 @@ -// execwindow.h -// -// This program is free software. See the file COPYING for details. -// Author: Mattias EngdegÃ¥rd, 1997-1999 +/* + * execwindow.h + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ #ifndef EXECWINDOW_H -#define EXECWINDOW_H +#define EXECWINDOW_H #include #include diff --git a/src/fieldsel.cpp b/src/fieldsel.cpp index 4b179b1..978e8c5 100644 --- a/src/fieldsel.cpp +++ b/src/fieldsel.cpp @@ -1,8 +1,24 @@ -// indent by VIM -// fieldsel.cpp -// -// This program is free software. See the file COPYING for details. -// Author: Mattias Engdegård, 1997-1999 +/* + * fieldsel.cpp + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ #include "fieldsel.h" diff --git a/src/fieldsel.h b/src/fieldsel.h index 0e3b266..55e2906 100644 --- a/src/fieldsel.h +++ b/src/fieldsel.h @@ -1,7 +1,24 @@ -// fieldsel.h -// -// This program is free software. See the file COPYING for details. -// Author: Mattias Engdegård, 1997-1999 +/* + * fieldsel.h + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ #ifndef FIELDSEL_H #define FIELDSEL_H diff --git a/src/global.h b/src/global.h index 8c09fa0..6f0d194 100644 --- a/src/global.h +++ b/src/global.h @@ -1,3 +1,26 @@ +/* + * stable.h + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 2014 dae hyun, yang + * Copyright 2015 Paulo Lieuthier + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ + #ifndef GLOBAL_H #define GLOBAL_H diff --git a/src/htable.cpp b/src/htable.cpp index b1b8377..4e3ed4c 100644 --- a/src/htable.cpp +++ b/src/htable.cpp @@ -1,10 +1,29 @@ +/* + * htable.cpp + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ + + // very dirty and complex code ( fasthyun@magicn.com) // Disaster !! -// htable.cpp -// This program is free software. See the file COPYING for details. -// Author: Mattias EngdegÃ¥rd, 1997-1999 - // TODO: // * autoscroll speed proportional to distance from edge // * interface to add/remove rows (for disclosure triangles) diff --git a/src/htable.h b/src/htable.h index e3ed662..2a2d358 100644 --- a/src/htable.h +++ b/src/htable.h @@ -1,7 +1,24 @@ -// htable.h -// -// This program is free software. See the file COPYING for details. -// Author: Mattias EngdegÃ¥rd, 1997-1999 +/* + * htable.h + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * This file is part of qps -- Qt-based visual process status monitor + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ // This file defines the HeadedTable class. // A HeadedTable is a QTableView with one line of headers over each column. diff --git a/src/htable2.cpp b/src/htable2.cpp index c726b87..b2c4768 100644 --- a/src/htable2.cpp +++ b/src/htable2.cpp @@ -1,3 +1,25 @@ +/* + * htable2.cpp + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 2014 dae hyun, yang + * Copyright 2015 Paulo Lieuthier + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ #include "htable2.h" HtableModel::HtableModel(QObject *parent) : QAbstractItemModel(parent) diff --git a/src/htable2.h b/src/htable2.h index b59b177..c111a71 100644 --- a/src/htable2.h +++ b/src/htable2.h @@ -1,9 +1,30 @@ +/* + * htable2.h + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 2014 dae hyun, yang + * Copyright 2015 Paulo Lieuthier + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ #include #include #include #include - #include class HeadedTable2; diff --git a/src/infobar.cpp b/src/infobar.cpp index 0ff1cf2..4f7356f 100644 --- a/src/infobar.cpp +++ b/src/infobar.cpp @@ -1,9 +1,25 @@ -// infobar.cpp -// -// This program is free software. See the file COPYING for details. -// Author: Mattias EngdegÃ¥rd, 1997-1999 +/* + * infobar.cpp + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ -// 13,245,200 #include #include #include diff --git a/src/infobar.h b/src/infobar.h index 5090294..102b80d 100644 --- a/src/infobar.h +++ b/src/infobar.h @@ -1,7 +1,24 @@ -// infobar.h -// -// This program is free software. See the file COPYING for details. -// Author: Mattias EngdegÃ¥rd, 1997-1999 +/* + * infobar.h + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ #ifndef INFOBAR_H #define INFOBAR_H diff --git a/src/listmodel.cpp b/src/listmodel.cpp index 3b73325..5ffbbcc 100644 --- a/src/listmodel.cpp +++ b/src/listmodel.cpp @@ -1,10 +1,26 @@ -// listmodel.cpp -// -// This program is free software. See the file COPYING for details. -// Author: Mattias EngdegÃ¥rd, 1997-1999 +/* + * listmodel.cpp + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ #include "listmodel.h" - #include "watchcond.h" extern QList watchlist; @@ -104,4 +120,3 @@ QVariant ListModel::data(const QModelIndex &index, int role) const } return QVariant(); } - diff --git a/src/listmodel.h b/src/listmodel.h index 9be3901..745416d 100644 --- a/src/listmodel.h +++ b/src/listmodel.h @@ -1,7 +1,24 @@ -// listmodel.h -// -// This program is free software. See the file COPYING for details. -// Author: Mattias EngdegÃ¥rd, 1997-1999 +/* + * listmodel.h + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ #ifndef LISTMODEL_H #define LISTMODEL_H diff --git a/src/lookup.cpp b/src/lookup.cpp index 3a2e28a..eef7111 100644 --- a/src/lookup.cpp +++ b/src/lookup.cpp @@ -1,7 +1,24 @@ -// lookup.cpp -// -// This program is free software. See the file COPYING for details. -// Author: Mattias EngdegÃ¥rd, 1997-1999 +/* + * lookup.cpp + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ // This module implements asynchronous address->hostname lookup. diff --git a/src/lookup.h b/src/lookup.h index 58c57e1..9cb8d0a 100644 --- a/src/lookup.h +++ b/src/lookup.h @@ -1,7 +1,24 @@ -// lookup.h -// -// This program is free software. See the file COPYING for details. -// Author: Mattias EngdegÃ¥rd, 1997-1999 +/* + * lookup.h + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ #ifndef LOOKUP_H #define LOOKUP_H diff --git a/src/misc.cpp b/src/misc.cpp index e0a1553..0ebd8da 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -1,3 +1,25 @@ +/* + * misc.cpp + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 2014 dae hyun, yang + * Copyright 2015 Paulo Lieuthier + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ #include "misc.h" diff --git a/src/misc.h b/src/misc.h index a3ba99e..aea90f6 100644 --- a/src/misc.h +++ b/src/misc.h @@ -1,3 +1,26 @@ +/* + * misc.h + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 2014 dae hyun, yang + * Copyright 2015 Paulo Lieuthier + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ + #ifndef MISC_H #define MISC_H diff --git a/src/prefs.cpp b/src/prefs.cpp index 757d5aa..20f9afe 100644 --- a/src/prefs.cpp +++ b/src/prefs.cpp @@ -1,7 +1,24 @@ -// prefs.cpp -// -// This program is free software. See the file COPYING for details. -// Author: Mattias EngdegÃ¥rd, 1997-1999 +/* + * prefs.cpp + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ #include "prefs.h" #include "proc.h" diff --git a/src/prefs.h b/src/prefs.h index 205cc6a..eafdd3b 100644 --- a/src/prefs.h +++ b/src/prefs.h @@ -1,7 +1,24 @@ -// prefs.h -// -// This program is free software. See the file COPYING for details. -// Author: Mattias EngdegÃ¥rd, 1997-1999 +/* + * prefs.h + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ #ifndef PREFS_H #define PREFS_H diff --git a/src/proc.cpp b/src/proc.cpp index e79fff2..bf48dcb 100644 --- a/src/proc.cpp +++ b/src/proc.cpp @@ -1,8 +1,25 @@ -// proc.cpp for Linux -// -// This program is free software. See the file COPYING for details. -// Author: Mattias EngdegÃ¥rd, 1997-1999 -// Oliver +/* + * proc.cpp for Linux + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * Copyright Olivier Daudel + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ /* LWP (Light Weight Process): just thread, mainly used in Solaris diff --git a/src/proc.h b/src/proc.h index d97825f..0634f70 100644 --- a/src/proc.h +++ b/src/proc.h @@ -1,8 +1,24 @@ -// proc.h -// -// This program is free software. See the file COPYING for details. -// Author: Mattias EngdegÃ¥rd, 1997-1999 -// +/* + * proc.h + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ #ifndef PROC_H #define PROC_H diff --git a/src/proc_common.cpp b/src/proc_common.cpp index c55a66d..0e27664 100644 --- a/src/proc_common.cpp +++ b/src/proc_common.cpp @@ -1,3 +1,26 @@ +/* + * fm-search-uri.c + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 2015 Hong Jen Yee (PCMan) + * Copyright 2012-2014 Andriy Grytsenko (LStranger) + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ + // for Non-ASCII locale //#include diff --git a/src/proc_linux.cpp b/src/proc_linux.cpp index e79fff2..7b4ecdd 100644 --- a/src/proc_linux.cpp +++ b/src/proc_linux.cpp @@ -1,8 +1,24 @@ -// proc.cpp for Linux -// -// This program is free software. See the file COPYING for details. -// Author: Mattias EngdegÃ¥rd, 1997-1999 -// Oliver +/* + * proc.cpp for Linux + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * Copyright Olivier Daudel + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ /* LWP (Light Weight Process): just thread, mainly used in Solaris diff --git a/src/proc_mosix.cpp b/src/proc_mosix.cpp index 348e64d..57ea5b4 100644 --- a/src/proc_mosix.cpp +++ b/src/proc_mosix.cpp @@ -1,7 +1,24 @@ -// proc.cpp -// -// This program is free software. See the file COPYING for details. -// Author: Mattias EngdegÃ¥rd, 1997-1999 +/* + * proc_mosix.cpp + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ #include #include diff --git a/src/proc_solaris.cpp b/src/proc_solaris.cpp index a06f963..f7999af 100644 --- a/src/proc_solaris.cpp +++ b/src/proc_solaris.cpp @@ -1,8 +1,24 @@ -// proc.cpp for Solaris (SunOS) -// -// This program is free software. See the file COPYING for details. -// Author: Mattias Engdegård, 1997-1999 -// José Luis Sánchez, 2005 +/* + * proc.cpp for Solaris (SunOS) + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * Copyright 2005 José Luis Sánchez + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ #include #include @@ -34,20 +50,20 @@ /* * If you want an "#ifdef solaris", the portable way is - + #if defined (__SVR4) && defined (__sun) - + This should work on gcc, sun cc, and lots o other compilers, on both sparc and intel. If for some reason, you want to know that Sun forte CC (c++) compiler is being used, something that seems to work is - + #if defined(__SUNPRO_CC) - + Whereas for forte cc (regular C), you can use - + #if defined(__SUNPRO_C) - + */ #include "proc_common.cpp" @@ -345,7 +361,7 @@ int Procinfo::readproc() gettimeofday(&tv, 0); // current_time, sys/time , tv.tv_sec, tv.tv_usec - // god dam!!!! if that dont reel in¿ the ladies then nothing will!!!! + // god dam!!!! if that dont reel in the ladies then nothing will!!!! // No state = psi.pr_lwp.pr_sname; // no diff --git a/src/pstable.cpp b/src/pstable.cpp index e6daaf8..f46fae3 100644 --- a/src/pstable.cpp +++ b/src/pstable.cpp @@ -1,7 +1,24 @@ -// pstable.cpp -// -// This program is free software. See the file COPYING for details. -// Author: Mattias EngdegÃ¥rd, 1997-1999 +/* + * pstable.cpp + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ // ** toooo complex,so need new Design ... should be more simple.. (by // fasthyun@magicn.com) diff --git a/src/pstable.h b/src/pstable.h index 1f88a1e..2d256ef 100644 --- a/src/pstable.h +++ b/src/pstable.h @@ -1,7 +1,24 @@ -// pstable.h -// -// This program is free software. See the file COPYING for details. -// Author: Mattias EngdegÃ¥rd, 1997-1999 +/* + * pstable.h + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ #ifndef PSTABLE_H #define PSTABLE_H diff --git a/src/pstable2.cpp b/src/pstable2.cpp index 2cb932c..76f374e 100644 --- a/src/pstable2.cpp +++ b/src/pstable2.cpp @@ -1,3 +1,25 @@ +/* + * pstable2.cpp + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 2014 dae hyun, yang + * Copyright 2015 Paulo Lieuthier + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ #include "pstable2.h" int flag_x = 0; diff --git a/src/pstable2.h b/src/pstable2.h index 4eaac40..c46fcc7 100644 --- a/src/pstable2.h +++ b/src/pstable2.h @@ -1,3 +1,25 @@ +/* + * pstable2.h + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 2014 dae hyun, yang + * Copyright 2015 Paulo Lieuthier + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ #include "proc.h" #include "htable2.h" diff --git a/src/qps.cpp b/src/qps.cpp index 9cf4611..3728721 100644 --- a/src/qps.cpp +++ b/src/qps.cpp @@ -1,8 +1,26 @@ -// qps -- Qt-based visual process status monitor -// This program is free software. See the file COPYING for details. -// Author: Mattias EngdegÃ¥rd, 1997-1999 -// fasthyun@magicn.com 2005-2012 -// daehyun.yang@gmail.com 2015- +/* + * qps.cpp + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * Copyright 2005-2012 fasthyun@magicn.com + * Copyright 2015- daehyun.yang@gmail.com + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ // TODO & MEMO /* @@ -11,9 +29,8 @@ * 1. F_CMDLINE should be rightmost field * 2. F_PROCESSNAME shoud be leftmost field and NEVER removed! * - * - * */ + // . Memory Hole or Qt's string allocate bug? // . clipboard copy [CMDLINE,PID,USERNAME...] // . [klog] table cache. @@ -238,9 +255,9 @@ Qps::Qps() connect(m_options, SIGNAL(aboutToShow()), SLOT(update_menu_status())); - QMenu *m_help = new QMenu("Help", this); + QMenu *m_help = new QMenu("&Help", this); // m_help->addAction("FAQ", this, SLOT(license())); - m_help->addAction(QIcon::fromTheme("help-about"), "Feedback", this, + m_help->addAction(QIcon::fromTheme("help-about"), "&About", this, SLOT(about())); // menu = new QMenuBar(this); @@ -1382,7 +1399,7 @@ void Qps::context_heading_menu(QPoint p, int col) if (init == 0) { - /* #ifdef SHash + /* #ifdef SHash SHash::const_iterator it=procview->categories.begin(); QList keys; for ( ; it != procview->categories.end(); it++ ) @@ -2310,35 +2327,26 @@ void Qps::about() "using Qt library "); str.append(qVersion()); - // s.append(url); - str.append("" + str.append("

" + "Source: http://github.com/QtDesktop/qps/" "
" - "http://kldp.net/projects/" - "qps"); + "Bugtracker: https://github.com/QtDesktop/qps/issues" + ); + label->setText(str); str = ""; - str.append("
Bug, Complains, Opinion, Patch to
" - "
" - "daehyun.yang@gmail.com
" - "
" - "
Contributors
" - "
Olivier.Daudel@u-paris10.fr
" - "
jsanchez@todounix.homeip.net
" - "
\ - Vince Schiavoni (hlingler@verizon.net)\ -
" - "
" - "
Original Qps by
" - "
" - " Mattias Engdeg?rd\n" //"(f91-men@nada.kth.se)\n" - "
"); - - // QPushButton *contribut = new QPushButton(tr("&More")); - - // moreButton->setCheckable(true); - // moreButton->setAutoDefault(false); + str.append("Original Qps by
" + "Mattias Engdegård (f91-men@nada.kth.se)

" + "Contributors
" + "Olivier.Daudel@u-paris10.fr
" + "jsanchez@todounix.homeip.net
" + "daehyun.yang@gmail.com
" + "Luís Pereira (luis.artur.pereira@gmail.com)
" + "Alf Gaida (agaida@siduction.org)
" + "Paulo Lieuthier (paulolieuthier@gmail.com)
" + "Jerome Leclanche (jerome@leclan.ch)
" + ); browser->setText(str); diff --git a/src/qps.h b/src/qps.h index e488bdf..1e77f52 100644 --- a/src/qps.h +++ b/src/qps.h @@ -1,7 +1,24 @@ -// qps.h -// -// This program is free software. See the file COPYING for details. -// Author: Mattias EngdegÃ¥rd, 1997-1999 +/* + * qps.h + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ #ifndef QPS_H #define QPS_H diff --git a/src/qpsapp.cpp b/src/qpsapp.cpp index 479ca93..5678f6a 100644 --- a/src/qpsapp.cpp +++ b/src/qpsapp.cpp @@ -1,7 +1,26 @@ -// This program is free software. See the file COPYING for details. -// Author: Mattias EngdegÃ¥rd, 1997-1999 -// fasthyun@magicn.com 2005-2012 -// daehyun.yang@gmail.com 2015- +/* + * qpsapp.cpp + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * Copyright 2005-2012 fasthyun@magicn.com + * Copyright 2015- daehyun.yang@gmail.com + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ #include "qpsapp.h" diff --git a/src/qpsapp.h b/src/qpsapp.h index e19ef75..210a826 100644 --- a/src/qpsapp.h +++ b/src/qpsapp.h @@ -1,9 +1,26 @@ -// qpsapp.h -// -// This program is free software. See the file COPYING for details. -// Author: Mattias EngdegÃ¥rd, 1997-1999 -// fasthyun@magicn.com 2005-2012 -// daehyun.yang@gmail.com 2015- +/* + * qpsapp.h + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * Copyright 2005-2012 fasthyun@magicn.com + * Copyright 2015- daehyun.yang@gmail.com + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ #ifndef QPSAPP_H #define QPSAPP_H diff --git a/src/qrc_qps.cpp b/src/qrc_qps.cpp deleted file mode 100644 index ad9944e..0000000 --- a/src/qrc_qps.cpp +++ /dev/null @@ -1,1205 +0,0 @@ -/**************************************************************************** -** Resource object code -** -** Created by: The Resource Compiler for Qt version 4.8.6 -** -** WARNING! All changes made in this file will be lost! -*****************************************************************************/ - -#include - -static const unsigned char qt_resource_data[] = { - // /home/hyun/qps/icon/vcross.png - 0x0, 0x0, 0x2, 0x90, 0x89, 0x50, 0x4e, 0x47, 0xd, 0xa, 0x1a, 0xa, - 0x0, 0x0, 0x0, 0xd, 0x49, 0x48, 0x44, 0x52, 0x0, 0x0, 0x0, 0x10, - 0x0, 0x0, 0x0, 0x10, 0x8, 0x6, 0x0, 0x0, 0x0, 0x1f, 0xf3, 0xff, - 0x61, 0x0, 0x0, 0x0, 0x1, 0x73, 0x52, 0x47, 0x42, 0x0, 0xae, 0xce, - 0x1c, 0xe9, 0x0, 0x0, 0x0, 0x6, 0x62, 0x4b, 0x47, 0x44, 0x0, 0xff, - 0x0, 0xff, 0x0, 0xff, 0xa0, 0xbd, 0xa7, 0x93, 0x0, 0x0, 0x0, 0x9, - 0x70, 0x48, 0x59, 0x73, 0x0, 0x0, 0xb, 0x13, 0x0, 0x0, 0xb, 0x13, - 0x1, 0x0, 0x9a, 0x9c, 0x18, 0x0, 0x0, 0x0, 0x7, 0x74, 0x49, 0x4d, - 0x45, 0x7, 0xd8, 0x9, 0x5, 0xc, 0x1e, 0x19, 0xb1, 0x47, 0xc8, 0xda, - 0x0, 0x0, 0x2, 0x10, 0x49, 0x44, 0x41, 0x54, 0x38, 0xcb, 0xb5, 0x93, - 0x4d, 0x68, 0x13, 0x51, 0x14, 0x85, 0xbf, 0x99, 0x69, 0xfe, 0x25, 0x49, - 0xdb, 0xa4, 0xc6, 0x46, 0x44, 0x13, 0x3, 0x65, 0x28, 0x26, 0x6d, 0x35, - 0x20, 0xa5, 0x34, 0x56, 0xb3, 0xd0, 0xa0, 0x2d, 0x6e, 0xec, 0xce, 0x85, - 0x20, 0x5, 0xdd, 0x15, 0x17, 0x82, 0xd8, 0x4d, 0x6b, 0x95, 0xe8, 0x46, - 0x37, 0x6e, 0x74, 0x23, 0x82, 0x9b, 0xe2, 0x42, 0x5b, 0x23, 0x2d, 0x45, - 0x41, 0x4, 0x5d, 0x74, 0xa1, 0x42, 0xc8, 0xc6, 0x14, 0x2c, 0xa1, 0xa5, - 0x51, 0x26, 0x94, 0xb4, 0xf9, 0x99, 0xcc, 0xb8, 0xc9, 0xe8, 0x88, 0xa, - 0x1, 0xf1, 0xc2, 0xe5, 0x3d, 0x78, 0xef, 0x9e, 0x7b, 0x39, 0xf7, 0x1c, - 0xf8, 0x5f, 0x11, 0x6d, 0x2c, 0x4a, 0xad, 0xfc, 0x13, 0x4d, 0xa7, 0x91, - 0x16, 0x0, 0xb5, 0x58, 0x72, 0x2, 0x82, 0x39, 0xb3, 0x7e, 0x8f, 0x35, - 0xeb, 0xf7, 0x58, 0x4d, 0xf5, 0x6d, 0x3f, 0x80, 0x62, 0x99, 0xd9, 0x5a, - 0xf4, 0xe5, 0xcd, 0x6, 0xd0, 0x7, 0xec, 0x36, 0x77, 0xd1, 0xfd, 0x1e, - 0x9, 0x20, 0xba, 0x78, 0x4b, 0x95, 0x97, 0x6f, 0x37, 0xae, 0xb8, 0xec, - 0x5d, 0x46, 0x9d, 0x31, 0x81, 0x5e, 0xb1, 0x5b, 0x25, 0xbb, 0xb2, 0xb5, - 0x2, 0xec, 0x1, 0x8e, 0x9a, 0x1, 0x84, 0xcd, 0x52, 0x43, 0xf7, 0x7b, - 0x9c, 0xb6, 0xed, 0xea, 0x27, 0x41, 0xd3, 0xf4, 0x74, 0xb9, 0x92, 0x0, - 0xf6, 0x3, 0x9a, 0x31, 0x82, 0xa0, 0xeb, 0xc8, 0x7, 0xce, 0xa7, 0xb7, - 0x5d, 0xf, 0x26, 0x97, 0x94, 0x40, 0x7b, 0x78, 0x25, 0x75, 0x6d, 0x18, - 0xf8, 0x2, 0x28, 0xf2, 0x72, 0x5a, 0x19, 0xd9, 0x2c, 0xa9, 0xef, 0x47, - 0xaf, 0xfb, 0xf6, 0x8a, 0xe2, 0x9, 0xa0, 0x1, 0x78, 0xcd, 0x1c, 0x68, - 0xb9, 0x63, 0x93, 0xb9, 0x27, 0x95, 0xda, 0xfa, 0xb7, 0xa0, 0x2f, 0x54, - 0xde, 0xe5, 0x10, 0xdc, 0xe7, 0x86, 0xbb, 0x81, 0x2e, 0x20, 0xa2, 0xb6, - 0x49, 0x94, 0x1d, 0x56, 0x1, 0x88, 0xaf, 0x69, 0x5a, 0xd, 0x58, 0x5, - 0xa, 0x6, 0x9, 0x22, 0xa0, 0x35, 0x99, 0xd7, 0x75, 0x70, 0xe4, 0xa4, - 0xa4, 0xe3, 0xc8, 0xf3, 0x69, 0xa5, 0x16, 0xe, 0xce, 0x49, 0x43, 0xbd, - 0x67, 0xf3, 0x8f, 0x96, 0x52, 0x8d, 0x87, 0x99, 0x2a, 0x50, 0x2, 0x3e, - 0x3, 0xa, 0xa0, 0xff, 0x69, 0x75, 0xa2, 0x5c, 0xcd, 0x58, 0x1, 0x71, - 0x22, 0x12, 0x8c, 0xf, 0x3e, 0x9d, 0x52, 0x7, 0xba, 0x3b, 0x92, 0xc0, - 0x19, 0x20, 0xe6, 0x8c, 0xf7, 0xb8, 0x5b, 0xd2, 0x40, 0xd6, 0xef, 0x71, - 0xd, 0x64, 0x66, 0xeb, 0x89, 0x8b, 0xa7, 0xd2, 0xf2, 0xc2, 0xcc, 0x6a, - 0x40, 0x14, 0x2e, 0x0, 0x72, 0x4b, 0xc5, 0xb1, 0x17, 0x37, 0xd4, 0xa1, - 0xb9, 0x29, 0x35, 0xe2, 0x73, 0x1f, 0x7, 0xc6, 0xbd, 0x13, 0xa7, 0x3b, - 0x4f, 0xde, 0xbb, 0xfc, 0xb6, 0x7f, 0x7e, 0xba, 0xa, 0x8c, 0x1, 0x1d, - 0x26, 0xee, 0x7e, 0x5e, 0x8c, 0x88, 0xe4, 0xd7, 0x3f, 0xaa, 0x82, 0xa0, - 0x15, 0xa2, 0x61, 0x19, 0x78, 0xa3, 0xdc, 0x7f, 0xf6, 0x75, 0x23, 0x14, - 0x90, 0x4b, 0x6e, 0x97, 0x5, 0x28, 0x36, 0x57, 0x7c, 0xf0, 0xb7, 0xce, - 0xfd, 0xb, 0x33, 0x6a, 0xf2, 0xf1, 0xd5, 0x77, 0x40, 0x10, 0x18, 0x7, - 0x12, 0xe6, 0xf7, 0x94, 0xcd, 0x12, 0x1a, 0xb9, 0x7b, 0xa9, 0x10, 0x79, - 0x7d, 0x67, 0x47, 0x70, 0xda, 0x46, 0x81, 0x43, 0xbf, 0x4c, 0x60, 0xaf, - 0xd6, 0xb5, 0x62, 0xa7, 0xfb, 0x30, 0x10, 0x2, 0x76, 0x80, 0x57, 0x66, - 0x80, 0xf9, 0x6a, 0x3d, 0xbf, 0xd1, 0xb3, 0xaf, 0xdd, 0x56, 0xa9, 0x59, - 0x9c, 0x83, 0xbd, 0x5e, 0xc0, 0x43, 0x53, 0xe3, 0xe6, 0xe8, 0x6b, 0x2a, - 0x71, 0xd, 0xf8, 0xf0, 0x37, 0x9f, 0x35, 0xfd, 0x92, 0x3, 0xb6, 0xfe, - 0xd9, 0xb5, 0xdf, 0x1, 0x18, 0x93, 0xa5, 0x78, 0x64, 0xd8, 0xcb, 0x95, - 0x0, 0x0, 0x0, 0x0, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, - // /home/hyun/qps/icon/vpointer.png - 0x0, 0x0, 0x2, 0x94, 0x89, 0x50, 0x4e, 0x47, 0xd, 0xa, 0x1a, 0xa, - 0x0, 0x0, 0x0, 0xd, 0x49, 0x48, 0x44, 0x52, 0x0, 0x0, 0x0, 0x10, - 0x0, 0x0, 0x0, 0x10, 0x8, 0x6, 0x0, 0x0, 0x0, 0x1f, 0xf3, 0xff, - 0x61, 0x0, 0x0, 0x0, 0x1, 0x73, 0x52, 0x47, 0x42, 0x0, 0xae, 0xce, - 0x1c, 0xe9, 0x0, 0x0, 0x0, 0x6, 0x62, 0x4b, 0x47, 0x44, 0x0, 0xff, - 0x0, 0xff, 0x0, 0xff, 0xa0, 0xbd, 0xa7, 0x93, 0x0, 0x0, 0x0, 0x9, - 0x70, 0x48, 0x59, 0x73, 0x0, 0x0, 0xb, 0x13, 0x0, 0x0, 0xb, 0x13, - 0x1, 0x0, 0x9a, 0x9c, 0x18, 0x0, 0x0, 0x0, 0x7, 0x74, 0x49, 0x4d, - 0x45, 0x7, 0xd8, 0x7, 0x10, 0x13, 0x18, 0x20, 0x77, 0x95, 0x1a, 0xd5, - 0x0, 0x0, 0x2, 0x14, 0x49, 0x44, 0x41, 0x54, 0x38, 0xcb, 0x75, 0x93, - 0xbf, 0x6b, 0x14, 0x41, 0x14, 0xc7, 0x3f, 0x33, 0x3b, 0x7b, 0x7b, 0xc6, - 0xe4, 0xbc, 0xf3, 0x7, 0xa2, 0x46, 0x90, 0x44, 0x44, 0xb4, 0x8, 0x36, - 0xa6, 0xb6, 0x4a, 0x63, 0x2b, 0x39, 0x82, 0xc5, 0xd9, 0x88, 0x6, 0x3d, - 0xb4, 0x10, 0x11, 0xfc, 0x17, 0xd2, 0x5, 0x44, 0xb4, 0x38, 0xb1, 0xd0, - 0x10, 0xb8, 0x42, 0x2c, 0x22, 0x91, 0x13, 0x2c, 0xd, 0xd8, 0x44, 0x5, - 0x51, 0x24, 0xc9, 0x36, 0xb7, 0x7a, 0x4a, 0x2e, 0xa7, 0xc9, 0x5d, 0x32, - 0xbb, 0x63, 0xe1, 0x4c, 0xb2, 0x2e, 0xfa, 0x60, 0x19, 0xf6, 0xbd, 0xef, - 0xfb, 0xbe, 0xef, 0xbc, 0xf7, 0x46, 0xf0, 0xc7, 0x24, 0x3b, 0xe6, 0x1, - 0x7b, 0x80, 0x0, 0x50, 0x36, 0x16, 0xdb, 0xaf, 0x3, 0xfc, 0x2, 0x8c, - 0xf5, 0xb, 0x65, 0x93, 0x84, 0x75, 0x1a, 0xb, 0x94, 0x80, 0x2c, 0x97, - 0xcb, 0x67, 0x85, 0x10, 0x26, 0x8a, 0xa2, 0xa8, 0xd1, 0x68, 0x2c, 0xdb, - 0x98, 0xc9, 0xe4, 0x6c, 0x2b, 0xf0, 0xec, 0xe9, 0x3, 0x7, 0xd5, 0xd0, - 0xa1, 0xa3, 0x23, 0xf1, 0xbc, 0x19, 0x89, 0xe7, 0x4d, 0xe5, 0xce, 0xcd, - 0x6b, 0xc0, 0x20, 0xd0, 0xef, 0xc8, 0xad, 0x42, 0x3f, 0x2d, 0x9d, 0x14, - 0x63, 0xb2, 0xeb, 0xc4, 0xe0, 0x80, 0x73, 0xf6, 0x96, 0x9a, 0x4d, 0x20, - 0x9f, 0xb9, 0x6a, 0x2, 0x24, 0x2a, 0x93, 0xbc, 0x2d, 0xab, 0x33, 0xb7, - 0xd0, 0x2d, 0x8e, 0x4f, 0x9f, 0x3b, 0xec, 0xf7, 0xed, 0xd7, 0x5a, 0x2b, - 0xab, 0x50, 0x67, 0xf0, 0x46, 0x66, 0x58, 0xdd, 0xdd, 0x0, 0xf4, 0xea, - 0x93, 0xc9, 0x57, 0x1f, 0x1e, 0x55, 0x66, 0xdd, 0x7f, 0x2a, 0xe6, 0x14, - 0x18, 0xc7, 0xac, 0x52, 0x4e, 0x47, 0x98, 0x43, 0x4a, 0x88, 0x13, 0xa4, - 0x94, 0xce, 0xdf, 0xef, 0x12, 0x1d, 0x4e, 0x1, 0xaa, 0x54, 0x2a, 0xe5, - 0xb5, 0xd6, 0xb9, 0x4e, 0xa7, 0x93, 0x73, 0xe3, 0x1, 0x36, 0x4f, 0x4e, - 0x3c, 0x1c, 0xd7, 0x5a, 0xab, 0x81, 0x52, 0x69, 0xaf, 0xc5, 0xee, 0xb3, - 0x24, 0xb1, 0xc5, 0xf4, 0x14, 0x90, 0x8c, 0x8d, 0x8d, 0x15, 0x5a, 0xad, - 0xd6, 0x81, 0x6f, 0x2f, 0x6e, 0x2f, 0x0, 0x8c, 0x5c, 0x7a, 0x3c, 0xd1, - 0x6c, 0x36, 0x97, 0xbf, 0x3c, 0xa8, 0xcc, 0xe8, 0x9c, 0xe4, 0xcc, 0xe4, - 0xcc, 0x24, 0xc0, 0xb1, 0xb5, 0xe7, 0xef, 0x3, 0xdf, 0xe3, 0xfc, 0xdd, - 0x97, 0x37, 0xa6, 0xa6, 0xa6, 0xea, 0x40, 0x57, 0x1, 0x5b, 0x8b, 0x8b, - 0x8b, 0x5f, 0x57, 0x56, 0x56, 0x18, 0x2, 0xb6, 0x74, 0x8c, 0x10, 0xc2, - 0xb, 0xc3, 0xf0, 0xe7, 0x6e, 0x29, 0xf0, 0x62, 0x83, 0x31, 0x46, 0x0, - 0x4, 0xbe, 0x47, 0x3e, 0xa7, 0x68, 0xb5, 0x5a, 0x4b, 0xc0, 0x26, 0xd0, - 0x15, 0xa9, 0x3d, 0x28, 0xd9, 0xd, 0x14, 0xa7, 0x7a, 0x73, 0x9f, 0x7d, - 0xe5, 0x31, 0x7c, 0xe1, 0xde, 0xc5, 0x42, 0xa1, 0x50, 0x7c, 0x73, 0xbf, - 0x3c, 0x6d, 0xc, 0x8c, 0x5e, 0x79, 0x7a, 0xbd, 0x56, 0xab, 0x3d, 0xb3, - 0xf2, 0x7f, 0x0, 0x1b, 0x32, 0xd5, 0xbc, 0x36, 0xb0, 0xa, 0x74, 0x85, - 0x10, 0xac, 0xf7, 0xb6, 0xa8, 0xd7, 0xeb, 0xef, 0x3c, 0xcf, 0x4b, 0x12, - 0x63, 0xc8, 0xf9, 0x1e, 0x61, 0x18, 0xbe, 0xb6, 0x95, 0x23, 0x60, 0xdd, - 0xf6, 0xe2, 0x2f, 0xeb, 0x3, 0x8e, 0x0, 0xc3, 0xc0, 0x69, 0xb7, 0x89, - 0xd5, 0x6a, 0xf5, 0x16, 0x70, 0xdc, 0xc6, 0x8a, 0xe9, 0xd1, 0xab, 0xc, - 0x41, 0xf, 0xf8, 0xe, 0x14, 0xec, 0x78, 0x1, 0x68, 0xb7, 0xdb, 0x1f, - 0xed, 0x23, 0xda, 0xb0, 0x95, 0xcd, 0xff, 0x8, 0x9c, 0xa4, 0x36, 0x20, - 0x47, 0xaf, 0xce, 0x5e, 0xe, 0x82, 0xa0, 0xf8, 0x29, 0x8a, 0xde, 0x2, - 0x6b, 0x56, 0xbe, 0x4e, 0x13, 0x8, 0xfe, 0x6d, 0x22, 0xd5, 0xd4, 0x75, - 0x5b, 0x59, 0xdb, 0xd3, 0xa4, 0x81, 0xbf, 0x1, 0x8e, 0x94, 0xc6, 0xce, - 0x19, 0xec, 0xf4, 0x7f, 0x0, 0x0, 0x0, 0x0, 0x49, 0x45, 0x4e, 0x44, - 0xae, 0x42, 0x60, 0x82, - // /home/hyun/qps/icon/letters.png - 0x0, 0x0, 0x2, 0xd0, 0x89, 0x50, 0x4e, 0x47, 0xd, 0xa, 0x1a, 0xa, - 0x0, 0x0, 0x0, 0xd, 0x49, 0x48, 0x44, 0x52, 0x0, 0x0, 0x2, 0x3a, - 0x0, 0x0, 0x0, 0x9, 0x4, 0x3, 0x0, 0x0, 0x0, 0xc9, 0x17, 0x9b, - 0xd9, 0x0, 0x0, 0x0, 0x1, 0x73, 0x52, 0x47, 0x42, 0x0, 0xae, 0xce, - 0x1c, 0xe9, 0x0, 0x0, 0x0, 0x12, 0x50, 0x4c, 0x54, 0x45, 0x0, 0x0, - 0x0, 0x0, 0x47, 0x3e, 0x0, 0x7d, 0x71, 0x51, 0xec, 0xb7, 0xff, 0xff, - 0xff, 0x0, 0xa3, 0x90, 0xc4, 0xf9, 0x56, 0xb4, 0x0, 0x0, 0x0, 0x1, - 0x74, 0x52, 0x4e, 0x53, 0x0, 0x40, 0xe6, 0xd8, 0x66, 0x0, 0x0, 0x0, - 0x1, 0x62, 0x4b, 0x47, 0x44, 0x0, 0x88, 0x5, 0x1d, 0x48, 0x0, 0x0, - 0x0, 0x9, 0x70, 0x48, 0x59, 0x73, 0x0, 0x0, 0xb, 0x13, 0x0, 0x0, - 0xb, 0x13, 0x1, 0x0, 0x9a, 0x9c, 0x18, 0x0, 0x0, 0x0, 0x7, 0x74, - 0x49, 0x4d, 0x45, 0x7, 0xd9, 0x2, 0xb, 0xe, 0x3, 0x38, 0x5d, 0x95, - 0xf5, 0x71, 0x0, 0x0, 0x2, 0x2a, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, - 0xed, 0x56, 0x41, 0x8e, 0xe4, 0x20, 0xc, 0xb4, 0xb1, 0xb8, 0x13, 0x50, - 0xee, 0xad, 0xdd, 0xf, 0x40, 0xa3, 0xfc, 0x63, 0x46, 0xfb, 0xff, 0xbf, - 0xac, 0x6d, 0x30, 0x21, 0xe9, 0x9e, 0x4c, 0xee, 0x33, 0xc8, 0x4a, 0x13, - 0xc7, 0x14, 0xa6, 0xe2, 0x8a, 0x1b, 0xe0, 0x77, 0x5c, 0x8d, 0x25, 0xb8, - 0xfa, 0x34, 0xcb, 0xee, 0x21, 0x1e, 0x58, 0x1e, 0x50, 0xb3, 0x98, 0x3, - 0x88, 0x41, 0x3d, 0x66, 0xec, 0x5c, 0x6d, 0xc9, 0x12, 0xa7, 0xb5, 0x62, - 0x47, 0x34, 0x73, 0xd6, 0x4c, 0xf5, 0x3, 0x1b, 0xfe, 0xf0, 0x2f, 0x11, - 0x12, 0x3, 0x46, 0x1, 0x59, 0x2, 0x1, 0x11, 0x38, 0xf6, 0x93, 0x3e, - 0xf5, 0x16, 0xe9, 0x97, 0xb5, 0x19, 0x87, 0xc9, 0x55, 0x9c, 0x53, 0x26, - 0x96, 0x95, 0xef, 0x93, 0xd5, 0x76, 0x54, 0xfc, 0x10, 0x74, 0x55, 0xf4, - 0x53, 0xfe, 0x2d, 0x80, 0xe4, 0x74, 0xbc, 0xcb, 0x66, 0xe0, 0xb6, 0x8b, - 0x1e, 0x81, 0xf, 0xd8, 0xe3, 0x11, 0x90, 0xd4, 0x90, 0xf3, 0xe3, 0x4, - 0x33, 0xb1, 0x7, 0xdd, 0x27, 0x9, 0x73, 0xec, 0x20, 0x24, 0x14, 0x4f, - 0xb7, 0xe1, 0xa1, 0x36, 0xdf, 0xd7, 0xda, 0x23, 0xb2, 0xf9, 0x8b, 0xe1, - 0x88, 0x6f, 0xf3, 0x86, 0xd3, 0x9d, 0xb9, 0xd2, 0xe3, 0x1c, 0xff, 0x8a, - 0x86, 0xfb, 0x8e, 0xe8, 0xc1, 0x8f, 0xc4, 0x68, 0x4f, 0x6f, 0xc2, 0xdf, - 0x13, 0xc3, 0x29, 0xf2, 0x1b, 0x7c, 0x54, 0x7f, 0xb, 0x3e, 0xb1, 0x83, - 0x0, 0xd9, 0x50, 0x84, 0x1d, 0xd8, 0xf2, 0x91, 0x9d, 0x42, 0x50, 0xaf, - 0xd8, 0x71, 0xfd, 0xd1, 0xb0, 0x1b, 0xec, 0x14, 0xb9, 0xe5, 0xe1, 0xae, - 0xd8, 0xc1, 0x5c, 0x28, 0x24, 0x4d, 0x0, 0x31, 0xf7, 0x73, 0x5a, 0x56, - 0xfe, 0x3d, 0x3b, 0x13, 0xfe, 0xb7, 0xec, 0xc, 0xfc, 0x3, 0x3b, 0xa3, - 0xd8, 0x40, 0x25, 0xc0, 0x84, 0xf4, 0xa2, 0x6a, 0xe3, 0xdf, 0x7, 0x3d, - 0x2b, 0xdf, 0xb6, 0x2b, 0x97, 0x9c, 0x4f, 0x6b, 0x53, 0x16, 0x1c, 0x4, - 0x15, 0x87, 0xb2, 0x20, 0x3e, 0x67, 0x73, 0x49, 0xb, 0x98, 0x95, 0xb2, - 0x4, 0x55, 0x62, 0x16, 0x4b, 0x1a, 0x1c, 0x55, 0x59, 0x35, 0xf4, 0x47, - 0x49, 0x54, 0xe6, 0x19, 0xa7, 0x44, 0x56, 0x62, 0xb, 0x70, 0x5d, 0x7a, - 0x51, 0x12, 0xe3, 0xf4, 0x92, 0x4, 0x4b, 0x2, 0xec, 0xd9, 0xc5, 0x5e, - 0x7d, 0x2d, 0xb3, 0x96, 0x3d, 0x59, 0x32, 0x82, 0x2f, 0xca, 0xf5, 0x65, - 0xa3, 0x4d, 0xc4, 0xe8, 0x3a, 0xbe, 0x7e, 0x37, 0xde, 0xe1, 0xcb, 0xaa, - 0x30, 0x29, 0xb, 0xad, 0xa8, 0xe4, 0x37, 0xc3, 0x55, 0xed, 0xf0, 0x5d, - 0x6e, 0xf2, 0xc1, 0xb9, 0x3a, 0xc6, 0x55, 0x6a, 0x87, 0xe, 0x46, 0x54, - 0xde, 0xd5, 0xe, 0x9d, 0x6b, 0x47, 0x26, 0xb5, 0x7, 0x90, 0xa1, 0x8d, - 0x77, 0x4b, 0xf2, 0x6e, 0x25, 0x3e, 0xb7, 0xad, 0xb, 0xbe, 0x29, 0x87, - 0x2f, 0xf0, 0xc9, 0x6a, 0x13, 0xca, 0x1d, 0xfc, 0xb3, 0xb2, 0x66, 0x76, - 0x8, 0x9e, 0x33, 0x3b, 0x7d, 0xf, 0xb7, 0xcb, 0xdb, 0x3e, 0x2e, 0x5f, - 0xb0, 0x73, 0x90, 0xe1, 0xbe, 0xe4, 0x92, 0x1d, 0xa2, 0x63, 0xc1, 0x37, - 0x9a, 0x46, 0xf6, 0x52, 0xf3, 0xb9, 0x8e, 0x7d, 0x6d, 0xeb, 0xdb, 0xec, - 0xec, 0x8c, 0x94, 0x3b, 0xf8, 0x67, 0x65, 0xf9, 0xf1, 0x9d, 0xe7, 0x2b, - 0xfc, 0xd9, 0x3b, 0xc2, 0xe8, 0x59, 0x7f, 0xd5, 0x93, 0xcc, 0x9f, 0xc2, - 0x8b, 0xa0, 0x26, 0x65, 0xa5, 0x83, 0xb5, 0xbe, 0xd3, 0x7a, 0x16, 0x69, - 0x61, 0x53, 0xd3, 0xb2, 0xf6, 0x2c, 0x6b, 0x7c, 0x45, 0x62, 0x96, 0xa4, - 0xc1, 0x7d, 0x89, 0xa0, 0xad, 0xa1, 0x89, 0x9d, 0xbf, 0x8, 0xec, 0xe1, - 0x78, 0x3f, 0xf7, 0xac, 0xbd, 0x3f, 0x6e, 0xad, 0xc7, 0x61, 0xad, 0xd, - 0x1f, 0xea, 0x36, 0xf0, 0xbd, 0xe2, 0xd3, 0x9a, 0x68, 0x91, 0x13, 0xd, - 0x7c, 0xaf, 0xcd, 0x17, 0x6b, 0x11, 0xfc, 0x45, 0xf1, 0x29, 0x9c, 0x7b, - 0xd6, 0xad, 0x41, 0x3f, 0xf4, 0xdf, 0xce, 0x7f, 0x17, 0x96, 0x58, 0xb5, - 0xdd, 0x76, 0x3, 0xb9, 0x0, 0x0, 0x0, 0x0, 0x49, 0x45, 0x4e, 0x44, - 0xae, 0x42, 0x60, 0x82, - // /home/hyun/qps/icon/superman.png - 0x0, 0x0, 0x11, 0x91, 0x89, 0x50, 0x4e, 0x47, 0xd, 0xa, 0x1a, 0xa, - 0x0, 0x0, 0x0, 0xd, 0x49, 0x48, 0x44, 0x52, 0x0, 0x0, 0x0, 0x40, - 0x0, 0x0, 0x0, 0x30, 0x8, 0x6, 0x0, 0x0, 0x0, 0xa1, 0x4b, 0x7c, - 0x1f, 0x0, 0x0, 0x0, 0x1, 0x73, 0x52, 0x47, 0x42, 0x0, 0xae, 0xce, - 0x1c, 0xe9, 0x0, 0x0, 0x0, 0x6, 0x62, 0x4b, 0x47, 0x44, 0x0, 0xff, - 0x0, 0xff, 0x0, 0xff, 0xa0, 0xbd, 0xa7, 0x93, 0x0, 0x0, 0x0, 0x9, - 0x70, 0x48, 0x59, 0x73, 0x0, 0x0, 0xb, 0x13, 0x0, 0x0, 0xb, 0x13, - 0x1, 0x0, 0x9a, 0x9c, 0x18, 0x0, 0x0, 0x0, 0x7, 0x74, 0x49, 0x4d, - 0x45, 0x7, 0xd8, 0xb, 0x15, 0xb, 0x17, 0x8, 0x25, 0xa3, 0x41, 0x1b, - 0x0, 0x0, 0x11, 0x11, 0x49, 0x44, 0x41, 0x54, 0x68, 0xde, 0xed, 0x9a, - 0x69, 0x74, 0x5d, 0xd5, 0x75, 0xc7, 0x7f, 0xfb, 0xdc, 0xfb, 0xee, 0x9b, - 0xf4, 0x34, 0x59, 0x96, 0x65, 0x63, 0xe6, 0x21, 0x18, 0x6c, 0xc0, 0x24, - 0x61, 0xb0, 0x31, 0x96, 0x8d, 0x2c, 0xdb, 0x18, 0x50, 0x70, 0xc, 0xb4, - 0xa1, 0x4d, 0x33, 0xb5, 0x5d, 0x49, 0x3a, 0xa5, 0x9, 0x69, 0xc3, 0xa, - 0x6d, 0x17, 0x4d, 0x83, 0xcd, 0x10, 0x8, 0x26, 0xd3, 0x4a, 0x88, 0x57, - 0x42, 0x9a, 0xa1, 0x19, 0x80, 0x66, 0x0, 0xa, 0x8e, 0x1, 0xf, 0xc, - 0xc5, 0x36, 0x1e, 0x18, 0x6c, 0x2c, 0x59, 0x9e, 0x25, 0x21, 0x6b, 0x78, - 0xd2, 0x1b, 0xef, 0xbd, 0x67, 0xf7, 0xc3, 0x7d, 0x92, 0x85, 0xd, 0x4, - 0x88, 0x4d, 0x3f, 0x24, 0x67, 0xad, 0xb3, 0xee, 0x7d, 0xf7, 0xbd, 0x7b, - 0xce, 0xde, 0xff, 0xb3, 0xcf, 0xde, 0xff, 0xbd, 0xcf, 0x83, 0x3f, 0xb6, - 0x3f, 0xec, 0x26, 0x6f, 0xf5, 0x87, 0x2b, 0x5a, 0x2e, 0x6d, 0x3e, 0xd8, - 0xf9, 0x7c, 0x73, 0x4d, 0x6d, 0x88, 0x63, 0x4, 0x15, 0x50, 0x1, 0xa3, - 0x6f, 0x6f, 0x42, 0x3b, 0x32, 0xa3, 0xa, 0xa0, 0x18, 0x81, 0xb1, 0x43, - 0x88, 0xbe, 0x73, 0x65, 0xac, 0x5a, 0x8a, 0x85, 0x84, 0x3d, 0xf7, 0x63, - 0x9f, 0xf9, 0xd6, 0xac, 0xcf, 0xdc, 0xd4, 0x7d, 0xd4, 0x0, 0x58, 0x7e, - 0xe1, 0xd4, 0xe9, 0xa6, 0x6b, 0xc7, 0xea, 0xb9, 0x4d, 0xc5, 0x74, 0x3a, - 0x23, 0x88, 0xd1, 0xd7, 0x4a, 0xfd, 0x36, 0x9a, 0x2a, 0x60, 0x89, 0xde, - 0x1f, 0x99, 0xdd, 0x1c, 0x92, 0x46, 0xde, 0xee, 0x78, 0xaf, 0xf9, 0x20, - 0x84, 0x25, 0x65, 0xf3, 0x60, 0xd5, 0x53, 0xe3, 0xff, 0xea, 0x5f, 0xe7, - 0xcf, 0xf8, 0x9b, 0x1b, 0x86, 0x7e, 0x6f, 0x0, 0xee, 0xbd, 0xbc, 0xf9, - 0x82, 0xd2, 0x8b, 0xcf, 0x3c, 0x3c, 0xa7, 0xa1, 0x50, 0x97, 0x42, 0xf0, - 0x87, 0x81, 0x30, 0x9a, 0xda, 0x2, 0xe, 0x82, 0x15, 0x10, 0x19, 0xab, - 0x21, 0xa8, 0xa, 0x22, 0x11, 0x50, 0x8a, 0x20, 0x80, 0xaa, 0x46, 0xd7, - 0xca, 0xc4, 0xa, 0xa8, 0x8, 0xe, 0x8a, 0x45, 0x10, 0x14, 0x15, 0xa1, - 0xf2, 0x1a, 0xa2, 0x1a, 0x59, 0x99, 0x8, 0x8a, 0x56, 0x9e, 0xc9, 0xa8, - 0xd2, 0xd1, 0xd3, 0x68, 0xec, 0x11, 0x4d, 0x4c, 0x52, 0x20, 0x69, 0xd9, - 0x94, 0xcb, 0x3c, 0x7a, 0xf2, 0xe7, 0x6e, 0x5d, 0x72, 0xde, 0x5f, 0x7c, - 0x32, 0xfb, 0x8e, 0x1, 0xf8, 0xf1, 0xf5, 0x4b, 0x16, 0x1c, 0x5c, 0xfb, - 0x9b, 0x9f, 0x5f, 0x36, 0xbe, 0x90, 0x4a, 0x28, 0x94, 0xfb, 0xa0, 0x2b, - 0xe, 0x43, 0x25, 0x8d, 0x56, 0x4b, 0x1, 0x11, 0x54, 0xe1, 0xd4, 0xda, - 0x18, 0x5e, 0xc9, 0xa7, 0x9c, 0x3, 0xac, 0xa2, 0x6, 0x8c, 0x56, 0x4, - 0xf7, 0x5c, 0xa, 0xe9, 0x4, 0xc3, 0x6a, 0xc9, 0x17, 0x3, 0xca, 0xc5, - 0x90, 0x20, 0xb0, 0xa0, 0x8a, 0xe3, 0x1a, 0xbc, 0x84, 0x4b, 0x32, 0xe1, - 0x52, 0x65, 0xc, 0xe9, 0x62, 0x9, 0xa7, 0xe0, 0x63, 0xc7, 0xac, 0xb0, - 0x31, 0xe0, 0xa4, 0x20, 0x1b, 0x8b, 0xb3, 0x2f, 0xeb, 0xe3, 0x8a, 0x8e, - 0x82, 0xa0, 0x28, 0x19, 0xcf, 0xd0, 0x54, 0xb0, 0x58, 0x8d, 0x16, 0x22, - 0x96, 0x1, 0xd2, 0xb0, 0xbe, 0x58, 0xfb, 0xf4, 0x94, 0x2f, 0xde, 0xdd, - 0x36, 0x75, 0xc9, 0x87, 0x7b, 0xde, 0x36, 0x0, 0xdf, 0xbd, 0x7c, 0xf6, - 0xfb, 0xa, 0x2f, 0x6f, 0x58, 0x37, 0xb7, 0x7e, 0x38, 0x96, 0x54, 0xa5, - 0x3c, 0x0, 0xaf, 0x24, 0xc, 0x5b, 0xa, 0x4a, 0xed, 0x24, 0x83, 0xd, - 0x85, 0xfd, 0x2f, 0x58, 0xaa, 0x33, 0x86, 0x39, 0xa7, 0xc2, 0x44, 0xd, - 0x28, 0x1e, 0x14, 0x82, 0x7c, 0x24, 0xda, 0x50, 0x4d, 0x8a, 0xce, 0x7c, - 0x40, 0x97, 0x3a, 0x1c, 0xec, 0x2f, 0x62, 0x43, 0xc8, 0x34, 0xa6, 0x48, - 0xd6, 0xa7, 0xf0, 0xd2, 0x31, 0x9c, 0x98, 0x8b, 0x5a, 0x8, 0xca, 0x1, - 0xa5, 0x6c, 0x91, 0xe1, 0xee, 0x21, 0xa, 0x59, 0x1f, 0x37, 0x6, 0xb5, - 0xf5, 0x29, 0x26, 0x2, 0x27, 0xa6, 0x61, 0xdc, 0x70, 0x89, 0xd0, 0x86, - 0xc4, 0xe2, 0x6, 0xb7, 0x4e, 0xd9, 0x25, 0xe, 0x6b, 0x76, 0x58, 0x32, - 0xc7, 0x7b, 0xc4, 0xd2, 0x4a, 0xdf, 0x2e, 0x9f, 0xa6, 0x2a, 0x65, 0x6e, - 0x8, 0xa5, 0xa2, 0xa2, 0x1a, 0x1, 0x66, 0x32, 0x20, 0x29, 0xd8, 0xc8, - 0xc4, 0x17, 0xa7, 0xdd, 0x74, 0xd7, 0x9c, 0xf7, 0x2c, 0xba, 0xae, 0xe7, - 0x2d, 0x3, 0xf0, 0x83, 0x25, 0x57, 0xce, 0x18, 0xdc, 0xb0, 0xf2, 0xe1, - 0x39, 0xe3, 0xa, 0x99, 0xa4, 0x55, 0x82, 0x7e, 0x61, 0x7b, 0x12, 0xb6, - 0x1b, 0xe1, 0xe3, 0xdf, 0xac, 0xc3, 0x8d, 0x27, 0xf8, 0xc5, 0xcd, 0xfd, - 0x4, 0x3b, 0x7c, 0x9a, 0x1b, 0x2d, 0x52, 0xb0, 0x94, 0x7, 0x14, 0x2d, - 0x41, 0x5f, 0xca, 0x63, 0x43, 0x51, 0xe8, 0xc9, 0xfa, 0x9c, 0x3c, 0x63, - 0x32, 0xa7, 0x5f, 0x7c, 0x1c, 0x93, 0xdf, 0x7b, 0x1c, 0xe3, 0x4f, 0x6c, - 0xc0, 0xcb, 0x24, 0x10, 0x63, 0x10, 0xdc, 0x51, 0x3, 0x1e, 0x59, 0x47, - 0x1b, 0x84, 0x64, 0x7b, 0x86, 0xe8, 0xde, 0xd6, 0x43, 0xfb, 0xda, 0x4e, - 0x3a, 0x9e, 0xde, 0x43, 0xf7, 0xb6, 0x7e, 0xea, 0xeb, 0x62, 0x9c, 0x5b, - 0xed, 0x70, 0x42, 0xd1, 0x47, 0x24, 0xc0, 0xab, 0x13, 0x86, 0x3d, 0x87, - 0x17, 0xeb, 0x53, 0x9c, 0xff, 0xa1, 0xf1, 0xdc, 0xff, 0x2f, 0x1d, 0xb4, - 0x34, 0x3a, 0xd4, 0xe, 0x85, 0x14, 0x7, 0x23, 0xeb, 0xa3, 0xb2, 0x25, - 0x63, 0xd5, 0x6, 0x4d, 0x5a, 0x36, 0x68, 0xd3, 0x9a, 0xf7, 0xde, 0xbe, - 0xe2, 0x8a, 0x53, 0x2e, 0x5d, 0x38, 0xf8, 0x3b, 0x1, 0xf8, 0xe1, 0x35, - 0x8b, 0x5a, 0xfa, 0x36, 0xae, 0x7e, 0xf8, 0xb2, 0xda, 0x21, 0x27, 0x81, - 0xe2, 0xf7, 0x41, 0x7b, 0x52, 0xd8, 0x66, 0xe0, 0xe3, 0xdf, 0xca, 0xa0, - 0xa4, 0x58, 0xf1, 0xa9, 0x5e, 0x4e, 0x8d, 0x9, 0xd3, 0x93, 0x21, 0xfe, - 0x80, 0x52, 0x1a, 0x56, 0x8, 0x61, 0x5b, 0x26, 0xcd, 0xd6, 0xfe, 0x32, - 0x17, 0x7e, 0x64, 0xa, 0x17, 0x5c, 0x37, 0x95, 0xf4, 0xb8, 0xc, 0x48, - 0xac, 0xd2, 0x9d, 0x48, 0x71, 0x31, 0x51, 0x1f, 0xf5, 0x7c, 0x15, 0x43, - 0xd7, 0x10, 0x54, 0x51, 0x42, 0xd0, 0x0, 0xb5, 0x1, 0x7, 0xb6, 0x75, - 0xb1, 0xee, 0x3b, 0xeb, 0xd9, 0xfa, 0x9b, 0x76, 0xea, 0x6b, 0x3d, 0xe6, - 0x54, 0x19, 0x92, 0xf9, 0x22, 0x5e, 0xd, 0x64, 0x93, 0xe, 0xbf, 0xd9, - 0xad, 0x2c, 0x3c, 0xc5, 0xa1, 0xae, 0x10, 0x52, 0xec, 0xb7, 0xd8, 0xf2, - 0x21, 0x8d, 0x6, 0x1b, 0xc, 0xe3, 0xfa, 0x5, 0x53, 0x15, 0x12, 0xa6, - 0xe0, 0x79, 0xe7, 0xf8, 0xd5, 0x17, 0xdd, 0xf1, 0x83, 0xb6, 0xe3, 0x2f, - 0x9a, 0xdd, 0xff, 0x86, 0x0, 0xfc, 0xe0, 0x4f, 0xdb, 0xe6, 0xf, 0x3e, - 0xf7, 0xf8, 0xaf, 0xe7, 0xd4, 0x64, 0x9d, 0xa4, 0x2a, 0xe5, 0x7e, 0xa1, - 0x33, 0xa9, 0xbc, 0x4, 0x7c, 0xf4, 0x9b, 0x29, 0x4c, 0x2c, 0xc9, 0x8a, - 0xbf, 0x1e, 0xe4, 0xcc, 0xb8, 0x61, 0x8a, 0xe3, 0x53, 0x1a, 0x84, 0x20, - 0xaf, 0x88, 0x85, 0x9d, 0x99, 0x24, 0xdb, 0xe3, 0x71, 0xfe, 0xec, 0xeb, - 0xcd, 0xd4, 0x4e, 0x1e, 0x37, 0x46, 0xf1, 0x18, 0x52, 0x1, 0x0, 0x71, - 0x1, 0x17, 0x15, 0x53, 0xf1, 0x82, 0xa6, 0xe2, 0x48, 0x14, 0xd1, 0x8, - 0x4, 0x25, 0x0, 0x6b, 0x11, 0xeb, 0x3, 0x3e, 0x10, 0xb0, 0xef, 0x85, - 0x7d, 0x3c, 0x70, 0xe3, 0x13, 0xf4, 0x76, 0xe, 0x30, 0xbf, 0xc9, 0xa3, - 0x21, 0x57, 0xc4, 0x1b, 0x27, 0x68, 0xbd, 0xc1, 0xc, 0x84, 0x14, 0xf, - 0xa, 0x94, 0xc1, 0x8e, 0x89, 0xa1, 0xab, 0x92, 0xc2, 0x29, 0x9e, 0x70, - 0xea, 0x30, 0x98, 0x8c, 0xc5, 0xc6, 0x85, 0x8d, 0xc9, 0x53, 0x36, 0xcf, - 0xbc, 0xeb, 0x87, 0xb3, 0x27, 0x4d, 0xbf, 0x70, 0xe0, 0x8, 0x0, 0x56, - 0xb4, 0xb5, 0x34, 0x17, 0x5e, 0x7a, 0x6e, 0xd5, 0xec, 0xea, 0x1, 0x52, - 0xa, 0x7e, 0x3f, 0x74, 0x26, 0x60, 0x2b, 0xf0, 0x91, 0x6f, 0xc4, 0xa8, - 0xaa, 0x4e, 0xf2, 0xdd, 0x4f, 0xd, 0x33, 0xb9, 0x2c, 0x9c, 0xe3, 0x86, - 0xf8, 0xfd, 0x86, 0xa0, 0x6c, 0xc1, 0x82, 0x9f, 0x72, 0x79, 0x38, 0x70, - 0xf9, 0xcb, 0x9f, 0x2c, 0xa0, 0x7a, 0x42, 0x2d, 0x18, 0xf, 0x25, 0x1, - 0xe2, 0x22, 0xe2, 0x81, 0x89, 0x55, 0x94, 0x1f, 0x1, 0xc1, 0xa0, 0x98, - 0x43, 0xde, 0x5b, 0x89, 0x42, 0x8b, 0x86, 0x15, 0xb, 0xf0, 0x11, 0x1b, - 0xa0, 0x4, 0x88, 0xfa, 0xa8, 0x16, 0x29, 0xe7, 0xb, 0x3c, 0x78, 0xd3, - 0x2a, 0x5e, 0x7e, 0x6c, 0xf, 0x6d, 0x4d, 0x1e, 0xa9, 0x5c, 0x11, 0x13, - 0x13, 0xac, 0xaf, 0x58, 0x5b, 0x19, 0x48, 0xa3, 0xf8, 0x22, 0x28, 0xab, - 0x52, 0xc2, 0xde, 0x7d, 0x30, 0xeb, 0x44, 0xe1, 0xd4, 0x1c, 0x38, 0xd5, - 0x4a, 0x39, 0xae, 0x6c, 0x4a, 0x9e, 0xb6, 0xb1, 0xe5, 0xdb, 0xf, 0x36, - 0xd7, 0x9f, 0x7e, 0x76, 0x76, 0x34, 0x2, 0xaf, 0x68, 0x6b, 0x6d, 0xce, - 0xbd, 0xb4, 0x7e, 0xd5, 0xa5, 0x99, 0x1, 0xd2, 0x56, 0xf0, 0xfb, 0x85, - 0xdd, 0x9, 0xd8, 0xac, 0xc2, 0x47, 0xef, 0x31, 0xd4, 0x36, 0xba, 0x3c, - 0xb2, 0x3c, 0x8f, 0xdb, 0x2b, 0x9c, 0x63, 0x2c, 0xe5, 0x41, 0xc1, 0x2f, - 0x59, 0xb0, 0x82, 0x1a, 0xe8, 0x36, 0x86, 0x73, 0xda, 0x4e, 0xa2, 0x7a, - 0x42, 0x6, 0xf0, 0x80, 0x78, 0xc5, 0xd4, 0x47, 0x94, 0x1f, 0xe9, 0x1e, - 0x2a, 0x1e, 0x6a, 0xbc, 0x8, 0x24, 0x33, 0xe6, 0xb3, 0x78, 0x60, 0xe2, - 0x88, 0x78, 0x88, 0x78, 0xa8, 0x13, 0x47, 0x8c, 0x1b, 0x81, 0x48, 0x1c, - 0x2f, 0x95, 0x62, 0xf1, 0x97, 0x9b, 0x69, 0x9a, 0x52, 0xcf, 0xca, 0x41, - 0xb, 0xae, 0x4b, 0x58, 0x50, 0x6c, 0x38, 0x62, 0x44, 0x3a, 0xca, 0xa4, - 0x14, 0xc8, 0xd4, 0x2b, 0x73, 0x3e, 0x1, 0xab, 0x3b, 0x95, 0x9d, 0x29, - 0x8, 0xb3, 0x42, 0xac, 0x8, 0xe7, 0xe5, 0x77, 0x4c, 0x5f, 0xf9, 0xc9, - 0x6b, 0x1f, 0x1f, 0xdc, 0xdd, 0x5e, 0xd, 0x60, 0xee, 0xbb, 0x66, 0x51, - 0x73, 0xff, 0xa6, 0xe7, 0x56, 0xcd, 0xa4, 0x9f, 0xb4, 0x5, 0x3f, 0xab, - 0xec, 0x4d, 0xc2, 0x66, 0x85, 0x8f, 0x2f, 0x87, 0x9a, 0x26, 0xd8, 0xf7, - 0x82, 0x65, 0xd3, 0xaf, 0x42, 0x66, 0xd5, 0x82, 0x9f, 0x53, 0x6c, 0xb1, - 0x12, 0xeb, 0x45, 0x11, 0x23, 0xe4, 0x8b, 0x3e, 0x27, 0x5d, 0x38, 0x11, - 0x88, 0x81, 0x71, 0x51, 0x71, 0x10, 0x89, 0x23, 0xc6, 0x89, 0x14, 0x27, - 0x76, 0x98, 0x82, 0x71, 0x64, 0x54, 0xe9, 0x4a, 0x97, 0x78, 0x4, 0x86, - 0x44, 0xf7, 0xe0, 0x56, 0xc0, 0x74, 0x51, 0xe3, 0x22, 0x18, 0x9c, 0x78, - 0x9c, 0xab, 0xbf, 0x34, 0x83, 0xc1, 0x6c, 0xc0, 0x6e, 0x2f, 0x16, 0x91, - 0xc9, 0x23, 0xc8, 0x10, 0xa3, 0x3c, 0x64, 0xce, 0x27, 0x94, 0xe6, 0x4f, - 0xc0, 0x13, 0x7b, 0x94, 0x5d, 0x29, 0xb0, 0x43, 0x6, 0xb7, 0x4, 0xef, - 0xd9, 0xfb, 0xe2, 0xf4, 0xff, 0xbe, 0x7e, 0xf1, 0xfd, 0x3, 0x5d, 0xfb, - 0xc6, 0x39, 0xf3, 0x1a, 0x6a, 0x1f, 0x3a, 0xb7, 0xb7, 0xbd, 0xa1, 0x8e, - 0x88, 0x60, 0xc, 0x66, 0x84, 0xa7, 0xa, 0xca, 0x47, 0xbe, 0x6, 0xb5, - 0x13, 0x23, 0x87, 0xf5, 0xab, 0xdb, 0x94, 0x49, 0x45, 0x98, 0xe4, 0x2b, - 0x7e, 0x11, 0xd4, 0x1e, 0x9a, 0xcf, 0xf5, 0xa0, 0xaa, 0x29, 0xce, 0xb, - 0xfb, 0x3, 0xce, 0x98, 0x7b, 0xa, 0xc6, 0xa9, 0xac, 0xa0, 0x71, 0x23, - 0x5, 0xc5, 0x43, 0x24, 0x86, 0x8a, 0xb, 0xc6, 0x45, 0xc4, 0x8d, 0xfc, - 0x1, 0x2e, 0x52, 0x71, 0x8c, 0x11, 0x95, 0x91, 0xe8, 0x2a, 0x32, 0x72, - 0x57, 0x59, 0x51, 0x8b, 0xa8, 0x8d, 0x28, 0x8f, 0x42, 0xba, 0x2e, 0xce, - 0x81, 0x6d, 0x3d, 0x74, 0xee, 0xcc, 0x22, 0x1e, 0xf4, 0x89, 0xd0, 0x67, - 0x94, 0x3e, 0x43, 0xa5, 0xb, 0x7, 0x1d, 0x61, 0xc0, 0x81, 0xf3, 0x3f, - 0x28, 0x9c, 0x3c, 0x1d, 0xc2, 0x50, 0x79, 0xe2, 0x9, 0xe5, 0xa4, 0xe3, - 0xc, 0x5e, 0x5e, 0x89, 0x95, 0x5, 0xaf, 0xb7, 0xe7, 0xc4, 0x97, 0xfb, - 0xb3, 0xcf, 0x38, 0xff, 0x7e, 0xf7, 0xf2, 0x9f, 0x3e, 0xfb, 0xe8, 0x6f, - 0x17, 0x4d, 0xc, 0xf3, 0xe3, 0x63, 0x40, 0x55, 0x1c, 0xa, 0x29, 0x43, - 0xe3, 0xf9, 0x50, 0xd3, 0xa8, 0x14, 0x73, 0x86, 0x7, 0x97, 0x6, 0x5c, - 0xd4, 0x20, 0xb8, 0x79, 0x45, 0x83, 0xc8, 0xda, 0xb4, 0xb2, 0xe5, 0x14, - 0x48, 0xb9, 0x21, 0x4e, 0xb1, 0xc0, 0xaa, 0xfb, 0x77, 0xd2, 0xbd, 0x33, - 0x4b, 0x18, 0x2, 0xc6, 0x23, 0xe6, 0xc5, 0x11, 0xc7, 0x43, 0x8c, 0x8b, - 0x98, 0x18, 0x62, 0x46, 0xb6, 0x81, 0x1b, 0x59, 0x86, 0x71, 0x10, 0x71, - 0x50, 0x71, 0x40, 0xc, 0x22, 0x52, 0x59, 0x6, 0x5, 0xb5, 0xa8, 0x44, - 0x57, 0xa9, 0xd0, 0x22, 0xc1, 0x7, 0x55, 0xaa, 0x27, 0x25, 0xd9, 0xbf, - 0x73, 0x80, 0x5c, 0x5d, 0x82, 0x5c, 0x7d, 0x9c, 0x5c, 0x7d, 0x8c, 0x7c, - 0x7d, 0x8c, 0x7c, 0x9d, 0x43, 0xae, 0x5e, 0xc8, 0xd7, 0xc2, 0x9, 0x17, - 0xc0, 0xa9, 0xef, 0x35, 0xa0, 0xca, 0xf6, 0xa7, 0xc0, 0x74, 0xc3, 0xd4, - 0xa4, 0x10, 0xe6, 0x94, 0xbc, 0x85, 0xee, 0x69, 0x17, 0xfd, 0xd3, 0x55, - 0xf7, 0x3d, 0x78, 0xaf, 0x0, 0xfc, 0xc3, 0xe2, 0xb6, 0xc9, 0x93, 0x9e, - 0x7b, 0xe2, 0xd9, 0x16, 0x1d, 0x9c, 0x98, 0xf2, 0x14, 0x37, 0x3, 0xeb, - 0x8d, 0x30, 0xf3, 0x46, 0xc1, 0x62, 0xf8, 0xfe, 0xa7, 0x3, 0xae, 0xa9, - 0x8e, 0x1c, 0xce, 0x88, 0xd2, 0x63, 0xc3, 0x87, 0x71, 0xc, 0x5e, 0xad, - 0xc5, 0xad, 0x11, 0x86, 0xe2, 0x69, 0xba, 0xb3, 0x3e, 0xd9, 0x3c, 0x94, - 0xdd, 0x24, 0x36, 0x91, 0x0, 0xcf, 0x43, 0xdd, 0x18, 0xe2, 0xc6, 0xc0, - 0x71, 0xa2, 0x90, 0x58, 0xa1, 0xb7, 0xa8, 0x1e, 0xe2, 0xd1, 0x15, 0xd3, - 0x52, 0x6c, 0x14, 0x20, 0x5c, 0x70, 0x12, 0xe, 0xe9, 0xfa, 0x38, 0xd5, - 0xe3, 0x93, 0x8c, 0x3b, 0xad, 0x86, 0xa6, 0xd3, 0xab, 0xa9, 0x6d, 0x74, - 0x81, 0x22, 0x68, 0x11, 0x6c, 0x1, 0xb4, 0x0, 0xb6, 0x58, 0xb9, 0x16, - 0x10, 0xcd, 0xa3, 0x9a, 0x47, 0x6c, 0x8e, 0x87, 0xbf, 0x66, 0xd9, 0xfd, - 0xa8, 0xd2, 0x5a, 0x6b, 0x28, 0xf7, 0x5b, 0xa, 0x65, 0xc3, 0xea, 0xa6, - 0xf7, 0xdc, 0xf7, 0xb7, 0xcf, 0xbe, 0xf4, 0xe1, 0xd7, 0x44, 0x81, 0xbf, - 0x6b, 0xfb, 0xc0, 0x19, 0xc7, 0x6f, 0x7c, 0x7c, 0xd5, 0x5c, 0x1d, 0x98, - 0x94, 0x8e, 0x81, 0x53, 0x3, 0xeb, 0x45, 0x38, 0xe1, 0x3, 0xc2, 0x9a, - 0xef, 0x2a, 0x1f, 0x40, 0x29, 0xdb, 0x23, 0x73, 0x20, 0x19, 0x73, 0x63, - 0x5c, 0x70, 0x22, 0x37, 0x10, 0x6d, 0x6f, 0x37, 0xd2, 0x4d, 0x4d, 0xb4, - 0xb2, 0xf2, 0x16, 0x92, 0x1d, 0x15, 0x46, 0x89, 0x8c, 0x88, 0x40, 0xcc, - 0xa1, 0x10, 0x4f, 0x91, 0xb, 0x95, 0x81, 0x6c, 0x89, 0xbe, 0x9c, 0x21, - 0x57, 0x97, 0x22, 0x73, 0x52, 0x35, 0x67, 0xcf, 0x9b, 0xc0, 0x29, 0x17, - 0xd6, 0xe0, 0x9a, 0x22, 0x4a, 0x1e, 0x9, 0x8b, 0x28, 0xb9, 0xa, 0x28, - 0x39, 0x1e, 0xb9, 0x27, 0xc7, 0xae, 0x87, 0x94, 0x96, 0x6, 0x8, 0xfa, - 0xa0, 0x58, 0x82, 0xd5, 0x13, 0xa7, 0xfc, 0x62, 0xf7, 0x9c, 0x2b, 0x3e, - 0x74, 0xdb, 0xb2, 0x5b, 0x4b, 0x47, 0xf0, 0x80, 0xbf, 0xbf, 0xf2, 0x8a, - 0x53, 0x4e, 0x78, 0x7e, 0xcd, 0x6f, 0x67, 0x33, 0x78, 0x62, 0x32, 0x6, - 0x6e, 0x2d, 0x3c, 0x93, 0x83, 0xdd, 0x83, 0xb0, 0x38, 0xad, 0x84, 0xfe, - 0x58, 0xf6, 0xf6, 0x6, 0xa9, 0xd9, 0x61, 0x1a, 0x8e, 0x2e, 0xae, 0xbe, - 0x8d, 0x4, 0x7d, 0x4, 0xa8, 0xa, 0x8, 0x62, 0x14, 0xe3, 0x8, 0x26, - 0x2e, 0x38, 0x71, 0x8b, 0x9b, 0x80, 0x52, 0xd2, 0xa3, 0x73, 0x50, 0xe9, - 0x76, 0x62, 0x9c, 0xd4, 0xd2, 0xc8, 0x45, 0xd7, 0x36, 0xe0, 0x7a, 0x25, - 0xd0, 0xc8, 0x2, 0x1e, 0xfd, 0x7a, 0x2f, 0xed, 0xbf, 0xf4, 0x69, 0x19, - 0x6f, 0xf0, 0xf, 0x86, 0x14, 0x7d, 0x58, 0xd3, 0x74, 0xd6, 0x23, 0xfb, - 0x9b, 0xdb, 0x96, 0x2c, 0xbd, 0xf5, 0x96, 0xe1, 0x91, 0xe9, 0x9c, 0xb1, - 0x73, 0x3f, 0xb3, 0x7d, 0x7b, 0xff, 0xb4, 0xb9, 0xb, 0x56, 0xf6, 0x76, - 0x1d, 0xb8, 0x6a, 0x62, 0x58, 0xac, 0x36, 0x65, 0x38, 0xa1, 0x5a, 0x18, - 0x40, 0xa8, 0x4e, 0x9, 0xa6, 0x78, 0x48, 0xcf, 0x37, 0xec, 0x95, 0xfc, - 0x7e, 0xd4, 0x4f, 0x8c, 0xfd, 0xee, 0xf5, 0x9e, 0xbd, 0x5e, 0xaf, 0xec, - 0xc, 0xb5, 0x60, 0x2b, 0x3d, 0xf4, 0x21, 0x2c, 0x2a, 0xe5, 0x1c, 0x94, - 0x87, 0x4, 0xb2, 0x21, 0xf5, 0x46, 0x39, 0x39, 0xee, 0x93, 0xef, 0x1c, - 0xe6, 0xc9, 0x5f, 0xf6, 0xd3, 0x38, 0xc5, 0x23, 0xd3, 0xa0, 0xac, 0xfc, - 0xf6, 0x41, 0xb6, 0xdd, 0x5f, 0x62, 0x5e, 0xa3, 0xa1, 0xdc, 0x6b, 0xc9, - 0xfb, 0xc2, 0xd3, 0x13, 0xa6, 0x3c, 0xb9, 0x67, 0xce, 0x95, 0xd7, 0x2d, - 0xbb, 0x75, 0xd9, 0xe0, 0xef, 0xcc, 0x5, 0x3e, 0xb7, 0x70, 0xe1, 0x94, - 0xa6, 0xad, 0x6b, 0x57, 0x5e, 0xa2, 0xd9, 0x89, 0x89, 0x58, 0x94, 0x84, - 0x64, 0x13, 0x1e, 0xa9, 0xae, 0x32, 0xd6, 0xd7, 0xb7, 0x64, 0x0, 0x3a, - 0xc2, 0x70, 0x4d, 0x74, 0x35, 0x6f, 0x60, 0x21, 0xaf, 0x57, 0x2f, 0x90, - 0xc3, 0xc2, 0x9b, 0x54, 0xa, 0x29, 0xa6, 0xb2, 0x5, 0x45, 0xa2, 0x92, - 0x82, 0x41, 0x30, 0x2e, 0xb8, 0x69, 0xc1, 0xad, 0xb3, 0x6c, 0xc8, 0x19, - 0xe2, 0x67, 0xa6, 0xd8, 0xb7, 0x36, 0x4f, 0xeb, 0x4, 0xa1, 0xd8, 0x1b, - 0x52, 0xf6, 0xe1, 0x7f, 0xc7, 0x9f, 0xb1, 0x72, 0x4f, 0xcb, 0xd5, 0x8b, - 0x97, 0xde, 0xba, 0x2c, 0xfb, 0x96, 0xb3, 0xc1, 0x1b, 0xae, 0xba, 0xe2, - 0xfc, 0x9, 0x1b, 0x9e, 0xf8, 0x9f, 0x8b, 0x75, 0x68, 0x5c, 0xd2, 0x83, - 0x78, 0xad, 0x41, 0x4b, 0x4a, 0x61, 0x58, 0x51, 0x3b, 0x9a, 0xb, 0x57, - 0x24, 0x8e, 0x72, 0x7e, 0x33, 0xb2, 0x41, 0xf4, 0xd0, 0x7e, 0x1e, 0xf9, - 0xd9, 0x8, 0xe3, 0x1b, 0x5b, 0xf1, 0xd1, 0xc3, 0xa4, 0x18, 0xa9, 0x3, - 0xbc, 0x29, 0x48, 0x6a, 0xe, 0xaf, 0x3, 0x45, 0x89, 0x8f, 0x27, 0x78, - 0xf5, 0xf0, 0x92, 0x15, 0xa6, 0xc4, 0xc, 0xc5, 0x9e, 0x80, 0x52, 0x59, - 0x58, 0x3f, 0xe1, 0xf4, 0x27, 0xf6, 0xce, 0x5b, 0xb2, 0x78, 0xe9, 0xd2, - 0x2f, 0xf7, 0xbd, 0xed, 0x7a, 0xc0, 0x67, 0x17, 0x2e, 0x3c, 0x6f, 0xe2, - 0xd6, 0x35, 0x8f, 0x5c, 0xa0, 0x43, 0x8d, 0x71, 0x3, 0x6e, 0x42, 0xd0, - 0x2a, 0x8f, 0x30, 0x17, 0x62, 0x73, 0x21, 0xa2, 0x95, 0x12, 0xd7, 0x48, - 0xa1, 0xe3, 0x35, 0x35, 0x2, 0xad, 0x8c, 0x6e, 0x46, 0x8d, 0x5b, 0x5e, - 0x8f, 0xb4, 0xc8, 0x5b, 0x75, 0xc, 0x87, 0xa, 0x24, 0x47, 0xe, 0x11, - 0x8d, 0xec, 0x7a, 0x10, 0x4b, 0x40, 0x90, 0x87, 0x52, 0x20, 0x3c, 0x3f, - 0xe1, 0x8c, 0x6d, 0xfb, 0x5a, 0x97, 0xcc, 0xbd, 0xe5, 0x96, 0xff, 0xd8, - 0xff, 0x46, 0x23, 0x3b, 0x6f, 0x36, 0xed, 0x53, 0x3b, 0x76, 0x74, 0x9d, - 0xdb, 0xdc, 0xba, 0x66, 0xb0, 0xab, 0xeb, 0x9a, 0x86, 0xb0, 0x9c, 0x10, - 0xb, 0xea, 0x5a, 0xb6, 0x5a, 0xa5, 0xd7, 0xf5, 0x8, 0x3d, 0x4b, 0xb2, - 0x2a, 0x89, 0x5b, 0xe, 0xa9, 0xb0, 0x78, 0xec, 0xd8, 0x2e, 0x82, 0x55, - 0x1d, 0xad, 0x80, 0x8d, 0x7c, 0xaf, 0x3a, 0x52, 0x15, 0x13, 0xac, 0x1e, - 0xfe, 0xe, 0x47, 0x3e, 0x1b, 0xf3, 0xee, 0xe1, 0x5d, 0x47, 0xde, 0xb1, - 0x10, 0x86, 0x50, 0x2a, 0x83, 0x1f, 0x8, 0x5b, 0x1a, 0x4f, 0x7b, 0x61, - 0x6f, 0xcb, 0xd5, 0x57, 0x2c, 0x5d, 0x76, 0xcb, 0xee, 0xdf, 0xbb, 0x26, - 0xf8, 0xb9, 0xb6, 0x2b, 0xe6, 0x35, 0xad, 0x7f, 0xf2, 0xe7, 0xe7, 0x85, - 0xd9, 0x8c, 0xe7, 0x40, 0xac, 0xca, 0xb0, 0xb1, 0x4, 0x5d, 0xfd, 0x96, - 0x30, 0x84, 0x74, 0xc6, 0xa1, 0xba, 0x2a, 0x4e, 0x95, 0x1a, 0xaa, 0xd4, - 0x27, 0x19, 0x8f, 0x91, 0x88, 0x39, 0x18, 0xb, 0x4e, 0x68, 0x31, 0x81, - 0x5, 0x3f, 0x80, 0x30, 0x44, 0xd5, 0x1e, 0xda, 0x6, 0x8e, 0xb, 0x5e, - 0xc, 0x75, 0x5c, 0x42, 0x23, 0x11, 0x37, 0xa8, 0x38, 0xb, 0x51, 0x90, - 0x8a, 0x56, 0xa6, 0xec, 0x83, 0xef, 0x63, 0xc3, 0x8, 0xe4, 0x37, 0xf7, - 0x21, 0xc2, 0xb, 0x4d, 0xa7, 0x6d, 0xdf, 0xbf, 0x60, 0xf1, 0xbc, 0x5b, - 0x6e, 0x59, 0xb6, 0xfb, 0xa8, 0x55, 0x85, 0x3f, 0xbb, 0x68, 0xc1, 0x8c, - 0x49, 0xcf, 0xaf, 0x7d, 0x78, 0x6a, 0x38, 0x94, 0x71, 0x1c, 0xf0, 0xaa, - 0x5c, 0x3a, 0x52, 0x2e, 0x17, 0xfe, 0xe3, 0xd9, 0xc, 0xf7, 0x6, 0x74, - 0x6f, 0x2f, 0x30, 0xd0, 0x5d, 0x64, 0xa8, 0xa7, 0xc8, 0x60, 0xd7, 0x30, - 0x85, 0xbe, 0x3c, 0xa1, 0x1f, 0xed, 0x9, 0x11, 0x30, 0x46, 0x10, 0xc7, - 0xe0, 0x38, 0xe, 0x62, 0x4, 0xd, 0x95, 0x20, 0x8, 0xd0, 0x50, 0xb1, - 0xf6, 0x90, 0x3f, 0x11, 0x73, 0x28, 0x12, 0x44, 0x61, 0x54, 0x70, 0x1d, - 0x48, 0x54, 0xc5, 0xc9, 0x24, 0x1d, 0x32, 0x36, 0xa4, 0x31, 0x29, 0xa4, - 0x6, 0x7c, 0xca, 0x41, 0x58, 0x61, 0x8b, 0x23, 0xa4, 0xa, 0x5e, 0x99, - 0x70, 0xf2, 0xf6, 0x3d, 0xf3, 0xaf, 0x9d, 0xbf, 0xf4, 0xd6, 0x65, 0x9d, - 0x47, 0xb5, 0x2c, 0x1e, 0xf9, 0x84, 0xf9, 0xb3, 0x27, 0x6e, 0x5e, 0xf7, - 0xd0, 0x59, 0x61, 0x2e, 0x69, 0xc4, 0xe2, 0x55, 0x39, 0xec, 0x1d, 0x97, - 0xe4, 0xca, 0xaf, 0xce, 0xa4, 0x66, 0x62, 0xd, 0x82, 0x87, 0x9a, 0x4, - 0x8a, 0x47, 0x50, 0x36, 0x94, 0xf2, 0x82, 0x5f, 0x54, 0xfc, 0xb2, 0xc5, - 0xf, 0xc, 0xf8, 0x86, 0x90, 0xa8, 0xe8, 0x29, 0xc6, 0xc5, 0xb8, 0x6, - 0x37, 0x11, 0xc3, 0x8b, 0xc7, 0x30, 0xae, 0x62, 0x5c, 0xa2, 0x32, 0xb9, - 0xfa, 0x68, 0x50, 0x26, 0x28, 0x15, 0xf0, 0xb, 0x5, 0xa, 0x83, 0xc3, - 0xc, 0x1e, 0xe8, 0xe3, 0xc0, 0xe6, 0x2e, 0x3a, 0x37, 0x76, 0xb3, 0x7f, - 0x53, 0x2f, 0x67, 0x4d, 0x4e, 0xd0, 0x38, 0x58, 0xa4, 0x1c, 0x48, 0xc5, - 0x15, 0x2a, 0x1d, 0xd, 0x27, 0xbe, 0xb2, 0x6b, 0xe1, 0xb5, 0x73, 0x6e, - 0xbb, 0xed, 0xb6, 0x7d, 0x47, 0xfd, 0x5c, 0x60, 0xa4, 0x7d, 0x7e, 0x61, - 0xeb, 0x65, 0x8d, 0x5b, 0xd6, 0xfd, 0xfa, 0x8c, 0x60, 0x38, 0x6e, 0x0, - 0x2f, 0x1d, 0xe3, 0x40, 0x63, 0x92, 0xb6, 0xe5, 0x33, 0xa9, 0x9e, 0x50, - 0x4b, 0xdf, 0x9e, 0x12, 0x1d, 0xcf, 0xf6, 0xd0, 0xb5, 0x3d, 0x4b, 0xbe, - 0xaf, 0x84, 0xd, 0x42, 0x8c, 0x71, 0x31, 0x8e, 0x21, 0x5e, 0x93, 0x66, - 0xc2, 0x19, 0x4d, 0x9c, 0x36, 0xf7, 0x2c, 0xea, 0x27, 0x8f, 0xe3, 0x50, - 0xbd, 0x98, 0x4a, 0x5d, 0xd8, 0xa2, 0xea, 0x23, 0xea, 0x47, 0x15, 0x22, - 0xeb, 0xa3, 0x1a, 0x20, 0x94, 0xc1, 0x96, 0x41, 0x8b, 0xec, 0x5a, 0xbf, - 0x97, 0x1f, 0x7d, 0xe6, 0x29, 0xa6, 0x57, 0x1, 0x7, 0x4b, 0xf8, 0x95, - 0xd0, 0xb8, 0xb7, 0x61, 0xf2, 0xcb, 0x3b, 0x5a, 0xae, 0xb9, 0xec, 0x2b, - 0x77, 0xdd, 0xb9, 0xff, 0x98, 0x1c, 0x8c, 0xbc, 0x6, 0x84, 0x5, 0xf3, - 0x97, 0x34, 0x6e, 0x7d, 0xea, 0xa7, 0xa7, 0xfa, 0x59, 0x44, 0xc0, 0x4b, - 0xb9, 0xf4, 0x36, 0xa5, 0x91, 0x86, 0x24, 0x3, 0x5b, 0x7, 0x98, 0xe8, - 0x42, 0x6d, 0x22, 0x86, 0x53, 0x2c, 0x61, 0x8b, 0x1, 0x81, 0x5a, 0xc4, - 0x18, 0xdc, 0x44, 0x92, 0x7c, 0xcc, 0xa1, 0xcf, 0xb7, 0x8c, 0x5f, 0x74, - 0x1e, 0xad, 0x37, 0xb4, 0x62, 0x5c, 0x19, 0x73, 0x58, 0x60, 0x51, 0x8d, - 0x4a, 0x62, 0x68, 0x88, 0xa8, 0x4f, 0x39, 0x9f, 0xe7, 0xd5, 0x9d, 0xaf, - 0xd2, 0xbe, 0x76, 0x17, 0x2f, 0x3d, 0xb6, 0xb, 0xba, 0xf3, 0x9c, 0x16, - 0x57, 0xca, 0x7d, 0x3e, 0x7e, 0x68, 0x51, 0x60, 0x5f, 0xdd, 0x71, 0x2f, - 0xee, 0x98, 0x7f, 0xdd, 0x65, 0x77, 0x7e, 0xf5, 0x2b, 0x5d, 0xc7, 0xec, - 0x64, 0xe8, 0x48, 0x10, 0x5a, 0x97, 0x34, 0x6c, 0x7d, 0xfa, 0xa7, 0xa7, - 0x95, 0xb3, 0x20, 0x82, 0x97, 0x72, 0xf1, 0x93, 0xe, 0xf1, 0x41, 0x9f, - 0x52, 0x18, 0x46, 0x79, 0x8d, 0xbc, 0xce, 0xc, 0x95, 0x38, 0x66, 0x6a, - 0xe2, 0x98, 0x4b, 0xcf, 0x64, 0xda, 0x92, 0x73, 0xf1, 0x8b, 0x1, 0xfe, - 0x70, 0x89, 0xc2, 0x60, 0x8e, 0xe1, 0x9e, 0x21, 0x86, 0xf, 0xe6, 0x19, - 0xe8, 0xca, 0x52, 0x7c, 0x35, 0x4b, 0xd0, 0x9b, 0x27, 0x51, 0xa, 0xc9, - 0x98, 0x80, 0x6a, 0xe3, 0x50, 0xca, 0x16, 0x29, 0x87, 0x32, 0x7a, 0x2e, - 0xd1, 0x55, 0x37, 0xa9, 0x73, 0xe7, 0xbc, 0xf, 0x5e, 0x72, 0xc7, 0xf2, - 0xe5, 0xfb, 0xde, 0x89, 0x1e, 0xef, 0x18, 0x0, 0x80, 0x1b, 0x16, 0x5d, - 0x7e, 0xfd, 0x84, 0x8d, 0x4f, 0xae, 0x38, 0x31, 0xc8, 0xc5, 0x54, 0x14, - 0x47, 0xc7, 0xe4, 0xa, 0x72, 0x44, 0xd4, 0x1f, 0x5, 0x40, 0x25, 0xe2, - 0x4, 0xb6, 0x26, 0x41, 0x21, 0x5f, 0x46, 0x1c, 0x83, 0xeb, 0xba, 0xc4, - 0x62, 0xe, 0x5e, 0xcc, 0xe0, 0xaa, 0xe2, 0x16, 0x3, 0x82, 0x62, 0x89, - 0x52, 0x10, 0x6d, 0xe, 0xd5, 0x88, 0x7, 0x30, 0x72, 0x94, 0xa6, 0x42, - 0x77, 0x5d, 0xe3, 0x2b, 0xed, 0xad, 0xd7, 0xcc, 0xbf, 0x73, 0xf9, 0x3d, - 0x3b, 0x8f, 0xf9, 0xd9, 0xe0, 0x1b, 0xb5, 0x7f, 0xbe, 0x7c, 0xc1, 0x95, - 0x8d, 0x1b, 0x57, 0xff, 0xe7, 0xf1, 0x61, 0x2e, 0x33, 0x9a, 0xc4, 0xe8, - 0xe8, 0x42, 0x8f, 0x2d, 0x6d, 0x8c, 0x1e, 0x64, 0x30, 0x72, 0xc2, 0x23, - 0x52, 0x31, 0xfd, 0xd7, 0xa, 0x32, 0x7a, 0x92, 0x54, 0x19, 0x68, 0xf4, - 0x84, 0x49, 0xa4, 0x42, 0x7c, 0x94, 0xde, 0xea, 0xc6, 0xad, 0xed, 0xb, - 0xff, 0xa4, 0xed, 0xf6, 0xbb, 0xef, 0xee, 0x78, 0x57, 0xe, 0x47, 0xdf, - 0xac, 0xdd, 0xd4, 0x3a, 0x7b, 0x46, 0xfd, 0xd6, 0xd, 0x8f, 0x4d, 0xe, - 0x87, 0x92, 0x23, 0xa, 0x5b, 0xa9, 0xc4, 0x72, 0xde, 0x98, 0xb9, 0xe9, - 0xd8, 0xa2, 0xa8, 0x1e, 0x32, 0x9a, 0xc3, 0x99, 0xb6, 0x11, 0xc1, 0xa2, - 0x98, 0xca, 0x81, 0x6a, 0x4f, 0x5d, 0x63, 0x7b, 0x47, 0xcb, 0xb5, 0xad, - 0xb7, 0x7f, 0xed, 0x9e, 0x8e, 0xdf, 0x57, 0x76, 0xe7, 0x68, 0x0, 0xf0, - 0x64, 0xfb, 0xae, 0x3d, 0x33, 0x2e, 0x9e, 0xf5, 0x4c, 0xe9, 0xe0, 0xab, - 0x1f, 0xae, 0x9, 0xcb, 0xa8, 0x8, 0x6, 0x48, 0xd7, 0xc7, 0x31, 0x55, - 0x1e, 0x71, 0x4, 0xd, 0xf4, 0x8, 0x24, 0x46, 0xc0, 0x92, 0xca, 0x96, - 0x89, 0x98, 0x73, 0x54, 0x24, 0x8b, 0xb9, 0x82, 0x57, 0x17, 0x27, 0x9e, - 0xf6, 0x90, 0x62, 0x48, 0x50, 0x41, 0xa8, 0xb7, 0x66, 0xfc, 0xee, 0xf6, - 0xb9, 0x8b, 0x5b, 0xef, 0xf8, 0xc6, 0x37, 0xda, 0x8f, 0x86, 0xec, 0x47, - 0x5, 0x0, 0x80, 0xc7, 0xdb, 0x77, 0x76, 0x5c, 0x30, 0xa7, 0x75, 0x47, - 0xb9, 0x6b, 0xdf, 0xd5, 0x19, 0x1b, 0x88, 0x11, 0x45, 0x8d, 0xb0, 0x63, - 0x58, 0xe9, 0x18, 0xa, 0x28, 0xd5, 0xc4, 0x28, 0xa5, 0xe3, 0x94, 0x63, - 0x2e, 0xbe, 0x31, 0x84, 0x2e, 0x84, 0x9, 0x8, 0x3d, 0xc1, 0x77, 0x84, - 0xa2, 0xe3, 0x50, 0x4c, 0x7a, 0x14, 0x92, 0x1e, 0xfd, 0x49, 0x87, 0xdd, - 0x45, 0x4b, 0xbf, 0xf, 0x4d, 0x8e, 0x50, 0x28, 0x45, 0xec, 0xb1, 0xbf, - 0xba, 0xbe, 0x73, 0x47, 0xcb, 0x92, 0xe6, 0x3b, 0xbe, 0xf9, 0xad, 0x8e, - 0xa3, 0x25, 0xb7, 0x70, 0x94, 0xdb, 0x17, 0x16, 0xb4, 0x7c, 0x6c, 0xfc, - 0xa6, 0x75, 0xdf, 0x3e, 0xde, 0x16, 0x8c, 0xa0, 0xb8, 0xe9, 0x18, 0x9d, - 0xbe, 0x72, 0xe6, 0x92, 0x89, 0x4, 0x39, 0xc8, 0x67, 0x43, 0x4a, 0x85, - 0x80, 0xb0, 0x14, 0x62, 0x47, 0xfe, 0x23, 0xe0, 0x8, 0xae, 0x67, 0x48, - 0xa4, 0x1c, 0xd2, 0x75, 0x31, 0x76, 0x6e, 0xec, 0x25, 0xd7, 0x59, 0x66, - 0x5a, 0xda, 0x61, 0x38, 0x5b, 0x2, 0xa0, 0xaf, 0x6a, 0xdc, 0xee, 0x6d, - 0x73, 0xae, 0x9a, 0x7b, 0xc7, 0x77, 0x56, 0xb4, 0x1f, 0x4d, 0x79, 0x8f, - 0x3a, 0x0, 0x0, 0x37, 0xce, 0x6f, 0xf9, 0x50, 0xe3, 0xe6, 0x75, 0xdf, - 0x9f, 0x64, 0xf3, 0x8e, 0x51, 0x70, 0xd3, 0x2e, 0xd9, 0xe3, 0x52, 0x5c, - 0x7d, 0xd7, 0xd9, 0xa4, 0xeb, 0x13, 0x51, 0x99, 0x4c, 0xcd, 0x18, 0x7, - 0x79, 0xa8, 0x16, 0xb8, 0xe1, 0x81, 0xfd, 0x3c, 0xfe, 0x95, 0xe, 0xa6, - 0x26, 0xd, 0xc3, 0x83, 0x3e, 0x56, 0x60, 0xb0, 0x7a, 0xdc, 0x81, 0x6d, - 0x97, 0xb6, 0xcd, 0xbd, 0xfd, 0xde, 0x7b, 0x5f, 0x3e, 0xda, 0xb2, 0x3a, - 0xc7, 0x2, 0x80, 0xd5, 0xed, 0x1d, 0x5b, 0xce, 0xbd, 0xf8, 0x92, 0x76, - 0xba, 0xbb, 0xae, 0xca, 0x48, 0x60, 0x42, 0x5f, 0x49, 0x15, 0x3, 0x9e, - 0x5f, 0xd7, 0xcf, 0xe9, 0xb3, 0xab, 0xf0, 0x12, 0x51, 0x7e, 0x27, 0x84, - 0x28, 0x7e, 0x44, 0x7c, 0xa4, 0xcc, 0x86, 0x7, 0xf6, 0xf1, 0xf8, 0x9d, - 0x9d, 0x4c, 0x4b, 0x1a, 0x86, 0x6, 0x7d, 0x40, 0x18, 0xc8, 0x8c, 0x7b, - 0xb5, 0x7d, 0xe6, 0xfc, 0x79, 0xb7, 0xad, 0xf8, 0xde, 0x8b, 0xc7, 0x42, - 0xd6, 0x63, 0x2, 0x0, 0xc0, 0xda, 0x8e, 0xce, 0x2d, 0xd3, 0x67, 0x5c, - 0xd2, 0x4e, 0x4f, 0x77, 0x5b, 0x35, 0xbe, 0x9, 0x2, 0x48, 0x15, 0x7c, - 0x36, 0x3e, 0x35, 0xc0, 0xe9, 0x97, 0xa6, 0x89, 0xc5, 0x15, 0xc1, 0x47, - 0x34, 0x4, 0x29, 0xf3, 0xfc, 0x2f, 0x7b, 0x58, 0x79, 0xfb, 0x1e, 0xa6, - 0xa5, 0xc, 0x43, 0x83, 0x1, 0x2a, 0x30, 0x50, 0x5d, 0xd7, 0xf5, 0xca, - 0xc5, 0xad, 0x73, 0x6e, 0xbd, 0xef, 0x47, 0x2f, 0x1c, 0x2b, 0x39, 0x8f, - 0x19, 0x0, 0x0, 0x6b, 0x3a, 0x3a, 0xb7, 0x9c, 0x33, 0x6b, 0x76, 0x8f, - 0xe9, 0xea, 0x5a, 0x58, 0x6d, 0x7d, 0x63, 0x3, 0x21, 0x99, 0xf7, 0xd9, - 0xf4, 0xec, 0x10, 0xa7, 0x37, 0x7b, 0xb8, 0x9e, 0x5, 0x7c, 0xb6, 0x3c, - 0xd2, 0xcb, 0x63, 0xb7, 0x75, 0x31, 0x2d, 0xe5, 0x90, 0x1b, 0xc, 0x11, - 0x11, 0x6, 0xd2, 0x75, 0x7, 0x3a, 0x2f, 0x58, 0x38, 0x73, 0xd9, 0xf, - 0x7f, 0xf4, 0xca, 0xb1, 0x94, 0xf1, 0x98, 0x2, 0x0, 0xb0, 0x76, 0xc7, - 0xce, 0xf5, 0xe7, 0xcc, 0x9a, 0xd3, 0x27, 0xdd, 0x7, 0x2e, 0xcf, 0xe0, - 0x43, 0x20, 0xc4, 0xa, 0x21, 0x5b, 0x9e, 0xc9, 0x73, 0xc6, 0x6c, 0x87, - 0x6d, 0xab, 0xb3, 0x3c, 0xb2, 0xec, 0x20, 0xd3, 0x12, 0x30, 0x9c, 0xd, - 0x1, 0x21, 0x9b, 0xae, 0xe9, 0xd9, 0x7e, 0xc1, 0xbc, 0x59, 0x4b, 0x7f, - 0xfc, 0x93, 0x8e, 0x63, 0x2d, 0xdf, 0x31, 0x7, 0x20, 0x2, 0xa1, 0xe3, - 0xd9, 0xf3, 0x66, 0xb7, 0x94, 0x65, 0xff, 0x9e, 0xb9, 0x55, 0x84, 0x42, - 0xa0, 0xc4, 0x72, 0x21, 0xeb, 0x57, 0xe7, 0xd9, 0xfc, 0x50, 0x9e, 0x69, - 0x71, 0x87, 0x5c, 0x36, 0x44, 0x81, 0xe1, 0x54, 0x4d, 0x77, 0xfb, 0xfb, - 0x5b, 0xe6, 0x2e, 0xfd, 0xc9, 0xcf, 0xb6, 0xbd, 0x1b, 0xb2, 0xbd, 0x2b, - 0x0, 0x0, 0x7c, 0xec, 0xb, 0x5f, 0x5c, 0xbb, 0xb3, 0x3f, 0x7b, 0xd0, - 0x39, 0xb0, 0x6f, 0x7e, 0x95, 0x86, 0x86, 0x40, 0x48, 0x94, 0x2d, 0xe3, - 0xd, 0x94, 0x86, 0x2d, 0x56, 0x84, 0x5c, 0xaa, 0xe6, 0xd5, 0xce, 0xf7, - 0xb7, 0x2e, 0xfa, 0xd2, 0x7f, 0xfd, 0x6c, 0xd3, 0xbb, 0x25, 0x97, 0xf0, - 0x2e, 0xb7, 0x1b, 0x2f, 0xbd, 0xf8, 0xcf, 0x27, 0x6d, 0xdf, 0xf0, 0xfd, - 0x26, 0x5b, 0x8a, 0xca, 0xa4, 0x95, 0xfc, 0x61, 0x28, 0x99, 0x39, 0xb8, - 0xf3, 0x7d, 0x73, 0xaf, 0xba, 0xf9, 0x67, 0xf, 0xac, 0x7b, 0x37, 0xe5, - 0x71, 0xde, 0x6d, 0x0, 0x56, 0xef, 0xda, 0xbb, 0xf9, 0x9c, 0x8b, 0x66, - 0xd, 0x39, 0xaf, 0x1e, 0x98, 0x5f, 0x45, 0x8, 0x28, 0xb9, 0x64, 0xf5, - 0xc1, 0x9d, 0x53, 0x67, 0xb6, 0xde, 0xfc, 0xc0, 0xaf, 0x9e, 0xe5, 0xf, - 0xa5, 0x7d, 0xa1, 0x79, 0xe6, 0xa7, 0xbf, 0x3e, 0xc1, 0xd3, 0xef, 0x9d, - 0x94, 0xe9, 0xfe, 0xb7, 0x5, 0xf3, 0xce, 0xe5, 0xf, 0xb1, 0xdd, 0xd8, - 0x7c, 0xd1, 0xf5, 0x9f, 0x5f, 0x38, 0x6f, 0x2a, 0x7f, 0x6c, 0x7f, 0x6c, - 0xff, 0x6f, 0xed, 0xff, 0x0, 0x2b, 0xde, 0x6, 0xb0, 0x47, 0x2, 0xc3, - 0xc6, 0x0, 0x0, 0x0, 0x0, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, - 0x82, - - // /home/hyun/qps/icon/vista.png - 0x0, 0x0, 0xc, 0x6a, 0x89, 0x50, 0x4e, 0x47, 0xd, 0xa, 0x1a, 0xa, - 0x0, 0x0, 0x0, 0xd, 0x49, 0x48, 0x44, 0x52, 0x0, 0x0, 0x0, 0x81, - 0x0, 0x0, 0x0, 0x1c, 0x8, 0x6, 0x0, 0x0, 0x0, 0x46, 0x58, 0xdc, - 0xcd, 0x0, 0x0, 0x0, 0x1, 0x73, 0x52, 0x47, 0x42, 0x0, 0xae, 0xce, - 0x1c, 0xe9, 0x0, 0x0, 0x0, 0x6, 0x62, 0x4b, 0x47, 0x44, 0x0, 0x24, - 0x0, 0x24, 0x0, 0x24, 0xce, 0x45, 0x38, 0x56, 0x0, 0x0, 0x0, 0x9, - 0x70, 0x48, 0x59, 0x73, 0x0, 0x0, 0xb, 0x13, 0x0, 0x0, 0xb, 0x13, - 0x1, 0x0, 0x9a, 0x9c, 0x18, 0x0, 0x0, 0x0, 0x7, 0x74, 0x49, 0x4d, - 0x45, 0x7, 0xd8, 0xc, 0x1d, 0xa, 0x25, 0x8, 0xbe, 0x85, 0x8b, 0xa2, - 0x0, 0x0, 0x0, 0x19, 0x74, 0x45, 0x58, 0x74, 0x43, 0x6f, 0x6d, 0x6d, - 0x65, 0x6e, 0x74, 0x0, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x20, - 0x77, 0x69, 0x74, 0x68, 0x20, 0x47, 0x49, 0x4d, 0x50, 0x57, 0x81, 0xe, - 0x17, 0x0, 0x0, 0xb, 0xc5, 0x49, 0x44, 0x41, 0x54, 0x68, 0xde, 0xed, - 0x5b, 0xdb, 0x92, 0x2b, 0x37, 0xe, 0x23, 0x14, 0x7f, 0x69, 0xfe, 0xbf, - 0x6a, 0x93, 0xf7, 0x98, 0xd8, 0x7, 0xf1, 0x2, 0x4a, 0x9a, 0xc9, 0x7, - 0xec, 0x4e, 0x9d, 0x3a, 0xe3, 0xb1, 0xbb, 0xd5, 0x12, 0x45, 0x11, 0x20, - 0x48, 0xe3, 0xcf, 0x3f, 0xff, 0xa4, 0xfd, 0xff, 0xe7, 0x7f, 0xfa, 0xe7, - 0x63, 0x66, 0x66, 0x34, 0x33, 0xd0, 0x48, 0x33, 0x83, 0xe5, 0x7f, 0xfb, - 0x7d, 0xa3, 0x19, 0x60, 0xc6, 0xfd, 0x1b, 0xe4, 0x7e, 0xdb, 0xb0, 0xff, - 0x91, 0x46, 0x98, 0x19, 0xf3, 0xef, 0xb8, 0x3d, 0x6, 0x23, 0xe2, 0x6a, - 0xc6, 0x70, 0x35, 0x3e, 0xf7, 0x7b, 0xc8, 0xcf, 0xe2, 0x99, 0x46, 0x3, - 0x60, 0xb4, 0xbc, 0xa1, 0x2e, 0x8f, 0xd7, 0x31, 0x17, 0x33, 0x43, 0x3d, - 0xd0, 0x64, 0xee, 0x66, 0x60, 0xdc, 0xbf, 0xaf, 0x30, 0x1a, 0xd, 0x96, - 0xef, 0xcd, 0x21, 0x73, 0x3a, 0x24, 0xc, 0x31, 0xf9, 0xfd, 0xec, 0xb8, - 0x2, 0x32, 0x1e, 0xe4, 0x2e, 0xce, 0xb1, 0xf2, 0x87, 0x98, 0xb6, 0x4b, - 0xd3, 0xc8, 0x42, 0xc7, 0xcf, 0x5e, 0xeb, 0x7e, 0x6a, 0xda, 0xd0, 0x48, - 0xbb, 0x4e, 0x26, 0xca, 0x6a, 0x6, 0xee, 0x79, 0xd5, 0xf6, 0xe4, 0xac, - 0x7a, 0x31, 0xf5, 0x4c, 0xc4, 0xbc, 0x19, 0xf6, 0xb6, 0x71, 0xed, 0xfe, - 0xe3, 0xe3, 0xee, 0xdb, 0xae, 0x6e, 0xa6, 0xe, 0x31, 0x66, 0x41, 0xf6, - 0x3e, 0xe4, 0x4, 0xb8, 0x27, 0xbd, 0x2f, 0x67, 0x3d, 0xc4, 0x61, 0xf1, - 0x1f, 0xdb, 0x8, 0xb6, 0x8d, 0x5c, 0xe3, 0xc6, 0xec, 0x19, 0xd7, 0x6e, - 0x3, 0xa7, 0x71, 0xcd, 0x58, 0x93, 0x91, 0xfd, 0xcf, 0x5, 0x89, 0x81, - 0x28, 0xf3, 0x8b, 0x1d, 0x8, 0x67, 0xe6, 0xe1, 0x3b, 0x34, 0x4f, 0x43, - 0xc6, 0x67, 0x3e, 0x96, 0x17, 0xae, 0xc2, 0x9a, 0x5c, 0xb8, 0x42, 0x18, - 0xb4, 0x36, 0xde, 0xf7, 0xa6, 0x91, 0xe2, 0x52, 0xd3, 0xb9, 0xb6, 0x73, - 0xf7, 0x7b, 0x34, 0xf1, 0x36, 0x4f, 0xc7, 0x90, 0xcf, 0xd3, 0x16, 0x79, - 0x1, 0xf, 0x5f, 0x8f, 0x8d, 0x85, 0xe7, 0x1a, 0xe2, 0x4e, 0x57, 0xc7, - 0x8b, 0xdf, 0xe7, 0xf8, 0xb4, 0xf8, 0xcd, 0x32, 0x66, 0x99, 0x4a, 0xe, - 0xd8, 0x87, 0xa4, 0x3a, 0xf5, 0x61, 0xdd, 0xe3, 0xad, 0xdc, 0x0, 0xce, - 0xb, 0xc7, 0xa6, 0xcc, 0xb, 0x64, 0x6c, 0x5e, 0xf7, 0x8d, 0x6b, 0x6b, - 0x65, 0x78, 0x3c, 0x37, 0xd, 0xa5, 0xef, 0xe2, 0x18, 0xd3, 0xae, 0xbf, - 0x65, 0xfb, 0xea, 0xb3, 0x73, 0x69, 0x9e, 0xa7, 0xf0, 0x1a, 0xb9, 0xce, - 0x67, 0xdf, 0x6f, 0x56, 0xe, 0x46, 0x9d, 0xc3, 0x31, 0x5, 0x97, 0xb8, - 0xf6, 0x30, 0xc4, 0xe5, 0x34, 0x26, 0x87, 0xeb, 0xba, 0x3c, 0xec, 0xc2, - 0x11, 0x9d, 0x9f, 0x9b, 0x23, 0x33, 0xe5, 0xb5, 0xf, 0xc7, 0x14, 0xc6, - 0xbd, 0x1f, 0xbe, 0x3c, 0x20, 0xe2, 0x5, 0xc3, 0xab, 0xcf, 0x15, 0x65, - 0xb0, 0xe8, 0x78, 0x3e, 0x3f, 0xbd, 0x3, 0xf1, 0x9c, 0x64, 0xff, 0xc5, - 0x81, 0x38, 0xe3, 0xec, 0x32, 0x43, 0x60, 0x6c, 0x1e, 0x50, 0x5b, 0xb2, - 0x91, 0x89, 0x2, 0x39, 0x31, 0xf2, 0x39, 0x27, 0xf6, 0x29, 0xb1, 0xd7, - 0xa6, 0xc6, 0x75, 0xcc, 0x3d, 0x48, 0x68, 0x29, 0xb7, 0xe0, 0x6b, 0x9b, - 0x2f, 0x87, 0x23, 0xe6, 0xc8, 0x66, 0x66, 0x1e, 0xe3, 0xe5, 0xb9, 0xd4, - 0xa8, 0x3, 0x50, 0x62, 0xb2, 0xdc, 0xe7, 0x6d, 0x41, 0x0, 0xcf, 0x93, - 0xc9, 0xb2, 0xd5, 0x74, 0x4f, 0xd8, 0xfb, 0x10, 0x3d, 0x76, 0x6e, 0x3a, - 0x1d, 0x61, 0x1f, 0xd2, 0x77, 0x58, 0x2f, 0x78, 0xe5, 0x36, 0x38, 0xbd, - 0x42, 0x38, 0x5d, 0x68, 0x41, 0x62, 0x4c, 0x58, 0x8e, 0x38, 0x62, 0x4b, - 0x45, 0x3e, 0xd6, 0xc4, 0xdc, 0x10, 0x48, 0x40, 0xf1, 0x55, 0x79, 0x66, - 0xc1, 0xcb, 0x3c, 0x61, 0x19, 0xd6, 0x18, 0x56, 0x25, 0x24, 0x2a, 0x70, - 0xe3, 0xa9, 0xe5, 0x7d, 0x61, 0x70, 0x73, 0x33, 0xc0, 0x3, 0x56, 0xf6, - 0x73, 0x5d, 0x8c, 0xb8, 0xd7, 0x2d, 0xd1, 0xa7, 0xad, 0x6a, 0xee, 0x6c, - 0x8e, 0x70, 0x60, 0xf4, 0x1, 0xcc, 0x46, 0x34, 0xc6, 0x16, 0xdc, 0x24, - 0xc, 0xc5, 0xe6, 0x3a, 0x13, 0x9f, 0x63, 0x2d, 0xe9, 0x18, 0x89, 0x3a, - 0x65, 0x58, 0x17, 0xf3, 0x21, 0x3e, 0xf2, 0xe0, 0x3c, 0x3d, 0x45, 0x8a, - 0xf3, 0x16, 0xc, 0x23, 0x81, 0x44, 0xb9, 0x12, 0xc5, 0xc7, 0x82, 0x97, - 0xe5, 0xa1, 0xd2, 0xad, 0xf2, 0x7d, 0xdd, 0x87, 0xce, 0x3a, 0xf1, 0xac, - 0x9, 0x86, 0xe1, 0xe3, 0x54, 0xe5, 0xa4, 0x6b, 0x43, 0xe, 0xcc, 0xad, - 0xf0, 0x49, 0x36, 0xf4, 0x59, 0x46, 0x13, 0x33, 0x30, 0x1c, 0x1, 0x61, - 0x18, 0xec, 0xf7, 0x8c, 0x5, 0x93, 0x8d, 0x83, 0x82, 0x61, 0x14, 0xef, - 0xc5, 0x3, 0xcc, 0x3c, 0x26, 0x6, 0x20, 0x16, 0xb4, 0x5f, 0x7b, 0xd9, - 0xd4, 0x65, 0x2e, 0x7a, 0x78, 0x93, 0x94, 0xc6, 0x6f, 0x19, 0x93, 0x9, - 0xae, 0x71, 0xba, 0xdd, 0x51, 0x76, 0x80, 0x79, 0xe3, 0xb4, 0x8b, 0x33, - 0x79, 0xb8, 0x6b, 0x12, 0xe7, 0x7a, 0x8e, 0x37, 0x29, 0x96, 0xcd, 0x1f, - 0x94, 0x92, 0x3e, 0xe, 0x2a, 0x2, 0xf3, 0x11, 0xb0, 0x52, 0xa1, 0x86, - 0x1d, 0x3b, 0xcb, 0x2e, 0x71, 0xfb, 0x88, 0x5a, 0x38, 0x78, 0x6, 0xd9, - 0x64, 0x9e, 0x48, 0x77, 0x6d, 0x9f, 0x4b, 0x38, 0xe0, 0xc0, 0x91, 0x33, - 0xe2, 0xf1, 0x5f, 0xa0, 0xe8, 0xa2, 0x45, 0xf, 0xfc, 0xec, 0xd3, 0x6b, - 0xa0, 0xc1, 0xcd, 0x1e, 0xd4, 0xcf, 0x2e, 0x68, 0x92, 0x4c, 0x83, 0x2f, - 0xfc, 0xaf, 0x10, 0xfb, 0xc3, 0xeb, 0x6b, 0xf7, 0x39, 0x23, 0x39, 0x8f, - 0x6b, 0xf4, 0x2f, 0xea, 0xc9, 0xcb, 0xec, 0x49, 0xc6, 0x82, 0x19, 0x84, - 0xd4, 0x8e, 0xc3, 0x63, 0xf, 0xce, 0x24, 0xfb, 0x79, 0x71, 0xa3, 0x13, - 0xb7, 0x6b, 0x23, 0x33, 0xc, 0xb0, 0x36, 0xf6, 0x84, 0x86, 0x7b, 0x89, - 0xca, 0x97, 0x38, 0xcd, 0x8, 0x79, 0x5e, 0xcc, 0x1d, 0xa0, 0x7d, 0x9c, - 0x3c, 0xe1, 0xfa, 0xc0, 0x6c, 0x74, 0xda, 0xa7, 0x33, 0x5, 0x7e, 0xc1, - 0x9d, 0x37, 0xc, 0x9d, 0xdc, 0xad, 0x71, 0xf8, 0x31, 0x1, 0xeb, 0x6c, - 0xa1, 0x49, 0x13, 0xec, 0xf7, 0xc1, 0x4f, 0xdc, 0x33, 0x89, 0x7f, 0xe7, - 0xfb, 0xe7, 0x7a, 0x7a, 0x5d, 0xe5, 0xdc, 0xc0, 0x38, 0x31, 0x7, 0xeb, - 0x6c, 0x82, 0x47, 0xe5, 0x49, 0x7, 0xd9, 0xc5, 0xcd, 0x65, 0x9f, 0x46, - 0x91, 0xb, 0x59, 0x99, 0x10, 0xec, 0x17, 0x52, 0x62, 0x37, 0x37, 0xfd, - 0x81, 0xac, 0xda, 0x8b, 0x27, 0x7a, 0xf1, 0xab, 0x8f, 0x47, 0xba, 0xb3, - 0xe3, 0x88, 0xf2, 0x3c, 0x8e, 0xf4, 0xaa, 0x9d, 0x28, 0x3e, 0x75, 0x4d, - 0x97, 0x22, 0x2, 0xc8, 0xba, 0x90, 0x46, 0xe4, 0x99, 0xea, 0x99, 0xe4, - 0xe3, 0x1d, 0x56, 0x4f, 0x1a, 0x69, 0x7, 0x7, 0xb7, 0xf3, 0x24, 0x24, - 0xd6, 0x29, 0xf5, 0xa4, 0xa4, 0x81, 0x49, 0xca, 0x18, 0x46, 0xcd, 0x41, - 0xe, 0xfe, 0xa2, 0x4, 0x69, 0xbf, 0x14, 0x72, 0x95, 0x3c, 0x64, 0x60, - 0x31, 0x25, 0xb7, 0xd7, 0x60, 0x75, 0x64, 0x2c, 0x23, 0x8f, 0x87, 0x66, - 0x69, 0x63, 0x13, 0x86, 0xa3, 0xb2, 0x49, 0x26, 0x83, 0x6f, 0x15, 0x97, - 0x8a, 0xf5, 0x5e, 0x34, 0xdb, 0x9b, 0xfc, 0x8e, 0x75, 0xb, 0x48, 0xe0, - 0x41, 0x22, 0x13, 0xa6, 0x9, 0xd8, 0xc7, 0x7c, 0xe3, 0x75, 0xe7, 0xf0, - 0x31, 0x88, 0x84, 0xbf, 0x1c, 0x86, 0x10, 0x32, 0x42, 0x98, 0xd3, 0x9b, - 0xb0, 0xf0, 0x3a, 0x28, 0xe5, 0x20, 0x95, 0xae, 0xe5, 0xaa, 0x1c, 0x66, - 0x70, 0x3b, 0xed, 0x66, 0xa4, 0x39, 0x32, 0x23, 0x61, 0xe7, 0xf0, 0x50, - 0x22, 0x28, 0x51, 0x8a, 0x34, 0xc0, 0xca, 0x49, 0x2b, 0xdb, 0xe, 0xab, - 0xec, 0x45, 0x46, 0x68, 0x57, 0xb1, 0xb, 0xb0, 0x4d, 0x1c, 0xca, 0x7d, - 0x8f, 0xb4, 0x4c, 0x13, 0xc4, 0xdc, 0xae, 0x26, 0x5e, 0x5b, 0xc7, 0x40, - 0x18, 0xbf, 0x51, 0x56, 0xb9, 0x45, 0x3a, 0x5f, 0x1d, 0x26, 0xb0, 0xe0, - 0x83, 0x25, 0x12, 0x5, 0xb9, 0x24, 0x7, 0xf4, 0x50, 0x8c, 0xa2, 0xaa, - 0x8, 0xe5, 0x19, 0x0, 0x36, 0xf9, 0x4e, 0xf2, 0x39, 0x42, 0x4e, 0xf0, - 0x9, 0x8a, 0x3c, 0x91, 0x50, 0x7, 0x46, 0xe6, 0x62, 0x5, 0x61, 0xc1, - 0x9, 0x68, 0x50, 0x54, 0x0, 0x83, 0x5c, 0xf1, 0xca, 0x6b, 0x37, 0xe3, - 0xe6, 0x7e, 0x88, 0x12, 0x5b, 0x50, 0x4, 0x3e, 0x9, 0xa9, 0x69, 0x10, - 0xa4, 0xe8, 0xb4, 0x27, 0x6f, 0x7e, 0xa7, 0x82, 0xac, 0x53, 0xe3, 0x2, - 0x9e, 0xad, 0x63, 0xf8, 0xc0, 0xfb, 0x74, 0x28, 0xd1, 0x3, 0x72, 0x6f, - 0xd5, 0x98, 0x22, 0x0, 0xa9, 0xce, 0x31, 0x28, 0x16, 0x61, 0x80, 0x7, - 0x2b, 0x87, 0x30, 0x1b, 0x88, 0x40, 0x46, 0x39, 0xcd, 0x49, 0xb0, 0x3a, - 0xf4, 0x96, 0x40, 0x44, 0x1b, 0x2a, 0x3, 0x2b, 0x83, 0xe9, 0xe7, 0x25, - 0x33, 0x57, 0xcd, 0x7, 0x6a, 0xe7, 0xca, 0x3c, 0x78, 0x69, 0x30, 0x90, - 0x3, 0x76, 0x5e, 0xc1, 0x12, 0xea, 0xdc, 0x3a, 0x71, 0x92, 0x48, 0xad, - 0x5a, 0x89, 0x44, 0xf6, 0x8f, 0xf3, 0x16, 0x7c, 0x70, 0x32, 0x58, 0x53, - 0xe9, 0x57, 0x36, 0x5b, 0x88, 0x15, 0x2f, 0x31, 0xa4, 0x65, 0xd7, 0xfa, - 0x8c, 0x37, 0xf9, 0x9b, 0x24, 0x4c, 0x3f, 0xff, 0xa5, 0xa4, 0x21, 0x37, - 0xf1, 0x57, 0x31, 0xe4, 0x67, 0x30, 0x3d, 0x9, 0x1c, 0x9f, 0x2, 0x18, - 0x87, 0x96, 0xd3, 0x76, 0xbc, 0xdf, 0xe4, 0xb, 0x87, 0x65, 0xb3, 0xed, - 0x67, 0x4d, 0xeb, 0x9e, 0x11, 0x7f, 0x9a, 0x39, 0x64, 0x53, 0xdf, 0x1c, - 0x21, 0xaf, 0xb8, 0x9, 0xf2, 0x54, 0xd, 0x75, 0xe6, 0x95, 0x1d, 0xe0, - 0x9c, 0x0, 0x44, 0xb8, 0x18, 0xd3, 0xc4, 0x73, 0xb3, 0x5f, 0x52, 0xd0, - 0x89, 0x77, 0x6f, 0x1a, 0xf4, 0xef, 0x54, 0xef, 0x7a, 0x9f, 0xa7, 0x68, - 0xf5, 0x1e, 0x13, 0xe7, 0x34, 0xf0, 0x18, 0xef, 0xa9, 0x77, 0x35, 0xf1, - 0x7d, 0xd9, 0x66, 0x5a, 0x0, 0x66, 0x3f, 0x49, 0x34, 0xbf, 0x10, 0x3a, - 0xe5, 0x5e, 0xf6, 0xae, 0x68, 0xfc, 0x40, 0x20, 0x69, 0x3e, 0x98, 0xd3, - 0x14, 0xc1, 0x4e, 0x3d, 0xf3, 0x91, 0x68, 0x5d, 0xd3, 0xfb, 0xfc, 0xfd, - 0xf7, 0x5f, 0xa2, 0x58, 0x76, 0xa1, 0x4, 0x87, 0xb7, 0x20, 0x8b, 0x2c, - 0x99, 0x6a, 0x50, 0x70, 0xad, 0x84, 0x90, 0x43, 0x23, 0xd4, 0x27, 0x43, - 0x9f, 0x91, 0x1a, 0xbe, 0x14, 0x98, 0x6, 0x79, 0xe2, 0x95, 0xfa, 0x40, - 0x8b, 0x33, 0xf, 0x41, 0x9, 0xbc, 0xa9, 0x65, 0x69, 0x97, 0x10, 0x72, - 0x98, 0xf8, 0xa9, 0xaa, 0x1d, 0x45, 0x49, 0x51, 0x11, 0x4a, 0x89, 0xb0, - 0x14, 0x93, 0x4e, 0xbe, 0xd2, 0xc6, 0x45, 0xc3, 0x22, 0xe5, 0xb9, 0x53, - 0x8, 0x10, 0x61, 0x73, 0x66, 0x2c, 0xca, 0xc3, 0x1a, 0x76, 0xc4, 0x9e, - 0x98, 0xaa, 0x28, 0x8e, 0xa2, 0x9f, 0xaa, 0xb8, 0xc3, 0x12, 0x12, 0xda, - 0x15, 0x1c, 0x72, 0xed, 0x9f, 0xff, 0xfc, 0xe7, 0xaf, 0xa1, 0x48, 0xe1, - 0x87, 0xe8, 0xab, 0x72, 0x13, 0x65, 0x3, 0xf4, 0x1a, 0x2c, 0x94, 0xea, - 0x83, 0x63, 0xa4, 0x96, 0x41, 0x61, 0xb, 0xa1, 0x16, 0xa2, 0xd3, 0x4f, - 0xc8, 0xc9, 0x5b, 0xf1, 0x2c, 0x60, 0x99, 0x99, 0xd9, 0x5a, 0x7f, 0x18, - 0xf2, 0x7a, 0x98, 0xad, 0xb5, 0xc, 0x58, 0xc3, 0xbb, 0x81, 0xf7, 0xe4, - 0x1, 0x33, 0xd8, 0x92, 0x22, 0xa4, 0xd6, 0x14, 0x31, 0xab, 0xa0, 0x45, - 0x9e, 0x8e, 0x13, 0x93, 0xbc, 0xe9, 0x11, 0x4a, 0x36, 0xbf, 0x69, 0x7e, - 0xf0, 0x75, 0x1a, 0xdd, 0x8d, 0x1, 0x3, 0x5f, 0xba, 0xf0, 0x12, 0xcc, - 0xc2, 0x28, 0xbd, 0x45, 0x1c, 0x11, 0x8d, 0x8a, 0x78, 0x5e, 0x18, 0x47, - 0x73, 0x3f, 0x34, 0x98, 0x23, 0x5b, 0x1f, 0x15, 0xd0, 0x2b, 0x8c, 0x41, - 0x20, 0xa1, 0xc7, 0xfd, 0xfc, 0xf3, 0xfd, 0xf6, 0x75, 0x7a, 0x40, 0x94, - 0x4c, 0x0, 0x3f, 0x2b, 0xd2, 0x75, 0xc9, 0x32, 0x23, 0x6b, 0x3, 0x73, - 0x30, 0xbd, 0x73, 0xad, 0xbd, 0x53, 0x1e, 0x94, 0x5e, 0xa5, 0x4d, 0xd, - 0x86, 0x5e, 0x4e, 0x45, 0xc3, 0x5a, 0xc6, 0xef, 0x3f, 0x6, 0x6c, 0xe7, - 0x31, 0xc0, 0xbe, 0x4e, 0x5b, 0x8, 0xce, 0x8e, 0x59, 0x82, 0xd6, 0xd3, - 0xda, 0xf2, 0x82, 0x87, 0xb1, 0x56, 0x33, 0xe4, 0xcc, 0x1e, 0x32, 0xc2, - 0x88, 0xe4, 0xea, 0x2f, 0x2d, 0x20, 0xd, 0x17, 0x93, 0x74, 0xf7, 0xe9, - 0x24, 0x1, 0xb4, 0x6e, 0xbe, 0x55, 0xbc, 0xd8, 0x78, 0xa7, 0x17, 0x69, - 0xcc, 0xea, 0xa3, 0x66, 0x1c, 0xfb, 0x7d, 0xef, 0xc, 0xca, 0x93, 0xa3, - 0xf8, 0x21, 0x80, 0x29, 0xf4, 0x8, 0x71, 0x27, 0x8f, 0x8a, 0xe8, 0xe1, - 0xa5, 0x52, 0xca, 0x3f, 0x6b, 0x7f, 0xa9, 0x98, 0x7e, 0x86, 0xca, 0x45, - 0xbb, 0xca, 0xb4, 0x18, 0xf5, 0xed, 0x37, 0x25, 0x81, 0xc1, 0x0, 0xbb, - 0x2a, 0x58, 0x55, 0xd2, 0x84, 0xd9, 0xc2, 0xea, 0x88, 0x43, 0x81, 0x13, - 0xde, 0xd5, 0xc8, 0xb5, 0x56, 0x11, 0x13, 0x7a, 0x17, 0x2e, 0x7c, 0xfd, - 0x91, 0xc9, 0xaa, 0x39, 0x57, 0xe9, 0xd, 0x55, 0x97, 0x8f, 0xec, 0x43, - 0x75, 0xfd, 0x3e, 0xe0, 0x9d, 0x6d, 0x38, 0xf1, 0x4b, 0x85, 0x6f, 0xa6, - 0x7a, 0x76, 0x62, 0x29, 0xf7, 0x69, 0xa4, 0xa8, 0x98, 0xe5, 0x4, 0x76, - 0xbf, 0x6e, 0x68, 0xe4, 0x35, 0x3e, 0x1f, 0xc2, 0xda, 0xc9, 0x6b, 0x7a, - 0x2e, 0xcb, 0x2c, 0x9d, 0x96, 0x67, 0x34, 0x78, 0xd1, 0xcc, 0xa1, 0x29, - 0x1b, 0x5f, 0x27, 0x37, 0xb6, 0x2a, 0xa, 0x48, 0x52, 0x1c, 0xc9, 0x80, - 0xc, 0x93, 0x9a, 0x74, 0x1e, 0xee, 0x59, 0xa5, 0xc2, 0xca, 0x18, 0x8c, - 0x9b, 0xf5, 0xc7, 0x6, 0x2f, 0x69, 0x38, 0x31, 0xeb, 0x62, 0x54, 0x87, - 0x24, 0x89, 0x14, 0x71, 0xd2, 0x6b, 0x29, 0xfe, 0xdd, 0x91, 0x20, 0x6e, - 0xa2, 0x7f, 0x6d, 0x2d, 0xc4, 0xc9, 0xda, 0x1a, 0xc0, 0xc2, 0xda, 0xbf, - 0x1f, 0xc4, 0x6b, 0x19, 0xaa, 0x6a, 0x47, 0xa5, 0xec, 0x19, 0xa1, 0x3a, - 0x3f, 0x9d, 0xc4, 0xaa, 0x1a, 0x49, 0x24, 0x3a, 0xd1, 0x7b, 0xc3, 0xd3, - 0xf0, 0xec, 0x14, 0xb6, 0xdf, 0xf7, 0xd2, 0xa4, 0x70, 0x46, 0x90, 0x74, - 0x6a, 0x9, 0xfb, 0x9c, 0x4c, 0xa9, 0xa, 0x6f, 0xb0, 0xad, 0xc3, 0x4c, - 0x38, 0xba, 0xcb, 0xf1, 0x69, 0x77, 0x2d, 0x7e, 0xf5, 0x29, 0xbf, 0x25, - 0x7f, 0xc6, 0x3e, 0x96, 0x7b, 0xb7, 0x62, 0xd8, 0x9e, 0x51, 0xc4, 0x2f, - 0xf3, 0xef, 0x30, 0xc8, 0x59, 0x77, 0xc7, 0x42, 0xd4, 0x4b, 0x53, 0x57, - 0x40, 0x9c, 0xf8, 0xf6, 0xfc, 0x5, 0x81, 0x94, 0xf0, 0xb5, 0x25, 0xc4, - 0x29, 0x17, 0x93, 0x1c, 0xa1, 0x46, 0x77, 0x8f, 0xd0, 0xbd, 0x8b, 0x44, - 0xa0, 0x99, 0xad, 0xfd, 0xac, 0x84, 0x5f, 0xc4, 0xc8, 0xdf, 0xd8, 0x48, - 0x2c, 0x54, 0x1, 0x27, 0x21, 0xc6, 0x63, 0x2d, 0xb, 0xb8, 0xb2, 0x0, - 0xad, 0xe4, 0x2a, 0xb1, 0x4c, 0xc3, 0x38, 0xbc, 0x4, 0x31, 0x56, 0x51, - 0x88, 0x72, 0xba, 0x13, 0x9f, 0x7d, 0x34, 0x6a, 0x24, 0x77, 0x28, 0x55, - 0x54, 0x1a, 0x5e, 0x70, 0x34, 0xc2, 0xd4, 0x48, 0x87, 0x58, 0x94, 0x5c, - 0x3, 0x29, 0x48, 0xa5, 0x2a, 0xeb, 0xd6, 0x75, 0x1e, 0x49, 0xe3, 0x48, - 0xcf, 0x19, 0x59, 0xaa, 0x7a, 0xac, 0xb4, 0xf7, 0x91, 0x87, 0x79, 0x8f, - 0xb1, 0x15, 0xc3, 0xb, 0xf7, 0xc4, 0x30, 0x52, 0x32, 0xee, 0x54, 0xab, - 0xab, 0x76, 0xad, 0xb3, 0xc7, 0x66, 0xc6, 0xa2, 0x11, 0x47, 0x7d, 0x14, - 0x34, 0x56, 0xe6, 0x1e, 0x6b, 0xf2, 0xb, 0xd8, 0xd0, 0xc4, 0x56, 0xd5, - 0xe3, 0xbd, 0xf1, 0xbe, 0x42, 0x87, 0xc0, 0xd, 0x66, 0x45, 0xfd, 0xeb, - 0xe8, 0xc8, 0xc4, 0xde, 0x7c, 0xba, 0xd9, 0xd7, 0x83, 0x54, 0x26, 0x16, - 0x7, 0x59, 0x74, 0xeb, 0xe, 0xa1, 0xa, 0xad, 0xfe, 0x95, 0x46, 0x20, - 0x1e, 0x9d, 0x38, 0x8d, 0xc1, 0x1b, 0xeb, 0x6d, 0x94, 0x90, 0x4d, 0xfa, - 0x28, 0xf6, 0x3f, 0x1f, 0x85, 0x12, 0x37, 0xdc, 0xf9, 0xfe, 0x20, 0x78, - 0xa1, 0x78, 0xba, 0x10, 0xc4, 0x80, 0x50, 0x17, 0x16, 0xdc, 0xd7, 0x70, - 0xf0, 0x2f, 0xe3, 0x8e, 0x34, 0xdd, 0x4a, 0x16, 0xab, 0xc0, 0x2f, 0x29, - 0x6b, 0x2a, 0x86, 0x33, 0x71, 0x54, 0xa1, 0xf1, 0x28, 0xba, 0x64, 0xb3, - 0x49, 0x6e, 0xb4, 0x56, 0xa9, 0x10, 0xa7, 0xb6, 0x3e, 0x97, 0xae, 0xa6, - 0x95, 0x5d, 0x16, 0x6b, 0x28, 0x6f, 0xda, 0xbf, 0x87, 0xed, 0x42, 0xe6, - 0x64, 0x45, 0x13, 0x85, 0x29, 0xe, 0x43, 0x33, 0x8c, 0x2, 0x5b, 0x4b, - 0x20, 0xe0, 0xcb, 0xda, 0x6c, 0x3, 0xec, 0x8b, 0x3, 0x93, 0xa1, 0xa9, - 0xe8, 0xf7, 0x61, 0xf, 0x9a, 0x5a, 0xe0, 0x55, 0x9d, 0xdc, 0xe2, 0x5a, - 0x94, 0xc1, 0x7f, 0xa8, 0x5e, 0x9e, 0xe6, 0xa4, 0xf7, 0x46, 0xed, 0xd7, - 0x2f, 0x2c, 0x6f, 0x52, 0x78, 0x8e, 0x91, 0xf7, 0x4f, 0xae, 0xb1, 0x9, - 0x2d, 0x33, 0xfb, 0xc0, 0xec, 0xc1, 0xa4, 0x49, 0x9b, 0xdd, 0x55, 0x2d, - 0x3d, 0x1a, 0x4d, 0xbd, 0x9a, 0x17, 0x8e, 0x9c, 0x20, 0x59, 0xb6, 0x2a, - 0x84, 0xa9, 0xb, 0x4, 0xcb, 0xe6, 0x51, 0x81, 0x83, 0x6d, 0xfc, 0xde, - 0x38, 0xce, 0x4a, 0xe9, 0x1a, 0x77, 0x29, 0xc2, 0x15, 0x8e, 0x3a, 0x8e, - 0x57, 0x16, 0xe2, 0xcc, 0x4c, 0xc2, 0x24, 0xdc, 0x62, 0xe6, 0x7d, 0x71, - 0x8f, 0x7f, 0x3, 0x41, 0x57, 0x53, 0x1a, 0x8f, 0x1a, 0xc7, 0xe6, 0xb, - 0x3c, 0xa, 0x8a, 0x1c, 0xd, 0xa1, 0x75, 0x1a, 0xd5, 0xa9, 0x39, 0xd3, - 0xa8, 0xaa, 0xef, 0xfb, 0xb7, 0xe, 0xc1, 0x4c, 0x1f, 0xb3, 0x78, 0x83, - 0x43, 0x7d, 0x54, 0x8d, 0x85, 0xcd, 0x15, 0xf0, 0x70, 0x30, 0x1e, 0x1c, - 0xec, 0x24, 0x91, 0xfc, 0x8e, 0xd4, 0x8f, 0xda, 0xaf, 0x39, 0x7a, 0x18, - 0x24, 0x72, 0xc5, 0xde, 0xb4, 0x68, 0xe9, 0xdd, 0x87, 0x29, 0x7b, 0xf0, - 0xb9, 0x18, 0x3d, 0x36, 0x96, 0xee, 0x93, 0xfb, 0x60, 0xdf, 0x48, 0x96, - 0xaa, 0x69, 0x1d, 0xa2, 0x26, 0xe0, 0xc1, 0xec, 0x25, 0x79, 0xa5, 0x14, - 0x86, 0x2, 0x22, 0x56, 0x85, 0xf2, 0xae, 0x42, 0x26, 0xf4, 0xa4, 0xe3, - 0x38, 0x39, 0xc9, 0x9e, 0x74, 0x36, 0x79, 0xf0, 0x88, 0x21, 0xb, 0x65, - 0xa4, 0xa9, 0x28, 0x6, 0xfb, 0xf2, 0x5b, 0x27, 0x70, 0xd9, 0x8a, 0x8d, - 0xa7, 0x68, 0xf7, 0xc1, 0x45, 0xa8, 0xb5, 0x77, 0xc1, 0x1a, 0x77, 0xa9, - 0x8b, 0xf5, 0x66, 0xce, 0xca, 0x61, 0xc3, 0x41, 0x1d, 0x28, 0x33, 0xa9, - 0xf8, 0x69, 0xaf, 0xc2, 0x76, 0x56, 0xf7, 0xce, 0x5e, 0x5c, 0xda, 0x55, - 0x2b, 0x95, 0x8f, 0xea, 0x25, 0xb5, 0xc1, 0x37, 0xf9, 0x91, 0xcc, 0x9f, - 0x7, 0xa3, 0x3d, 0xf9, 0x5, 0xa9, 0xdd, 0xd3, 0x8f, 0xb6, 0xb8, 0x78, - 0xf1, 0x69, 0x6c, 0x3a, 0x19, 0x64, 0x8b, 0xe, 0x59, 0xbd, 0xb3, 0x5, - 0x9, 0xab, 0xe9, 0x7d, 0x28, 0xe3, 0x60, 0x61, 0xb6, 0x7d, 0x1d, 0xd9, - 0x19, 0x2d, 0xcb, 0xc8, 0xab, 0xc3, 0x5a, 0x42, 0x4, 0x6c, 0x74, 0xf0, - 0x36, 0x86, 0x66, 0x67, 0xd1, 0x2e, 0x7b, 0x42, 0xd5, 0x4c, 0x4c, 0xb1, - 0x35, 0xcb, 0xaf, 0x6b, 0x94, 0x9e, 0xd9, 0x3d, 0x46, 0x9, 0x21, 0x23, - 0x7d, 0x3c, 0xba, 0x83, 0x19, 0x39, 0xfa, 0xe8, 0x5b, 0x3c, 0xea, 0x29, - 0xd4, 0x12, 0xb3, 0x14, 0x94, 0x20, 0xfd, 0x8f, 0x6e, 0xcd, 0x39, 0xb4, - 0x47, 0x21, 0xe0, 0xae, 0x49, 0x66, 0x6f, 0x58, 0xb5, 0xd1, 0x9, 0x2a, - 0x38, 0xf5, 0x20, 0x56, 0x2d, 0xaa, 0xda, 0x8b, 0x67, 0xeb, 0x1d, 0xec, - 0xa8, 0xca, 0x95, 0x9e, 0x51, 0xfc, 0x4e, 0x78, 0x45, 0x15, 0x90, 0xe8, - 0xbc, 0xc2, 0xc8, 0x60, 0xcd, 0xe8, 0x8d, 0x37, 0xdf, 0x9b, 0xd6, 0x61, - 0x72, 0x63, 0xb2, 0xa6, 0x42, 0x48, 0x66, 0x2b, 0x92, 0xb2, 0x15, 0x63, - 0xd7, 0xeb, 0xb2, 0x61, 0xc2, 0xa5, 0xb5, 0x1b, 0xd5, 0x64, 0x72, 0x70, - 0xe9, 0x71, 0xfa, 0x36, 0x1c, 0xb5, 0xa7, 0x9f, 0xe2, 0xbe, 0xd7, 0x77, - 0x8, 0x6e, 0xc1, 0x1c, 0xe4, 0xcd, 0x6, 0xf0, 0x2e, 0x62, 0x9c, 0xd9, - 0x44, 0xe2, 0xfb, 0x6c, 0x19, 0xe7, 0xa5, 0xfb, 0xd3, 0x3b, 0x5c, 0xab, - 0xea, 0x77, 0x6a, 0x9, 0x90, 0x36, 0x47, 0x6d, 0x7, 0x87, 0x54, 0x4c, - 0xcb, 0xfe, 0xc7, 0xf7, 0x1c, 0xfc, 0x1c, 0xd3, 0x39, 0xca, 0xe2, 0x3d, - 0x58, 0x90, 0xc5, 0x83, 0x1f, 0x28, 0xe4, 0x7c, 0xf8, 0x68, 0xf2, 0xf6, - 0x4a, 0x6b, 0xb3, 0xd7, 0xbe, 0x31, 0xbe, 0xd5, 0xad, 0x26, 0x65, 0xf4, - 0x26, 0x5d, 0x9b, 0xfc, 0xa4, 0xec, 0xab, 0xd6, 0x5d, 0xb3, 0x69, 0x92, - 0x6e, 0xe0, 0xaa, 0xf0, 0xb7, 0x99, 0x7d, 0x5a, 0x3, 0x8d, 0xa5, 0xa9, - 0x44, 0xc, 0xfd, 0xc0, 0xd, 0xeb, 0x51, 0x62, 0x85, 0x34, 0x53, 0x88, - 0xbe, 0x31, 0xee, 0xb5, 0x77, 0x11, 0xe9, 0x59, 0xf5, 0xf1, 0x80, 0xb, - 0xd7, 0x2a, 0x68, 0x5a, 0xf2, 0xec, 0x5e, 0x3e, 0x26, 0x63, 0x53, 0xa, - 0x7e, 0x11, 0x50, 0x6a, 0xf6, 0xe1, 0x92, 0x5, 0x9c, 0x4a, 0xe4, 0xa8, - 0xc0, 0x66, 0x7f, 0x2, 0xca, 0x21, 0x5b, 0x4f, 0xf0, 0x51, 0xe4, 0xcb, - 0xd4, 0x51, 0x79, 0x8c, 0x5f, 0x49, 0x23, 0xfb, 0x7b, 0x7, 0xa5, 0xc, - 0x16, 0xbb, 0xe, 0x1e, 0xb1, 0xf2, 0x24, 0xa3, 0x1b, 0x33, 0xb4, 0xe3, - 0xd8, 0x44, 0xfd, 0x83, 0x7e, 0x73, 0x7, 0x1d, 0x9e, 0xb1, 0xca, 0x73, - 0x17, 0x32, 0xaf, 0x5d, 0x85, 0xed, 0x1a, 0x1d, 0xfa, 0x8b, 0x1d, 0x68, - 0xf2, 0x2, 0xb, 0xe5, 0xb0, 0x9d, 0x29, 0x1d, 0x7, 0x95, 0x57, 0x47, - 0xf3, 0xaa, 0xb4, 0xa0, 0x43, 0x8c, 0x89, 0x47, 0x3b, 0x1c, 0x9e, 0x64, - 0xf9, 0xa8, 0x92, 0x1e, 0xe, 0x52, 0x51, 0xc0, 0xa5, 0x51, 0x55, 0xf8, - 0x8e, 0xd6, 0xe2, 0xf3, 0x50, 0xb8, 0xbf, 0xdb, 0xee, 0x58, 0x4, 0x8f, - 0xfd, 0x2d, 0x28, 0xd1, 0x69, 0xce, 0x1a, 0x41, 0xf5, 0x6f, 0xc4, 0xe7, - 0x90, 0xb5, 0x79, 0x8, 0x28, 0x9a, 0x7d, 0xb8, 0x1c, 0xb8, 0x76, 0xe0, - 0xd9, 0xe1, 0x46, 0xa3, 0xfd, 0x17, 0x66, 0x56, 0x9d, 0xf1, 0xd6, 0xf2, - 0xa7, 0xd0, 0x0, 0x0, 0x0, 0x0, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, - 0x60, 0x82, - // /home/hyun/qps/icon/pause.png - 0x0, 0x0, 0x1, 0xf6, 0x89, 0x50, 0x4e, 0x47, 0xd, 0xa, 0x1a, 0xa, - 0x0, 0x0, 0x0, 0xd, 0x49, 0x48, 0x44, 0x52, 0x0, 0x0, 0x0, 0x18, - 0x0, 0x0, 0x0, 0x18, 0x8, 0x6, 0x0, 0x0, 0x0, 0xe0, 0x77, 0x3d, - 0xf8, 0x0, 0x0, 0x0, 0x1, 0x73, 0x52, 0x47, 0x42, 0x0, 0xae, 0xce, - 0x1c, 0xe9, 0x0, 0x0, 0x0, 0x6, 0x62, 0x4b, 0x47, 0x44, 0x0, 0xff, - 0x0, 0xff, 0x0, 0xff, 0xa0, 0xbd, 0xa7, 0x93, 0x0, 0x0, 0x0, 0x9, - 0x70, 0x48, 0x59, 0x73, 0x0, 0x0, 0xb, 0x12, 0x0, 0x0, 0xb, 0x12, - 0x1, 0xd2, 0xdd, 0x7e, 0xfc, 0x0, 0x0, 0x0, 0x7, 0x74, 0x49, 0x4d, - 0x45, 0x7, 0xd8, 0x8, 0x4, 0x0, 0x22, 0x3, 0xb3, 0x10, 0xff, 0xee, - 0x0, 0x0, 0x1, 0x76, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0xed, 0x55, - 0x4d, 0x4f, 0xc2, 0x40, 0x10, 0x7d, 0x33, 0x6d, 0x6d, 0xe4, 0x42, 0x89, - 0xb, 0x9, 0x11, 0x68, 0x9, 0xf5, 0x22, 0x21, 0x31, 0xd0, 0xfe, 0xff, - 0x4, 0x8f, 0x5e, 0x45, 0x3c, 0x90, 0x88, 0x9, 0x1c, 0x30, 0x4b, 0x53, - 0x83, 0xc0, 0x85, 0x38, 0x1e, 0x4, 0x23, 0x9f, 0xda, 0xea, 0x81, 0x3, - 0x2f, 0x99, 0x64, 0x77, 0x66, 0x76, 0xdf, 0xbc, 0xfd, 0x4, 0x4e, 0x38, - 0x56, 0x98, 0x9, 0x72, 0xcf, 0x52, 0x31, 0x84, 0x61, 0x28, 0x0, 0xbe, - 0x2c, 0xc, 0x43, 0x11, 0x91, 0x15, 0xb1, 0x78, 0x9e, 0x27, 0xbe, 0xef, - 0x8b, 0xef, 0xfb, 0xab, 0x9c, 0x44, 0x95, 0xb2, 0xd6, 0x1a, 0xad, 0x66, - 0x13, 0xe5, 0x72, 0x19, 0xfd, 0x7e, 0x1f, 0x5a, 0x6b, 0x10, 0xd1, 0x2, - 0x0, 0x94, 0x52, 0xb3, 0x7c, 0x3e, 0x9f, 0x71, 0x2b, 0x15, 0xc, 0x86, - 0x43, 0xf4, 0x7a, 0xbd, 0xbd, 0x85, 0xf2, 0x21, 0x15, 0x8d, 0x46, 0x3, - 0x2a, 0xaf, 0xd0, 0xa, 0x5a, 0x6b, 0x7e, 0xad, 0x75, 0x26, 0x8, 0x2, - 0xf8, 0x57, 0x3e, 0xea, 0xf5, 0xeb, 0x83, 0x2b, 0xc1, 0x3f, 0x2d, 0x95, - 0xba, 0x50, 0x30, 0xcd, 0x3d, 0x42, 0x5, 0x98, 0xcf, 0xe6, 0x28, 0x95, - 0x4a, 0x89, 0x9, 0xde, 0x1, 0x0, 0x44, 0x18, 0x8f, 0xc7, 0x60, 0xda, - 0x4e, 0x33, 0x98, 0xc1, 0x4c, 0xc8, 0x66, 0xb3, 0xa9, 0x14, 0x30, 0x33, - 0x47, 0xcc, 0x8c, 0x42, 0xa1, 0x0, 0xc3, 0x30, 0x36, 0xe3, 0x77, 0x96, - 0x65, 0x82, 0x88, 0x77, 0xc5, 0x12, 0x28, 0xf8, 0x87, 0x63, 0xbc, 0x77, - 0xf, 0x98, 0xf9, 0xed, 0xc0, 0x38, 0xfa, 0xf3, 0x85, 0x5a, 0x2c, 0x16, - 0x15, 0x83, 0x19, 0x96, 0x65, 0x80, 0x79, 0xab, 0x8e, 0x1b, 0xdb, 0xb6, - 0x11, 0x45, 0x63, 0x4c, 0xa7, 0xb3, 0xbf, 0x9d, 0x22, 0x0, 0x88, 0xe3, - 0x78, 0xd3, 0xf5, 0xb4, 0x6a, 0x38, 0x8e, 0x93, 0x9e, 0x80, 0x88, 0x40, - 0xc4, 0xc8, 0x6d, 0x4f, 0xa2, 0x3f, 0x37, 0x97, 0xf0, 0x1a, 0xc7, 0x18, - 0xc, 0x6, 0x29, 0x15, 0x10, 0xf0, 0x32, 0x1a, 0x1, 0x44, 0x3b, 0xc9, - 0x99, 0x0, 0x27, 0x97, 0x4b, 0xaf, 0xa0, 0xdb, 0x7d, 0x4, 0x1b, 0x6, - 0xee, 0x3b, 0x9d, 0x35, 0xbf, 0xeb, 0xba, 0x97, 0xed, 0xf6, 0xed, 0xce, - 0xd8, 0xaf, 0x51, 0xad, 0x56, 0xd7, 0x1e, 0xbb, 0x65, 0x1f, 0x0, 0xe0, - 0x79, 0xde, 0x43, 0xad, 0x56, 0x8b, 0x0, 0x3c, 0x7f, 0xcb, 0x49, 0x6, - 0x11, 0x51, 0x22, 0x42, 0xcb, 0x76, 0x51, 0x44, 0x8a, 0x93, 0xc9, 0xc4, - 0x16, 0x11, 0x12, 0x11, 0x6b, 0x69, 0x45, 0x11, 0xc9, 0x88, 0xc8, 0xf9, - 0xe9, 0x87, 0x3b, 0x5e, 0x7c, 0x0, 0x8d, 0xf8, 0x80, 0x7e, 0x5c, 0x10, - 0xaa, 0xf, 0x0, 0x0, 0x0, 0x0, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, - 0x60, 0x82, - // /home/hyun/qps/icon/preferences-system.png - 0x0, 0x0, 0xb, 0x34, 0x89, 0x50, 0x4e, 0x47, 0xd, 0xa, 0x1a, 0xa, - 0x0, 0x0, 0x0, 0xd, 0x49, 0x48, 0x44, 0x52, 0x0, 0x0, 0x0, 0x30, - 0x0, 0x0, 0x0, 0x30, 0x8, 0x6, 0x0, 0x0, 0x1, 0x20, 0x5, 0xc9, - 0x11, 0x0, 0x0, 0x0, 0x9, 0x70, 0x48, 0x59, 0x73, 0x0, 0x0, 0xb, - 0x13, 0x0, 0x0, 0xb, 0x13, 0x1, 0x0, 0x9a, 0x9c, 0x18, 0x0, 0x0, - 0x0, 0x4, 0x67, 0x41, 0x4d, 0x41, 0x0, 0x0, 0xd8, 0xeb, 0xf5, 0x1c, - 0x14, 0xaa, 0x0, 0x0, 0x0, 0x20, 0x63, 0x48, 0x52, 0x4d, 0x0, 0x0, - 0x6e, 0x35, 0x0, 0x0, 0x75, 0x37, 0x0, 0x0, 0xf6, 0xb7, 0x0, 0x0, - 0x87, 0x2a, 0x0, 0x0, 0x6d, 0x69, 0x0, 0x0, 0xe8, 0xa3, 0x0, 0x0, - 0x32, 0x2, 0x0, 0x0, 0x18, 0x93, 0x17, 0x8d, 0xd2, 0x53, 0x0, 0x0, - 0xa, 0xaa, 0x49, 0x44, 0x41, 0x54, 0x78, 0xda, 0x5c, 0xc9, 0xb1, 0xd, - 0xc2, 0x30, 0x10, 0x40, 0xd1, 0x7f, 0x16, 0x42, 0x69, 0x2e, 0xd, 0x23, - 0x0, 0x25, 0x4b, 0xb0, 0x47, 0x6, 0x4a, 0xc1, 0x3c, 0xec, 0xe2, 0x32, - 0x4d, 0x1a, 0x24, 0x64, 0x91, 0x98, 0x8b, 0xcf, 0x92, 0x29, 0xa0, 0xe2, - 0xb5, 0x4f, 0x5a, 0x6b, 0x88, 0xc8, 0x95, 0x3f, 0x2, 0x1c, 0x2e, 0xc3, - 0xf0, 0x0, 0xb8, 0x8f, 0x37, 0xba, 0x6e, 0x8f, 0x59, 0x21, 0x0, 0x3c, - 0xa7, 0x89, 0x64, 0x86, 0x6d, 0x5, 0xf7, 0x8a, 0x6d, 0x85, 0x1d, 0xc0, - 0x6b, 0x59, 0x90, 0xbe, 0xc7, 0xbd, 0x12, 0x63, 0xc4, 0xec, 0x17, 0x39, - 0x67, 0x48, 0x89, 0x10, 0x2, 0xc7, 0xd3, 0x99, 0x75, 0x7d, 0x7f, 0xc3, - 0x6b, 0x85, 0x79, 0x46, 0x55, 0x1, 0x50, 0x55, 0x3e, 0x0, 0x0, 0x0, - 0xff, 0xff, 0x54, 0x8e, 0xb1, 0xa, 0x80, 0x20, 0x14, 0x0, 0x4f, 0xe9, - 0x43, 0xac, 0xe6, 0x3e, 0xc1, 0xa1, 0x6f, 0x17, 0x1a, 0x5a, 0x1b, 0x5d, - 0xfd, 0x0, 0xb, 0x2, 0x2b, 0xe1, 0x35, 0x54, 0x92, 0xb7, 0x1e, 0x7, - 0xa7, 0x80, 0xf1, 0x9d, 0xf8, 0x93, 0x15, 0xc6, 0xc8, 0x60, 0x2d, 0x8b, - 0x73, 0x84, 0x69, 0x2e, 0xa6, 0x1, 0x58, 0x53, 0x2, 0xad, 0x49, 0xc7, - 0x59, 0x8b, 0x2d, 0x4, 0x10, 0xc1, 0x7b, 0xf, 0x80, 0x31, 0xed, 0x23, - 0xf6, 0x18, 0x41, 0x84, 0xae, 0xeb, 0xeb, 0xe2, 0xca, 0xb9, 0xdc, 0x7c, - 0xdc, 0x0, 0x0, 0x0, 0xff, 0xff, 0x8c, 0x90, 0x4d, 0xa, 0x82, 0x40, - 0x0, 0x85, 0x3f, 0xb1, 0xb2, 0xd1, 0x72, 0x31, 0x50, 0xfb, 0x4e, 0x51, - 0xc7, 0xf1, 0x14, 0x1e, 0x2c, 0xe8, 0xc, 0xed, 0xdd, 0x87, 0xb6, 0xd3, - 0xc2, 0x28, 0x2c, 0xc7, 0x51, 0x27, 0x5b, 0x8, 0x89, 0xd0, 0xa2, 0xb7, - 0x7c, 0xbc, 0xc7, 0xfb, 0xb1, 0x0, 0xb9, 0xd9, 0xee, 0x72, 0xb9, 0x5e, - 0x7d, 0xc9, 0xdb, 0xe5, 0xca, 0x71, 0x7f, 0xe0, 0x17, 0x26, 0x80, 0x15, - 0x67, 0x29, 0x53, 0x7f, 0x9, 0x52, 0x2, 0x10, 0x67, 0x29, 0x4a, 0x6b, - 0x0, 0x5c, 0x31, 0xa7, 0x54, 0xd5, 0x38, 0x1a, 0xe0, 0xde, 0x34, 0x78, - 0x41, 0xd0, 0xc7, 0x46, 0x11, 0x4d, 0xdd, 0xd2, 0x1a, 0x83, 0x52, 0x7a, - 0x10, 0xdb, 0xf6, 0x60, 0x28, 0xf2, 0x9c, 0x22, 0xc, 0x1, 0xe8, 0x94, - 0xa2, 0x35, 0x6, 0x80, 0x85, 0xe7, 0xf2, 0x7c, 0x95, 0xfd, 0x7b, 0xc6, - 0xc, 0x86, 0x4a, 0xeb, 0x51, 0x57, 0x21, 0x4, 0x0, 0x8e, 0x33, 0xc3, - 0xbc, 0xbb, 0xd1, 0x68, 0xbf, 0x36, 0xdd, 0x83, 0x3f, 0x70, 0x4e, 0x92, - 0xd3, 0x7, 0x0, 0x0, 0xff, 0xff, 0x8c, 0x93, 0x4f, 0x4a, 0xc3, 0x60, - 0x10, 0xc5, 0x7f, 0xf9, 0xd3, 0x64, 0xd3, 0x45, 0xb1, 0x29, 0xba, 0xab, - 0x17, 0x70, 0x91, 0x13, 0x88, 0x88, 0x17, 0x50, 0x11, 0x97, 0x15, 0x84, - 0xde, 0x46, 0xa, 0x45, 0x71, 0x21, 0xd4, 0x22, 0x1e, 0xc1, 0x55, 0x36, - 0x1e, 0x43, 0x5c, 0x25, 0x17, 0xd0, 0x45, 0xaa, 0xb4, 0xf3, 0xe5, 0x9b, - 0xcf, 0x45, 0x34, 0x6d, 0xc0, 0x45, 0x7, 0x6, 0xe6, 0xd, 0x6f, 0xe0, - 0xd, 0xf3, 0xc6, 0x3, 0xe, 0x80, 0x1, 0xdb, 0xc5, 0xab, 0xb7, 0xf8, - 0x5a, 0xb9, 0xc3, 0xcb, 0xf3, 0x56, 0xf7, 0xe5, 0xe1, 0xf1, 0x5f, 0xf6, - 0xde, 0x6e, 0x7f, 0xe4, 0x57, 0xd6, 0x22, 0xaa, 0x48, 0xaf, 0x57, 0xa7, - 0x2a, 0x95, 0xb5, 0x4d, 0xce, 0xe7, 0xb3, 0xa6, 0x6, 0xfc, 0xd0, 0x54, - 0x15, 0x2b, 0x11, 0x90, 0x5f, 0x63, 0x88, 0x34, 0x17, 0x6, 0xb0, 0xaa, - 0x2d, 0x1c, 0x5a, 0xab, 0x7c, 0x2f, 0x97, 0x78, 0x65, 0x89, 0xdf, 0xed, - 0xa2, 0x9d, 0xe, 0xd6, 0x6a, 0x43, 0x50, 0x75, 0x2d, 0xec, 0xab, 0x55, - 0x56, 0x22, 0xb8, 0x34, 0xc5, 0x1f, 0x8f, 0x71, 0x69, 0x8a, 0x5a, 0xe5, - 0xf9, 0x69, 0x8e, 0x88, 0xe1, 0xf4, 0xec, 0x2, 0x11, 0xc3, 0xa2, 0x2c, - 0xeb, 0x1, 0xab, 0x8a, 0x18, 0x43, 0x99, 0x65, 0x7c, 0x4e, 0x26, 0x94, - 0x59, 0x86, 0x55, 0xe5, 0xe8, 0xf8, 0x84, 0xa2, 0xc8, 0xb9, 0xbf, 0x9b, - 0x52, 0x14, 0x39, 0x78, 0x7e, 0x2d, 0xc9, 0x39, 0x87, 0x18, 0x3, 0xc6, - 0x40, 0x9e, 0xd7, 0x97, 0x76, 0x8e, 0x24, 0x19, 0x90, 0x24, 0x3, 0x76, - 0xfa, 0x9, 0xc3, 0xe1, 0xfe, 0xa6, 0x3d, 0x2, 0xaa, 0x8d, 0xa5, 0x0, - 0x82, 0x20, 0x58, 0x6b, 0xf6, 0xfd, 0x16, 0xe, 0xa3, 0x28, 0x6a, 0x7c, - 0xf3, 0x17, 0x51, 0x14, 0xad, 0x9, 0x61, 0xd0, 0xc6, 0x71, 0x1c, 0xe3, - 0x9c, 0x6b, 0xd, 0xc4, 0x71, 0xdc, 0xd4, 0xa3, 0xab, 0xeb, 0xf6, 0x3f, - 0xdc, 0x4e, 0x6f, 0x66, 0xf2, 0xf6, 0x7e, 0xb5, 0xa5, 0x35, 0x3e, 0x7e, - 0x58, 0x2d, 0x9f, 0x95, 0x46, 0x82, 0x20, 0x8c, 0xff, 0x3a, 0xdd, 0xd1, - 0x19, 0x27, 0x2a, 0x92, 0xec, 0xfa, 0x6f, 0xef, 0x22, 0x2c, 0x88, 0xe0, - 0x63, 0x78, 0x56, 0x54, 0x3c, 0xc9, 0xee, 0x7a, 0x5f, 0xa2, 0xe2, 0xc1, - 0xab, 0x6f, 0x20, 0x7b, 0xd8, 0x78, 0x58, 0x76, 0x5f, 0x61, 0xf5, 0x11, - 0x82, 0x6, 0x24, 0x57, 0x11, 0xff, 0x40, 0x1c, 0x14, 0x44, 0x4f, 0xc1, - 0xcd, 0xa4, 0x7b, 0xb2, 0x87, 0x99, 0x69, 0x67, 0x4c, 0xe2, 0xc9, 0x82, - 0xba, 0x74, 0x7d, 0x5d, 0x5f, 0x4d, 0x77, 0x7f, 0x55, 0x23, 0x80, 0xc1, - 0xcb, 0xab, 0xeb, 0xba, 0x57, 0x18, 0x99, 0xe1, 0x1d, 0xcd, 0x71, 0x1c, - 0x46, 0x87, 0x87, 0x16, 0x15, 0x50, 0x28, 0x7d, 0x18, 0x9f, 0x19, 0xf9, - 0x3c, 0xcb, 0xfc, 0xdc, 0x1c, 0x8c, 0x8d, 0x75, 0xa3, 0x9f, 0x9e, 0x38, - 0xab, 0xd7, 0xf1, 0xab, 0xa7, 0xdd, 0x89, 0x6, 0x7, 0x62, 0x39, 0x5, - 0x99, 0xf5, 0x66, 0xb3, 0x9, 0xf0, 0x51, 0x1, 0x68, 0x1d, 0x1d, 0x6a, - 0x2b, 0x8, 0xe0, 0xfe, 0xbe, 0x6f, 0x55, 0x9, 0x2e, 0x6d, 0x46, 0x85, - 0x54, 0x2a, 0x3f, 0x59, 0x5d, 0x5b, 0xef, 0xdb, 0x63, 0xec, 0xc6, 0xe7, - 0x7f, 0x71, 0x2f, 0x29, 0x16, 0x5f, 0x9d, 0xe4, 0x63, 0x7f, 0x2, 0x13, - 0x62, 0x4c, 0xd8, 0x33, 0x66, 0x9, 0x4c, 0x18, 0xbd, 0xf5, 0xe7, 0x56, - 0xb, 0xe1, 0x38, 0xa8, 0xe9, 0x69, 0xd4, 0xc2, 0x2, 0x42, 0x29, 0x3a, - 0x5a, 0xa3, 0x6b, 0x35, 0x84, 0xef, 0x5b, 0xdc, 0xf1, 0xd1, 0x5f, 0x36, - 0xbf, 0x6e, 0xd8, 0x24, 0x5b, 0xe5, 0xef, 0x99, 0xa4, 0x97, 0x37, 0xb7, - 0xe4, 0x72, 0xb9, 0x14, 0x41, 0x2c, 0xa6, 0x20, 0x8, 0xa0, 0xd3, 0x41, - 0xfb, 0x3e, 0xb2, 0x56, 0x3, 0xa5, 0x40, 0x6b, 0x8c, 0xef, 0xd3, 0x31, - 0xc6, 0xe2, 0x4e, 0x4f, 0xaa, 0xfc, 0xf9, 0xfd, 0xb, 0xa5, 0x24, 0x52, - 0x4a, 0x6e, 0x1b, 0xd, 0x26, 0x26, 0xa7, 0x8, 0xc3, 0x10, 0x63, 0x34, - 0x7, 0x3f, 0x2a, 0x78, 0x9e, 0xf7, 0x42, 0x10, 0xc6, 0x95, 0x59, 0x9, - 0x9d, 0x9f, 0x47, 0x5e, 0x2a, 0x45, 0x25, 0x3d, 0x3c, 0x40, 0xbb, 0x6d, - 0x71, 0x3b, 0xbb, 0x7b, 0xb6, 0xda, 0x82, 0x37, 0xc4, 0xe1, 0x61, 0x85, - 0xa5, 0xe5, 0x95, 0xcc, 0x57, 0x24, 0x58, 0x5, 0x20, 0x44, 0x34, 0xad, - 0xda, 0xaf, 0x24, 0xc7, 0xdd, 0x5d, 0x44, 0x12, 0xaf, 0x27, 0xb8, 0xcc, - 0xb0, 0x15, 0x89, 0x8b, 0xfe, 0x77, 0x90, 0xcf, 0xe7, 0x6d, 0x1b, 0xef, - 0xb2, 0xd4, 0xab, 0x4a, 0x70, 0x99, 0x4, 0x4a, 0x21, 0xa5, 0xec, 0x19, - 0xb3, 0x4, 0x89, 0xb6, 0x8d, 0x31, 0x6f, 0x8a, 0x27, 0xdd, 0x3, 0xd2, - 0x4, 0x4a, 0xaa, 0x9e, 0x31, 0x20, 0xfa, 0x6b, 0x70, 0x5d, 0x87, 0xfd, - 0xf2, 0xf6, 0x9b, 0xc9, 0xf7, 0xcb, 0xdb, 0xb8, 0xae, 0xdb, 0xe5, 0x8, - 0xc9, 0xc6, 0x97, 0x6f, 0xbd, 0x63, 0xf1, 0x9c, 0xca, 0x1, 0x9f, 0x80, - 0x49, 0x40, 0xbe, 0x63, 0xb7, 0x68, 0x2, 0x17, 0xff, 0x59, 0x2f, 0x7f, - 0xd7, 0x28, 0x82, 0x28, 0x8e, 0x7f, 0x66, 0x76, 0x2f, 0xcd, 0x41, 0x2, - 0xe6, 0xc7, 0x21, 0x39, 0xd, 0xf1, 0xe4, 0x84, 0x44, 0xb0, 0xb3, 0xf2, - 0xf, 0x30, 0x5a, 0x58, 0x24, 0x95, 0x85, 0xbf, 0x9a, 0xfc, 0x9, 0xf6, - 0x5a, 0x8, 0x8a, 0xbd, 0x18, 0xc4, 0xbf, 0x20, 0x85, 0x68, 0xb0, 0x16, - 0x3b, 0xbb, 0xe0, 0xa5, 0x48, 0x82, 0x69, 0xc, 0x46, 0xb8, 0xf3, 0xc7, - 0x19, 0xbd, 0x84, 0xdc, 0xce, 0x7b, 0x16, 0xb7, 0x3b, 0xb7, 0x97, 0xdd, - 0xd, 0xa, 0x37, 0x30, 0x2c, 0xb3, 0xef, 0xed, 0x7c, 0x77, 0xde, 0xbc, - 0xf9, 0xbe, 0xef, 0x24, 0x0, 0x57, 0xd2, 0x75, 0x7a, 0x8, 0x4d, 0x81, - 0x96, 0xaa, 0x7e, 0xc, 0x81, 0x85, 0xf6, 0x7e, 0xe7, 0xcd, 0xe1, 0xe1, - 0xe1, 0x30, 0xb9, 0x8e, 0x3f, 0xbf, 0x7f, 0x6d, 0x1a, 0x63, 0x2e, 0x85, - 0xc0, 0xc4, 0x41, 0xe7, 0x80, 0xcb, 0x37, 0xae, 0x33, 0x39, 0x99, 0x5f, - 0xa0, 0x9b, 0xcd, 0x26, 0x1f, 0x5e, 0xad, 0xfd, 0x17, 0xc0, 0xd4, 0xd4, - 0xe9, 0xb, 0x40, 0x39, 0x4, 0xac, 0xa8, 0x30, 0x5e, 0xa9, 0x20, 0xb5, - 0x5a, 0xae, 0xf3, 0xb8, 0xb5, 0x88, 0x4a, 0x3e, 0x2d, 0x17, 0xb0, 0x69, - 0xec, 0xdf, 0x2b, 0x85, 0x22, 0x4a, 0x14, 0x45, 0x44, 0x22, 0xf9, 0x3d, - 0x8a, 0x10, 0xd1, 0xdc, 0xbe, 0xb2, 0xb2, 0x82, 0x68, 0xbe, 0x6d, 0x80, - 0x2a, 0x9c, 0x8, 0x6c, 0x6e, 0x16, 0x2e, 0x39, 0x39, 0xfa, 0x99, 0xdd, - 0x54, 0x45, 0x45, 0x33, 0xf6, 0x1, 0xaa, 0x70, 0xf1, 0x5f, 0x2, 0x50, - 0xaf, 0x67, 0x67, 0xd9, 0xda, 0xf2, 0x4c, 0x9a, 0x1, 0x56, 0x45, 0x54, - 0x33, 0x76, 0x97, 0x6, 0x50, 0xd1, 0x3e, 0xf, 0xe5, 0x9d, 0xe6, 0x28, - 0x42, 0x45, 0xf3, 0x57, 0x20, 0xea, 0xfb, 0xf1, 0xf7, 0xfd, 0x10, 0x69, - 0xa, 0x60, 0x7b, 0x1b, 0x3b, 0x3a, 0x8a, 0x89, 0xb9, 0x45, 0xbb, 0x5d, - 0xc4, 0x5a, 0x44, 0xb5, 0x30, 0xe1, 0x15, 0xcd, 0xd8, 0x93, 0x71, 0x98, - 0xc4, 0x31, 0x72, 0xe, 0x8c, 0x21, 0x18, 0x1b, 0xe3, 0x68, 0x75, 0x75, - 0x50, 0xc8, 0x2c, 0x2e, 0x7a, 0xe9, 0x21, 0x22, 0x9c, 0x9b, 0x99, 0xf6, - 0xb6, 0xfb, 0x71, 0xb1, 0x99, 0xe8, 0x9, 0x6e, 0x9e, 0x3d, 0x7f, 0xc1, - 0xd5, 0x85, 0x6b, 0xde, 0xdf, 0x87, 0xc8, 0x39, 0x7, 0xd6, 0x62, 0x4a, - 0x25, 0x8e, 0x7, 0xc9, 0x94, 0x4a, 0x7e, 0xc9, 0x7, 0x9d, 0xe, 0xdb, - 0x3b, 0x9f, 0x8b, 0x75, 0xca, 0xb7, 0xd6, 0x40, 0xc8, 0x7c, 0x88, 0x9c, - 0x73, 0x20, 0x82, 0xb4, 0x5a, 0x84, 0xcb, 0xcb, 0x98, 0xf8, 0x36, 0xa1, - 0xfb, 0xfb, 0x1c, 0xb5, 0x5a, 0x7e, 0xc9, 0x4e, 0x94, 0xbb, 0xb7, 0x6f, - 0x12, 0x4, 0x21, 0xd6, 0x5a, 0xbe, 0xee, 0x7d, 0x61, 0xba, 0x5a, 0xc5, - 0x39, 0x47, 0x14, 0x39, 0xea, 0xf5, 0xba, 0xdf, 0xf8, 0x81, 0x10, 0xf9, - 0x2c, 0x68, 0xb7, 0x89, 0xd6, 0xd7, 0x31, 0x73, 0x73, 0xf1, 0x66, 0x9, - 0xb4, 0xdb, 0x7e, 0xc9, 0x41, 0x10, 0xf0, 0xe0, 0xe1, 0x23, 0x3f, 0xc1, - 0xdb, 0xb5, 0xd7, 0x2c, 0x2e, 0x2d, 0xd1, 0x89, 0xef, 0x13, 0xe5, 0x72, - 0xb9, 0x97, 0xba, 0x19, 0x80, 0x24, 0x7b, 0x9c, 0xeb, 0x95, 0xcd, 0x34, - 0x37, 0x75, 0xbb, 0xfe, 0x83, 0x91, 0x91, 0x11, 0xce, 0x9c, 0x9d, 0xf1, - 0xa6, 0x53, 0xe3, 0x13, 0xcc, 0xce, 0xd6, 0xfc, 0xdd, 0xc3, 0x9f, 0x8d, - 0x34, 0x40, 0x3a, 0x6f, 0x7d, 0x6b, 0x34, 0x86, 0x42, 0x7a, 0xbe, 0x26, - 0xe7, 0x9e, 0xd4, 0xf9, 0xf9, 0xde, 0x73, 0x63, 0xa3, 0xb0, 0xe6, 0x16, - 0xd5, 0xe4, 0x64, 0x1c, 0x26, 0x1a, 0x3a, 0x17, 0x20, 0x79, 0x27, 0xe2, - 0x75, 0x4e, 0x16, 0xc0, 0x62, 0xac, 0xcd, 0xd8, 0x7, 0x74, 0x51, 0x10, - 0x4, 0xf9, 0x7, 0x29, 0x15, 0xa6, 0xb4, 0x88, 0x1f, 0x9c, 0xc8, 0x10, - 0x1c, 0x13, 0xf9, 0x69, 0xff, 0x3e, 0x40, 0x1, 0xd7, 0x70, 0xf1, 0x22, - 0x34, 0x1a, 0x27, 0x0, 0xd8, 0xcc, 0x2d, 0x22, 0x17, 0x40, 0xb, 0xa8, - 0x0, 0x55, 0x50, 0x2d, 0x6, 0x30, 0xff, 0x0, 0x10, 0x86, 0x27, 0x94, - 0xe3, 0x38, 0x4c, 0x45, 0x3e, 0xb7, 0xee, 0xdc, 0xa3, 0x1b, 0x49, 0xc6, - 0x9e, 0x8c, 0xbd, 0xf0, 0xaa, 0x56, 0x2a, 0xec, 0x16, 0x48, 0xf7, 0x6a, - 0xa5, 0x52, 0x28, 0xac, 0x8a, 0x5a, 0xa9, 0xd4, 0x7, 0xf8, 0xfe, 0xf3, - 0x47, 0xf3, 0xd3, 0xce, 0xbb, 0xf7, 0xb5, 0x61, 0x16, 0xfd, 0xa7, 0x4f, - 0x1e, 0xbf, 0x4, 0xba, 0x6, 0x28, 0x3, 0xe7, 0xe3, 0xe7, 0xb0, 0x9a, - 0x3, 0xf6, 0x80, 0xdd, 0xbf, 0xcc, 0x9a, 0xdd, 0x6b, 0x1c, 0x55, 0x18, - 0xc6, 0x7f, 0x67, 0xbe, 0x76, 0x93, 0x4c, 0x82, 0x35, 0x9b, 0xaf, 0x4d, - 0x9, 0x6d, 0xac, 0x35, 0xa1, 0x52, 0x6d, 0xc1, 0xb, 0xaf, 0x84, 0x6, - 0xe9, 0x85, 0x9a, 0x5c, 0xa, 0x8a, 0x60, 0x3, 0x5e, 0x78, 0x53, 0xaa, - 0xd7, 0x85, 0xb6, 0xd0, 0xff, 0xc1, 0xb, 0x21, 0x15, 0x44, 0xc1, 0xcb, - 0x54, 0x7b, 0x11, 0x21, 0xf5, 0xce, 0xf, 0x84, 0x46, 0x5b, 0x4a, 0xd2, - 0x34, 0x69, 0x29, 0xd, 0x49, 0xf3, 0x45, 0x9b, 0x66, 0xb2, 0xd9, 0xec, - 0xec, 0xcc, 0x78, 0x31, 0xb3, 0x93, 0x33, 0x3b, 0xb3, 0x9b, 0xd9, 0x42, - 0x6c, 0xe, 0xc, 0xef, 0xe, 0xcc, 0x39, 0xbc, 0xef, 0xf9, 0x78, 0xdf, - 0xe7, 0x79, 0xce, 0x56, 0x70, 0xd1, 0xc9, 0xb1, 0x6b, 0xdf, 0x7d, 0x3c, - 0x34, 0x34, 0x34, 0x92, 0xcf, 0xe7, 0x7, 0x39, 0xc0, 0x6d, 0x71, 0x71, - 0x71, 0x7a, 0x72, 0x72, 0x72, 0x7c, 0xf4, 0xdc, 0xe7, 0x3f, 0x1, 0xb7, - 0x5, 0xd0, 0x6, 0x7c, 0x50, 0xd8, 0x2e, 0xfd, 0xf8, 0x7c, 0x73, 0x93, - 0x6f, 0xae, 0x8d, 0xf1, 0xed, 0xf, 0xdf, 0xb3, 0x58, 0x87, 0xaa, 0xd5, - 0x6a, 0xf9, 0xae, 0x2e, 0xbe, 0xf8, 0xf4, 0x33, 0xbe, 0x3c, 0x37, 0xba, - 0xaf, 0x41, 0xb4, 0xb5, 0xb6, 0xd2, 0xdc, 0x64, 0x7c, 0x2, 0xdc, 0x10, - 0x40, 0x3b, 0x30, 0xbc, 0xb9, 0x55, 0x1c, 0xb3, 0x2c, 0x8b, 0x9e, 0x77, - 0x4e, 0x73, 0xfa, 0xd4, 0x29, 0x3f, 0x7f, 0x35, 0x8c, 0x47, 0x3d, 0x6e, - 0x4d, 0x4d, 0xb1, 0xf4, 0xf7, 0xad, 0x7d, 0xd, 0xc0, 0x34, 0x4d, 0x5a, - 0x5b, 0xb2, 0xa3, 0xc0, 0x75, 0x4d, 0x96, 0x55, 0x5c, 0xd7, 0x3, 0x45, - 0xd9, 0x2d, 0xc, 0xc7, 0x8e, 0xc1, 0xfa, 0xba, 0xcf, 0x69, 0xf7, 0xb2, - 0x73, 0x73, 0x95, 0xcc, 0x14, 0x42, 0xba, 0x54, 0x72, 0x40, 0xc6, 0xe0, - 0xca, 0x95, 0xcb, 0x0, 0x5c, 0xba, 0x74, 0x39, 0x86, 0x3f, 0x93, 0x11, - 0xa0, 0x17, 0xd7, 0xed, 0x5c, 0xd7, 0xd, 0xb3, 0xa9, 0x23, 0xd5, 0x80, - 0x86, 0x9e, 0x3d, 0x20, 0x66, 0x2d, 0x54, 0x98, 0xcf, 0xf7, 0xee, 0x22, - 0xc4, 0x14, 0x7d, 0xe5, 0x6f, 0x22, 0xe5, 0xb8, 0xe2, 0x78, 0x8, 0x51, - 0x67, 0x66, 0x2a, 0xdc, 0x20, 0x9d, 0xad, 0x55, 0xda, 0xf7, 0x70, 0xc6, - 0x95, 0xf0, 0x5c, 0x9a, 0xbe, 0x4e, 0x52, 0x0, 0x32, 0xe, 0x8b, 0x51, - 0xf1, 0xe3, 0xc7, 0x7d, 0x9e, 0x9f, 0xcb, 0xd5, 0xb6, 0xb3, 0xb3, 0x31, - 0xc8, 0x9b, 0x9a, 0xc7, 0x55, 0xca, 0x9c, 0x97, 0xae, 0xaf, 0x97, 0xb8, - 0x85, 0x24, 0x9c, 0x17, 0xa3, 0xfa, 0x95, 0x88, 0x85, 0x40, 0x68, 0x1a, - 0x28, 0x8a, 0xaf, 0x90, 0x4, 0xd6, 0xab, 0x1c, 0x78, 0xd7, 0x5, 0x21, - 0x6a, 0x42, 0xf0, 0x5a, 0x5b, 0x28, 0x44, 0xd4, 0x9e, 0x97, 0xaa, 0xaf, - 0xfc, 0x8d, 0xb4, 0x2, 0xae, 0x8f, 0x3f, 0x1, 0xdb, 0xb6, 0x77, 0xd1, - 0x94, 0xa6, 0x21, 0x1e, 0x3f, 0x46, 0x3d, 0x74, 0xc8, 0x7, 0x51, 0xbd, - 0xbd, 0xa0, 0xaa, 0x60, 0x9a, 0x15, 0x9, 0x1a, 0xb6, 0xb7, 0xf1, 0xba, - 0xbb, 0x71, 0x9e, 0x3e, 0xf5, 0x3, 0x4a, 0xd8, 0x6, 0xb7, 0xff, 0xfd, - 0x87, 0xb5, 0xb5, 0x55, 0x54, 0x55, 0xc3, 0xc8, 0x18, 0x68, 0xaa, 0x6, - 0x42, 0xd0, 0x94, 0x35, 0x78, 0xf8, 0xf0, 0x1, 0x0, 0x7f, 0xfd, 0xf9, - 0x3b, 0xdb, 0xc5, 0x40, 0x4a, 0x72, 0xca, 0x94, 0x76, 0x4a, 0x38, 0x4e, - 0x99, 0x5c, 0xae, 0x83, 0x93, 0x6f, 0xbd, 0x8d, 0xec, 0x6b, 0xba, 0x15, - 0x50, 0x14, 0x84, 0x10, 0xa8, 0x6d, 0x6d, 0x78, 0x47, 0x8e, 0x50, 0xbc, - 0x7a, 0x15, 0x73, 0x62, 0x2, 0xeb, 0xec, 0x59, 0xcc, 0x9b, 0x37, 0xb1, - 0xce, 0x9c, 0x9, 0xdf, 0x33, 0x17, 0x2f, 0xe2, 0x39, 0xe, 0x42, 0xd3, - 0x62, 0xb3, 0xb8, 0xb3, 0xb3, 0xc3, 0xdc, 0xfc, 0x3c, 0x1f, 0x7e, 0x34, - 0x92, 0x38, 0xa3, 0x5f, 0xf, 0xbc, 0x59, 0x77, 0xc6, 0x7f, 0xf9, 0x79, - 0x9c, 0xd7, 0xdf, 0x18, 0x8, 0x65, 0x56, 0x79, 0x7c, 0x25, 0x9, 0x68, - 0x3b, 0x8e, 0x13, 0x79, 0xca, 0x85, 0x2, 0xe5, 0x8d, 0xd, 0x1c, 0xa0, - 0xb4, 0xbc, 0xec, 0xdb, 0x27, 0x4f, 0x22, 0xef, 0xe5, 0x8d, 0xd, 0xca, - 0x85, 0x2, 0x4, 0xe3, 0xc8, 0x8f, 0x6d, 0xdb, 0xdc, 0x9f, 0xbd, 0xf7, - 0xc2, 0x79, 0xff, 0xfe, 0xec, 0x3d, 0xec, 0x80, 0x38, 0xc8, 0x7e, 0x86, - 0x77, 0x4e, 0xc0, 0xf0, 0xc2, 0xd2, 0xfa, 0x98, 0x65, 0x59, 0xc, 0xbc, - 0xff, 0x1e, 0xaf, 0xc8, 0x5a, 0x66, 0xb0, 0xcf, 0x45, 0x36, 0x8b, 0x30, - 0xc, 0xd0, 0xf5, 0x68, 0x91, 0xf3, 0x3c, 0x9f, 0x95, 0x94, 0x4a, 0x78, - 0xc5, 0x22, 0xcf, 0x96, 0x97, 0x99, 0x99, 0xf8, 0x2d, 0xe2, 0x40, 0xa1, - 0xb0, 0xc5, 0xda, 0xea, 0x2a, 0x96, 0x65, 0xc5, 0x70, 0x69, 0x53, 0x53, - 0x86, 0xeb, 0xe3, 0xe3, 0x0, 0xc, 0x8f, 0x8c, 0x44, 0xae, 0x5b, 0x2a, - 0xd8, 0xdf, 0x34, 0x4d, 0x72, 0x1d, 0x1d, 0x34, 0x37, 0xb7, 0x84, 0x85, - 0xec, 0x70, 0x4f, 0x7b, 0xb4, 0x90, 0xc9, 0x91, 0x45, 0x72, 0xb1, 0xeb, - 0xfa, 0x42, 0xa0, 0x7c, 0xfb, 0x32, 0x38, 0xe8, 0xa7, 0xce, 0x8e, 0x8e, - 0x5d, 0x3b, 0x3d, 0xed, 0x7, 0xe3, 0xba, 0x9, 0xa, 0x7b, 0x96, 0xce, - 0xae, 0x6e, 0xda, 0x73, 0x65, 0xaa, 0xcf, 0x68, 0x4b, 0x73, 0x96, 0x57, - 0x83, 0x9, 0x3b, 0x7a, 0xb4, 0x9f, 0xad, 0x42, 0x31, 0x46, 0x6a, 0x54, - 0x55, 0x43, 0xd7, 0xf5, 0x70, 0x5c, 0x2f, 0xf1, 0x10, 0x57, 0x6d, 0xa1, - 0x3d, 0x92, 0xb7, 0x1f, 0x54, 0xb5, 0x95, 0xc6, 0xaa, 0x9e, 0x45, 0x5f, - 0x27, 0x8c, 0x6b, 0x85, 0x2d, 0x2d, 0xcd, 0x18, 0x46, 0x26, 0xf8, 0x6d, - 0xe2, 0xa1, 0xd4, 0x41, 0x2a, 0x75, 0x2, 0x68, 0xa8, 0x10, 0xdd, 0xb9, - 0xe3, 0xdb, 0x95, 0x95, 0xa8, 0x7d, 0x9, 0x4d, 0xab, 0x26, 0x57, 0xd, - 0x41, 0x81, 0x13, 0x27, 0x7c, 0xe7, 0x3b, 0x3b, 0xe1, 0xee, 0xdd, 0x18, - 0xa5, 0x4c, 0xd3, 0x14, 0x45, 0xa0, 0x4, 0x67, 0x4a, 0x51, 0x44, 0xaa, - 0xbe, 0xf2, 0x37, 0x9a, 0x4c, 0xd2, 0x2a, 0x44, 0x2d, 0x75, 0x0, 0xc1, - 0x9e, 0xf, 0xed, 0x1e, 0x14, 0xb7, 0x96, 0x33, 0x22, 0x70, 0x28, 0x89, - 0x3c, 0x26, 0xb5, 0xc8, 0x3d, 0x58, 0xe2, 0xa, 0xa4, 0xad, 0xa4, 0xd5, - 0x5b, 0xe9, 0x5, 0x56, 0x40, 0x8, 0x25, 0x5c, 0x1, 0x21, 0x94, 0xff, - 0x79, 0x5, 0xaa, 0xb8, 0xff, 0x4b, 0x5d, 0x1, 0x4d, 0xd3, 0xea, 0xd3, - 0xfb, 0x46, 0xe, 0x56, 0x3, 0xe3, 0xa8, 0xaa, 0xc2, 0x57, 0x17, 0xce, - 0xfb, 0xea, 0x79, 0xa1, 0x98, 0xaa, 0xaf, 0xfc, 0x8d, 0x26, 0xdf, 0xc5, - 0xe8, 0xba, 0x4e, 0x7f, 0x5f, 0x1f, 0xf, 0x96, 0x96, 0x1a, 0xf3, 0x58, - 0x9a, 0xfd, 0xfe, 0xbe, 0xbe, 0x86, 0x24, 0x6, 0xc7, 0x85, 0xe7, 0x56, - 0xb1, 0xee, 0x9d, 0x50, 0x5c, 0x92, 0xd0, 0x23, 0x1, 0x78, 0x80, 0xbb, - 0xb0, 0xf0, 0x68, 0xbe, 0xa7, 0xe7, 0xf0, 0x6b, 0x53, 0x37, 0x7e, 0x45, - 0xd7, 0x95, 0x9a, 0x6a, 0x59, 0xfd, 0x33, 0xed, 0x61, 0xdb, 0x2e, 0x76, - 0xd9, 0xd9, 0xb7, 0xb4, 0x69, 0x18, 0x6, 0xb, 0xb, 0x8f, 0xe6, 0x1, - 0x17, 0xf0, 0x4, 0x90, 0x1, 0xba, 0x80, 0x77, 0x81, 0xce, 0xe0, 0x4a, - 0x48, 0x70, 0x30, 0x9b, 0x17, 0x48, 0x2a, 0x2b, 0xc0, 0x1f, 0xc0, 0xb2, - 0x8, 0xfe, 0x98, 0xa3, 0x0, 0x7a, 0x10, 0x8c, 0x76, 0xc0, 0x3, 0x28, - 0x3, 0x3b, 0x80, 0xd, 0xb8, 0xff, 0xd, 0x0, 0x62, 0x73, 0xb1, 0x8a, - 0xf9, 0x27, 0xe, 0x8a, 0x0, 0x0, 0x0, 0x0, 0x49, 0x45, 0x4e, 0x44, - 0xae, 0x42, 0x60, 0x82, - -}; - -static const unsigned char qt_resource_name[] = { - // icon - 0x0, 0x4, 0x0, 0x6, 0xfa, 0x5e, 0x0, 0x69, 0x0, 0x63, 0x0, 0x6f, - 0x0, 0x6e, - // vcross.png - 0x0, 0xa, 0x6, 0xad, 0xc2, 0x67, 0x0, 0x76, 0x0, 0x63, 0x0, 0x72, - 0x0, 0x6f, 0x0, 0x73, 0x0, 0x73, 0x0, 0x2e, 0x0, 0x70, 0x0, 0x6e, - 0x0, 0x67, - // vpointer.png - 0x0, 0xc, 0x5, 0x6b, 0x97, 0xe7, 0x0, 0x76, 0x0, 0x70, 0x0, 0x6f, - 0x0, 0x69, 0x0, 0x6e, 0x0, 0x74, 0x0, 0x65, 0x0, 0x72, 0x0, 0x2e, - 0x0, 0x70, 0x0, 0x6e, 0x0, 0x67, - // letters.png - 0x0, 0xb, 0xc, 0x73, 0xc0, 0x7, 0x0, 0x6c, 0x0, 0x65, 0x0, 0x74, - 0x0, 0x74, 0x0, 0x65, 0x0, 0x72, 0x0, 0x73, 0x0, 0x2e, 0x0, 0x70, - 0x0, 0x6e, 0x0, 0x67, - // superman.png - 0x0, 0xc, 0xc, 0x59, 0x8e, 0x67, 0x0, 0x73, 0x0, 0x75, 0x0, 0x70, - 0x0, 0x65, 0x0, 0x72, 0x0, 0x6d, 0x0, 0x61, 0x0, 0x6e, 0x0, 0x2e, - 0x0, 0x70, 0x0, 0x6e, 0x0, 0x67, - // vista.png - 0x0, 0x9, 0xa, 0xa4, 0xad, 0x47, 0x0, 0x76, 0x0, 0x69, 0x0, 0x73, - 0x0, 0x74, 0x0, 0x61, 0x0, 0x2e, 0x0, 0x70, 0x0, 0x6e, 0x0, 0x67, - // pause.png - 0x0, 0x9, 0xc, 0x98, 0xba, 0x47, 0x0, 0x70, 0x0, 0x61, 0x0, 0x75, - 0x0, 0x73, 0x0, 0x65, 0x0, 0x2e, 0x0, 0x70, 0x0, 0x6e, 0x0, 0x67, - // preferences-system.png - 0x0, 0x16, 0x1, 0x70, 0xe1, 0x87, 0x0, 0x70, 0x0, 0x72, 0x0, 0x65, - 0x0, 0x66, 0x0, 0x65, 0x0, 0x72, 0x0, 0x65, 0x0, 0x6e, 0x0, 0x63, - 0x0, 0x65, 0x0, 0x73, 0x0, 0x2d, 0x0, 0x73, 0x0, 0x79, 0x0, 0x73, - 0x0, 0x74, 0x0, 0x65, 0x0, 0x6d, 0x0, 0x2e, 0x0, 0x70, 0x0, 0x6e, - 0x0, 0x67, - -}; - -static const unsigned char qt_resource_struct[] = { - // : - 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x1, - // :/icon - 0x0, 0x0, 0x0, 0x0, 0x0, 0x2, 0x0, 0x0, 0x0, 0x7, 0x0, 0x0, 0x0, 0x2, - // :/icon/preferences-system.png - 0x0, 0x0, 0x0, 0xb0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x27, 0xfd, - // :/icon/vpointer.png - 0x0, 0x0, 0x0, 0x28, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x2, 0x94, - // :/icon/vcross.png - 0x0, 0x0, 0x0, 0xe, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, - // :/icon/vista.png - 0x0, 0x0, 0x0, 0x80, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x19, 0x95, - // :/icon/superman.png - 0x0, 0x0, 0x0, 0x62, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x8, 0x0, - // :/icon/letters.png - 0x0, 0x0, 0x0, 0x46, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x5, 0x2c, - // :/icon/pause.png - 0x0, 0x0, 0x0, 0x98, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x0, 0x0, 0x26, 0x3, - -}; - -QT_BEGIN_NAMESPACE - -extern Q_CORE_EXPORT bool qRegisterResourceData(int, const unsigned char *, - const unsigned char *, - const unsigned char *); - -extern Q_CORE_EXPORT bool qUnregisterResourceData(int, const unsigned char *, - const unsigned char *, - const unsigned char *); - -QT_END_NAMESPACE - -int QT_MANGLE_NAMESPACE(qInitResources_qps)() -{ - QT_PREPEND_NAMESPACE(qRegisterResourceData) - (0x01, qt_resource_struct, qt_resource_name, qt_resource_data); - return 1; -} - -Q_CONSTRUCTOR_FUNCTION(QT_MANGLE_NAMESPACE(qInitResources_qps)) - -int QT_MANGLE_NAMESPACE(qCleanupResources_qps)() -{ - QT_PREPEND_NAMESPACE(qUnregisterResourceData) - (0x01, qt_resource_struct, qt_resource_name, qt_resource_data); - return 1; -} - -Q_DESTRUCTOR_FUNCTION(QT_MANGLE_NAMESPACE(qCleanupResources_qps)) diff --git a/src/qttableview.cpp b/src/qttableview.cpp index 647edd2..02351c8 100644 --- a/src/qttableview.cpp +++ b/src/qttableview.cpp @@ -1,10 +1,36 @@ /********************************************************************** ** $Id: qttableview.cpp,v 1.115 2011/08/27 00:13:41 fasthyun Exp $ +** ** Implementation of QtTableView class -** Created : 941115 +** ** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. -** This file contains a class moved out of the Qt GUI Toolkit API. It -** may be used, distributed and modified without limitation. +** +** This file contains a class moved out of the Qt GUI Toolkit API. +** +** This file may be distributed under the terms of the Q Public License +** as defined by Trolltech AS of Norway and appearing in the file +** LICENSE.QPL included in the packaging of this file. +** +** This file may be distributed and/or modified under the terms of the +** GNU General Public License version 2 as published by the Free Software +** Foundation and appearing in the file COPYING included in the +** packaging of this file. +** +** Licensees holding valid Qt Enterprise Edition or Qt Professional Edition +** licenses may use this file in accordance with the Qt Commercial License +** Agreement provided with the Software. +** +** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE +** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. +** +** See http://www.trolltech.com/pricing.html or email sales@trolltech.com for +** information about Qt Commercial License Agreements. +** See http://www.trolltech.com/qpl/ for QPL licensing information. +** See http://www.trolltech.com/gpl/ for GPL licensing information. +** +** Contact info@trolltech.com if any conditions of this licensing are +** not clear to you. +** **********************************************************************/ #include "qttableview.h" diff --git a/src/qttableview.h b/src/qttableview.h index 897d68e..4641c88 100644 --- a/src/qttableview.h +++ b/src/qttableview.h @@ -3,12 +3,33 @@ ** ** Definition of QtTableView class ** -** Created : 941115 -** ** Copyright (C) 1992-2000 Trolltech AS. All rights reserved. ** -** This file contains a class moved out of the Qt GUI Toolkit API. It -** may be used, distributed and modified without limitation. +** This file contains a class moved out of the Qt GUI Toolkit API. +** +** This file may be distributed under the terms of the Q Public License +** as defined by Trolltech AS of Norway and appearing in the file +** LICENSE.QPL included in the packaging of this file. +** +** This file may be distributed and/or modified under the terms of the +** GNU General Public License version 2 as published by the Free Software +** Foundation and appearing in the file COPYING included in the +** packaging of this file. +** +** Licensees holding valid Qt Enterprise Edition or Qt Professional Edition +** licenses may use this file in accordance with the Qt Commercial License +** Agreement provided with the Software. +** +** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE +** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. +** +** See http://www.trolltech.com/pricing.html or email sales@trolltech.com for +** information about Qt Commercial License Agreements. +** See http://www.trolltech.com/qpl/ for QPL licensing information. +** See http://www.trolltech.com/gpl/ for GPL licensing information. +** +** Contact info@trolltech.com if any conditions of this licensing are +** not clear to you. ** **********************************************************************/ diff --git a/src/screenshot.cpp b/src/screenshot.cpp index 6853b63..0d231f0 100644 --- a/src/screenshot.cpp +++ b/src/screenshot.cpp @@ -1,3 +1,26 @@ +/* + * screenshot.cpp + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 2014 dae hyun, yang + * Copyright 2015 Paulo Lieuthier + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ + #include #include #include "screenshot.h" diff --git a/src/screenshot.h b/src/screenshot.h index c135ceb..d6f7157 100644 --- a/src/screenshot.h +++ b/src/screenshot.h @@ -1,3 +1,26 @@ +/* + * screenshot.h + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 2014 dae hyun, yang + * Copyright 2015 Paulo Lieuthier + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ + #ifndef SCREENSHOT_H #define SCREENSHOT_H diff --git a/src/stable.h b/src/stable.h index c6a4b05..0caa4f3 100644 --- a/src/stable.h +++ b/src/stable.h @@ -1,3 +1,27 @@ +/* + * stable.h + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 2014 dae hyun, yang + * Copyright 2015 Paulo Lieuthier + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ + + // for Precompiled Header ! #include #include diff --git a/src/svec.cpp b/src/svec.cpp index e859d05..488959c 100644 --- a/src/svec.cpp +++ b/src/svec.cpp @@ -1,7 +1,24 @@ -// svec.cpp -// -// This program is free software. See the file COPYING for details. -// Author: Mattias Engdegård, 1997-1999 +/* + * svec.cpp + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ // implement a stretchy vector class: // An Svec grows automatically (doubles when full), so that adding diff --git a/src/svec.h b/src/svec.h index 948ec9e..f25f918 100644 --- a/src/svec.h +++ b/src/svec.h @@ -1,7 +1,24 @@ -// svec.h emacs, this is a -*-c++-*- file -// -// This program is free software. See the file COPYING for details. -// Author: Mattias Engdegård, 1997-1999 +/* + * svec.h + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ #ifndef SVEC_H #define SVEC_H diff --git a/src/tablefield.h b/src/tablefield.h index 742d6f9..2d6d529 100644 --- a/src/tablefield.h +++ b/src/tablefield.h @@ -1,7 +1,24 @@ -// tablefield.h -// -// This program is free software. See the file COPYING for details. -// Author: Mattias EngdegÃ¥rd, 1997-1999 +/* + * tablefield.h + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ #ifndef TABLEFIELD_H #define TABLEFIELD_H diff --git a/src/translations/qps_pl.ts b/src/translations/qps_pl.ts new file mode 100644 index 0000000..ff520f8 --- /dev/null +++ b/src/translations/qps_pl.ts @@ -0,0 +1,171 @@ + + + + + ControlBar + + + Pause (Ctrl+Space) + Pauzuj (Ctrl+Spacja) + + + + EventDialog + + + Watchdog 0.1 alpha + Watchdog 0.1 alpha + + + + Eventcat + + + + + Select condition + Wybierz warunek + + + + labelDescrition + + + + + Enable + WÅ‚Ä…cz + + + + process name + nazwa procesu + + + + cpu + procesor + + + + % + % + + + + include already running process + uwzglÄ™dnij już uruchomiony proces + + + + run command + wykonaj polecenie + + + + show Message + wyÅ›wietl wiadomość + + + + Help (Not yet. just concept) + Pomoc (nie zaimplementowano jeszcze) + + + + %p : pid +%c : command + %p : id procesu +%c : polecenie + + + + New + Nowy + + + + Add + Dodaj + + + + Delete + UsuÅ„ + + + + Close + Zamknij + + + + ExecWindow + + + Qps + Qps + + + + Ok + OK + + + + Qps + + + Detail + Szczegół + + + + Screenshot + + + /untitled. + /bez tytuÅ‚u. + + + + Save As + Zapisz jako + + + + %1 Files (*.%2);;All Files (*) + %1 plików (*.%2);;Wszystkie pliki (*) + + + + Options + Opcje + + + + s + sek + + + + Screenshot Delay: + Opóźnienie zrzutu ekranu + + + + Hide This Window + Ukryj to okno + + + + New Screenshot + Nowy zrzut ekranu + + + + Quit + Wyjdź + + + diff --git a/src/trayicon.cpp b/src/trayicon.cpp index ce3c441..bf7d301 100644 --- a/src/trayicon.cpp +++ b/src/trayicon.cpp @@ -1,12 +1,35 @@ /* - really sucking codes.. sorry.. - from psi , modified and cleand by fasthyun@magicn.com - trayicon_x11.cpp - X11 trayicon (for use with KDE and GNOME) - Copyright (C) 2003 Justin Karneges - GNOME2 Notification Area support: Tomasz Sterna - + * trayicon.h - system-independent trayicon class (adapted from Qt example) + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 2003 Justin Karneges + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + * */ + /* + really sucking codes.. sorry.. + from psi , modified and cleand by fasthyun@magicn.com + trayicon_x11.cpp - X11 trayicon (for use with KDE and GNOME) + Copyright (C) 2003 Justin Karneges + GNOME2 Notification Area support: Tomasz Sterna + + */ + #include // *****should be First!!! #include "global.h" // Qps *qps; #include "trayicon.h" diff --git a/src/trayicon.h b/src/trayicon.h index d8cb7fe..2fc959d 100644 --- a/src/trayicon.h +++ b/src/trayicon.h @@ -1,6 +1,8 @@ /* * trayicon.h - system-independent trayicon class (adapted from Qt example) - * Copyright (C) 2003 Justin Karneges + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 2003 Justin Karneges * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -14,7 +16,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. * */ diff --git a/src/ttystr.cpp b/src/ttystr.cpp index cc080d5..c4e3e68 100644 --- a/src/ttystr.cpp +++ b/src/ttystr.cpp @@ -1,7 +1,24 @@ -// ttystr.cpp -// -// This program is free software. See the file COPYING for details. -// Author: Mattias EngdegÃ¥rd, 1997-1999 +/* + * ttystr.cpp + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * This file is part of qps -- Qt-based visual process status monitor + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ #include #include diff --git a/src/ttystr.h b/src/ttystr.h index 45d8189..f423f03 100644 --- a/src/ttystr.h +++ b/src/ttystr.h @@ -1,7 +1,24 @@ -// ttystr.h -// -// This program is free software. See the file COPYING for details. -// Author: Mattias EngdegÃ¥rd, 1997-1999 +/* + * ttystr.h + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ #ifndef TTYSTR_H #define TTYSTR_H diff --git a/src/uidstr.cpp b/src/uidstr.cpp index 01b49aa..c65615b 100644 --- a/src/uidstr.cpp +++ b/src/uidstr.cpp @@ -1,7 +1,24 @@ -// uidstr.C -// -// This program is free software. See the file COPYING for details. -// Author: Mattias Engdegård, 1997-1999 +/* + * uidstr.cpp + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ #include #include diff --git a/src/uidstr.h b/src/uidstr.h index 7773491..d455023 100644 --- a/src/uidstr.h +++ b/src/uidstr.h @@ -1,7 +1,24 @@ -// uidstr.h -// -// This program is free software. See the file COPYING for details. -// Author: Mattias Engdegård, 1997-1999 +/* + * uidstr.h + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ #ifndef UIDSTR_H #define UIDSTR_H diff --git a/src/watchcond.cpp b/src/watchcond.cpp index 4cd11ea..ae21a65 100644 --- a/src/watchcond.cpp +++ b/src/watchcond.cpp @@ -1,7 +1,24 @@ -// watchcond.cpp -// -// This program is free software. See the file COPYING for details. -// Author: Mattias EngdegÃ¥rd, 1997-1999 +/* + * watchcond.cpp + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ #include "watchcond.h" @@ -73,4 +90,3 @@ void watchCond::putstring(QString str) else enable = false; } - diff --git a/src/watchcond.h b/src/watchcond.h index 6b4bbee..fafd12c 100644 --- a/src/watchcond.h +++ b/src/watchcond.h @@ -1,7 +1,24 @@ -// watchcond.h -// -// This program is free software. See the file COPYING for details. -// Author: Mattias EngdegÃ¥rd, 1997-1999 +/* + * watchcond.h + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ #ifndef WATCHCOND_H #define WATCHCOND_H @@ -47,4 +64,3 @@ class watchCond }; #endif // WATCHCOND_H - diff --git a/src/watchdog.cpp b/src/watchdog.cpp deleted file mode 100644 index e69de29..0000000 diff --git a/src/watchdog.h b/src/watchdog.h deleted file mode 100644 index e69de29..0000000 diff --git a/src/watchdog.ui b/src/watchdog.ui index 00583a0..a53df12 100644 --- a/src/watchdog.ui +++ b/src/watchdog.ui @@ -28,9 +28,9 @@ border-image: url(:/icon/vista.png); } QWidget { -} +} QFrame, QLabel, QToolTip { - } + } diff --git a/src/watchdogdialog.cpp b/src/watchdogdialog.cpp index 49fbb89..d122402 100644 --- a/src/watchdogdialog.cpp +++ b/src/watchdogdialog.cpp @@ -1,7 +1,24 @@ -// watchdogdialog.cpp -// -// This program is free software. See the file COPYING for details. -// Author: Mattias EngdegÃ¥rd, 1997-1999 +/* + * watchdogdialog.cpp + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ #include "watchdogdialog.h" @@ -236,4 +253,3 @@ void WatchdogDialog::apply() qps->write_settings(); close(); } - diff --git a/src/watchdogdialog.h b/src/watchdogdialog.h index 7b19254..fe49178 100644 --- a/src/watchdogdialog.h +++ b/src/watchdogdialog.h @@ -1,7 +1,24 @@ -// watchdogdialog.h -// -// This program is free software. See the file COPYING for details. -// Author: Mattias EngdegÃ¥rd, 1997-1999 +/* + * watchdogdialog.h + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ #ifndef WATCHDOGDIALOG_H #define WATCHDOGDIALOG_H diff --git a/src/wchan.cpp b/src/wchan.cpp index 73472eb..fe14f42 100644 --- a/src/wchan.cpp +++ b/src/wchan.cpp @@ -1,7 +1,24 @@ -// wchan.cpp -// -// This program is free software. See the file COPYING for details. -// Author: Mattias EngdegÃ¥rd, 1997-1999 +/* + * wchan.cpp + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ #include #include diff --git a/src/wchan.h b/src/wchan.h index ad9058f..3a284f5 100644 --- a/src/wchan.h +++ b/src/wchan.h @@ -1,7 +1,24 @@ -// wchan.h -// -// This program is free software. See the file COPYING for details. -// Author: Mattias Engdegård, 1997-1999 +/* + * wchan.h + * This file is part of qps -- Qt-based visual process status monitor + * + * Copyright 1997-1999 Mattias EngdegÃ¥rd + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. + */ #ifndef WCHAN_H #define WCHAN_H