Electron release 日本語訳、私家版。ツッコミ PR 大歓迎。
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
[email protected] | |
[email protected] | |
[email protected] | |
[email protected] | |
[email protected] | |
[email protected] | |
[email protected] | |
[email protected] | |
[email protected] | |
[email protected] |
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
{ | |
"extends": "standard", | |
"env": { | |
"mocha": true | |
}, | |
"rules": { | |
"no-multi-spaces": 0, | |
"yoda": 0 | |
} | |
} |
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
*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 |
(^ᆺ^)
(`ᆺ`)
(TᆺT)
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
/** | |
* @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, |
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
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 |