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
<REAPER_PRESET_LIBRARY `AUi: Sam: Chip32 (x86)` | |
<PRESET `No. 1` | |
6QMAAAAAAAAAAAAAAgAAAAEAAAAAAAAAAgAAAAAAAABREwAAPD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCFET0NUWVBFIHBsaXN0IFBVQkxJ | |
QyAiLS8vQXBwbGUvL0RURCBQTElTVCAxLjAvL0VOIiAiaHR0cDovL3d3dy5hcHBsZS5jb20vRFREcy9Qcm9wZXJ0eUxpc3QtMS4wLmR0ZCI+CjxwbGlzdCB2ZXJzaW9u | |
PSIxLjAiPgo8ZGljdD4KCTxrZXk+ZGF0YTwva2V5PgoJPGRhdGE+CglBQUFBQUFBQUFBQUFBQUFtQUFBQUFEK0FBQUFBQUFBQlBnQ0FnUUFBQUFJK2pJeU5BQUFBQXo3 | |
azVPVUFBQUFFUHR0dAoJdHdBQUFBVUFBQUFBQUFBQUJqOWc0T0VBQUFBSFAxN2Uzd0FBQUFnL1lPRGhBQUFBQ1Q5ZzRPRUFBQUFLUDJEZzRRQUEKCUFBcy9YdDdmQUFB | |
QUREOWUzdDhBQUFBTlAyRGc0UUFBQUE0L1lPRGhBQUFBRHo5ZzRPRUFBQUFRUDJEZzRRQUFBQkUvCglZT0RoQUFBQUVqOWc0T0VBQUFBVFAyRGc0UUFBQUJRL1lPRGhB | |
QUFBRlQ5ZzRPRUFBQUFXQUFBQUFBQUFBQmNBQUFBQQoJQUFBQUdBQUFBQUFBQUFBWkFBQUFBQUFBQUJvQUFBQUFBQUFBR3dBQUFBQUFBQUFjQUFBQUFBQUFBQjBBQUFB | |
QUFBQUEKCUhnQUFBQUFBQUFBZkFBQUFBQUFBQUNBQUFBQUFBQUFBSVFBQUFBQUFBQUFpQUFBQUFBQUFBQ01BQUFBQUFBQUFKQUFBCglBQUFBQUFBbEFBQUFBQT09Cgk8 | |
L2RhdGE+Cgk8a2V5Pm1Db21 |
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
0123456789ABCDEF0123456789ABCDEF | |
N1 0123456789ABCDEFEDCBA98765422100 | |
N2 89BCDEEFFEEDCB986543211001123456 | |
N3 7ACCEEBEC97755799797752002200223 | |
N4 1359BDFDECD876554442567874534210 | |
N5 FEEDDCCBBAA998877665544332211007 | |
N6 00FFFFFFFFF000000FF00FF00FF00770 | |
N7 EEE770777077EEE700077E777E770007 | |
N8 78594C0F0E10496778594C0F0E104967 |
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
0123456789ABCDEF0123456789ABCDEF | |
N0 9ABCDDEEEDDCBA975432110001123457 | |
N1 00FFFFFFFFF000000FF00FF00FF00770 | |
N2 789876579BDA74058BFC963579BA9878 | |
N3 878768A748C728E707E827C847A86787 | |
N4 1356BDFDCEDB76554442567874534210 | |
N5 0234578ABCE689A746789B3578AACDFC | |
N6 03478B368ACE78B85892468AD579BCFC | |
N7 7ACCEEBEC97755799797752002200223 | |
N8 02468ACEEDCBA9877654321002468ACE |
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
|Last one digit of the year|恵方 (Éhou)|干支 (Éto)|Direction| | |
|4, 9|東北東微東|甲 (Kinoé, Older Brother of Armor)|75 degrees| | |
|5, 0|西南西微西|庚 (Kanoé, Older Brother of Gold)|255 degrees| | |
|6, 1|南南東微南|丙 (Hinoé, Older Brother of Fire)|165 degrees| | |
|7, 2|北北西微北|壬 (Mizunoé, Older Brother of Water)|345 degrees| | |
|8, 3|南南東微南|丙 (Hinoé, Older Brother of Fire)|165 degrees| |
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
[ | |
{ | |
"keys": ["super+shift+r"], | |
"command": "reindent", | |
"args": {"single_line": true} | |
}, | |
{ | |
"keys": ["tab"], "command": "expand_abbreviation_by_tab", "context": | |
[ | |
{ "operand": "source.js", "operator": "equal", "match_all": true, "key": "selector" }, |
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
Install MAMP first. | |
Install WP CLI | |
Make directory for the wp installation (in my case, ~/Sites/wordpress) | |
Install Wordpress with WP-CLI | |
- wp core download --path=~/Sites/wordpress | |
CD to the root of WP installation (cd ~/Sites/wordpress) then Generate Config by using wpcli |
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
# For Diverting Access to Image for XML Import (Demo Contents) | |
RewriteEngine on | |
RewriteBase / | |
RewriteCond %{HTTP_USER_AGENT} ^.*(WordPress).*$ | |
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-content/(.*)\.(jpe?g|gif|ogv|webm|bmp|png|mp4|svg|)$ http://your.domain.com/wp/$1$2.$3 [NC,R,L] | |
# BEGIN WordPress | |
<IfModule mod_rewrite.c> | |
RewriteEngine On | |
RewriteBase / |
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
# Hotlink Protection | |
RewriteEngine on | |
RewriteBase / | |
RewriteCond %{HTTP_REFERER} !^http://(.+\.)?yourdomain\.com/ [NC] | |
RewriteRule .*\.(jpe?g|gif|ogv|webm|bmp|png|mp4|svg|css|)$ http://your.domain.com/protected-image-banner.jpg [NC,R,L] |
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 | |
sectionTemplate="$(cat ../section_template.php)" | |
i=0 | |
while read line | |
do | |
array[ $i ]="$line" | |
(( i++ )) | |
done < <(ls) |
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
# any external incoming request to images hosted are redirected to other server holding dummy of the original content | |
RewriteEngine On | |
RewriteBase / | |
RewriteCond %{HTTP_REFERER} !^http://(.+\.)?thememountain\.com/ [NC] | |
RewriteRule (.*)\.(jpe?g|gif|ogv|webm|bmp|png|mp4|svg|css)$ http://placeholders.thememountain.com/wordpress/$1.$2 [NC,R,L] |