Skip to content

Instantly share code, notes, and snippets.

@mbbx6spp
mbbx6spp / ALTERNATIVES.adoc
Last active January 7, 2025 16:25
Super quick list of alternatives to Jira and/or Confluence, Stash, Crucible, etc.
@michaelfeinbier
michaelfeinbier / KrakenIoPostProcessor.php
Last active September 27, 2019 15:30
*Use Kraken.IO with TYPO3* - This post-processes every image generated by the frontend and stored in /_processed_/ regardless of the used StorageDriver - however, if the image could not be processed by Kraken.IO the processed image will remain untouched
<?php
namespace Dnp\DnpPlugins\ImageProcessing;
use TYPO3\CMS\Core\Http\RequestFactory;
use TYPO3\CMS\Core\Log\LogManager;
use TYPO3\CMS\Core\Resource;
use TYPO3\CMS\Core\Resource\Processing\ImageCropScaleMaskTask;
use TYPO3\CMS\Core\Utility\GeneralUtility;
@nickoala
nickoala / gpspipe.md
Last active March 11, 2023 18:47
Log GPSD Outputs and Extract Lat/Lon

Log GPSD Outputs and Extract Lat/Lon

$ gpspipe -w             # log to stdout
$ gpspipe -w -o abc.log  # log to a file

To auto-log on startup, insert the following line to the file /etc/rc.local: