This file has been truncated, but you can view the full file.
This file contains hidden or 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
8523 15:46:03 execve("/usr/bin/mpv", ["mpv", "--no-config", "--log-file=mpv_is_slow", "--no-audio", "--vo=gpu", "--no-resume-playback", "Casiotone for the Painfully Alon"...], 0x7ffc30f1bac8 /* 32 vars */) = 0 <0.000696> | |
8523 15:46:03 brk(NULL) = 0x55a11421f000 <0.000178> | |
8523 15:46:03 arch_prctl(0x3001 /* ARCH_??? */, 0x7ffce9274700) = -1 EINVAL (Invalid argument) <0.000018> | |
8523 15:46:03 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) <0.000142> | |
8523 15:46:03 openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 <0.000154> | |
8523 15:46:03 fstat(3, {st_mode=S_IFREG|0644, st_size=243746, ...}) = 0 <0.000141> | |
8523 15:46:03 mmap(NULL, 243746, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fea9f586000 <0.000029> | |
8523 15:46:03 close(3) = 0 <0.000121> | |
8523 15:46:03 openat(AT_FDCWD, "/usr/lib/libshaderc_shared.so.1", O_RDONLY|O_CLOEXEC) = 3 <0.000186> | |
8523 15:46:03 read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 P\0\0\0\0\0\0"..., 832) = 832 <0.00 |
This file contains hidden or 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
#!/bin/bash | |
xidfile="/run/user/"$(id -u)"/zathura-tabbed.xid" | |
wmclass="zathura-tabbed" | |
xid=$(cat "$xidfile") && xprop -id "$xid" | |
read xid < <(tabbed -cd -n "$wmclass" -p -1 2> /dev/null) | |
wmctrl -i -r "$xid" -b add,maximized_vert,maximized_horz | |
echo "$xid" > "$xidfile" |
This file contains hidden or 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 <Cocoa/Cocoa.h> | |
@interface SpaceChangeNotifier : NSObject | |
- (void) registerNotifier; | |
- (void)spaceChanged:(NSNotification *)aNotification; | |
@end | |
@implementation SpaceChangeNotifier | |
- (id) init |
This file contains hidden or 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 <Cocoa/Cocoa.h> | |
@interface SpaceChangeNotifier : NSObject | |
- (void) registerNotifier; | |
- (void)spaceChanged:(NSNotification *)aNotification; | |
@end | |
@implementation SpaceChangeNotifier | |
- (id) init |
This file contains hidden or 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
defaults write -g NSAutomaticWindowAnimationsEnabled -bool false | |
defaults write -g NSScrollAnimationEnabled -bool false | |
defaults write -g NSWindowResizeTime -float 0.001 | |
defaults write -g QLPanelAnimationDuration -float 0 | |
defaults write -g NSScrollViewRubberbanding -bool false | |
defaults write -g NSDocumentRevisionsWindowTransformAnimation -bool false | |
defaults write -g NSToolbarFullScreenAnimationDuration -float 0 | |
defaults write -g NSBrowserColumnAnimationSpeedMultiplier -float 0 | |
defaults write com.apple.dock autohide-time-modifier -float 0 | |
defaults write com.apple.dock autohide-delay -float 0 |
This file contains hidden or 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 numpy as np | |
from scipy.misc import imresize | |
from PIL import Image | |
from os import system | |
from time import sleep | |
# Method to convert images(/image buffers?) to ascii art | |
# Change this to either use a shared library (.so) file or the python img2txt module | |
# stolen from img2txt.generate_grayscale_for_image | |
def img2ascii(pixels, height, width): |
This file contains hidden or 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
youtube-dl --verbose --cookies cookies.txt 'https://www.twitch.tv/videos/176220025' | |
[debug] System config: [] | |
[debug] User config: [] | |
[debug] Custom config: [] | |
[debug] Command-line args: [u'--verbose', u'--cookies', u'cookies.txt', u'https://www.twitch.tv/videos/176220025'] | |
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8 | |
[debug] youtube-dl version 2017.09.15 | |
[debug] Python version 2.7.10 - Darwin-16.7.0-x86_64-i386-64bit | |
[debug] exe versions: avconv 12.1, avprobe 12.1, ffmpeg 3.3.4, ffprobe 3.3.4, rtmpdump 2.4 | |
[debug] Proxy map: {} |
This file contains hidden or 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
Homebrew build logs for picoc on macOS 10.12.6 | |
Build date: 2017-08-13 20:08:25 |
This file contains hidden or 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
Homebrew build logs for mplayer on macOS 10.12.5 | |
Build date: 2017-06-23 13:43:41 |
This file contains hidden or 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
$ brew config | |
----------------------- | |
HOMEBREW_VERSION: 1.2.3 | |
ORIGIN: https://github.com/Homebrew/brew.git | |
HEAD: ed9942fbd1ec4243f0a92ab8f9b2411c8b1fb091 | |
Last commit: 11 days ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: 8fe0247635d6720deee9dfa9d0c72be36a7c6a4a | |
Core tap last commit: 2 hours ago | |
HOMEBREW_PREFIX: /usr/local |
NewerOlder