Skip to content

Instantly share code, notes, and snippets.

View loehx's full-sized avatar

Alexander Löhn loehx

View GitHub Profile
@loehx
loehx / stabilize.js
Last active August 19, 2023 13:29
Bulk Video Stabilizer - to fix shaky videos (Node.js)
/**
* Bulk Video Stabilization & Improvement
* Stabilize and improve your videos using FFmpeg (Node.js)
* Author: Alexander Löhn (https://github.com/loehx)
*
* How to?
*
* [1] Add a new folder somewhere on your MAC.
* [2] Create a new file and name it "stabilize.js" and paste in this script (all of it).
* [3] Open a terminal window in the folder. -> https://superuser.com/a/340051
@loehx
loehx / inject.js
Last active July 27, 2022 15:14
Clean Branch Name and Ticket Name for JIRA Ticket View
// Clean Branch Name and Ticket Name for JIRA Ticket View
// Author: Alexander Löhn
// Install:
// 1. Download a Chrome extension for injecting JS (e.g. https://chrome.google.com/webstore/detail/inject-javascript-synced/aechnpkbeoilkginaangjabdhcknecck).
// 2. Copy this file and paste it into the extension.
// 3. Open any JIRA ticket (https://host.atlassian.net/browse/XX-123) and watch the script add 2 elements above the ticket title.
includejQuery(function($) {
$(document).ready(function() {
import Me from 'myself';
function LearnCoding() {
var motivation = 0;
while (Me.interested) {
if (motivation <= 0) {
motivation += Me.learnSomethingNew();
}