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
# .bash_profile | |
export LANG="ko_KR.UTF-8" | |
source /usr/local/etc/bash_completion.d/scala | |
## Color | |
export LSCOLORS=ExFxCxDxBxegedabagacad | |
source /usr/local/share/git-core/contrib/completion/git-completion.bash |
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
lg = log --graph --format=format:'%C(ul cyan)%h%C(reset) |%C(auto)%d%C(reset) %C(white)%ai%C(reset) (%ar)%n'' %C(white)%s%C(reset) %C(bold black)- %an%C(reset)' --all |
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
import ch.qos.logback.classic.spi.ILoggingEvent; | |
import ch.qos.logback.classic.util.LevelToSyslogSeverity; | |
import ch.qos.logback.core.AppenderBase; | |
import ch.qos.logback.core.encoder.Encoder; | |
import org.productivity.java.syslog4j.SyslogConfigIF; | |
import org.productivity.java.syslog4j.SyslogIF; | |
import org.productivity.java.syslog4j.SyslogRuntimeException; | |
public class SyslogAppender<E extends ILoggingEvent> extends AppenderBase<E> { | |
private SyslogIF syslog; |
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
{ | |
"Working Directory" : "\/Users\/devcken.seven", | |
"Prompt Before Closing 2" : false, | |
"Dynamic Profile Filename" : "\/Users\/devcken.seven\/Library\/Application Support\/iTerm2\/DynamicProfiles\/devcken.json", | |
"Selected Text Color" : { | |
"Green Component" : 0.92142927646636963, | |
"Red Component" : 0.90730977058410645, | |
"Blue Component" : 0.93115901947021484 | |
}, | |
"Rows" : 25, |