This file contains 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
/** | |
* 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 |
This file contains 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
// 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() { |
This file contains 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
import Me from 'myself'; | |
function LearnCoding() { | |
var motivation = 0; | |
while (Me.interested) { | |
if (motivation <= 0) { | |
motivation += Me.learnSomethingNew(); | |
} |
This file contains 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
{} |