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
# Audio jack configuration | |
dev=/sys/devices/platform/simple_remote.0 | |
echo 0,201,1600 > $dev/accessory_min_vals # default = 0,200,1600 | |
echo 200,1599 > $dev/accessory_max_vals # default = 200,1600 | |
echo 0,100,280,500,700 > $dev/button_min_vals # default = 0,100,300,600,700 | |
echo 99,199,399,699,5000 > $dev/button_max_vals # default = 99,199,399,699,5000 | |
echo 512 > $dev/btn_trig_period_freq # Button Period Freq(Hz) default = 512 | |
echo 16 > $dev/btn_trig_period_time # Button Period Time(cycle) default = 16 | |
echo 512 > $dev/btn_trig_hyst_freq # Button Hysteresis Freq(Hz) default = 512 | |
echo 16 > $dev/btn_trig_hyst_time # Button Hysteresis Time(Cycle) default = 16 |
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
Bundle 'Gist.vim' | |
let g:gist_detect_filetype = 1 | |
let g:github_user = 'glidenote' | |
let g:github_token = '******************************' |
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
:Gist # Gistにpost | |
:'<,'>Gist # 選択した部分だけGistにpost | |
:Gist xxxxxxx # post済みのものをidを指定して編集 | |
:Gist -l # postしたものの一覧表示 |
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
@@ -20,7 +20,7 @@ | |
ro.semc.version.cust=1255-6223 | |
ro.semc.version.cust_revision=R7D | |
ro.semc.enable.fast_dormancy=true | |
-ro.camera.sound.forced=1 | |
+ro.camera.sound.forced=0 | |
ro.semc.ecclist.num=3 | |
ro.semc.ecclist.type.0=firebrigade ambulance | |
ro.semc.ecclist.number.0=119 |
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
##### Merging of the /util/data/semc_kernel_time_stamp.prop file ##### | |
ro.build.date=Tue Sep 20 06:35:04 2011 | |
ro.build.date.utc=1316493304 | |
ro.build.user=SEMCUser | |
ro.build.host=SEMCHost | |
##### Final patch of properties ##### | |
ro.build.product=S51SE | |
ro.build.description=S51SE-user 2.3.4 4.0.2.A.0.58 xf_v3w test-keys |
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
{% gist 1365751 %} |
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
Bundle 'Gist.vim' # Vindleを利用して導入 | |
let g:gist_detect_filetype = 1 # ファイルタイプを自動で認識して、Gistにポスト | |
let g:github_user = 'glidenote' # githubのuser名 | |
let g:github_token = '******************************' # githubのtoken |
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
[settings] | |
host = heso001.tokyo.pb | |
port = 80 | |
repo_root = ${buildout:directory}/var/repo |
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
@@ -132,10 +132,10 @@ | |
finish | |
endif | |
-if filereadable($VIMRUNTIME."/plugin/trac.py") | |
- pyfile $VIMRUNTIME/plugin/trac.py | |
-elseif filereadable($HOME."/.vim/plugin/trac.py") | |
- pyfile $HOME/.vim/plugin/trac.py | |
+if filereadable($VIMRUNTIME."/bundle/VimTrac/plugin/trac.py") | |
+ pyfile $VIMRUNTIME/bundle/VimTrac/plugin/trac.py |
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
description "supervisord" | |
start on runlevel [2345] | |
stop on runlevel [!2345] | |
respawn | |
exec /usr/bin/supervisord -n |
OlderNewer