(^ᆺ^)
(`ᆺ`)
(TᆺT)
| export LANG=ja_JP.UTF-8 | |
| # Styles | |
| autoload colors | |
| colors | |
| PROMPT="%{$fg[magenta]%}[%m:%n]%(!.#.$) %{$reset_color%}" | |
| PROMPT2="%{$fg[magenta]%}%_> %{$reset_color%}" | |
| SPROMPT="%{$fg[red]%}correct: %R -> %r [nyae]? %{$reset_color%}" | |
| RPROMPT="%{$fg[cyan]%}[%~]%{$reset_color%}" | |
| zstyle ':completion:*' menu select |
| /** | |
| * @file rle-icns.js | |
| * @author akabeko | |
| * | |
| * This program is free software: you can redistribute it and/or modify | |
| * it under the terms of the GNU General Public License as published by | |
| * the Free Software Foundation, either version 3 of the License, or | |
| * (at your option) any later version. | |
| * | |
| * This program is distributed in the hope that it will be useful, |
(^ᆺ^)
(`ᆺ`)
(TᆺT)
Electron release 日本語訳、私家版。ツッコミ PR 大歓迎。
| *filter | |
| :INPUT ACCEPT [0:0] | |
| :FORWARD ACCEPT [0:0] | |
| :OUTPUT ACCEPT [0:0] | |
| :RH-Firewall-1-INPUT - [0:0] | |
| # Drop | |
| -A INPUT -s XXX.XXX.XXX.XXX -j DROP | |
| -A INPUT -s XXX.XXX.0.0/255.255.0.0 -j DROP |
| { | |
| "extends": "standard", | |
| "env": { | |
| "mocha": true | |
| }, | |
| "rules": { | |
| "no-multi-spaces": 0, | |
| "yoda": 0 | |
| } | |
| } |
| Stylus@3.1.0 | |
| Sublime-Style-Column-Selection@1.7.2 | |
| atom-ternjs@0.17.0 | |
| atom-typescript@10.1.13 | |
| atom-wrap-in-tag@0.6.0 | |
| auto-encoding@0.6.2 | |
| autocomplete-paths@1.0.5 | |
| color-picker@2.2.4 | |
| docblockr@0.9.1 | |
| emmet@2.4.3 |