cd ~/Movies/Wallpapers
./minterpolate.sh -r 240 -s '11:48' -t '12:08' -i Morphys_World.webm test.mov
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
extensionHost.ts:329 [Extension Host] debugger listening on port 9837 | |
extensionHost.ts:235 Extension Host | |
extensionHost.ts:236 Debugger listening on ws://127.0.0.1:9837/f82cb762-d8df-4b2a-bf57-1f9efb05d6d0 | |
For help see https://nodejs.org/en/docs/inspector | |
log.ts:157 INFO no standard startup: not a new window | |
console.ts:134 [Extension Host] Configuration: debug: 0 errors found with vim configuration | |
console.ts:134 [Extension Host] Extension Startup: debug: Start | |
console.ts:134 [Extension Host] ModeHandler: debug: handling key=<ExtensionEnable>. | |
console.ts:134 [Extension Host] Remapper: debug: trying to find matching remap. keys=<ExtensionEnable>. mode=Normal. keybindings=normalModeKeyBindingsMap. |
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
use bevy::prelude::*; | |
use bevy_rapier2d::prelude::*; | |
fn main() { | |
App::new() | |
.insert_resource(WindowDescriptor { | |
title: "Player Movement Example".to_string(), | |
width: 1000.0, | |
height: 1000.0, | |
..Default::default() |
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
#!/usr/bin/env fontforge | |
import sys | |
import fontforge | |
def main(): | |
for font_name in sys.argv[1:]: | |
font = fontforge.open(font_name) |
This is a super-simple fork of the GitHub Custom Fonts userstyle from https://github.com/StylishThemes/GitHub-Dark, with some slight tweaks and improvements.
First install a UserCSS extension like Stylus.