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
129 execve("/usr/bin/clear", ["clear"], 0x7ffff38a8a18 /* 17 vars */) = 0 | |
129 brk(NULL) = 0x7ffff5a7a000 | |
129 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) | |
129 openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 | |
129 fstat(3, {st_mode=S_IFREG|0644, st_size=31762, ...}) = 0 | |
129 mmap(NULL, 31762, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f8548da4000 | |
129 close(3) = 0 | |
129 openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libtinfo.so.6", O_RDONLY|O_CLOEXEC) = 3 | |
129 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\343\0\0\0\0\0\0"..., 832) = 832 | |
129 fstat(3, {st_mode=S_IFREG|0644, st_size=183528, ...}) = 0 |
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
var parallax = document.getElementById('js-parallax'); | |
window.addEventListener('scroll', function(e) { | |
parallax.style.backgroundPosition = ['0 ', (window.pageYOffset - parallax.offsetTop) / 2, 'px'].join(''); | |
}); |
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
Show hidden characters
{ | |
"always_show_minimap_viewport": true, | |
"auto_complete": true, | |
"auto_complete_commit_on_tab": false, | |
"auto_complete_delay": 50, | |
"auto_complete_selector": "source - comment", | |
"auto_complete_size_limit": 4194304, | |
"auto_complete_triggers": | |
[ | |
{ |
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
{ | |
"installed_packages": | |
[ | |
"ABC Notation", | |
"ApacheConf.tmLanguage", | |
"Base16 Color Schemes", | |
"CSS Completions", | |
"Csslisible", | |
"EasyDiff", | |
"Emmet", |
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
// ==UserScript== | |
// @match http://*/* | |
// @match http://*.youtube.com/* | |
// @match https://*.youtube.com/* | |
// ==/UserScript== | |
/** | |
* Install: | |
* - Save the file to your desktop. | |
* - In Chrome, open the "Extensions" page (Bacon button --> Tools --> Extensions). |