Pinned Loading
-
Amazon-Factoring-Programm
Amazon-Factoring-Programm PublicPiece of individual code that is used to go through a bunch of invoices (as PDF) from one of our customers to fetch the Invoice number and the amazon order number. Output is using CSV-file.
Visual Basic 1
-
Shellscript to convert M4A and OGG f...
Shellscript to convert M4A and OGG files to mp3 1find . -type f -name '*.m4a' -exec bash -c 'ffmpeg -i "$0" -c:a libmp3lame -q:a 2 "$0.mp3" && rm "$0"' '{}' \;& find . -type f -name '*.ogg' -exec bash -c 'ffmpeg -i "$0" -c:a libmp3lame -q:a 2 "$0.mp3" && rm "$0"' '{}' \;
-
Shell script to make a RAM disk of a...
Shell script to make a RAM disk of a certain size on Linux systems. Designed to replace my previous C-Solution. This solution now sanitizes inputs and comes with a manpage 1#! /bin/sh
23if [ "$#" -ne 1 ]
4then
5echo Exactly one argument must be given
-
ClipboardHistory
ClipboardHistory PublicA basic Clipboard History application written in Visual Basic.
C++
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.