Skip to content

Instantly share code, notes, and snippets.

View uchidev's full-sized avatar

Uchidev uchidev

View GitHub Profile
[user]
name =
email =
[core]
pager = less
excludesfile = ~/.tool/gitignore
[push]
default = nothing
[alias]
co = checkout
BoldAsFont=yes
ForegroundColour=0,0,0
BackgroundColour=232,232,232
CursorType=block
CursorBlinks=no
FontHeight=10
Columns=110
Rows=30
Black=0,0,0
Red=150,50,50
@uchidev
uchidev / api15_build.config
Last active November 11, 2015 05:36
build.config files
apply plugin: 'com.android.application'
android {
compileSdkVersion 15
buildToolsVersion "23.0.1"
defaultConfig {
applicationId "com.uchidev.api15"
minSdkVersion 8
targetSdkVersion 15
git reset --hard コミット
git checkout コミット ファイル
git reset HEAD^
git reset コミット
git reset --soft コミット
git reset ファイル
git reset -- ファイル
git log コミットA..コミットB
git merge --squash ブランチ
git reset HEAD
@uchidev
uchidev / Emacs_Kai.xml
Last active November 12, 2015 00:43
IDEA keymap settings
<keymap version="1" name="Emacs_Kai" parent="Emacs">
<action id="$Copy">
<keyboard-shortcut first-keystroke="control INSERT" />
<keyboard-shortcut first-keystroke="alt C" />
</action>
<action id="$Cut">
<keyboard-shortcut first-keystroke="shift DELETE" />
</action>
<action id="$Paste">
<keyboard-shortcut first-keystroke="alt P" />
@uchidev
uchidev / Uchi_conf.icls
Created November 12, 2015 00:56
IDEA colors settings
<scheme name="Uchi-conf" version="141" parent_scheme="Default">
<option name="LINE_SPACING" value="1.0" />
<option name="EDITOR_FONT_SIZE" value="13" />
<option name="EDITOR_FONT_NAME" value="MeiryoKe_Gothic" />
<colors>
<option name="CARET_COLOR" value="3030c0" />
<option name="CARET_ROW_COLOR" value="" />
<option name="CONSOLE_BACKGROUND_KEY" value="fafafa" />
<option name="FILESTATUS_MODIFIED" value="3030f0" />
<option name="SELECTION_BACKGROUND" value="dadeff" />
import android.hardware.camera2.CameraDevice;
import android.hardware.camera2.CameraManager;
import android.hardware.camera2.CameraMetadata;
import android.hardware.camera2.CaptureRequest;
import android.hardware.camera2.CaptureResult;
@uchidev
uchidev / emacs-custom-24-nt.el
Last active November 13, 2015 04:58
emacs settings
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(indent-tabs-mode nil)
'(mweb-submode-indent-offset 2)
'(mweb-tags
(quote
((php-mode "<\\?php\\|<\\? \\|<\\?=" "[ \\t]\\?>\\|^\\?>")
(Space 半角空白 全変換 変換+次 変換+次 文節変換 全変換)
(Enter - 全確定 全確定 候補選択+確定 全確定 全確定)
(C-m - 全確定 全確定 候補選択+確定 全確定 全確定)
(Esc - 全確定 全戻し 全戻し 全戻し 全戻し)
(C-g - 全確定 全戻し 全戻し 全戻し 全戻し)
(半/全 on/off - - - - -)
(変換 on - - - - -)
(無変換 off 全消去 全消去 全消去 全消去 全消去)
none /cygdrive cygdrive binary,nouser,noacl,posix=0 0 0
d:/home /home ntfs binary,nouser,noacl,posix=0 0 0