$ exiftool -xmp -b file.jpg > data.xmp$ exiftool -tagsfromfile data.xmp -all:all file.jpg| #ifndef QCHECKLIST | |
| #define QCHECKLIST | |
| #include <QWidget> | |
| #include <QComboBox> | |
| #include <QStandardItemModel> | |
| #include <QLineEdit> | |
| #include <QEvent> | |
| #include <QStyledItemDelegate> | |
| #include <QListView> |
| #ifndef QTABWIDGETEXT | |
| #define QTABWIDGETEXT | |
| #include <QTabWidget> | |
| /** | |
| * @brief QTabWidget which allow to set the current tab by its name | |
| */ | |
| class QTabWidgetExt : public QTabWidget | |
| { |
| ; The VCRedistNeedsInstall function checks if a given version of VC++ is already installed | |
| ; Modify the function with one (or more) of the VC_* constants to suit your version | |
| [Run] | |
| Filename: "{app}\redist\vcredist_x86.exe"; Parameters: "/q /norestart /q:a /c:""VCREDI~3.EXE /q:a /c:""""msiexec /i vcredist.msi /qn"""" """; Check: VCRedistNeedsInstall; WorkingDir: {app}\redist; StatusMsg: Installing VC++ 2013 Redistributables... | |
| [Code] | |
| #IFDEF UNICODE | |
| #DEFINE AW "W" | |
| #ELSE |
| #ifndef QBUTTONGROUPEXT | |
| #define QBUTTONGROUPEXT | |
| #include <QButtonGroup> | |
| #include <QAbstractButton> | |
| /** | |
| * @brief QButtonGroup which allow to set the checked radio button by its id | |
| */ | |
| class QButtonGroupExt : public QButtonGroup |
| #ifndef QLINEEDITCOLOR | |
| #define QLINEEDITCOLOR | |
| #include <QtWidgets/QLineEdit> | |
| #include <QColorDialog> | |
| #include <QEvent> | |
| /** | |
| * @brief A QLineEdit combined with a QColorDialog | |
| * @signal colorChanged(QColor) |
| ; AutoHotkey Media Keys | |
| ^!Space::Send {Media_Play_Pause} | |
| ^!Left::Send {Media_Prev} | |
| ^!Right::Send {Media_Next} | |
| ^!NumpadMult::Send {Volume_Mute} | |
| ^!NumpadAdd::Send {Volume_Up} | |
| ^!NumpadSub::Send {Volume_Down} |
| <?php | |
| /** | |
| * Squaricon | |
| * | |
| * @description: PHP image hash generator | |
| * | |
| * @author: Damien "Mistic" Sorel - http://strangeplanet.fr | |
| * @license: MIT | |
| * @version: 2.0.0 | |
| * @date: 21/05/2015 |
| <?php | |
| /** | |
| * Identicon++ | |
| * | |
| * @description: PHP implementation of Don Park Identicon algorithm with additional shapes and variations. | |
| * | |
| * @author: Damien "Mistic" Sorel - http://strangeplanet.fr | |
| * @license: MIT | |
| * @version: 2.0.0 | |
| * @date: 21/05/2015 |
| /** | |
| * jQuery amusesMoi! 1.0 | |
| * | |
| * Copyright 2012-2013, Damien "Mistic" Sorel | |
| * http://www.strangeplanet.fr | |
| * | |
| * License: | |
| * MIT and GPL dual licensing | |
| * | |
| * Depends: |