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
#!/bin/zsh | |
w=('ใใใใ' 'ๅค' '่กใใพใใใใญ๏ผพใ') | |
out='' | |
while :; do | |
rand=$(expr ${RANDOM} % 3) | |
word=${w[$rand]} | |
printf ${word} |
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
<meta name="if:Hide Tumblr Controls" content="0" /> | |
<style> | |
{CustomCSS} | |
{block:IfHideTumblrControls} | |
#tumblr_controls { display: none; } | |
{/block:IfHideTumblrControls} | |
</style> |
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
tell application "Safari" | |
activate | |
set top_win to window 1 | |
set window_tab_urls to top_win's tab's URL | |
end tell |
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
[ใใ]ใ?ใใธ?[\?๏ผ] | |
ใพใ(.*?)ใ[ใใ]?(?:ใ|(?:\.|ใป){2,})(.*?)(?:ใ|(?:\.|ใป){2,})?ใใ?ใใ ใใฉ(?:ใ|(?:\.|ใป){2,})(.*) | |
(.+)โ(.+)โ | |
ใใฃใฑ[ใใ]?(?:ใ|(?:\.|ใป){2,})?(.*?)(?:ใใ|ๅ)?ใฎ(.*?)ใ(?:ใ|(?:\.|ใป){2,})?(.*?) | |
[\(๏ผ].*?[\)๏ผ]ใชใใงใ | |
[\(๏ผ](็่ ใฎ้ขจๆ ผ|ใใฃใจใผใ|ใตใคใณใใน|ใฌใณใฎใใช|ใใฃใใก|ใญใฃใจใ|ๆ่ๅๆญข|่ซธ่ก็กๅธธ|ใใณๅผใ|ๆๅณๆทฑ|ๅๆจ็|ไฝฟๅฝๆ|้ใๅฃฐ|ๆฃ่ชญใฟ|ๅใฎใฌ|ๆทซๅคข|ๆ็ฉบ|ๅจๅง|ๅ่ฆ|ๆฟๅฏ|ๅใ|ๆๆ|ๆใ|็ก็ฅ|ๅฆฅๅ|ๆๆก|้ฉๆ|ๆฑ ๆฒผ|ๆญฃ่ซ|็ตถๆ|่ฏๅฟ|ๅฒๅญฆ|ไพฟไน|ๅฐๆ|่ ่ฟซ|ๅฐๅฃฐ|้ฉๅฝ|ใฌ|็ด |[่ณๅ่ฟท]่จ|ๅคง[ๅ็ ด]|[้ฃๅนป]่ด|[ๆคๆฟ]ๆ|ๅฑใใฌ[ๆๆณ]ใ|(?:ๅฏใ|ๅๅญ)|(?:ๅฃฐใ ใ)?่ฟซ็|็ก(?:้ชๆฐ|้ขๅฟ)|่ช้ฒ(?:็ก่ฆ)?|(?:ใฒใน|็)้ก|(?:ๆด|ใใ)ใชใ้ซใฟใธ|(?:.*?ไธฆ(?:ใฟใฎ)?ๆๆณ?|KONAMI|็ฒใฟใใ))[\)๏ผ]? | |
\?{,3}ใ.*?ใ | |
.*?ใใฉใใ | |
็ณ(?:ใ่จณใชใใ)?.*?ใฏ?[N๏ผฎ][G๏ผง]? | |
ใใใชใใงใใใญ[\.ใป]{2,} |
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
/* ๆณขใใใทใฅใไฝฟใใชใใใผใธใงใณ */ | |
(?:[Ahๅใใ][hๅผใใใใ]?|ใฏ[ใใ]|ใใ)[\^๏ผพ] | |
/* ๆๅญใใใฎใพใพๆๅฎ */ | |
[\^|๏ผพ][~ใ๏ฝ] | |
/* Unicodeใงๆๅฎ */ | |
[\^|๏ผพ][\u007e\u301c\uff5e] |
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
; HHKBใๆฅๆฌ่ช้ ๅ่จญๅฎใฎ็ซฏๆซใซ็นใใฆใใใฎใพใพไฝฟใใใใใญใผใชใใใ | |
*"::send, @ | |
*&::send, {^} | |
*'::send, & | |
*(::send, * | |
*)::send, ( | |
*+0::send, ) | |
*=::send, _ | |
*^::send, = | |
*~::send, {+} |
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
function! Img_to_markdown() | |
let url = matchstr(getline("."), 'https\?:\/\/[^ >,;:"\[\]]*') | |
let img = matchstr(getline("."), 'https\?:\/\/[^ >,;:"\[\]]*\(jpe\?g\|png\|gif\|bmp\)') | |
let alt = matchstr(getline("."), 'alt="\zs.*\ze"') | |
call setline(".", "[](" . url . ")") | |
endfunction | |
nnoremap <silent><Plug>(img_to_markdown) :<C-u>call Img_to_markdown()<CR> |
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
_git_alias() { | |
if `git status >/dev/null 2>&1`; then | |
command=${1} | |
shift | |
git ${command} "$@" | |
if [ "${command}" = 'status' ]; then :; else echo ''; git status; fi | |
return 0 | |
else | |
echo "_git_alias: Not a git repository" 1>&2 | |
return 1 |
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
#!/bin/bash | |
# | |
# @(#) ISLANDERSใฃใฆ่กจ็คบใใใ ใใ๏ผ<C-c>ใง๏ผๆตใใฆใใใ | |
# | |
# Author: | |
# 844196 (@84____) | |
# | |
# License: | |
# WTFPL 2.0 | |
# |
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
#!/bin/bash | |
# | |
# @(#) ใฟใผใใใซใ256่ฒไฝฟใใใใฉใใ็ขบ่ชใใในใฏใชใใใงใ | |
# | |
# Author: | |
# 844196 (@84____) | |
# | |
# License: | |
# WTFPL 2.0 | |
# |
OlderNewer