Skip to content

Instantly share code, notes, and snippets.

View Necior's full-sized avatar

Adrian Sadłocha Necior

View GitHub Profile
@Necior
Necior / keybase.md
Created February 8, 2017 20:00
n3t's Keybase proof

Keybase proof

I hereby claim:

  • I am necior on github.
  • I am n3t (https://keybase.io/n3t) on keybase.
  • I have a public key ASAoQFJ8rcfwB43qhjUzalUOd53moTuINg3LrmM9bm8hTgo

To claim this, I am signing this object:

@Necior
Necior / commit_style.md
Last active December 24, 2016 20:03
My preferred commit message style

My preferred commit message style

  • first line should be a short, informative description of what a patch does;
  • use imperative mood, as Kernel documentation says (starting at line 112):

Describe your changes in imperative mood, e.g. "make xyzzy do frotz" instead of "[This patch] makes xyzzy do frotz" or "[I] changed xyzzy to do frotz", as if you are giving orders to the codebase to change its behaviour.

It’s also a good idea to use the imperative present tense in these messages. In other words, use commands. Instead of “I added tests for” or "Adding tests for," use "Add tests for."

@Necior
Necior / caps_lock_to_escape_win7.reg
Created June 13, 2014 14:01
Map caps lock key to escape key in Windows 7
REGEDIT4
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
"Scancode Map"=hex:00,00,00,00,00,00,00,00,03,00,00,00,3a,00,46,00,01,00,3a,00,00,00,00,00
; from http://vim.wikia.com/wiki/Map_caps_lock_to_escape_in_Windows (13.06.2014)