phdhwang
340 posts
Don't wanna be here? Send us removal request.
Link
Serverless Python Web Services - Powered by AWS Lambda and API Gateway
2 notes
·
View notes
Link
userChrome.css
%appdata%\Roaming\Mozilla\Firefox\Profiles\....profile...\chrome\userChrome.css
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); #TabsToolbar { xvisibility: collapse !important; } /* tab width */ .tabbrowser-tab:not([pinned]) { min-width: 64px !important; max-width: 64px !important; } /* tab. sound icon button */ .tabbrowser-tab :-moz-any(.tab-icon-sound,.tab-icon-overlay[muted]) { display: none; } /* tab. close icon button */ #tabbrowser-tabs .tabbrowser-tab .tab-close-button { display:none!important; }
disable animation
toolkit.cosmeticAnimations.enabled set to false
(source: How to tweak the new Firefox 57 Quantum browser to suit your preferences)
0 notes
Link
https://www.facebook.com/yangpaenglish/posts/1774049426218904
"Are there any blockers?" 뭐 문제 있어?
"Is that a blocker? Is that blocking you?" 그럼 그것 때문에 아무것도 못해?
0 notes
Link
1. make xrandr shell scipt
2. add system init. in lightdm.conf.d
0 notes
Text
ubuntu fcitx caps 2 esc
https://askubuntu.com/questions/53038/how-do-i-remap-the-caps-lock-key
https://gxnotes.com/article/173466.html
edit /etc/default/keyboard
XKBOPTIONS="caps:swapescape"
0 notes
Link
sudo ap-get install vino
vino-preferences
gsettings set org.gnome.Vino require-encryption false
Linux Mint 17 Desktop Sharing Vino Settings not working
0 notes
Quote
IT 시스템을 도입할 때는 사람의 일을 어떻게 변하는지, 그 과정에 회사의 중요한 자원이 사라지지 않는지, 사라진다면 그것을 어떻게 회복,보호할 것인지 반드시 함께 고려해야
https://subokim.wordpress.com/2017/05/15/dilemma-of-new-it-system/
0 notes
Link
Pylint is a source code, bug and quality checker for the Python programming language. It follows the style recommended by PEP 8, the Python style guide.
0 notes
Quote
소프트웨어 개발에 '급한 일' 이란 없다. 정해진 규칙과 기본에 충실하게 하고, 빠진겂이 없는지 체크하고 디자인,설계후에 미래의 변화에대해서 적절하게 해동 조직의 규모와 형태에 따라서 반영한 후에 '개발' 하는 것이다
[급한일 빠르게 해봐야](https://brunch.co.kr/@supims/32)
0 notes