I hereby claim:
- I am typester on github.
- I am typester (https://keybase.io/typester) on keybase.
- I have a public key ASA6bXeW2zrW2HwYtmcfpWKzstiHY5cBO10wOOGdBVIwUwo
To claim this, I am signing this object:
| word,body | |
| "(笑)","インターネット上級者(笑)は皮肉を込めて「(笑)」を使う場合が多い。" | |
| (E),"カッコイイ! | |
| ナウなヤングにバカウケ!" | |
| 2005-11-03,"敬老の日(違います)" | |
| 941,"id:kushii さんのこと。" | |
| "941伝説","941さんがいると自重しない人も自重する。" | |
| Acme,"素晴らしいAcmeモジュールを作ることがCPAN authorの目標にもなっているPerlの代表的なモジュール群。 | |
| <a href=""http://www.donzoko.net/cgi-bin/tdiary/"">どんぞこ日誌</a>に自分の作ったAcmeモジュールが載ることは、CPAN authorとして最も栄誉な事である。" | |
| Ajax,"読み:あじゃっくす |
I hereby claim:
To claim this, I am signing this object:
| diff --git a/tmk_core/common/action_tapping.c b/tmk_core/common/action_tapping.c | |
| index 531a3ca34..0f3596f59 100644 | |
| --- a/tmk_core/common/action_tapping.c | |
| +++ b/tmk_core/common/action_tapping.c | |
| @@ -149,7 +149,8 @@ bool process_tapping(keyrecord_t *keyp) | |
| debug("Tapping: Tap release("); debug_dec(tapping_key.tap.count); debug(")\n"); | |
| keyp->tap = tapping_key.tap; | |
| process_record(keyp); | |
| - tapping_key = *keyp; | |
| + /* always reset tap timer when tap release */ |
| - name: install gems | |
| gem: executable=/opt/sensu/embedded/bin/gem name={{ item }} state=present user_install=no | |
| sudo: yes | |
| with_items: | |
| - influxdb | |
| - influxdb-cli | |
| - mysql2 | |
| - rb-readline |
| import Foundation | |
| class HTTP { | |
| class Request { | |
| enum Method: String { | |
| case GET = "GET" | |
| case HEAD = "HEAD" | |
| case POST = "POST" | |
| case PUT = "PUT" |
| --- | |
| # restrict domain. optional | |
| domain: gmail.com | |
| # document root for static files | |
| htdocs: ./ | |
| proxy: | |
| - path: /influxdb | |
| dest: http://127.0.0.1:8086 |
| #!/bin/sh | |
| PATH=$HOME/homebrew/bin:$PATH | |
| if [ -n "$TMUX" ]; then | |
| echo "already in tmux session!!" | |
| exit | |
| fi | |
| HELPER_RUNNING=$(ps aux | grep "[u]im-tmux-helper" 2>/dev/null) |
| atom.workspaceView.command "me:newline-and-indent", -> | |
| editor = atom.workspace.getActiveEditor() | |
| editor.insertNewline() | |
| editor.autoIndentSelectedRows() |
| (defun hilight80 () | |
| (interactive) | |
| (font-lock-add-keywords nil | |
| '(("^[^\n]\\{80\\}\\(.*\\)$" 1 font-lock-warning-face t)))) |
| cpanm (App::cpanminus) 1.6007 on perl 5.016003 built for i686-linux | |
| Work directory is /home/typester/.cpanm/work/1364539395.3410 | |
| You have make /usr/bin/make | |
| You have LWP 6.05 | |
| You have /bin/tar: tar (GNU tar) 1.22 | |
| Copyright (C) 2009 Free Software Foundation, Inc. | |
| License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. | |
| This is free software: you are free to change and redistribute it. | |
| There is NO WARRANTY, to the extent permitted by law. |