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
| :set prompt "\x1b[33;1;5m(◕‿‿◕)\x1b[0m " |
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/sh | |
| DIR=/home/anekos/project/yamr | |
| SCRIPT="$DIR/yamr.rb" | |
| if [ -z "$1" ] | |
| then | |
| if [ "$XMONAD_LAUNCHER" = 1 ] | |
| then | |
| prefix=setsid |
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
| package example | |
| import scala.scalajs.js | |
| import js.Dynamic.{ global => g } | |
| import js.annotation.JSExport | |
| @JSExport | |
| object ScalaJSExample { | |
| @JSExport | |
| def main(): Unit = { |
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
| js << EOM | |
| commands.add( | |
| ["backgroundtabopen", "bt[open]", "btabnew"], | |
| "Open one or more URLs in a new background tab", | |
| function (args) { | |
| let index = tabs.getTab(); | |
| let special = args.bang; | |
| args = args.string; | |
| if (options.get("activate").has("all", "tabopen")) | |
| special = !special; |
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 | |
| text="${1:-'ねこ 猫 ネコ cat CAT Cat 1234567890 + - * / λ'}" | |
| font_size=20 | |
| OLD_IFS="$IFS" | |
| cat <<-EOT |
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
| インストール | |
| 1. sbcl をインストール | |
| 2. quicklisp をインストール http://www.quicklisp.org/beta/ | |
| 3. sbcl で以下の実行 | |
| > (ql:quickload :clx) | |
| > (ql:quickload :cl-ppcre) | |
| 4. git checkout -t origin/feature/key-map-with-class | |
| 5. iron-maiden のディレクトリで make |
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
| (format t "PATH=~{~A~^:~}" '(cat is kawaii)) ; PATH=CAT:IS:KAWAII |
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 | |
| VAL_m='1' | |
| VAL_header='1;4' | |
| VAL_at='1;34' | |
| VAL_quote='44' | |
| sed_pattern=`printf ' | |
| s/\[\[m:/\[%sm/g ; | |
| s/\]\]/\[0m/g ; |
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
| # Shadow | |
| shadow = false; | |
| no-dnd-shadow = true; | |
| no-dock-shadow = true; | |
| clear-shadow = true; | |
| shadow-radius = 7; | |
| shadow-offset-x = -7; | |
| shadow-offset-y = -7; | |
| # shadow-opacity = 0.7; | |
| # shadow-red = 1.0; |
OlderNewer

