- Copy a film roll (a directory of RAW images) into a directory on the machine running Darktable.
- Import the film roll into Darktable.
- Review the images using lighttable mode and remove any images that are beyond repair.
- Take a snapshot of the image so we can do a before and after comparison.
- Adjust the white balance.
- Exposure compensation and recovery.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ERROR 2018-05-23 16:06:24.192 ( sql/tagtable.cpp @ 395 ) Unknown Tag record key: 1004 | |
| ERROR 2018-05-23 16:06:24.192 ( sql/tagtable.cpp @ 395 ) Unknown Tag record key: 1004 | |
| ERROR 2018-05-23 16:06:26.311 ( sql/tagtable.cpp @ 395 ) Unknown Tag record key: 1004 | |
| ERROR 2018-05-23 16:06:26.311 ( sql/tagtable.cpp @ 395 ) Unknown Tag record key: 1004 | |
| ERROR 2018-05-23 16:06:33.412 ( sql/tagtable.cpp @ 395 ) Unknown Tag record key: 1004 | |
| ERROR 2018-05-23 16:06:33.413 ( sql/tagtable.cpp @ 395 ) Unknown Tag record key: 1004 | |
| ERROR 2018-05-23 16:06:37.146 ( sql/tagtable.cpp @ 395 ) Unknown Tag record key: 1004 | |
| ERROR 2018-05-23 16:06:37.146 ( sql/tagtable.cpp @ 395 ) Unknown Tag record key: 1004 | |
| ERROR 2018-05-23 16:06:37.386 ( sql/tagtable.cpp @ 395 ) Unknown Tag record key: 1004 | |
| ERROR 2018-05-23 16:06:37.386 ( sql/tagtable.cpp @ 395 ) Unknown Tag record key: 1004 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| DEBUG 2018-05-23 16:12:56.825 ( gui/shortcutkeys.cpp @ 246 ) Unable to open file for reading or file does not exist. | |
| ERROR 2018-05-23 16:12:56.826 ( exits/exitmanager.cpp @ 55 ) "Script filename is blank. Disabling exit " "ExitPoint_LoadNote" | |
| ERROR 2018-05-23 16:12:56.826 ( exits/exitmanager.cpp @ 67 ) "Script file doesn't exist or cannot be read. Disabling exit " "ExitPoint_LoadNote" | |
| ERROR 2018-05-23 16:12:56.826 ( exits/exitmanager.cpp @ 55 ) "Script filename is blank. Disabling exit " "ExitPoint_SaveNote" | |
| ERROR 2018-05-23 16:12:56.826 ( exits/exitmanager.cpp @ 67 ) "Script file doesn't exist or cannot be read. Disabling exit " "ExitPoint_SaveNote" | |
| ERROR 2018-05-23 16:12:56.826 ( exits/exitmanager.cpp @ 55 ) "Script filename is blank. Disabling exit " "ExitPoint_ImportKeep" | |
| ERROR 2018-05-23 16:12:56.826 ( exits/exitmanager.cpp @ 67 ) "Script file doesn't exist or cannot be read. Disabling exit " "ExitPoint_ImportKeep" | |
| ERROR 2018-05-23 16:12:56.826 ( exits/exitmanager.cpp @ 55 ) "Script filename is bl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <block class="Magento\Framework\View\Element\Text" name="comment.placeholder"> | |
| <arguments> | |
| <argument name="text" xsi:type="string"><![CDATA[<!-- -->]]></argument> | |
| </arguments> | |
| </block> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * A special action which is called if the originally intended action could | |
| * not be called, for example if the arguments were not valid. | |
| * | |
| * The default implementation sets a flash message, request errors and forwards back | |
| * to the originating action. This is suitable for most actions dealing with form input. | |
| * | |
| * We clear the page cache by default on an error as well, as we need to make sure the | |
| * data is re-evaluated when the user changes something. | |
| * |
Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /bin/sh | |
| ### BEGIN INIT INFO | |
| # Provides: gogs | |
| # Required-Start: $remote_fs $syslog | |
| # Required-Stop: $remote_fs $syslog | |
| # Default-Start: 2 3 4 5 | |
| # Default-Stop: 0 1 6 | |
| # Short-Description: Git repository manager Gogs | |
| # Description: Starts and stops the self-hosted git repository manager Gogs | |
| ### END INIT INFO |
- ssh (generate key and put on server)
rsyncmust be available on both machines (deployment host and target host)- PHP cli binary must be available on both machines (deployment host and target host)
- composer must be available on deployment host
- deploy directory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| namespace My\Package\Validation; | |
| use TYPO3\Flow\Persistence\RepositoryInterface; | |
| class ExistsValidator extends \TYPO3\Flow\Validation\Validator\AbstractValidator { | |
| /** | |
| * @var array | |
| */ |