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
<VirtualHost *:port> | |
ServerName domain | |
DocumentRoot /var/www/path | |
ErrorLog /var/log/httpd/error_log_path | |
CustomLog /var/log/httpd/access_log_path common | |
<Directory "/var/www/path"> | |
Require all granted | |
</Directory> | |
</VirtualHost> |
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
ioctl: VIDIOC_ENUM_FMT | |
Index : 0 | |
Type : Video Capture | |
Pixel Format: 'YUYV' | |
Name : YUYV 4:2:2 | |
Size: Discrete 640x480 | |
Interval: Discrete 0.033s (30.000 fps) | |
Interval: Discrete 0.042s (24.000 fps) | |
Interval: Discrete 0.050s (20.000 fps) | |
Interval: Discrete 0.067s (15.000 fps) |
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
Safeytyedu 새버전 인터페이스용 스킵 | |
새버전 : Non-Flash Version 으로 구성된 HTML5 기반 플레이어. | |
var footer = document.getElementById('footer'); | |
var lastPage = footer.lastElementChild.lastElementChild.childNodes.item(1).innerText; | |
location.href = chapterInfo[Number(lastPage) - 1].fileName + ".html?passedPage="+String(Number(lastPage)-2)+"&checkurl="+lastPage; |
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
// Just before switching jobs: | |
// Add one of these. | |
// Preferably into the same commit where you do a large merge. | |
// | |
// This started as a tweet with a joke of "C++ pro-tip: #define private public", | |
// and then it quickly escalated into more and more evil suggestions. | |
// I've tried to capture interesting suggestions here. | |
// | |
// Contributors: @r2d2rigo, @joeldevahl, @msinilo, @_Humus_, | |
// @YuriyODonnell, @rygorous, @cmuratori, @mike_acton, @grumpygiant, |