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
[user] | |
email = [email protected] | |
name = Eugene Wang | |
[color] | |
ui = auto | |
[core] | |
pager = less -FMRiX | |
excludesfile = /Users/y56/.gitignore | |
[push] | |
default = simple |
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
3047 systemctl --user stop pulseaudio.socket | |
3048 systemctl --user stop pulseaudio.socket | |
3049 systemctl --user stop pulseaudio.service | |
3050 pulseaudio -v | |
4791 pulseaudio -k && sudo alsa force-reload | |
4858 pulseaudio -k && sudo alsa force-reload | |
32472 pulseaudio --check | |
32473 pulseaudio -D | |
32474 pulseaudio -k | |
32475 pulseaudio -D |
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
/bin/bash -c "sleep 0.2 && date -Iminutes | cut -c1-16 | tr : - > /home/y56/.y56-for-date-hotkey && cat /home/y56/.y56-for-date-hotkey | tr -d '\n' | xclip -selection clipboard && xdotool key Control_L+v" |
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
chore: add Oyster build script | |
docs: explain hat wobble | |
feat: add beta sequence | |
fix: remove broken confirmation message | |
refactor: share logic between 4d3d3d3 and flarhgunnstow | |
style: convert tabs to spaces | |
test: ensure Tayne retains clothing | |
build: | |
ci: | |
======================================================== |
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
this.wordle = this.wordle || {}, this.wordle.bundle = function(e) { | |
"use strict"; | |
function a(e) { | |
return (a = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(e) { | |
return typeof e | |
} : function(e) { | |
return e && "function" == typeof Symbol && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e | |
})(e) | |
} |
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
# Welcome to... | |
# | |
# `hmy+. ://: | |
# .mMMMMMNho:` NMMm | |
# :NMMMMMMMMMMMds/.` NMMm :ss: | |
# +NMMMMMMMMMMMMMMMMmy+ NMMm -MMMM- --- | |
# `oMMMMMMMMMMMMMMMMMMMMo NMMm /ss/ :MMM+ | |
# `yMMMMMMMMNshmNMMMMMMMN` NMMm /MMM+ | |
# .dMMMMMMMMm/hmhssydmMMM+ NMMm `/yhhy. shhy ohmMMMmhhhh. ./ydmmmdho- | |
# omMMMMMMMd/mMMMMMmhsosy` NMMm .omMMmo. mMMN odmMMMmdddd. omMNdsoshNMNy` |
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
vim errror message | |
==== | |
Error detected while processing BufNewFile Autocommands for "*.js": E20: Mark not set | |
==== | |
ref: | |
https://stackoverflow.com/questions/45416839/error-detected-while-processing-bufread-auto-commands-for-py | |
==== | |
### Drop the whitespace in .vimrc | |
V V | |
au BufNewFile,BufRead *.js,*.html,*.css |
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
RuntimeError: Warning: Unable to detect a .tern-project file in the hierarchy before /home/y56/XXXXXXXX/test.js and no global | |
==== | |
https://github.com/ain/.vim/issues/46 | |
==== | |
here is the solution that worked for me. | |
Apparently, it is not getting created automatically. | |
So, create the file manually. | |
touch ~/.tern-project | |
then place this | |
``` |
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
Cannot find module: 'react-notifications/lib/notifications.css'. Make sure this package is installed. | |
==> | |
npm install react-notifications |
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
console.log("greeting"); |
NewerOlder